Christophe Prevotaux
2002-Mar-23 21:30 UTC
RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP]
I use FreeBSD RELENG_4 with rsync version 2.5.4 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 32-bit system inums, 64-bit internal inums and when I try to transfer file I get rsync: connection unexpectedly closed (5994 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151) Could anyone tell me why and how to fix this ? -- -- ==============================================================Christophe Prevotaux Email: c.prevotaux@hexanet.fr HEXANET SARL URL: http://www.hexanet.fr/ Z.A.C Les Charmilles Tel: +33 (0)3 26 79 30 05 3 All?e Thierry Sabine Direct: +33 (0)3 26 79 08 02 BP202 Fax: +33 (0)3 26 79 30 06 51686 Reims Cedex 2 FRANCE HEXANET Network Operation Center ===============================================================
tim.conway@philips.com
2002-Mar-26 04:12 UTC
RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP]
Need more information. There are many circumstances that will give that message, most of them user errors. Show the exact commandline used. Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me.... Tim?" Christophe Prevotaux <c.prevotaux@hexanet.fr> Sent by: rsync-admin@lists.samba.org 03/23/2002 03:30 AM To: rsync@lists.samba.org cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP] Classification: I use FreeBSD RELENG_4 with rsync version 2.5.4 protocol version 26 Copyright (C) 1996-2002 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, IPv6, 32-bit system inums, 64-bit internal inums and when I try to transfer file I get rsync: connection unexpectedly closed (5994 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151) Could anyone tell me why and how to fix this ? -- -- ==============================================================Christophe Prevotaux Email: c.prevotaux@hexanet.fr HEXANET SARL URL: http://www.hexanet.fr/ Z.A.C Les Charmilles Tel: +33 (0)3 26 79 30 05 3 All?e Thierry Sabine Direct: +33 (0)3 26 79 08 02 BP202 Fax: +33 (0)3 26 79 30 06 51686 Reims Cedex 2 FRANCE HEXANET Network Operation Center ============================================================== -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
tim.conway@philips.com
2002-Mar-27 01:31 UTC
RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP]
Oh, no. It's a pretty normal commandline. It was needed, however, to show the sorts of things that can be wrong. From your syntax, You are contacting a rsyncd on mymachine. From this, I assume you have built an rsyncd.conf file, and either put it in /etc or told rsync where to find it, via the --config= switch, and you have either manually started the daemon with 'rsync --daemon [ --config=rsyncd.confwhereeveritis]', or you have made the necessary entries in /etc/services and /etc/inetd.conf and done a kill -HUP on inetd, so that there is an rsyncd listener waiting on port 873. You can test this by 'telnet mymachine 873', which should give something like this: +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Tools@atlas /users/Tools/newsync/assym/clients/lon-tstest1>telnet willy 873 Trying 134.27.25.41... Connected to willy. Escape character is '^]'. @RSYNCD: 25 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ in which case, 'rsync mymachine::' should yield a list of modules, as defined in the rsyncd.conf on mymachine. +++++++++++++++++++++++++++++++++++++++++++++++++++++++ Tools@atlas /users/Tools/newsync/assym/clients/lon-tstest1>rsync willy:: big big1 ToolSyncModules sjt-tools-master1 sjt-tools1 sjt-tools2 Tools Tools@atlas /users/Tools/newsync/assym/clients/lon-tstest1> +++++++++++++++++++++++++++++++++++++++++++++++++++++++ If either of these fails, check your setup on the server side. I'm ccing the rsync list so people know you're being helped, and can add suggestions. Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me.... Tim?" Christophe Pr?votaux <c.prevotaux@hexanet.fr> 03/26/2002 05:30 AM To: Tim Conway/LMT/SC/PHILIPS@AMEC cc: Subject: Re: RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP] Classification: Here is what I do rsync -rv --progress -az mymachine::ibm /home/mylogin/mydir/ I don't think this is very original at all.. Can you help ? On Mon, 25 Mar 2002 09:12:09 -0800 tim.conway@philips.com wrote:> Need more information. There are many circumstances that will give that> message, most of them user errors. Show the exact commandline used. > > Tim Conway > tim.conway@philips.com > 303.682.4917 > Philips Semiconductor - Longmont TC > 1880 Industrial Circle, Suite D > Longmont, CO 80501 > Available via SameTime Connect within Philips, n9hmg on AIM > perl -e 'print pack(nnnnnnnnnnnn, > 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), > ".\n" ' > "There are some who call me.... Tim?" > > > > > Christophe Prevotaux <c.prevotaux@hexanet.fr> > Sent by: rsync-admin@lists.samba.org > 03/23/2002 03:30 AM > > > To: rsync@lists.samba.org > cc: (bcc: Tim Conway/LMT/SC/PHILIPS) > Subject: RSYNC 2.5.4 and FreeBSD RELENG_4 Problems [HELP] > Classification: > > > > I use FreeBSD RELENG_4 > > with > > rsync version 2.5.4 protocol version 26 > Copyright (C) 1996-2002 by Andrew Tridgell and others > <http://rsync.samba.org/> > Capabilities: 64-bit files, socketpairs, hard links, symlinks,batchfiles,> IPv6, > 32-bit system inums, 64-bit internal inums > > and when I try to transfer file I get > > > rsync: connection unexpectedly closed (5994 bytes read so far) > rsync error: error in rsync protocol data stream (code 12) at io.c(151) > > Could anyone tell me why and how to fix this ? > > > -- > -- > ==============================================================> Christophe Prevotaux Email: c.prevotaux@hexanet.fr > HEXANET SARL URL: http://www.hexanet.fr/ > Z.A.C Les Charmilles Tel: +33 (0)3 26 79 30 05 > 3 All?e Thierry Sabine Direct: +33 (0)3 26 79 08 02 > BP202 Fax: +33 (0)3 26 79 30 06 > 51686 Reims Cedex 2 > FRANCE HEXANET Network Operation Center > ==============================================================> > -- > To unsubscribe or change options: > http://lists.samba.org/mailman/listinfo/rsync > Before posting, read:http://www.tuxedo.org/~esr/faqs/smart-questions.html> > > > > -- > To unsubscribe or change options:http://lists.samba.org/mailman/listinfo/rsync> Before posting, read:http://www.tuxedo.org/~esr/faqs/smart-questions.html>-- ==============================================================Christophe Prevotaux Email: c.prevotaux@hexanet.fr HEXANET SARL URL: http://www.hexanet.fr/ Z.A.C Les Charmilles Tel: +33 (0)3 26 79 30 05 3 All?e Thierry Sabine Direct: +33 (0)3 26 79 08 02 BP202 Fax: +33 (0)3 26 79 30 06 51686 Reims Cedex 2 FRANCE HEXANET Network Operation Center ===============================================================