summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar joksnet <joksnet@web>2013-01-16 01:19:31 +0000
committerGravatar admin <admin@branchable.com>2013-01-16 01:19:31 +0000
commit4abfdb16baeacf8d0cd8bf113b57b44f16739924 (patch)
tree453df7c679134a315c19bb7a5dbcf63b2db3320d /doc
parent74e6394e96b5d1fd3d6a590dbbf689e7c8c2960d (diff)
With S3, GPG ask for a new passphrase
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/With_S3__44___GPG_ask_for_a_new_passphrase.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/With_S3__44___GPG_ask_for_a_new_passphrase.mdwn b/doc/bugs/With_S3__44___GPG_ask_for_a_new_passphrase.mdwn
new file mode 100644
index 000000000..10be47679
--- /dev/null
+++ b/doc/bugs/With_S3__44___GPG_ask_for_a_new_passphrase.mdwn
@@ -0,0 +1,17 @@
+I'm using S3 special remote that I initialized like this:
+
+ git annex initremote s3 type=S3 encryption=EEF2B390 datacenter="EU" storageclass="REDUCED_REDUNDANCY"
+
+Instead of asking me my key passphrase (I have gpg-agent running), it ask me a new passphase an then repeat it. So it's not my passphrase because if I kill gpg-agent, it will ask me three passphrase for each file: one mine and two for the new one. If i don't put anything there it says:
+
+ copy GOPR1672.JPG (checking s3...) (to s3...) gpg: error creating passphrase: Invalid passphrase
+ gpg: symmetric encryption of `[stdin]' failed: Invalid passphrase
+ failed
+ git-annex: fd:13: hPutBuf: resource vanished (Broken pipe)
+ copy GOPR1673.JPG (checking s3...) (to s3...)
+
+So I create a new passphrase (two times) for each file I tried to upload. The problem is that I have more than 12000 files to upload!
+
+What's this new passphrase for?
+
+BTW: git-annex version: 3.20130102 same precompiled binary on Arch Linux.