Closed john-h-watson closed 2 years ago
Is IPv6 enabled on the system/wifi interfaces? Edit - N.M. there is an IPv6 address.
Sometimes, running comitup from the command line can give you a better look at the error.
$ sudo systemctl stop comitup
$ sudo comitup
... which is hidden in this case because of the catch in mdns.py.
You could try changing this temporarily to a check for, say, KeyboardInterrupt.
Exceptions in mdns have been addressed. Delaying before resolving.
fc0987923939e07f04653a3476b151a469bd4408
2ba20648ca90e2b7e570ca4ac663447f5758e62f
b623639b848035a22bcc9bd18bd35e7ada172aba
I updated from v1.29-1 to v1.31-1 yesterday (using apt-get update and apt-get upgrade) and wasn't able to get comitup running properly. The Raspberry would connect to the network, but comitup would always throw an error (see below) and stop, e.g. not starting my web service again.
I tried to check for conflicts dnsmasq (DHCP), wpa_supplicant, and resolved (DNS) services but couldn't find any. The log would always end with the following:
I just downgraded to v1.30-1 and everything works just wonderful (Except running my own callback script, that's why I updated in the first place – but that's another question).
Thank you so much for your work!