Open Apteryks opened 2 years ago
This is very likely a symptom of the code binding to IPv4 before IPv6. It should happen in the other way, as binding to [::]
will automatically imply bind to 0.0.0.0
unless a specific kernel setting is toggled to decouple this behavior.
@comburent thanks for suggesting, it works! A PR has been opened and I'll apply the patch to the Guix lightdm package in the mean time.
I have seen this as well. Any chance to have this PR merged? Also if I specify a listen address it also fails (issue discussed here: https://github.com/canonical/lightdm/issues/87 ) could it be the same fix for both?
Hi,
Per the documentation, I'm trying to have the VNC server to listen both for IPv4 and IPv6 address by leaving the VNCServer
listen-address
option unspecified. Curiously, this is what I see in the logs:I've reviewed the source and it looks fine to my untrained eye, so I'm at a lost. Any ideas?
Thanks!