aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar ben <ben@web>2015-12-08 10:39:30 +0000
committerGravatar admin <admin@branchable.com>2015-12-08 10:39:30 +0000
commit26c3c68c5e73bbf3c3f29e1943c23aad071c285a (patch)
tree71bba61adbbeeeff8d996fe6eb430e6836833ff4
parent4e35c755f3e6a38469fa15438f0afa60cc54464e (diff)
Added a comment: Problems initializing glacier remote
-rw-r--r--doc/tips/using_Amazon_Glacier/comment_7_a83cfe55f4c70bd8801e0c05c5be8323._comment22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/tips/using_Amazon_Glacier/comment_7_a83cfe55f4c70bd8801e0c05c5be8323._comment b/doc/tips/using_Amazon_Glacier/comment_7_a83cfe55f4c70bd8801e0c05c5be8323._comment
new file mode 100644
index 000000000..8b7fc8545
--- /dev/null
+++ b/doc/tips/using_Amazon_Glacier/comment_7_a83cfe55f4c70bd8801e0c05c5be8323._comment
@@ -0,0 +1,22 @@
+[[!comment format=mdwn
+ username="ben"
+ subject="Problems initializing glacier remote"
+ date="2015-12-08T10:39:30Z"
+ content="""
+Hi, when I try to create a glacier remote, the command freezes without further output:
+
+ $ git init
+ $ git annex init
+ $ git annex initremote glacier type=glacier keyid=xxxxxxxx
+ initremote glacier (encryption setup)
+
+I can see the following processes in sleep state:
+
+
+ 11438 pts/0 S+ 0:00 git --git-dir=/home/b/Documents/annex/.git --work-tree=/home/b/Documents/annex cat-file --batch
+ 11440 pts/0 SL+ 0:00 gpg2 --batch --no-tty --use-agent --quiet --trust-model always --gen-random --armor 2 512
+
+I'm on fedora 22, git-annex version: 5.20140717. Any suggestions appreciated, thanks!
+
+
+"""]]