On Wed, Jan 07, 2009 at 10:57:19AM +0100, Daniel Schreiber wrote: > It is the same stacktrace that is mentioned in > http://groups.google.com/group/ganeti/browse_thread/thread/957d9e1af53b9d2c > > The node daemons had been restarted after the upgrade. Ganeti was > installed from backports.org before. > > ~# find /usr/ -name ganeti > /usr/share/doc/ganeti > /usr/share/python-support/ganeti > /usr/share/python-support/ganeti/ganeti > /usr/share/ganeti > /usr/lib/ganeti > ~# find /var/ -name ganeti > /var/log/ganeti > /var/run/ganeti > /var/lib/python-support/python2.5/ganeti > /var/lib/python-support/python2.4/ganeti > /var/lib/ganeti > > The /var/lib/python-support/*/ganeti directories have the same python > code as /usr/share/python-support/ganeti, except for the pyc files which > are only present in /var/lib/python-support. > > Is there anything else I can do to help debugging this issue?
Hmm... Can you give the result of these commands: gnt-cluster --version gnt-cluster version python -c 'import ganeti.constants; print ganeti.constants.RELEASE_VERSION' python -c 'import ganeti.rpc; print type(ganeti.rpc.ReReactor)' (the last one should raise an exception) Also, just to be sure, please remove all the 'pyc' files from /var/lib/python-support, and run "update-python-modules ganeti". At this point, I see two possibilities: - either ganeti 1.2.6 is still broken with twisted 8.1, but only in some corner cases that I can't reproduce - or the Debian 1.2.3 and 1.2.6 packages don't work together nicely and the upgrade is broken I'm not sure which is happening right now. iustin -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org