openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #09406
Error starting nova-network
Hi all,
I am installing Essex on SLES11-SP2 using the images providd by B1
Systems and I keep constantly hitting the following error when I start
nova-network:
2012-03-31 19:34:40 TRACE nova File
"/usr/lib64/python2.6/site-packages/nova/utils.py", line 939, in inner
2012-03-31 19:34:40 TRACE nova lock = GreenLockFile(lock_file_path)
2012-03-31 19:34:40 TRACE nova File
"/usr/lib64/python2.6/site-packages/nova/utils.py", line 861, in __init__
2012-03-31 19:34:40 TRACE nova self.tname = "-%x-%x" % (ident &
0xffffffff, gident & 0xffffffff)
2012-03-31 19:34:40 TRACE nova TypeError: unsupported operand type(s)
for &: 'NoneType' and 'int'
(full log available at http://paste.openstack.org/show/12316/)
What I have found out is that "ident" does not contain any value but I
can't see why.
I know there's a bug when using python-lockfile 9.x, that looks similar
but the version I'm using here is:
osControl:~ # rpm -q python-lockfile
python-lockfile-0.8-12.1
btw: nova-{api,scheduler,compute} seem to run without problems.
Any ideas?
tia, Alex
Follow ups