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. Change the systemd dependencies from
After=network.target  to Requires=network.target resolved the issue.

Thanks
Gary


On 11/12/12 9:06 AM, "Gary Kotton"<gkot...@redhat.com>  wrote:

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 "/etc/sysctl.conf". This resolved the issues after rebooting the
appliance.
Any ideas?
Thanks
Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to