Re: [openstack-dev] nova-api fails to start

2013-11-08 Thread Ben Nemec
user > nova. > > In my case the files were: api-paste.ini and policy.json > > I posted the solution there too: > > http://stackoverflow.com/questions/19843239/getting-nova628die-trying-to-start-openstack-nova-module > [2] > > Thanks > > FROM: Krisha

Re: [openstack-dev] nova-api fails to start

2013-11-08 Thread Krishanu Dhar
t;>> >>>>> >>>>> In my case the files were: api-paste.ini and policy.json >>>>> >>>>> >>>>> >>>>> I posted the solution there too: >>>>> >>>>> >>>>> >>>&g

Re: [openstack-dev] nova-api fails to start

2013-11-08 Thread Telles Nobrega
>>>> >>>> In my case the files were: api-paste.ini and policy.json >>>> >>>> >>>> >>>> I posted the solution there too: >>>> >>>> >>>> >>>> >>>> http://stackoverflow.com/questions/1984323

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Telles Nobrega
> I posted the solution there too: > > > > http://stackoverflow.com/questions/19843239/getting-nova628die-trying-to-start-openstack-nova-module > > > > Thanks > > > > > > From: Krishanu Dhar [mailto:rony.k...@gmail.com] > Sent: Thu

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
>>> >>> Thanks >>> >>> >>> >>> >>> >>> *From:* Krishanu Dhar [mailto:rony.k...@gmail.com] >>> *Sent:* Thursday, November 07, 2013 3:40 PM >>> *To:* OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Telles Nobrega
-nova-module >> >> >> >> Thanks >> >> >> >> >> >> *From:* Krishanu Dhar [mailto:rony.k...@gmail.com] >> *Sent:* Thursday, November 07, 2013 3:40 PM >> *To:* OpenStack Development Mailing List (not for usage questions) >

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
/19843239/getting-nova628die-trying-to-start-openstack-nova-module > > > > Thanks > > > > > > *From:* Krishanu Dhar [mailto:rony.k...@gmail.com] > *Sent:* Thursday, November 07, 2013 3:40 PM > *To:* OpenStack Development Mailing List (not for usage questions) >

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Cazzolato, Sergio J
/getting-nova628die-trying-to-start-openstack-nova-module Thanks From: Krishanu Dhar [mailto:rony.k...@gmail.com] Sent: Thursday, November 07, 2013 3:40 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] nova-api fails to start Any other recommendations on

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
Any other recommendations on how to have a successful devstack installation? On Thu, Nov 7, 2013 at 11:37 PM, Krishanu Dhar wrote: > below is an error that's probably the cause... > > 2013-11-07 23:24:14.758 TRACE nova IOError: [Errno 13] Permission denied: > '/etc/nova/api-paste.ini' > 2013-11

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Krishanu Dhar
below is an error that's probably the cause... 2013-11-07 23:24:14.758 TRACE nova IOError: [Errno 13] Permission denied: '/etc/nova/api-paste.ini' 2013-11-07 23:24:14.758 TRACE nova n-api failed to start krish@krish-VirtualBox:/opt/stack/nova$ ls -l /etc/nova/api-paste.ini -rw--- 1 nova nova

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Telles Nobrega
Sometimes after ./unstack is ran, some process are still runnning for nova. Try running this to kill them all (ps aux | grep -ie nova | awk '{print $2}' | xargs kill -9) and try ./stack again On Thu, Nov 7, 2013 at 9:14 AM, Noorul Islam K M wrote: > Krishanu Dhar writes: > > > Hi, > > > > I wa

Re: [openstack-dev] nova-api fails to start

2013-11-07 Thread Noorul Islam K M
Krishanu Dhar writes: > Hi, > > I was trying to install the devstack and it failed while starting the nova > api. below is a snippet from the console. Is it a bug? > > > + screen -S stack -p n-api -X stuff 'cd /opt/stack/nova && > /usr/local/bin/nova-a'i || echo "n-api failed to start" | tee > "/