summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar yarikoptic <yarikoptic@web>2017-02-06 19:25:47 +0000
committerGravatar admin <admin@branchable.com>2017-02-06 19:25:47 +0000
commit632837ed716644a6592358815ec036e595ee80d7 (patch)
tree3992d927c044f741f78eb5bebdfe0264bd57c4c9 /doc
parentcae2699bc8c3106e51665c53ce8ff8e84272e190 (diff)
initial whining
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_info_fails_on_NFS__58___waitToSetLock__58___resource_exhausted___40__No_locks_available__41__.mdwn46
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_info_fails_on_NFS__58___waitToSetLock__58___resource_exhausted___40__No_locks_available__41__.mdwn b/doc/bugs/git_annex_info_fails_on_NFS__58___waitToSetLock__58___resource_exhausted___40__No_locks_available__41__.mdwn
new file mode 100644
index 000000000..5bc480bb2
--- /dev/null
+++ b/doc/bugs/git_annex_info_fails_on_NFS__58___waitToSetLock__58___resource_exhausted___40__No_locks_available__41__.mdwn
@@ -0,0 +1,46 @@
+### Please describe the problem.
+
+git annex info crashes in some directories of the NFS mounted partition but not in the others
+
+[[!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
+
+yoh@rolando:/inbox/BIDS/Meng/Meng/1005-faceperception$ git annex info
+
+git-annex: waitToSetLock: resource exhausted (No locks available)
+failed
+git-annex: info: 1 failed
+yoh@rolando:/inbox/BIDS/Meng/Meng/1005-faceperception$ cd -
+/inbox/BIDS/Gobbini/Matteo/1002-faceangles
+
+yoh@rolando:/inbox/BIDS/Gobbini/Matteo/1002-faceangles$ git annex info
+repository mode: indirect
+trusted repositories: 0
+semitrusted repositories: 5
+ 00000000-0000-0000-0000-000000000001 -- web
+ 00000000-0000-0000-0000-000000000002 -- bittorrent
+ 8ffcc6d4-1288-45cb-8e5b-0fa13a22c8c5 -- mvdoc@falkor:/srv/dbic.datalad.org/www/Gobbini/Matteo/1002-faceangles
+ b7872847-80ac-47d6-a712-fa695b24e85e -- yoh@rolando:/inbox/BIDS/Gobbini/Matteo/1002-faceangles [here]
+ db79e407-569d-43b4-8c39-c50f0eeb1fdd -- mvdoc@smaug:/mnt/btrfs/dbic/inbox/face-angles/Gobbini/Matteo
+untrusted repositories: 0
+transfers in progress: none
+available local disk space: 30.19 terabytes (+1 megabyte reserved)
+local annex keys: 40
+local annex size: 5.21 gigabytes
+annexed files in working tree: 40
+size of annexed files in working tree: 5.21 gigabytes
+bloom filter size: 32 mebibytes (0% full)
+backend usage:
+ SHA256E: 40
+
+yoh@rolando:/inbox/BIDS/Gobbini/Matteo/1002-faceangles$ git annex version
+git-annex version: 6.20170101+gitg93d69b1-1~ndall+1
+
+"""]]
+
+
+so this one was a run from within singularity neurodebian environment on a centos box. but the same behaviour is if ran using 6.20161231-gc8eeb17da standalone build ran under CentOS natively.
+
+[[!meta author=yoh]]
+