diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-12 12:57:18 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-12 12:57:18 -0400 |
commit | ca10c06819aacc50d4423836ce51fc4486803789 (patch) | |
tree | e96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/bugs/rsync__58___protocol_version_mismatch.mdwn | |
parent | 024dd384140b25f69defd762e41fd5e4af4f3567 (diff) |
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git.
But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/bugs/rsync__58___protocol_version_mismatch.mdwn')
-rw-r--r-- | doc/bugs/rsync__58___protocol_version_mismatch.mdwn | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/doc/bugs/rsync__58___protocol_version_mismatch.mdwn b/doc/bugs/rsync__58___protocol_version_mismatch.mdwn new file mode 100644 index 000000000..fb5500601 --- /dev/null +++ b/doc/bugs/rsync__58___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. +"""]] |