Domoticz will not start after boot on Buster Topic is solved
Moderator: leecollings
-
- Posts: 65
- Joined: Sunday 11 November 2018 9:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Oslo
- Contact:
Domoticz will not start after boot on Buster
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.
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Domoticz will not start after boot on Buster
Did you try the workarounds described in this topic ?
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
-
- Posts: 65
- Joined: Sunday 11 November 2018 9:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Oslo
- Contact:
Re: Domoticz will not start after boot on Buster
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!
ntp-wait
if [[ $? -ne 0 ]];then
echo ntp-wait did return with an error condition
exit 1
fi
Which solved the problem!
Who is online
Users browsing this forum: No registered users and 1 guest