duplicity-talk
[Top][All Lists]
Advanced

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

Re: [Duplicity-talk] OSError: [Errno 24] Too many open files


From: Edward Jiang
Subject: Re: [Duplicity-talk] OSError: [Errno 24] Too many open files
Date: Fri, 8 May 2009 18:50:52 +0800

Hi Zhang,

I don't think duplicity itself would open many files, were you running some other processes at the same time?

Try

ulimit -a

to see the open files limit, normally it should be 1024, which is normally enough.

ulimit -n [NUMBER]

to change that, or edit /etc/security/limits.conf (should be this file, can't remember off hand)

I hope this solves your problem.

Regards
Edward

On Fri, May 8, 2009 at 3:44 PM, Yang Zhang <address@hidden> wrote:
I'm running into this exception (running on Ubuntu 9.04). Anybody know
what's up with this?

$ uname -a
Linux yang-xps410 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03
UTC 2009 x86_64 GNU/Linux

$ duplicity --version
duplicity 0.5.17

$ duplicity /home/yang/personal/
scp://hv//export/home/yang/backup-zs.ath.cx/backup
Last full backup date: Wed May  7 03:05:03 2008
Running 'scp  -oServerAliveInterval=15 -oServerAliveCountMax=1
hv:/export/home/yang/backup-zs.ath.cx/backup/duplicity-new-signatures.2008-10-12T07:10:01-04:00.to.2008-10-13T07:10:03-04:00.sigtar.gpg
/tmp/duplicity-q5mNXa-tempdir/mktemp-7qGN9v-152
' failed (attempt #1)
Traceback (most recent call last):
 File "/usr/local/bin/duplicity", line 826, in <module>
   with_tempdir(main)
 File "/usr/local/bin/duplicity", line 819, in with_tempdir
   fn()
 File "/usr/local/bin/duplicity", line 801, in main
   incremental_backup(sig_chain)
 File "/usr/local/bin/duplicity", line 392, in incremental_backup
   bytes_written = write_multivol("inc", tarblock_iter, globals.backend)
 File "/usr/local/bin/duplicity", line 232, in write_multivol
   globals.gpg_profile, globals.volsize)
 File "/usr/local/lib/python2.6/site-packages/duplicity/gpg.py", line
257, in GPGWriteFile
   file = GPGFile(True, path.Path(filename), profile)
 File "/usr/local/lib/python2.6/site-packages/duplicity/gpg.py", line
119, in __init__
   'logger': self.logger_fp})
 File "/usr/local/lib/python2.6/site-packages/duplicity/GnuPGInterface.py",
line 357, in run
   create_fhs, attach_fhs)
 File "/usr/local/lib/python2.6/site-packages/duplicity/GnuPGInterface.py",
line 388, in _attach_fork_exec
   pipe = os.pipe()
OSError: [Errno 24] Too many open files

--
Yang Zhang
http://www.mit.edu/~y_z/


_______________________________________________
Duplicity-talk mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/duplicity-talk



reply via email to

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