Skip to content
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

ironic-httpd config does not work on systems with ipv6 disabled #531

Closed
owenthomas17 opened this issue Jul 23, 2024 · 2 comments · Fixed by #532
Closed

ironic-httpd config does not work on systems with ipv6 disabled #531

owenthomas17 opened this issue Jul 23, 2024 · 2 comments · Fixed by #532
Labels
needs-triage Indicates an issue lacks a `triage/foo` label and requires one.

Comments

@owenthomas17
Copy link
Contributor

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
@metal3-io-bot metal3-io-bot added the needs-triage Indicates an issue lacks a `triage/foo` label and requires one. label Jul 23, 2024
@metal3-io-bot
Copy link
Contributor

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.

@owenthomas17
Copy link
Contributor Author

I've raised a PR addressing this issue and linked above. I've tested this on an ipv6 disabled Kubernetes cluster and it works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Indicates an issue lacks a `triage/foo` label and requires one.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants