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: Kenneth Loafman
Subject: Re: [Duplicity-talk] OSError: [Errno 24] Too many open files
Date: Mon, 11 May 2009 06:34:37 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090318)

These are not open processes, they are zombie processes, so no real
resources taken.  That simplifies it a bit.  What normally causes this
is the failure of a parent process to properly retrieve its exit status,
but this is not the case or more people would have this problem.

As far as I can tell, the only systems this is happening on are 64bit,
and not even all of those.  Some of my systems are 64bit and they don't
show this, so I'm wondering if this could be limited to a particular
version of GnuPG, or what.

Edgar, from your note I could not tell, is this happening to you too?

...Ken

address@hidden wrote:
> just my quick observation .. a simple incr backup opens and leaves over
> 20 gpg processes open. I don't think this is healthy and also can
> imagine that this multiplies if the volumes get smaller (mine are 50MB).
> 
> regards ede
> 
> 
> address@hidden:~> ps -u user xf
>  PID TTY      STAT   TIME COMMAND
> 32731 ?        S      0:00 sshd: address@hidden/0
> 32732 pts/0    Ss     0:00  \_ -bash
> 1167 pts/0    S      0:00      \_ /bin/bash /usr/local/bin/ftplicity
> profile backup
> 1168 pts/0    S      0:00      |   \_ /bin/bash
> /srv/www//release/ftplicity_1.4.2/ftplicity profile backup
> 1174 pts/0    S      0:00      |       \_ /bin/bash
> /srv/www//release/ftplicity_1.4.2/ftplicity backup
> 1239 pts/0    S      0:00      |           \_ /bin/bash
> /srv/www//release/ftplicity_1.4.2/ftplicity backup
> 1240 pts/0    S      0:05      |               \_ /usr/bin/python
> /srv/www/user/_apps/duplicity-0.5.10/bin/duplicity --verbosity 4
> --encrypt-key XXXXXXX --sign-key B59ECD99 --gpg-options=--always-trust
> --full-if-older-than 1M --volsize 50 --exclude-globbing-filelist
> /srv/www/...
> 1249 pts/0    SL     0:00      |                   \_ gpg --logger-fd 4
> --passphrase-fd 8 --batch --no-tty --default-key XXXXXXXX --recipient
> XXXXXXXX --no-secmem-warning --always-trust --encrypt --sign
> 1265 pts/0    SL     0:00      |                   \_ gpg --status-fd 6
> --passphrase-fd 11 --logger-fd 5 --batch --no-tty --default-key XXXXXXXX
> --no-secmem-warning --always-trust --decrypt
> 1267 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1272 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1275 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1278 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1282 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1286 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1289 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1292 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1296 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1299 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1302 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1305 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1308 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1311 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1314 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1317 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1320 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1324 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1327 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1330 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1333 pts/0    Z      0:00      |                   \_ [gpg] <defunct>
> 1334 pts/1    Ss+    0:00      |                   \_ /usr/bin/ncftp -u
> ******* backup.server.de
> 1335 pts/0    R+     0:00      \_ ps -u user xf
> 
> 
> 
> 
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/duplicity-talk
> 


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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