From owner-freebsd-questions@FreeBSD.ORG Sun Dec 1 19:40:12 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 780F838A for ; Sun, 1 Dec 2013 19:40:12 +0000 (UTC) Received: from mr005msr.fastwebnet.it (mr005msr.fastwebnet.it [85.18.95.68]) by mx1.freebsd.org (Postfix) with ESMTP id 32E86170F for ; Sun, 1 Dec 2013 19:40:11 +0000 (UTC) Received: from server1.fuckaround.org (93.49.16.11) by mr005msr.fastwebnet.it (8.5.140.03) (authenticated as secsec@fastwebnet.it) id 51CC0F2309F6A7FD for questions@freebsd.org; Sun, 1 Dec 2013 20:37:03 +0100 Received: by server1.fuckaround.org (Postfix, from userid 133) id 59E8384A9FE; Sun, 1 Dec 2013 20:37:03 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on server1.fuckaround.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=7.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from seashell.org (unknown [10.10.10.17]) by server1.fuckaround.org (Postfix) with ESMTP id A150C84A9FB for ; Sun, 1 Dec 2013 20:37:00 +0100 (CET) Message-ID: <529B9014.6060301@fuckaround.org> Date: Sun, 01 Dec 2013 20:37:56 +0100 From: Pol Hallen User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20131005 Icedove/17.0.9 MIME-Version: 1.0 To: questions@freebsd.org Subject: rsync client problem Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Dec 2013 19:40:12 -0000 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