diff options
author | clacke <clacke@web> | 2015-05-22 19:09:30 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-22 19:09:30 +0000 |
commit | b14cb57047cbf539116950bfab0c7827b81b1f5d (patch) | |
tree | f1bd2b1559328dbb4be230770f9e207185a611fb /doc/bugs | |
parent | c1b3ee92f5db42c484c10ef0cc02435895a9c26a (diff) |
Weird rsync error message, initial report -- unable to reproduce faithfully yet
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/rsync:_protocol_version_mismatch.mdwn | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/rsync:_protocol_version_mismatch.mdwn b/doc/bugs/rsync:_protocol_version_mismatch.mdwn new file mode 100644 index 000000000..fb5500601 --- /dev/null +++ b/doc/bugs/rsync:_protocol_version_mismatch.mdwn @@ -0,0 +1,38 @@ +### Please describe the problem. +This is a weird one. I'm getting rsync `protocol version mismatch -- is your shell clean?` on a particular file. + +I have tried to reproduce it but not been able. + + * First time it happened, I went to the problem repo and did a `get`, which worked, destroying the evidence. "Luckily", this happened again a few days later. + * I thought maybe it was because there was a partial transfer in `.git/annex/tmp` with some specific characteristics. Nope, if I remove the file in `tmp` the problem remains. + * I made another clone think it was the problem repo, transferred the file to that repo, no problem. Dropped it, pointed everything back to the original bad repo. Still bad. + * Both sides are running `rsync version 3.1.0 protocol version 31`. + + +### What steps will reproduce the problem? + +Working on it. But I want to put the preliminaries here, in case someone else has seen this. + +### What version of git-annex are you using? On what operating system? + +Both sides are running `git-annex version: 5.20150508-g883d57f`, on Ubuntu 14.04.2 LTS. + + +### 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 +$ git annex copy --to acozed claes/colt/20150511_174818.jpg +copy claes/colt/20150511_174818.jpg (checking acozed...) (to acozed...) +protocol version mismatch -- is your shell clean? +(see the rsync man page for an explanation) +rsync error: protocol incompatibility (code 2) at compat.c(176) [sender=3.1.1] + + rsync failed -- run git annex again to resume file transfer +failed +git-annex: copy: 1 failed + + +# End of transcript or log. +"""]] |