[Openstack] error in nova-network start-up

2013-04-24 Thread Arindam Choudhury
Hi, When I try to start the nova-network, I am getting this error: 2013-04-24 11:12:30.926 10327 AUDIT nova.compute.resource_tracker [-] Auditing locally available compute resources 2013-04-24 11:12:31.064 10327 AUDIT nova.compute.resource_tracker [-] Free ram (MB): 7472 2013-04-24

Re: [Openstack] error in nova-network start-up

2013-04-24 Thread Razique Mahroua
Hi Arindam,looks like the port you are trying to bind the process to is already used, can you run :$ netstat -tanpu | grep LISTENand paste the output?thanks! Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 24 avr. 2013 à 11:13, Arindam Choudhury arin...@live.com a

Re: [Openstack] error in nova-network start-up

2013-04-24 Thread Arindam Choudhury
:::*LISTEN 15134/beam.smp tcp6 0 0 :::54121:::*LISTEN - tcp6 0 0 :::111 :::*LISTEN 2093/rpcbind Subject: Re: [Openstack] error in nova-network start-up From

Re: [Openstack] error in nova-network start-up

2013-04-24 Thread Razique Mahroua
Ok that's the Process 9033 - try a $ kill 9033 and you should be good! Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 24 avr. 2013 à 11:52, Arindam Choudhury arin...@live.com a écrit :Hi,Thanks for your reply,Here is the output:netstat -tanpu | grep LISTENtcp 0 0

Re: [Openstack] error in nova-network start-up

2013-04-24 Thread Arindam Choudhury
Hi Razique, Thanks a lot. So lesson learned, dnsmasq should not be running. Subject: Re: [Openstack] error in nova-network start-up From: razique.mahr...@gmail.com Date: Wed, 24 Apr 2013 12:01:16 +0200 CC: openstack@lists.launchpad.net To: arin...@live.com Ok that's the Process 9033 - try