duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] OSError: [Errno 35] Resource temporarily unavailabl


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] OSError: [Errno 35] Resource temporarily unavailable
Date: Fri, 24 Jun 2011 10:38:31 -0500

On Fri, Jun 24, 2011 at 9:54 AM, Martin Pool <address@hidden> wrote:
2011/6/24 Chris Poole <address@hidden>:
>      File "/usr/local/Cellar/duplicity/0.6.14/libexec/duplicity/GnuPGInterface.py",
> line 399, in _attach_fork_exec
>        process.pid = os.fork()
>    OSError: [Errno 35] Resource temporarily unavailable

This normally means the machine is running out of memory or some other
resource and it can't spawn another process.

A couple of versions ago I removed threaded_waitpid() from GnuPGInterface.py.  This kept resource utilization down, especially file handles, when doing long strings of incremental backups.

You can get the previous version at:
http://bazaar.launchpad.net/~duplicity-team/duplicity/0.6-series/download/656/duplicitygnupginterf-20090308130055-a8r7crbk76m7m40b-1/GnuPGInterface.py

I'm going to restore this version in the next release.  It's really needed.

...Ken


reply via email to

[Prev in Thread] Current Thread [Next in Thread]