On Tue, Dec 30, 2003 at 12:23:30PM -0800, Doug Floer wrote:
> I'm running into a problem rsynchronizing over an rsh connection on the same
> subnet. I get variations of the "unexpected tag" error, consistently failing
> within io.c at line 298:
>
> unexpected tag 88
> rsync error: error in rsync protocol data stream (code 12) at io.c(298)
>
> Here's the rsync command I've been using:
>
> rsync -lrpogtz --delete --rsh=rsh --rsync-path=/usr/local/bin/rsync /home dest:/
>
> I've been all over the net looking for help and am about to give up. Can anyone
> out there provide some suggestions?
This is probably a [non]blocking io problem. Rsync has
two options for that. Try them.
--blocking-io use blocking IO for the remote shell
--no-blocking-io turn off --blocking-io
You also failed to say what platform and rsync version.
--
________________________________________________________________
J.W. Schultz Pegasystems Technologies
email address: [EMAIL PROTECTED]
Remember Cernan and Schmitt
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html