Deja Dup restore fails with "too many files open" error
Bug #423145 reported by
Pete Goodall
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Duplicity |
Fix Released
|
Medium
|
Unassigned | ||
Déjà Dup |
Fix Released
|
Medium
|
Unassigned | ||
apt-sysrestore |
New
|
Undecided
|
Unassigned | ||
deja-dup (Debian) |
Fix Released
|
Unknown
|
Bug Description
I'm trying to restore my home directory to an empty directory on the /home/ partition and running Ubuntu 9.10 Alpha 4 + updates as of 2 Sept. I have plenty of room on the HDD because I only have on partition (besides swap), but I may be limited in RAM, with only 1 GB of RAM. I get mostly through the restore (approx 27 GB) and the restore errors out with the same error for many files:
"Could not restore home/pgoodall/
I assume this is because I have too little RAM, but don't know.
Changed in deja-dup (Debian): | |
status: | Unknown → New |
Changed in duplicity: | |
milestone: | 0.6.06 → none |
importance: | High → Medium |
Changed in deja-dup (Debian): | |
status: | New → Fix Released |
Changed in duplicity: | |
status: | In Progress → Fix Released |
assignee: | Kenneth Loafman (kenneth-loafman) → nobody |
To post a comment you must log in.
Thanks for the report, Pete! This is likely a bug that was half-fixed in duplicity 0.5.18 (which you should have in Alpha 4). The rest of the fix was in 0.6.00 (which will be in Karmic+1). A possible workaround is to run:
ulimit -n 4096
or some such number to make it work.