What is the expected output? What do you see instead?
2012-09-08 16:58:23 +00:00
2012-09-08 16:56:50 +00:00
I expect the file to be transfered to my remote server. Instead I see a 'gpg>' prompt with nothing happening. When pressing CTRL+C, the following mesage is shown:
gpg: Interrupt caught ... exiting
There must be some faults when interfacing gpg. The other console-output is:
What version of git-annex are you using? On what operating system?
git-annex version: 3.20120826
Ubuntu 12.04, GHC 7.4.1
gpg is 'gpg (GnuPG) 1.4.11'
Please provide any additional information below.
2012-09-08 17:05:14 +00:00
The key which is used for the remote is password protected. The GnuPG Agent asks me for the password, so this seems to work. I do not know what content the gpg expects but does not recieve. The .git/config entry for the remote looks reasonable:
[remote "vserver2"]
annex-rsyncurl = vserver.dbruhn.de:/annex
annex-uuid = ea3d6acc-716c-48e8-9b6b-993b90dcc1db
2012-09-08 17:10:20 +00:00
When adding a new rsync-remote with encryption set to 'none' (therefore disabled), everything works, so it really seems a gpg issue.