File: adding_a_remote_server_fails.mdwn

package info (click to toggle)
git-annex 5.20141125%2Bdeb8u1
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 37,832 kB
  • sloc: haskell: 42,603; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (27 lines) | stat: -rw-r--r-- 1,338 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
### Please describe the problem.
I tried to add a remote server to my annex repo using the webapp.

### What steps will reproduce the problem?
Configuration -> Repositories -> Remote server -> Fill in stuff, use public key auth -> click "check this server" -> enjoy

### What version of git-annex are you using? On what operating system?
OpenSUSE Tumbleweed, git-annex 5.20140709-gc75193e

### Please provide any additional information below.
Error message: `user error (gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--with-colons","--list-secret-keys","--fixed-list-mode"] exited 2)`

[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
[2014-07-11 12:03:52 CEST] main: starting assistant version 5.20140709-gc75193e
[2014-07-11 12:03:53 CEST] UpgradeWatcher: Finished upgrading git-annex to version 5.20140709-gc75193e 
(scanning...) [2014-07-11 12:03:53 CEST] Watcher: Performing startup scan
(started...) gpg: /home/zilti/.gnupg/gpg.conf:200: argument not expected
gpg: /home/zilti/.gnupg/gpg.conf:201: invalid option
gpg: /home/zilti/.gnupg/gpg.conf:200: argument not expected
gpg: /home/zilti/.gnupg/gpg.conf:201: invalid option

# End of transcript or log.
"""]]

[[!tag moreinfo]]