-
Notifications
You must be signed in to change notification settings - Fork 961
Speaker crashloops on machine with IPv6 disabled #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Some machines have zero IPv6 support, including link-local addresses. We need to fail gracefully in that scenario.
Some machines have zero IPv6 support, including link-local addresses. We need to fail gracefully in that scenario. (cherry picked from commit 8f6bdae)
The issue is actually just systems with hard-disabled IPv6, but the default RHEL (and therefore probably OEL) kernels *do* have IPv6 enabled.
The issue is actually just systems with hard-disabled IPv6, but the default RHEL (and therefore probably OEL) kernels *do* have IPv6 enabled. (cherry picked from commit 8d6db88)
Works for me! |
Yeah, discussion in slack concluded that this is specific to one environment, where network/sys ops completely disabled IPv6 for some reason. I still want speaker to fail gracefully if one of the protocol families doesn't work. |
@danderson I think that I'm hitting this bug, out networking team disable IPv6 as Standard on all hosts, and it doesn't seem to advertise the root, if I enable IPv6, it works |
ci: fix registry auth error and go version
The NDP announcer causes a hard failure if there is no link-local IPv6 address on the listening interface. This notably breaks RHEL7 and OEL7, because they're quite old and apparently have IPv6 hard-disabled in the kernel, so even link-local autoconfig doesn't happen.
The text was updated successfully, but these errors were encountered: