• 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.

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