Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Dec 2013 20:37:56 +0100
From:      Pol Hallen <freebsdenml@fuckaround.org>
To:        questions@freebsd.org
Subject:   rsync client problem
Message-ID:  <529B9014.6060301@fuckaround.org>

next in thread | raw e-mail | index | archive | help
Hi all... many hours to check this script but nothing of good...
I've a linux rsync server and with linux client I use:

rsync --password-file=/usr/home/user/.rsync.pass 
--log-file=/var/log/docs.log --progress --stats -avr --delete 
user@10.10.10.8::docs /home/user/docs

everything ok, the problem is with FreeBSD rsync client:

msg checking charset: ASCII
rsync: safe_read failed to read 1 bytes [Receiver]: Connection reset by 
peer (54)
[Receiver] _exit_cleanup(code=12, file=io.c, line=251): entered
rsync error: error in rsync protocol data stream (code 12) at io.c(251) 
[Receiver=3.1.0]
[Receiver] _exit_cleanup(code=12, file=io.c, line=251): about to call 
exit(12)

ssh port on linux server is 10321

also using --rsh='ssh -p10321' I've same problem :-(

And also change to 22 ssh port, same problem...

any idea?

thanks!

Pol



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?529B9014.6060301>