duplicity-tracker
[Top][All Lists]
Advanced

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

[Duplicity-tracker] [sr #106567] Cleanup of temporary directory failed


From: Kenneth Loafman
Subject: [Duplicity-tracker] [sr #106567] Cleanup of temporary directory failed
Date: Wed, 03 Dec 2008 15:40:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.4) Gecko/2008111317 Ubuntu/8.04 (hardy) Firefox/3.0.4

Update of sr #106567 (project duplicity):

                  Status:             In Progress => Invalid                

    _______________________________________________________

Follow-up Comment #3:

Problem is in cygwin itself.  The ulimit -n (number of files) is set to 256
and that is way too small to run duplicity of any size.  Previous experiments
show that duplicity will open ~220 files on even a small backup.

To aggravate matters, it seems that new shells get the old limit even if you
increase it in the current shell, so the workaround for this is to execute
your duplicity tests as:

  $ while true; do ulimit -n 1024; PASSPHRASE=foo duplicity ...

It seems that this needs to be done with every invocation of the
'while...do'.  Googling seems to indicate that a rebuild of cygwin will be
needed if you want to permanently increase the limit.  If you find out how,
let us know.


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/support/?106567>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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