summaryrefslogtreecommitdiff
path: root/doc/bugs/gpg_fails_on_Mac_OS_10.9_when_creating_a_new_remote_repository_via_assistant.mdwn
blob: 1a0680c79592f151bbb09cfda9e3f6d64852c3e6 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
### Please describe the problem.

When I use the web app and try to create a remote on a remote server (via ssh connection) the assistant shows a gpg error.

### What steps will reproduce the problem?

1. Start the the web app using git-annex web app
2. create a local repository
3. create a new repository on a Remote server (Set up a repository on a remote server using ssh).
4. provide correct server address, user, port, etc.

Then gpg fails. 

### What version of git-annex are you using? On what operating system?

git-annex version: 4.20131106
build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA CryptoHash
key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
remote types: git gcrypt S3 bup directory rsync web webdav glacier hook
local repository version: unknown
default repository version: 3
supported repository versions: 3 4
upgrade supported from repository versions: 0 1 2

On Mac OS X 10.9 Mavericks, build 13A603.

### Please provide any additional information below.

[[!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

[2013-11-14 21:03:47 CET] main: starting assistant version 4.20131106
[2013-11-14 21:03:47 CET] Cronner: You should enable consistency checking to protect your data. 
(Recording state in git...)
(scanning...) [2013-11-14 21:03:47 CET] Watcher: Performing startup scan
(started...) [2013-11-14 21:04:47 CET] Cronner: Consistency check in progress
[2013-11-14 21:05:21 CET] Committer: Adding sunflower.html test.html cindy.css d3.js d3.min.js Accessors.js Essentials.js List.js Namespace.js and 6 other files

(Recording state in git...)

add /Users/ulli/Documents/annex/test.html (checksum...) ok
### several similar adds removed for privacy reasons.
 
[2013-11-14 21:05:22 CET] Committer: Committing changes to git
ok
(Recording state in git...)
(Recording state in git...)
14/Nov/2013:21:21:05 +0100 [Error#yesod-core] user error (gpg ["--quiet","--trust-model","always","--with-colons","--list-secret-keys","--fixed-list-mode"] exited 127) @(yesod-core-1.2.5:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:485:5)

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

> I've had reports from others that gpg works when installing from the
> bundle. [[done]] --[[Joey]]