diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkck-Tokgfh_1Fwh6pkl69xPA_dYUgA4Tg <Benjamin@web> | 2014-10-16 22:49:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-16 22:49:38 +0000 |
commit | 026af7eed895752f69b7e02245100eb7b33d2537 (patch) | |
tree | 1dfe6a77f9d6c4f090f74438372c8cccef16e968 | |
parent | f53fb9bc23ae4d32f430cdeda9d9169c93968c88 (diff) |
formating, activate email comments
-rw-r--r-- | doc/bugs/get_from_glacier_fails_too_early.mdwn | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/bugs/get_from_glacier_fails_too_early.mdwn b/doc/bugs/get_from_glacier_fails_too_early.mdwn index 0612caae9..82594c1eb 100644 --- a/doc/bugs/get_from_glacier_fails_too_early.mdwn +++ b/doc/bugs/get_from_glacier_fails_too_early.mdwn @@ -1,6 +1,7 @@ ### Please describe the problem. -In order to test the integrity of my file backup on glacier, I initiated get of a single file from glacier via: +In order to test the integrity of my file backup on glacier, +I initiated get of a single file from glacier via: $ git annex get --from=glacier localdir/myfile.jpg @@ -26,7 +27,10 @@ git-annex: get: 1 failed [ben@voyagerS9 annex]$ """]] -The command immediately fails after entering the gpg passphrase, releasing the shell. But in the background the glacier-cli is still running, downloads the file from Amazon and then dumps the gpg encrypted file content into the terminal. (4 MB of binary character garbage on the screen) +The command immediately fails after entering the gpg passphrase, releasing the shell. +But in the background the glacier-cli is still running, downloads the file from Amazon +and then dumps the gpg encrypted file content into the terminal. +(4 MB of binary character garbage on the screen) git annex should not fail so early and wait until the data is coming in order to pipe it into gpg. @@ -48,7 +52,8 @@ libgcrypt 1.6.2 ### Possibly related information about the annexed repo and its history The file was uploaded sometime earlier this year with a different version of git annex: Older source package for Arch Linux with Haskell packages from the Arch haskell repos. -The special glacier remote was initially set up with an old gpg key (hybrid encryption), which is still in my keychain but has expired. I exchanged the Key with a new one by + +The special glacier remote was initially set up with an old gpg key (hybrid encryption), which is still in my keychain but has expired. I exchanged the key with a new one by $ git annex enableremote glacier keyid+=NEWKEY keyid-=OLDKEY |