You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Listen directive for all interfaces does not work on systems that have ipv6 disabled. Here is an example log extracted from a deployment I've tried to get working:
+ exec /usr/sbin/httpd -DFOREGROUND
[Tue Jul 23 08:29:14.110334 2024] [core:crit] [pid 1:tid 1] (97)Address family not supported by protocol: AH00078: alloc_listener: failed to get a socket for ::
AH00526: Syntax error on line 2 of /etc/httpd/conf/httpd.conf:
Listen setup failed
The text was updated successfully, but these errors were encountered:
This issue is currently awaiting triage.
If Metal3.io contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members by writing /triage accepted in a comment.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
The current
Listen
directive for all interfaces does not work on systems that have ipv6 disabled. Here is an example log extracted from a deployment I've tried to get working:The text was updated successfully, but these errors were encountered: