aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/webapp_on_windows_7_64_bit_fail_to_add_server_repo.mdwn
blob: cb58b912c192c86fe6456c0c2fd79eddda6a75ab (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
56
57
58
59
60
61
62
63
64
65
66
### Please describe the problem.
Cant add Server repo

### What steps will reproduce the problem?
install linux prebuild torball on server (readynas pro 600)
un-tar and run with ./git-annex
(git-annex test pass without error)
install windows client on win7 64 bit and start webapp
try add server repo as second repo will led to an internal server error about gpg

followed the assistend video
### What version of git-annex are you using? On what operating system?
Readynas (Linux):
annex@readynas-pro:~/git-annex.linux$ ./git-annex version
git-annex version: 5.20140831-g62e6ad8
build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify 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 tahoe glacier ddar hook external

Windows:
Version: 5.20140914-gb169612
Build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA CryptoHash 

Git on Windows:
C:\Users\Xaver>git --version
git version 1.9.4.msysgit.1

GPG on Windows:
C:\Users\Xaver>gpg --version
gpg (GnuPG) 2.0.26 (Gpg4win 2.2.2)
libgcrypt 1.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Home: C:/Users/Xaver/AppData/Roaming/gnupg
Unterstützte Verfahren:
Öff. Schlüssel: RSA, ELG, DSA
Verschlü.: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH,
          CAMELLIA128, CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Komprimierung: nicht komprimiert, ZIP, ZLIB, BZIP2
### Please provide any additional information below.
Internal Server Error
user error (gpg ["--quiet","--trust-model","always","--with-colons","--list-secret-keys","--fixed-list-mode"] exited 2)

gpg: fatal: can't create directory `/home/Xaver/.gnupg': No such file or directory

makes no sense on windows machine

must be like "C:\Users\Xaver\AppData\Roaming\gnupg" or %Username%\AppData\Roaming\gnupg I guess.

gpg itself works fine I use it with thunderbird

[[!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
gpg: WARNING: using insecure memory!
gpg: please see http://www.gnupg.org/documentation/faqs.html for more information
gpg: fatal: can't create directory `/home/Xaver/.gnupg': No such file or directory
secmem usage: 0/0 bytes in 0/0 blocks of pool 0/65536
14/Sep/2014:23:17:08 +0200 [Error#yesod-core] user error (gpg ["--quiet","--trust-model","always","--with-colons","--list-secret-keys","--fixed-list-mode"] exited 2) @(yesod-core-1.2.19:Yesod.Core.Class.Yesod .\Yesod\Core\Class\Yesod.hs:503:5)

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