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

Error when trying to backup

A

anthonycacciola

Guest
I am having trouble backup a client.
When I try and run a backup from the webpage i get the following error

Error: Unable to create backup session: Can not start agent_runner /usr/local/psa/var/dumps/tmp/2008-01-28-04.26.27.684516: Empty error message from utility.

Cheers

Anthony
 
Hi all,

I am getting the same error. The mentioned KB Article was not helping. Any other idea?

Br,

dkuwi
 
Hello again,

thanks for this reply but it did not resolve the problem :(

Br,


dkuwi
 
I've had this before, usually what I do is to delete the /var/lib/psa/dumps/tmp directory and everything under it, then recreate it, with UID and GID being psaadm
 
Unable to create backup session: Specified file is not accessible

I've had this before, usually what I do is to delete the /var/lib/psa/dumps/tmp directory and everything under it, then recreate it, with UID and GID being psaadm

I did the below to get working based on http://kb.swsoft.com/en/1408 and doing what daffoml mentioned above. Thanks for the heads up daffoml !


# rm -r -f /var/lib/psa/dumps/tmp

# mkdir /var/lib/psa/dumps/tmp

# chown -R psaadm:psaadm /var/lib/psa/dumps/tmp

# chmod -R 700 /var/lib/psa/dumps/tmp
 
Hi all,

I am getting the same error.
/usr/local/psa/admin/sbin/agent_runner /test
Traceback (most recent call last):
File "/usr/local/psa/admin/sbin/agent_runner", line 5, in ?
import agent_runner
File "/opt/psa/admin/share/agent_runner/agent_runner.py", line 24, in ?
import config, validator, PacketServer, daemon, encoder, stacktrace
File "/opt/psa/admin/lib/python/validator.py", line 1, in ?
import libxml2, logging
File "/opt/psa/admin/lib/python/libxml2.py", line 1, in ?
ImportError: No module named libxml2mod

Thanks
 
Back
Top