I don't really know the answer to your question but my guess is that socket
bind API does not accept * for the IP address to bind to.

HTH,

Roger

On Wed, Nov 11, 2009 at 1:13 AM, ck g <ggso...@gmail.com> wrote:

> 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?
>
> _______________________________________________
> Supervisor-users mailing list
> Supervisor-users@lists.supervisord.org
> http://lists.supervisord.org/mailman/listinfo/supervisor-users
>
>
_______________________________________________
Supervisor-users mailing list
Supervisor-users@lists.supervisord.org
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to