Re: rsync - 2.6.8 ( broken pipe )

2007-01-09 Thread Wayne Davison
On Tue, Jan 09, 2007 at 04:31:50PM +0530, Lakshminarayanan RadhaKrishnan wrote: > There is no other message except the following in other side of the node. > > 2007/01/09 06:30:18 [734] rsyncd version 2.6.8 starting, listening on port 873 I'm talking about the other end of the transfer. You're

RE: rsync - 2.6.8 ( broken pipe )

2007-01-09 Thread Lakshminarayanan RadhaKrishnan
: Lakshminarayanan RadhaKrishnan Cc: rsync@lists.samba.org Subject: Re: rsync - 2.6.8 ( broken pipe ) On Mon, Jan 08, 2007 at 12:28:28PM +0530, Lakshminarayanan RadhaKrishnan wrote: > 2007/01/09 02:11:36 [1076] rsync: connection unexpectedly closed (342821 > bytes received so far) [receiver] Wha

Re: rsync - 2.6.8 ( broken pipe )

2007-01-08 Thread Wayne Davison
On Mon, Jan 08, 2007 at 12:28:28PM +0530, Lakshminarayanan RadhaKrishnan wrote: > 2007/01/09 02:11:36 [1076] rsync: connection unexpectedly closed (342821 > bytes received so far) [receiver] What does the rsync on the other side report when this happens? ..wayne.. -- To unsubscribe or change opt

Re: Rsync 2.6.8

2006-10-04 Thread Lakshminarayanan Radhakrishan
Wayne, I am facing the same following error, eventhough the remote site is not down. Because both ACTIVE and STBY sites are with me only. " 2006/10/05 17:51:53 [1617] rsync: writefd_unbuffered failed to write 83 bytes [generator]: Broken pipe (32)   2006/10/05 17:51:53 [1617] rsync error:

Re: Rsync 2.6.8

2006-09-27 Thread Wayne Davison
On Wed, Sep 27, 2006 at 02:13:01PM +0530, Lakshminarayanan Radhakrishan wrote: > 2006/09/21 02:04:31 [4513] rsync: writefd_unbuffered failed to write > 4092 bytes [generator]: Broken pipe (32) As the Issues and Debugging webpage says, this error just indicates that the remote side went away. Why

Re: RSYNC-2.6.8 IN RED HAT 5.2

2006-07-21 Thread Wayne Davison
On Thu, Jul 20, 2006 at 06:24:30PM +0700, [EMAIL PROTECTED] wrote: > Can anyone tell me how to install rsync-2.6.8 in Red Hat 5.2 box ? Download the 2.6.8 tar file and then build and install that. You could do that using rpmbuild, as long as your rpm build environment is setup. For instance, mine

Re: rsync-2.6.8 hangs on AIX

2006-06-25 Thread Frank Fegert
Dominik Vogt wrote: > On Sat, Jun 24, 2006 at 10:17:01AM -0700, Wayne Davison wrote: > Of course there is netstat, but my question was aiming for the > command on AIX that can be used in place of Linux' strace. Try 'truss' ('man 5 truss'). It's very likely to be present on every modern Unix syste

Re: rsync-2.6.8 hangs on AIX

2006-06-25 Thread Dominik Vogt
On Sat, Jun 24, 2006 at 10:17:01AM -0700, Wayne Davison wrote: > On Tue, Jun 20, 2006 at 03:26:40PM +0200, Dominik Vogt wrote: > > There is another machine in between that forwards all tcp > > packets to the target machine: > > I haven't used socat before, but have successfully used nc (netcat), s

Re: rsync-2.6.8 hangs on AIX

2006-06-24 Thread Wayne Davison
On Tue, Jun 20, 2006 at 03:26:40PM +0200, Dominik Vogt wrote: > There is another machine in between that forwards all tcp > packets to the target machine: I haven't used socat before, but have successfully used nc (netcat), so you might try switching over to that to see if the problem is socat. I

Re: rsync 2.6.8 copies directories but not files

2006-06-07 Thread Wayne Davison
On Wed, Jun 07, 2006 at 04:47:01PM -0500, Bill Gunter wrote: > --include='wwwroot/*' --include='perl/*' > --exclude='*' The patterns 'wwwroot/*' and 'perl/*' only match items one level below the matching directory, but no lower (unless they're matched by an earlier rule, such as directories