It's actually related to the fifo stuff: [root@fedora-14-64 ~]# service pulpd init Starting mongod: [ OK ] service no crontab for root pulpdatabase migration to version 1 complete dException in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib64/python2.7/threading.py", line 530, in __bootstrap_inner File "/usr/lib64/python2.7/threading.py", line 483, in run File "/usr/lib/python2.7/site-packages/pulp/server/tasking/queue/fifo.py", line 83, in _dispatch <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'critical' I'm not sure we actually use the tasking stuff for pulp-migrate, so I'm a little unsure why we're seeing this. I know we've largely just ignored this in the past, but it looks bad if the init fails and we're just saying "Ignore that."
*** Bug 658193 has been marked as a duplicate of this bug. ***
I think I fixed this while doing the RHEL 5 port by replacing: thread.daemon = True with: thread.setDaemon(True). Are we still seeing this?
This should no longer be an issue, moving to ON_QA to verify.
[root@preethi ~]# rpm -q pulp pulp-0.0.132-1.fc14.noarch [root@preethi ~]# service pulp-server init data model in use matches the current version database migration to version 1 complete
Closing with community release pulp-0.0.139-1.fc14.noarch