summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw <Carl@web>2014-11-29 18:03:10 +0000
committerGravatar admin <admin@branchable.com>2014-11-29 18:03:10 +0000
commitc794e6cd8bb2ac59bfba3c8a9dbbe16b734a7980 (patch)
treebe146b026525c57a626c28879e8da5937785ef5b /doc/bugs
parent45ed6b9a724e6481f42d2e4d0d8c69934bb99b01 (diff)
rename fsck_of_special_remotes_incorrectly_reports_ok.mdwn to bugs/fsck_of_special_remotes_incorrectly_reports_ok.mdwn
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/fsck_of_special_remotes_incorrectly_reports_ok.mdwn35
1 files changed, 35 insertions, 0 deletions
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
+