qpid listening socket after reboot

2012-11-12 Thread Gary Kotton
Hi, I have run into a little issue on Fedora. When I reboot my appliance qpid is only listening on the v6 socket and not the v4. If I restart the qpidd service then it starts to listen on v4. An ugly work around that I did was to add the following line net.ipv6.conf.all.disable_ipv6 = 1 to

Re: qpid listening socket after reboot

2012-11-12 Thread Gary Kotton
On 11/12/2012 05:56 PM, Steve Huston wrote: What version of Qpid is this? qpid-cpp-client-0.18-5.fc17.x86_64 python-qpid-0.18-1.fc17.noarch qpid-cpp-server-0.18-5.fc17.x86_64 It seems that the issue is that the qpidd service was starting before the appliance had received a DHCP address.

QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
Hi, I'm Gary and working on the OpenStack project. We have run into a problem with eventlet monkey patching QPID. We are using python. If the service that I am running starts before qpidd then it hangs and does not recover. Even when the qpidd daemon starts it does not recover. The reason

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the OpenStack project. We have run into a problem with eventlet monkey patching QPID. We are using python. If the service that I am running starts before qpidd then it hangs

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the OpenStack project. We have run into a problem with eventlet monkey patching QPID. We

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 01:52 PM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working on the OpenStack project. We have run into a problem

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 02:24 PM, Gordon Sim wrote: On 11/07/2012 11:52 AM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton wrote: Hi, I'm Gary and working

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 02:40 PM, Gordon Sim wrote: On 11/07/2012 12:07 PM, Gary Kotton wrote: On 11/07/2012 01:52 PM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim wrote: On 11/07/2012 08:08 AM, Gary Kotton

Re: QPID and eventlet.monkey_patch()

2012-11-07 Thread Gary Kotton
On 11/07/2012 02:51 PM, Gary Kotton wrote: On 11/07/2012 02:40 PM, Gordon Sim wrote: On 11/07/2012 12:07 PM, Gary Kotton wrote: On 11/07/2012 01:52 PM, Gary Kotton wrote: On 11/07/2012 01:49 PM, Gordon Sim wrote: On 11/07/2012 11:36 AM, Gary Kotton wrote: On 11/07/2012 01:12 PM, Gordon Sim

QPID and eventlet.monkey_patch()

2012-11-06 Thread Gary Kotton
Hi, Hi, I'm Gary and working on the OpenStack project. I have run into a problem and maybe you can help or can suggest someone who can. The communication between the different modules is done with QPID. We are using python. If the service that I am running starts before qpidd then it hangs and