summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar ggreif@8132a868199b4ffec14150c87f538dc06a538220 <ggreif@web>2016-01-28 10:58:35 +0000
committerGravatar admin <admin@branchable.com>2016-01-28 10:58:35 +0000
commitceafaa2f74d43895ffa17e87828629021503fbd6 (patch)
tree4bdf1213d8381d804dc6b85e9edfcde7dc3f5396 /doc
parente79fbf9982c14f4f3b0df093faa13542b2003fff (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/cannot_remove___96__.t__96___directory.mdwn34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/bugs/cannot_remove___96__.t__96___directory.mdwn b/doc/bugs/cannot_remove___96__.t__96___directory.mdwn
new file mode 100644
index 000000000..3c2b1aad7
--- /dev/null
+++ b/doc/bugs/cannot_remove___96__.t__96___directory.mdwn
@@ -0,0 +1,34 @@
+### Please describe the problem.
+
+I am running `git-annex test`, it stops on an NFS mount with exhausted resources (too many open FDs).
+
+Then I try to remove the `.t` directory with `rm -rf .t` and get many errors like:
+
+```
+rm: cannot remove `.t/tmprepo61/.git/annex/objects/96/qw/SHA256E-s10--bcc2eba25d48be76c9d968f2d818196b0e10e13476dcff75371fc0ca4910450c/SHA256E-s10--bcc2eba25d48be76c9d968f2d818196b0e10e13476dcff75371fc0ca4910450c': Permission denied
+```
+
+The permissions on those files look normal (they are mine).
+
+### What steps will reproduce the problem?
+
+see above
+
+### What version of git-annex are you using? On what operating system?
+
+git HEAD (self-built). On Linux.
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+On /tmp the self-test works. Maybe it is related to NFS?
+