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
Updated by The Foreman Bot about 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/puppet-qpid/pull/128 added
Updated by Ewoud Kohl van Wijngaarden about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-qpid|2d92c9a51739bc3c947c71260843e88c118ea7fe.
Updated by Ewoud Kohl van Wijngaarden about 5 years ago
- Related to Tracker #28683: IPv6 only support added
Actions