00:02
dikiy has joined #libreelec
00:03
<
dikiy >
have a problem with a date on libreelec 9.2.1 on Pi3B+
00:03
<
dikiy >
Set the region, the ntp servers, but after reboot the date still on 2019
00:14
andy-burns has joined #libreelec
00:14
Tobbi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:16
Tobbi has joined #libreelec
00:21
andy-burns has quit [Ping timeout: 264 seconds]
00:25
ChriChri_ has joined #libreelec
00:25
ChriChri has quit [Ping timeout: 256 seconds]
00:25
ChriChri_ is now known as ChriChri
00:26
Tobbi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:47
Gittun has quit [Quit: UPP]
00:47
<
mack- >
dikiy: if your network/internet to the ntp server is working, maybe try enabling the "Wait for network before starting Kodi" option in Network settings.
00:53
<
dikiy >
already did
00:53
<
dikiy >
what I found is following:
00:53
<
dikiy >
because systemctl status systemd-timesyncd
00:54
<
dikiy >
Apr 11 18:28:37 chiquitin systemd[1]: Condition check resulted in Network Time Synchronization being
00:54
<
dikiy >
I showed in a configs
00:54
<
dikiy >
cat /usr/lib/systemd/system/systemd-timesyncd.service.d/depend-on-kernel-ip-config.conf
00:54
<
dikiy >
ConditionPathExists=/dev/.kernel_ipconfig
00:54
<
dikiy >
After=systemd-timesyncd-setup.service network-base.service
00:54
<
dikiy >
and what is /dev/.kernel_ipconfig -- any idea....
00:56
Zoolook has quit [Quit: Leaving]
01:10
RedSoxFan07 has joined #libreelec
01:45
<
chewitt >
dikiy: as a rule there is no need to cnofigure ntp servers, we fall back on ntp.org if nothing is set
01:46
<
chewitt >
and, it wouldn't be the first time an ISP blocks ntp requests
01:49
<
chewitt >
the /dev/.kernel_ipconfig is created when kernel boot params include ip=x.x.x.x (and ip adddress)
01:53
<
chewitt >
if they do, the device is configured for pxe/netboot and we don't start connman as it would interfere
01:53
<
chewitt >
and connman is responsible for ntp
01:54
<
chewitt >
looks like we default to system.d timesync.d in that scenario
02:13
<
dikiy >
chewitt: calling ntpd -q -p pool.ntp.org works, so there is no blocking
02:13
<
dikiy >
I solved this with autostart.sh
02:13
<
dikiy >
but I wonder about the problem....
02:14
<
chewitt >
is there any ip config in /flash/cmdline.txt ?
02:15
<
chewitt >
any changes at all made to that file?
02:15
<
dikiy >
boot=UUID=0303-2219 disk=UUID=535ef1f2-87b8-43f9-ad36-036077bb50d3 quiet
02:16
<
chewitt >
if this is set to =yes
02:17
<
chewitt >
creates the /dev/.kernel_ipconfig node
02:17
<
dikiy >
I only was searching for the manner to set the time automatically
02:17
<
dikiy >
seems not to be the right way
02:18
<
dikiy >
So till now simply put ntpd in autostart.sh
02:18
<
chewitt >
for some reason, your device is creating that node, which resulting a pxe/netboot configuration being used
02:18
<
chewitt >
some normal things are disabled
02:19
<
chewitt >
(as they interfere with netboot configs)
02:20
<
dikiy >
it didnt create nothing
02:20
<
chewitt >
hmm.. I can't explain then
02:20
<
chewitt >
anything in /flash/distrocoonfig.txt
02:21
<
dikiy >
I guessed that if it would be created, it would help
02:22
<
chewitt >
in a normal config connman is active and will handle ntp
02:22
<
dikiy >
no, nothing
02:22
<
chewitt >
if no ntp servers are specified, we fall back too ntp.org
02:23
<
chewitt >
are you using a static ip?
02:23
<
chewitt >
there's a bug somewhere I guess, but it sounds like a weird one
02:23
<
dikiy >
it was a fresh install
02:23
<
dikiy >
and... nothing
02:23
<
dikiy >
I mean, fresh install and no time was set
02:24
<
dikiy >
I then try to set tome zone, etc.
02:24
<
dikiy >
nothing helped
02:24
<
chewitt >
this code is some of the oldest and least-touched code in the distro
02:24
<
chewitt >
you don't need to set timeszone
02:24
<
dikiy >
and till I set the time, nothing was possible to install from addons
02:24
<
dikiy >
anyway, only autostart.sh helped to me
02:24
<
chewitt >
OS runs on UTC and Kodi (where you can change it) shows an offset from UTC
02:25
<
chewitt >
if time is not set, dateTime is determined by libc release time (some time in the past) and this invalidates SSL certs
02:25
<
chewitt >
current time is less than cert validity start time
02:26
<
dikiy >
something like this I guessed
02:26
<
chewitt >
changing timezone in the OS didn't fix anything .. forcing a current-ish time did fix
02:28
<
chewitt >
I can't explain what you're seeing .. it makes no sense
02:29
<
chewitt >
If you have a spare SD card, I'd repeat the install (put a fresh image on it) and look around again
02:29
<
dikiy >
I did this 4 times
02:29
<
dikiy >
the same thing
02:30
<
chewitt >
using dhcp?
02:30
<
chewitt >
what router? .. any custom OS/firmware on it?
02:31
<
dikiy >
the IP was correct
02:31
<
dikiy >
routing function
02:31
<
chewitt >
static reservation?
02:31
<
dikiy >
pings were ok
02:31
<
dikiy >
any reservation
02:34
<
chewitt >
not the first time I see ntp fail for people (there are many reasons it can) but first time I see something like this
02:42
<
dikiy >
btw, 67-70 °C is ok?
02:42
<
dikiy >
for the SoC?
02:46
_abbenormal has quit [Read error: Connection reset by peer]
02:46
_abbenormal has joined #libreelec
02:46
_abbenormal has quit [Read error: Connection reset by peer]
02:48
_abbenormal has joined #libreelec
03:16
donofrio has joined #libreelec
03:53
dikiy has quit [Ping timeout: 240 seconds]
04:08
buzzmarshall has quit [Remote host closed the connection]
04:20
RedSoxFan07 has quit [Quit: RedSoxFan07]
04:30
_abbenormal has quit [Quit: Leaving]
04:31
_abbenormal has joined #libreelec
04:34
andy-burns has joined #libreelec
04:38
lacrimosa has joined #libreelec
05:07
blackest_mamba has quit [Read error: Connection reset by peer]
05:07
blackest_mamba_ has joined #libreelec
05:11
blackest_mamba_ is now known as blackest_mamba
05:12
lacrimosa has quit [Quit: Konversation terminated!]
05:42
andy-burns has quit [Ping timeout: 260 seconds]
05:51
andy-burns has joined #libreelec
06:41
tsal has quit [Ping timeout: 272 seconds]
06:42
tsal has joined #libreelec
06:46
andy-burns has quit [Ping timeout: 260 seconds]
06:46
_abbenormal has quit [Read error: Connection reset by peer]
06:47
_abbenormal has joined #libreelec
06:53
_abbenormal has quit [Read error: Connection reset by peer]
06:54
_abbenormal has joined #libreelec
06:54
_abbenormal has quit [Read error: Connection reset by peer]
06:55
_abbenormal has joined #libreelec
07:04
ponyofdeath has quit [Ping timeout: 260 seconds]
07:07
andy-burns has joined #libreelec
07:20
andy-burns has quit [Ping timeout: 260 seconds]
07:47
gouchi has joined #libreelec
08:05
lacrimosa has joined #libreelec
08:47
mack- has quit [Quit: Leaving]
08:49
Tobbi has joined #libreelec
09:08
andy-burns has joined #libreelec
09:09
testman has joined #libreelec
09:20
andy-burns has quit [Ping timeout: 246 seconds]
09:36
Gittun has joined #libreelec
10:01
hgeboner has quit [Remote host closed the connection]
10:02
hgeboner has joined #libreelec
10:30
sunn1 has joined #libreelec
10:32
sunn has quit [Ping timeout: 256 seconds]
10:47
Tobbi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
10:52
sunn1 is now known as sunn
11:03
sunn has quit [Quit: WeeChat 2.8]
11:31
lacrimosa has quit [Quit: Konversation terminated!]
11:41
k-man has quit [Ping timeout: 272 seconds]
11:42
k-man has joined #libreelec
11:49
CryptoManiac has joined #libreelec
12:02
andy-burns has joined #libreelec
12:14
andy-burns has quit [Quit: gorn]
12:26
pauljw has joined #libreelec
12:32
ghostcube has joined #libreelec
12:38
andy-burns has joined #libreelec
12:39
buzzmarshall has joined #libreelec
12:52
mave_ has quit [Quit: WeeChat 2.8]
12:54
mave_ has joined #libreelec
13:12
fraggle_boate has joined #libreelec
13:13
LossAngeles has quit [Remote host closed the connection]
13:15
recyclehero has quit [Ping timeout: 272 seconds]
13:19
gouchi has quit [Remote host closed the connection]
13:19
gouchi has joined #libreelec
13:20
recyclehero has joined #libreelec
13:38
CryptoManiac has quit [Ping timeout: 256 seconds]
13:41
Tobbi has joined #libreelec
13:42
gavlee has joined #libreelec
13:43
CryptoManiac has joined #libreelec
13:58
ca_cabot has joined #libreelec
14:06
ca_cabot has quit [Ping timeout: 256 seconds]
14:09
sunn has joined #libreelec
14:14
mack- has joined #libreelec
14:23
CryptoManiac has quit [Ping timeout: 272 seconds]
14:31
LossAngeles has joined #libreelec
14:41
sunn has quit [Ping timeout: 264 seconds]
14:42
sunn has joined #libreelec
14:46
javi404 has quit [Quit: javi404]
14:59
Tobbi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
14:59
BCMM has joined #libreelec
15:08
Tobbi has joined #libreelec
15:15
CryptoManiac has joined #libreelec
15:15
sunn has quit [Ping timeout: 240 seconds]
15:19
fraggle_boate_ has joined #libreelec
15:21
fraggle_boate has quit [Ping timeout: 265 seconds]
15:33
k-man has quit [Ping timeout: 272 seconds]
15:34
k-man has joined #libreelec
15:53
_abbenormal has quit [Read error: Connection reset by peer]
15:54
_abbenormal has joined #libreelec
15:55
_abbenormal has quit [Read error: Connection reset by peer]
15:56
_abbenormal has joined #libreelec
15:58
_abbenormal has quit [Read error: Connection reset by peer]
15:59
_abbenormal has joined #libreelec
16:01
lacrimosa has joined #libreelec
16:05
CryptoManiac has quit [Ping timeout: 256 seconds]
16:33
CryptoManiac has joined #libreelec
16:35
Antoine- has joined #libreelec
16:35
Antoine has quit [Ping timeout: 256 seconds]
17:04
held has joined #libreelec
17:19
CryptoManiac has quit [Ping timeout: 258 seconds]
17:25
ponyofdeath has joined #libreelec
17:28
CryptoManiac has joined #libreelec
17:33
andy-burns has quit [Quit: gorn]
17:34
andy-burns has joined #libreelec
17:36
lacrimosa has quit [Quit: Konversation terminated!]
17:40
held has quit [Ping timeout: 256 seconds]
17:40
andy-burns has quit [Quit: gorn]
17:42
shibboleth has joined #libreelec
17:44
_abbenormal has quit [Read error: Connection reset by peer]
17:44
_abbenormal has joined #libreelec
17:45
_abbenormal has quit [Read error: Connection reset by peer]
17:45
egos has quit [Quit: Bye]
17:45
egos has joined #libreelec
17:45
egos has quit [Remote host closed the connection]
17:46
egos has joined #libreelec
17:55
CryptoManiac has quit [Ping timeout: 260 seconds]
17:55
andy-burns has joined #libreelec
18:01
Zoolook has joined #libreelec
18:11
CryptoManiac has joined #libreelec
18:20
|Jeroen| has joined #libreelec
18:31
ghostcube has quit [Quit: Verlassend]
18:50
blackest_mamba has joined #libreelec
18:57
dikiy has joined #libreelec
19:03
dikiy has quit [Ping timeout: 256 seconds]
19:12
CryptoManiac has quit [Ping timeout: 264 seconds]
19:18
CryptoManiac has joined #libreelec
19:31
CryptoManiac has quit [Ping timeout: 246 seconds]
20:00
Antoine has joined #libreelec
20:02
Antoine- has quit [Ping timeout: 258 seconds]
20:02
CryptoManiac has joined #libreelec
20:15
|Jeroen| has quit [Quit: dada]
20:17
sunn has joined #libreelec
20:29
TigerbotHesh has joined #libreelec
20:37
held has joined #libreelec
20:38
BCMM has quit [Quit: Konversation terminated!]
20:43
sunn has quit [Quit: WeeChat 2.8]
20:46
sunn has joined #libreelec
20:47
andy-burns has quit [Ping timeout: 272 seconds]
20:52
k-man has quit [Ping timeout: 272 seconds]
20:55
k-man has joined #libreelec
21:15
CryptoManiac has quit [Ping timeout: 256 seconds]
21:23
fraggle_boate_ has quit [Remote host closed the connection]
21:28
fraggle_boate has joined #libreelec
21:41
fraggle_laptop has joined #libreelec
21:51
sunn has quit [Quit: WeeChat 2.8]
22:02
Gittun has quit [Quit: UPP]
22:05
fraggle_laptop has quit [Ping timeout: 240 seconds]
22:09
pauljw has quit [Quit: Later...]
22:13
Tobbi has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
22:18
fraggle_laptop has joined #libreelec
22:20
psymin has quit [Quit: Leaving]
22:41
javi404 has joined #libreelec
22:46
javi404 has quit [Ping timeout: 246 seconds]
22:46
javi404 has joined #libreelec
22:47
gouchi has quit [Remote host closed the connection]
23:37
Zoolook has quit [Ping timeout: 240 seconds]