summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2014-12-01 19:34:45 -0400
committerGravatar Joey Hess <id@joeyh.name>2014-12-01 19:34:45 -0400
commitb5f9112011db4c42ea18a1f5d2c3368044f504dd (patch)
treec535c45f781132f3c244d343e00b9467b9882c8f /doc/bugs
parent4d4575ba7a549164a82100a176235b84b77d0d52 (diff)
parenta03d2e5b0e13d1f19e6f6ff5539cf98749ed5d55 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/S3_memory_leaks/comment_5_1b6d13852aeb37c5c29baf100bd62789._comment8
-rw-r--r--doc/bugs/Uninstalling_removes_libcrypto.dll.mdwn22
-rw-r--r--doc/bugs/fsck_of_special_remotes_incorrectly_reports_ok.mdwn35
-rw-r--r--doc/bugs/proxy_command_fails_on_Windows.mdwn4
-rw-r--r--doc/bugs/proxy_command_fails_on_Windows/comment_1_f4cb0a0ab445a8e9993c6736a6e23887._comment10
-rw-r--r--doc/bugs/webdav_fails___40__server:_radicale_0.9-1__41__.mdwn45
6 files changed, 122 insertions, 2 deletions
diff --git a/doc/bugs/S3_memory_leaks/comment_5_1b6d13852aeb37c5c29baf100bd62789._comment b/doc/bugs/S3_memory_leaks/comment_5_1b6d13852aeb37c5c29baf100bd62789._comment
new file mode 100644
index 000000000..ae07de74c
--- /dev/null
+++ b/doc/bugs/S3_memory_leaks/comment_5_1b6d13852aeb37c5c29baf100bd62789._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c"
+ nickname="Justin"
+ subject="comment 5"
+ date="2014-11-30T22:18:56Z"
+ content="""
+This is getting in my way, but I'm concerned about using a mostly-untested branch (and also, compiling for ARM sounds really unpleasant). Can you elaborate on the risks here? Can I perhaps donate developer time to get this merged into mainline?
+"""]]
diff --git a/doc/bugs/Uninstalling_removes_libcrypto.dll.mdwn b/doc/bugs/Uninstalling_removes_libcrypto.dll.mdwn
new file mode 100644
index 000000000..6ee781d2f
--- /dev/null
+++ b/doc/bugs/Uninstalling_removes_libcrypto.dll.mdwn
@@ -0,0 +1,22 @@
+### Please describe the problem.
+Just feedback to you:
+After I uninstalled git-annex (Windows), traditional git was not able to push changes to an origin server via ssh.
+Instead I got an error "libcrypto.dll is missing".
+Installing git once again after uninstalling git-annex solved the problem.
+
+### What steps will reproduce the problem?
+Installing and uninstalling git-annex.
+
+### What version of git-annex are you using? On what operating system?
+File "git-annex-installer.exe" downloaded 2014-11-09.
+Windows 8.
+
+### 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
+
+
+# End of transcript or log.
+"""]]
diff --git a/doc/bugs/fsck_of_special_remotes_incorrectly_reports_ok.mdwn b/doc/bugs/fsck_of_special_remotes_incorrectly_reports_ok.mdwn
new file mode 100644
index 000000000..809725127
--- /dev/null
+++ b/doc/bugs/fsck_of_special_remotes_incorrectly_reports_ok.mdwn
@@ -0,0 +1,35 @@
+### Please describe the problem.
+
+I am trying to verify that my files are where they should after having updated my remotes to use chunking. I do get the following two error messages, but then git-annex reports that everything is Ok. I find it slightly scary and thus wonder if the fsck command in all cases do a conservative enough check. All other files (except two other ones where it noticed that they where in fact not on the remote do not report any errors.)
+
+When running the fsck command for all files I got the following slightly worring message for one file.
+
+ fsck Ekonomi/2014-06-02_Elavräkning.pdf (checking box.com5...) (checking box.com5...) (checking box.com5...)
+ 79% 23.2KB/s 26s
+ Error_Packet "partial packet: expecting 16448 bytes, got: 891"
+ ok
+
+Reading the message it seems that the file was not correctly downloaded, but still deemed Ok enough by git-annex.
+
+Further while writing this report I get the following message from a remote using the external protocol:
+
+ fsck Deklaration/archive/2012/DE/Steuerklärung Formular.pdf
+ 93% 221.9KB/s 12s
+ /Users/carlmod/Annex/.git/annex/tmp/GPGHMACSHA1--0e7e4951e2650ac636bc3fc17c673f1f2dfb3071: openBinaryFile: does not exist (No such file or directory)
+ ok
+
+Source code for this remote is not yet published online, as i would want to build it slightly more reliable before releasing it. It however passes the remote test suite without any problem.
+### What steps will reproduce the problem?
+
+Not really sure, but rerunning the commands show that the openBinaryFile happens here for this particular file.
+
+### What version of git-annex are you using? On what operating system?
+
+ $ git annex version
+ git-annex version: 5.20141125
+ build flags: Assistant Webapp Webapp-secure 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 tahoe glacier ddar hook external
+
+built using Homebrew (i.e. in a cabal sandbox) on OS X Yosemite 10.10.1
+
diff --git a/doc/bugs/proxy_command_fails_on_Windows.mdwn b/doc/bugs/proxy_command_fails_on_Windows.mdwn
index a099d06d9..370764e03 100644
--- a/doc/bugs/proxy_command_fails_on_Windows.mdwn
+++ b/doc/bugs/proxy_command_fails_on_Windows.mdwn
@@ -1,6 +1,6 @@
### Please describe the problem.
-The new ''git annex proxy'' command fails every command in the 2014-11-28 daily build for Windows.
+The new ''git annex proxy'' command fails every call in the 2014-11-28 daily Windows build.
### What steps will reproduce the problem?
@@ -15,7 +15,7 @@ The new ''git annex proxy'' command fails every command in the 2014-11-28 daily
### What version of git-annex are you using? On what operating system?
-Daily Windows build 5.20141128-g70f997e
+Daily Windows build 5.20141128-g70f997e on Windows 7 x64
### Please provide any additional information below.
diff --git a/doc/bugs/proxy_command_fails_on_Windows/comment_1_f4cb0a0ab445a8e9993c6736a6e23887._comment b/doc/bugs/proxy_command_fails_on_Windows/comment_1_f4cb0a0ab445a8e9993c6736a6e23887._comment
new file mode 100644
index 000000000..b242736df
--- /dev/null
+++ b/doc/bugs/proxy_command_fails_on_Windows/comment_1_f4cb0a0ab445a8e9993c6736a6e23887._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawmWBvsZvSsAL8P2ye3F0OBStjFCVnOImzM"
+ nickname="Jarno"
+ subject="Not a bug"
+ date="2014-11-28T18:25:40Z"
+ content="""
+This was, in fact, just an unclear error message. The command was missing \"git\", and so should have been:
+
+ $ git annex proxy -- git pull
+"""]]
diff --git a/doc/bugs/webdav_fails___40__server:_radicale_0.9-1__41__.mdwn b/doc/bugs/webdav_fails___40__server:_radicale_0.9-1__41__.mdwn
new file mode 100644
index 000000000..8da66a810
--- /dev/null
+++ b/doc/bugs/webdav_fails___40__server:_radicale_0.9-1__41__.mdwn
@@ -0,0 +1,45 @@
+The current command fails (git-annex 5.20141125, debian sid, DAV server: radicale 0.9-1):
+
+ $ WEBDAV_USERNAME=user WEBDAV_PASSWORD=password git annex --debug initremote dav.example.com type=webdav url=https://dav.example.com encryption=none
+ [2014-11-28 16:53:29 CET] read: git ["--git-dir=/home/user/test-annex/.git","--work-tree=/home/user/test-annex","show-ref","git-annex"]
+ [2014-11-28 16:53:29 CET] read: git ["--git-dir=/home/user/test-annex/.git","--work-tree=/home/user/test-annex","show-ref","--hash","refs/heads/git-annex"]
+ [2014-11-28 16:53:29 CET] read: git ["--git-dir=/home/user/test-annex/.git","--work-tree=/home/user/test-annex","log","refs/heads/git-annex..f60365a0d5333e1aefe80a3fe747e2cb3d5c8162","-n1","--pretty=%H"]
+ [2014-11-28 16:53:29 CET] chat: git ["--git-dir=/home/user/test-annex/.git","--work-tree=/home/user/test-annex","cat-file","--batch"]
+ initremote dav.example.com (testing WebDAV server...)
+
+ git-annex: WebDAV test failed: StatusCodeException (Status {statusCode = 500, statusMessage = "Internal Server Error"}) [("Server","nginx/1.2.1"),("Date","Fri, 28 Nov 2014 15:53:37 GMT"),("Content-Type","text/plain"),("Content-Length","59"),("Connection","keep-alive"),("Keep-Alive","timeout=75"),("X-Response-Body-Start","A server error occurred. Please contact the administrator."),("X-Request-URL","MKCOL https://dav.example.com:443/tmp")] (CJ {expose = []}): user error
+ failed
+ git-annex: initremote: 1 failed
+
+server log:
+
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:53:17 +0100] "MKCOL / HTTP/1.1" 500 59 "-" "hDav-using application"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:53:18 +0100] "PROPFIND /tmp HTTP/1.1" 500 59 "-" "hDav-using application"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:53:21 +0100] "MKCOL /tmp HTTP/1.1" 500 59 "-" "hDav-using application"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:53:32 +0100] "MKCOL / HTTP/1.1" 500 59 "-" "hDav-using application"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:53:34 +0100] "PROPFIND /tmp HTTP/1.1" 500 59 "-" "hDav-using application"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:53:37 +0100] "MKCOL /tmp HTTP/1.1" 500 59 "-" "hDav-using application"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:58:31 +0100] "PROPFIND / HTTP/1.1" 207 1035 "-" "cadaver/0.23.3 neon/0.30.1"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:59:19 +0100] "MKCOL / HTTP/1.1" 500 59 "-" "hDav-using application"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:59:21 +0100] "PROPFIND /tmp HTTP/1.1" 500 59 "-" "hDav-using application"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:16:59:23 +0100] "MKCOL /tmp HTTP/1.1" 500 59 "-" "hDav-using application"
+
+
+cadaver works:
+
+ $ cadaver https://dav.example.com
+ Authentication required for Radicale - Password Required on server `dav.example.com':
+ Username: user
+ Password:
+ dav:/> ls
+ Listing collection `/': succeeded.
+ Coll: user 0 Jan 1 1970
+
+server log:
+
+ ::ffff:192.168.1.6 - - [28/Nov/2014:17:01:31 +0100] "OPTIONS / HTTP/1.1" 200 0 "-" "cadaver/0.23.3 neon/0.30.1"
+ ::ffff:192.168.1.6 - - [28/Nov/2014:17:01:31 +0100] "PROPFIND / HTTP/1.1" 401 0 "-" "cadaver/0.23.3 neon/0.30.1"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:17:01:42 +0100] "PROPFIND / HTTP/1.1" 207 579 "-" "cadaver/0.23.3 neon/0.30.1"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:17:01:42 +0100] "PROPFIND / HTTP/1.1" 207 579 "-" "cadaver/0.23.3 neon/0.30.1"
+ ::ffff:192.168.1.6 - user [28/Nov/2014:17:02:01 +0100] "PROPFIND / HTTP/1.1" 207 1035 "-" "cadaver/0.23.3 neon/0.30.1"
+