Closed hansfbaier closed 1 year ago
Hmm the default ntp server which is running does not seem to get the date. Manually with ntpdate it seemed to work, then it is no problem.
@hansfbaier it seems to work fine on my machines & I've not had people report this particular issue before. Perhaps it was a temporary issue with ntp? Or maybe something like the default ntp server is blocked in your environment?
If you could reset the device (clear persist) and boot again, check if it happens again, if so, please send me a .tar.gz of persist/skiff/journal
I think the NTP servers probably aren't reachable from here (Indonesia). Only when I used the indonesian one ntpdate worked .
@hansfbaier it's set to the default ntp conf:
server 0.pool.ntp.org iburst
server 1.pool.ntp.org iburst
server 2.pool.ntp.org iburst
server 3.pool.ntp.org iburst
This pool is supposed to return via dns a server near your location.
But if you want you could override /etc/ntp.conf
mkdir -p ./overrides/root_overlay/etc/
echo "server myserver.org iburst" >> ./overrides/root_overlay/etc/ntp.conf
echo "restrict default nomodify nopeer noquery limited kod" >> ./overrides/root_overlay/etc/ntp.conf
then make compile
to update the image
hey @hansfbaier feel free to reply here if you still need assistance w/ this.
First time I want to log in as user
core
: