• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Error during scheduled backups

I

Interneers

Guest
I am using Plesk 8.2 with Ubuntu 6.06 and keep receiving this email from the server when a scheduled backup runs, this is setup using Plesk Control Panel and not command line/crontab.

Message reads:

Following error is occured during scheduled backup process:

Error in BackupState.doActivityRunner()
Traceback (most recent call last):
File "/opt/psa/admin/share/agent_runner/agent_runner.py", line 98, in doActivityRunner
newState = self.doActivity()
File "/opt/psa/admin/share/agent_runner/agent_runner.py", line 391, in doActivity
errtxt = runAgent(self, self.session)
File "/opt/psa/admin/share/agent_runner/agent_runner.py", line 258, in runAgent
cmd.spawn()
File "/opt/psa/admin/lib/python/subproc.py", line 238, in spawn
proc.run()
File "/opt/psa/admin/lib/python/subproc.py", line 193, in run
BaseSubprocess.run(self)
File "/opt/psa/admin/lib/python/subproc.py", line 177, in run
self.wait()
File "/opt/psa/admin/lib/python/subproc.py", line 197, in wait
BaseSubprocess.wait(self)
File "/opt/psa/admin/lib/python/subproc.py", line 187, in wait
raise NonzeroExitException(self, os.WEXITSTATUS(status))
NonzeroExitException: was finished with exit code 127

Any clues as to what I need to do would be greatly appreciated?
 
All ready applied...

Originally posted by HostingGuy
try this

Code:
# cd /var/lib/psa/
# chmod 777 dumps
# cd dumps
# chmod 777 tmp

Seem to be following you around, all ready checked these permissions and python is enabled for the respective clients.

Still looking for a solution...
 
Re: All ready applied...

Originally posted by Interneers
Seem to be following you around, all ready checked these permissions and python is enabled for the respective clients.

Still looking for a solution...

These two are new:

Following error is occured during scheduled backup process:

Error reading UNIX socket /opt/psa/tmp/agent-runner.24313: Connection reset by peer

AND

Following error is occured during scheduled backup process:

Erroneous request: Parse error
Traceback (most recent call last):
File "/opt/psa/admin/lib/python/PacketServer.py", line 34, in processPacket
response = self.handleRequest(request)
File "/opt/psa/admin/lib/python/PacketServer.py", line 48, in handleRequest
request = self.deserializeRequest(request)
File "/opt/psa/admin/share/agent_runner/agent_runner.py", line 537, in deserializeRequest
action.build(xml.dom.minidom.parseString(request).childNodes[0])
File "/usr/lib/python2.4/xml/dom/minidom.py", line 1924, in parseString
from xml.dom import expatbuilder
File "/usr/lib/python2.4/xml/dom/expatbuilder.py", line 32, in ?
from xml.parsers import expat
File "/usr/lib/python2.4/xml/parsers/expat.py", line 4, in ?
from pyexpat import *
ImportError: /usr/lib/python2.4/lib-dynload/pyexpat.so: cannot open shared object file: Too many open files in system

Just received this instead of the usual at the top of this thread, a whole different set of errors...

I dont care what you say you got to love computers...
 
Possible answer to the problem

I noticed a lot of the time resources were hitting hard limits, specifically privvmpages and numfiles in the Virtuozzo resources list, they are under auxillary if remember rightly.

After speaking to my service provider they increased privvmpages by 50%, and no more problems, all server functions are as they should be.

As for numfiles it is high but not stopping any functions.

FYI I removed all non-necessary modules, which dropped the figures, but removing spamassassin dropped the number by 20%, so now looking at greylisting on my Plesk 8.2, Ubuntu 6.06 server, as it was most excellent on my old Plesk 7.5.4 server.

Cheers for reading,
 
Back
Top