Comment 11 for bug 1484588

Revision history for this message
Lujin Luo (luo-lujin) wrote :

I think I just ran into this bug.

I am using the latest DevStack codes with ubuntu 14.04

The way to reproduce is a bit tricky.

I had a DevStack environment running for some time, then I decided to unstack and stack again because parts of the source codes are not up-to-date. So I did the following:

1. unstack.sh
2. clean.sh
3. rm -rf devstck
4. git clone devstack
5. stack.sh

Then in g-api and g-reg screen something similar to the following
"Could not bind to 0.0.0.0:9191/9292"
is shown

I checked by using
# lsof -iTCP -sTCP:LISTEN | grep 9191/9292
Active processes existed.

Then I killed the processes manually and tried the step 1, 2 and 5 again.

DevStack is successfully built.