From de291f81e4e43f23b571eaf5528adebb192f609d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnX1msQxnLoSeu7q-i-c9BWghonsN7Qmns" Date: Fri, 10 Jan 2014 16:22:20 +0000 Subject: --- doc/bugs/index_file_smaller_than_expected.mdwn | 50 ++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 doc/bugs/index_file_smaller_than_expected.mdwn diff --git a/doc/bugs/index_file_smaller_than_expected.mdwn b/doc/bugs/index_file_smaller_than_expected.mdwn new file mode 100644 index 000000000..b82bd62b3 --- /dev/null +++ b/doc/bugs/index_file_smaller_than_expected.mdwn @@ -0,0 +1,50 @@ +### Please describe the problem. + +I get an error in one of my repositories. + +### What steps will reproduce the problem? + +I paired my macbook repository with an repository on my desktop. The repository on the desktop contains many smaller files, because it is my documents folder. + +Pairing this repository with smaller files never worked for me. I posted to the forum about it: +[[forum/ssh__95__exchange__95__identification:_read:_Connection_reset_by_peer/]] + +I am a little confused because I paired three other repositories between these computers sucessfully. They contain pictures, videos and music. + +### What version of git-annex are you using? On what operating system? + +Version: 5.20140106-gcb3351b +Build flags: Assistant Webapp Pairing Testsuite S3 WebDAV FsEvents XMPP DNS Feeds Quvi TDFA CryptoHash + +Mac OS X Mavericks + +### 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 + +Please make sure you have the correct access rights +and the repository exists. +fatal: index file smaller than expected +TransferScanner crashed: user error (git ["--git-dir=/Users/juh/Share/.git","--work-tree=/Users/juh/Share","-c","core.bare=false","update-index","-z","--index-info"] exited 128) +[2014-01-10 16:26:00 CET] TransferScanner: warning TransferScanner crashed: user error (git ["--git-dir=/Users/juh/Share/.git","--work-tree=/Users/juh/Share","-c","core.bare=false","update-index","-z","--index-info"] exited 128) +ssh_exchange_identification: read: Connection reset by peer +ssh_exchange_identification: read: Connection reset by peer +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +[2014-01-10 16:56:09 CET] NetWatcherFallback: Syncing with sokrates.local_Dokumente +ssh_exchange_identification: read: Connection reset by peer +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +fatal: index file smaller than expected +NetWatcherFallback crashed: user error (git ["--git-dir=/Users/juh/Share/.git","--work-tree=/Users/juh/Share","-c","core.bare=false","update-index","-z","--index-info"] exited 128) +[2014-01-10 17:01:09 CET] NetWatcherFallback: warning NetWatcherFallback crashed: user error (git ["--git-dir=/Users/juh/Share/.git","--work-tree=/Users/juh/Share","-c","core.bare=false","update-index","-z","--index-info"] exited 128) + + +# End of transcript or log. +"""]] -- cgit v1.2.3