aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/using_Amazon_Glacier/comment_7_a83cfe55f4c70bd8801e0c05c5be8323._comment
blob: 8b7fc854525f477c6fd55458d327938363f8f645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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!


"""]]