• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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