• 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

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