• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Backup Errno 2

keff

Basic Pleskian
Hi,

I've got this error durring backup:

Stacktrace is: Traceback (most recent call last):
File "/opt/psa/admin/share/pmmcli/pmmcli_daemon_actions.py", line 509, in process
action_item.process(logger)
File "/opt/psa/admin/share/pmmcli/pmmcli_daemon_actions.py", line 284, in process
mailsender.send(logger,self.__mail_to,self.__task_type,self.__task_status,self.__owner_guid,self.__owner_type,self.__creation_date,self.__fullname,self.__logfilename)
File "/opt/psa/admin/share/pmmcli/pmmcli_daemon_actions.py", line 245, in send
sendmail = subprocess.Popen(["sendmail",mail_sender,"-t","-oi"], stdin = subprocess.PIPE)
File "subprocess.py", line 543, in __init__
errread, errwrite)
File "subprocess.py", line 975, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

Any Ideas ?
 
Python version is 2.5.2 which seems to be the latest version for debian 5. Would a remove and reinstall have any side effects on a running system?

Plesk version is 9.5.2 so I'm afraid the hotfix won't work.
 
The error seems to be connected to the email notification of the backup of each domain (which does not work for scheduled backup). In case of a manual backup the error does not appear and the email notifications arrive.
 
Back
Top