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 againOn Thu, Nov 7, 2013 at 9:14 AM, Noorul Islam K M <[email protected]> wrote: > Krishanu Dhar <[email protected]> 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 > > "/opt/stack/status/stack/n-api.failure" > > + echo 'Waiting for nova-api to start...' > > Waiting for nova-api to start... > > + wait_for_service 60 http://10.0.2.15:8774 > > + local timeout=60 > > + local url=http://10.0.2.15:8774 > > + timeout 60 sh -c 'while ! curl --noproxy '\''*'\'' -s > > http://10.0.2.15:8774 >/dev/null; do sleep 1; done' > > + die 628 'nova-api did not start' > > + local exitcode=0 > > + set +o xtrace > > [Call Trace] > > ./stack.sh:1084:start_nova_api > > /home/krish/devstack/lib/nova:628:die > > [ERROR] /home/krish/devstack/lib/nova:628 nova-api did not start > > krish@krish-VirtualBox:~/devstack$ > > Did you try "screen -x stack" ? > > Regards, > Noorul > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- ------------------------------------------ Telles Mota Vidal Nobrega Developer at PulsarOpenStack Project - HP/LSD-UFCG
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
