D
DirtyMonkey
Guest
I am getting the following error when trying to initate a migration can anyone point me in the right direction?
Currently running Ubuntu v6.06 is this what is causing the problem? do I need to upgrade?
Thanks in advance, DM.
Currently running Ubuntu v6.06 is this what is causing the problem? do I need to upgrade?
Thanks in advance, DM.
Traceback (most recent call last):
File "/opt/psa/admin/share/supervisor/processor.py", line 116, in doActivityRunner
newState = self.doActivity()
File "/opt/psa/admin/share/supervisor/processor.py", line 223, in doActivity
cmd.spawn()
File "/opt/psa/admin/lib/python/subproc.py", line 238, in spawn
proc.run()
File "/opt/psa/admin/lib/python/subproc.py", line 193, in run
BaseSubprocesFile "/opt/psa/admin/lib/python/subproc.py", line 197, in wait
BaseSubprocess.wait(self)
File "/opt/psa/admin/lib/python/subproc.py", line 185, in wait
raise SignalException(self, os.WTERMSIG(status))
SignalException: <unprintable instance object>s.run(self)
File "/opt/psa/admin/lib/python/subproc.py", line 177, in run
self.wait()