• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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