Actions
Bug #28672
closedqpid's wait-for-port ExecStartPost checks 127.0.0.1 which breaks on IPv6
Status:
Closed
Priority:
Normal
Assignee:
Category:
Foreman modules
Target version:
Description
QPid binds to whatever connectivity is available on an external interface, ignoring lo. This means it's configured to bind to localhost it only binds to ::1 when eth0 is the only interface and IPv6 only. The wait-for-port override connects to 127.0.0.1:$ssl_port and fails.
Since netcat can connect to DNS, the solution is to connect to localhost instead of an IP.
A Bugzilla that describes a similar problem https://bugzilla.redhat.com/show_bug.cgi?id=1055660
Actions