summaryrefslogtreecommitdiff
path: root/doc/bugs/Resource_temporarily_unavailable_when_running_enableremote.mdwn
diff options
context:
space:
mode:
authorGravatar anarcat <anarcat@web>2015-06-17 19:22:33 +0000
committerGravatar admin <admin@branchable.com>2015-06-17 19:22:33 +0000
commita6e8217e4f28547625bd1b4b25e7b6108ab52c86 (patch)
treea2ef683c931825cc9ca0340755178b37c5463069 /doc/bugs/Resource_temporarily_unavailable_when_running_enableremote.mdwn
parentd072c41fb8e397cd93a6ddd20d46917740ab0c95 (diff)
weird bug trying to run enableremote
Diffstat (limited to 'doc/bugs/Resource_temporarily_unavailable_when_running_enableremote.mdwn')
-rw-r--r--doc/bugs/Resource_temporarily_unavailable_when_running_enableremote.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/bugs/Resource_temporarily_unavailable_when_running_enableremote.mdwn b/doc/bugs/Resource_temporarily_unavailable_when_running_enableremote.mdwn
new file mode 100644
index 000000000..fa52d9450
--- /dev/null
+++ b/doc/bugs/Resource_temporarily_unavailable_when_running_enableremote.mdwn
@@ -0,0 +1,21 @@
+### Please describe the problem.
+
+enableremote gives this weird error when trying to change settings on the s3 remote:
+
+<pre>
+$ git annex enableremote s3
+enableremote s3
+git-annex: .git/annex/creds/SOME-LONG-HASH-I-AM-NOT-SURE-SHOULD-BE-PUBLIC: openFile: resource exhausted (Resource temporarily unavailable)
+failed
+git-annex: enableremote: 1 failed
+</pre>
+
+### What steps will reproduce the problem?
+
+Unclear. I tried to update to the latest neurodebian packages to make use of the new [[tips/public_Amazon_S3_remote]] but it seems something is going wrong here.
+
+The git-annex repository is on a "persistent amazon volume" (EBS, presumably?) so there may be something fishy with the filesystem there...
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150610+gitg608172f-1~ndall+1 on Ubuntu precise, in amazon EC2. --[[anarcat]]