Open HT154 opened 6 years ago
Confirmed as valid in 0.57. First we'd need to call set_ipv6(true) if the address we're binding (here for example) is a SocketAddr::V6
.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
Please don't close this. The fact that issues like this haven't been addressed is one of the primary reasons my org is moving away from all use of Habitat. The use of the stale bot just adds insult to injury.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. We value your input and contribution. Please leave a comment if this issue still affects you.
I noticed that the supervisor only binds to
0.0.0.0:9631
and0.0.0.0:9638
. I'm trying to get Habitat working in an IPv6-only environment. When I attempted to set the listen addresses via thehab sup run
command, I encountered errors. This appears to be a bug in hab-sup. Once this is fixed, the supervisor's default behavior should be to bind to both0.0.0.0
and[::]
addresses.OS: Oracle Linux 7.4 Backtrace: