• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

plesk Can not start agent_runner in backup

W

wjbeaver

Guest
When I do a backup I get this error message:

Can not start agent_runner /spare-drive//dumps/tmp/2008-11-30-10.40.01.786235: Empty error message from utility.

when I run:

/usr/local/psa/admin/sbin/agent_runner /spare-drive/dumps/tmp/2008-11-30-10.40.01.786235

I get:

Traceback (most recent call last):
File "/usr/local/psa/admin/sbin/agent_runner", line 5, in <module>
import agent_runner
File "/usr/local/psa/admin/share/agent_runner/agent_runner.py", line 28, in <module>
import backup
File "/usr/local/psa/admin/lib/python/backup.py", line 17, in <module>
import ftputil
File "/usr/local/psa/admin/lib/python/ftputil/__init__.py", line 36, in <module>
from ftputil import *
File "/usr/local/psa/admin/lib/python/ftputil/ftputil.py", line 90, in <module>
import ftp_file
File "/usr/local/psa/admin/lib/python/ftputil/ftp_file.py", line 234
if error_code not in ("426", "450", "451":
^
SyntaxError: invalid syntax

I'm running Python 2.5 (r25:51908, Nov 6 2007, 16:54:01) and Fedora 7
 
Look here in the error message:

File "/usr/local/psa/admin/lib/python/ftputil/ftp_file.py", line 234
if error_code not in ("426", "450", "451":
^
SyntaxError: invalid syntax

I went into /usr/local/psa/admin/lib/python/ftputil/ftp_file.py and closed the parends.

Now it works fine.

Is Parallel going to pay me for debugging their damn software?
 
Back
Top