From f4ddffe47c3f7fc72fe1eba4ad5acf59e358620b Mon Sep 17 00:00:00 2001 From: anarcat Date: Wed, 17 Jun 2015 19:22:33 +0000 Subject: [PATCH] weird bug trying to run enableremote --- ...unavailable_when_running_enableremote.mdwn | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/bugs/Resource_temporarily_unavailable_when_running_enableremote.mdwn 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]]