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 0000000000..fa52d94500 --- /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: + +
+$ 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 ++ +### 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]]