[Supervisor-users] failed to open inet_http_server
ck g
ggsonic at gmail.com
Wed Nov 11 04:13:53 EST 2009
i use supervisord to control my app running on centos5.3. it worked fine.
but an error occured today. something like "failed to open inet_http_server,
socket.error -3".
i suspect this may have something to do with my ipv6 address. my config
file is:
[inet_http_server] ; inet (TCP) server disabled by default
port=*:9001 ; (ip_address:port specifier, *:port for all iface)
then i change it to be:
[inet_http_server] ; inet (TCP) server disabled by default
port=192.168.21.101:9001 ; (ip_address:port specifier, *:port for
all iface)
where 192.168.21.101 is this server's ipv4 address.
Then it works again. but when i do same thing in my another centos server,
with ipv6 address and port=*:9001 , the error not come out and the
supervisord work fine.
i want to know when would this happen? Does the http_server conflict with
ipv6 address?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.supervisord.org/pipermail/supervisor-users/attachments/20091111/2d7377c3/attachment.htm
More information about the Supervisor-users
mailing list