• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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