Page 1 of 1
Domoticz will not start after boot on Buster
Posted: Tuesday 10 December 2019 12:49
by ulfh2018
I have just upgraded from Stretch to Buster, and there seems to be a problem starting Domoticz after reboot. Looks like this is an issue with time sync, sinse the clock is scewed and not updated until a short time after reboot. If I manually stop and start Domotizc, it works OK.
Re: Domoticz will not start after boot on Buster
Posted: Tuesday 10 December 2019 13:41
by waaren
ulfh2018 wrote: ↑Tuesday 10 December 2019 12:49
Looks like this is an issue with time sync, sinse the clock is scewed and not updated until a short time after reboot.
Did you try the workarounds described in
this topic ?
Re: Domoticz will not start after boot on Buster
Posted: Tuesday 10 December 2019 20:07
by ulfh2018
Thanks a lot. System working now. First I used raspi-config to to set Wait for Network at Boot (B2), which fixed the problem with time sync, but Domoticz still failed. The I used
ntp-wait
if [[ $? -ne 0 ]];then
echo ntp-wait did return with an error condition
exit 1
fi
Which solved the problem!