The "--blocking-io" option fixed the problem. Thanks to jw for the solution.
Thanks also to Wayne Davison for his response.
Doug
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of jw schultz
Sent: Tuesday, December 30, 2003 12:45 PM
To: [EMAIL PROTECTED]
Su
Yep, your right! thanks.
At 08:58 PM 12/30/2003, John Van Essen wrote:
On Tue, 30 Dec 2003, Wesley Joyce <[EMAIL PROTECTED]> wrote:
> Something very scary just happened to me while I was creating a ksh script
> to rsync mulitple FS between two hosts. Here is the script, notice the 'i'
> at the
On Tue, 30 Dec 2003, Wesley Joyce <[EMAIL PROTECTED]> wrote:
> Something very scary just happened to me while I was creating a ksh script
> to rsync mulitple FS between two hosts. Here is the script, notice the 'i'
> at the end of rsync line, it got put there by mistake. You also see the
> conten
Something very scary just happened to me while I was creating a ksh script
to rsync mulitple FS between two hosts. Here is the script, notice the 'i'
at the end of rsync line, it got put there by mistake. You also see the
contents of $FSLIST cat'd below the script. When I ran this, it started
On Tue, Dec 30, 2003 at 02:02:16PM -0800, Wayne Davison wrote:
> On Tue, Dec 30, 2003 at 07:34:48PM +, [EMAIL PROTECTED] wrote:
> > I assumed numeric id's are not used unless explictly asked for.
>
> As I expected, the code is not dealing with the IDs properly when
> running as a non-root user
[EMAIL PROTECTED] writes:
> > Name vs. ID is a non-issue. All actions are based on ID,
> > not name. If and --numeric-ids is not active the receiver
> > does a translation in the file list of the IDs it can find
> > with matching names.
>
> Pardon ? What goes over the wire in each case ? Is it a
jw schultz <[EMAIL PROTECTED]> writes:
> You can only chgrp a file to the group you are a member of.
In this case i'm a member of the group 'users' on both sides, this is the
group that the files are in after being transferred over (the only difference
is that it isn't my primary group on one side
On Tue, Dec 30, 2003 at 07:34:48PM +, [EMAIL PROTECTED] wrote:
> I assumed numeric id's are not used unless explictly asked for.
As I expected, the code is not dealing with the IDs properly when
running as a non-root user. It leaves the UIDs untranslated in the
internal data structures when n
On Tue, Dec 30, 2003 at 08:56:44PM +, [EMAIL PROTECTED] wrote:
> jw schultz <[EMAIL PROTECTED]> writes:
> > > I assume that older versions of rsync would still exhibit the problem
> > > (since we have a patch relating to this in the upcoming 2.6.0).
> >
> > In 2.5.[67] --link-dest assumes -pog
jw schultz <[EMAIL PROTECTED]> writes:
> > I assume that older versions of rsync would still exhibit the problem
> > (since we have a patch relating to this in the upcoming 2.6.0).
>
> In 2.5.[67] --link-dest assumes -pog, 2.6.0 will not.
>
> If the receiver is not root there can be issues with g
On Tue, Dec 30, 2003 at 12:23:30PM -0800, Doug Floer wrote:
> rsync -lrpogtz --delete --rsh=rsh --rsync-path=/usr/local/bin/rsync /home dest:/
One quick thing to try is removing the -z option. The 2.6.0 release has
some fixes for the compression code (when it gets released in a couple
days).
..w
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
On Tue, Dec 30, 2003 at 12:10:08PM -0800, Wayne Davison wrote:
> On Tue, Dec 30, 2003 at 07:34:48PM +, [EMAIL PROTECTED] wrote:
> > The numeric id's are different, but I assumed numeric id's are not used
> > unless explictly asked for.
>
> Internally we use ID numbers, but the code tries to tr
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'
On Tue, Dec 30, 2003 at 07:34:48PM +, [EMAIL PROTECTED] wrote:
> The numeric id's are different, but I assumed numeric id's are not used
> unless explictly asked for.
Internally we use ID numbers, but the code tries to translate them based
on names. Obviously there is something wrong in this
Wayne Davison <[EMAIL PROTECTED]> writes:
> On Tue, Dec 30, 2003 at 11:41:08AM +, [EMAIL PROTECTED] wrote:
> > rsync -avcz hostb:popt aaa
> > rsync -avcz --link-dest=`pwd`/aaa hostb:popt bbb
> > [...]
> > and the files are not linked
>
> Check if the output of the "id" command yields different
On Tue, Dec 30, 2003 at 11:41:08AM +, [EMAIL PROTECTED] wrote:
> rsync -avcz hostb:popt aaa
> rsync -avcz --link-dest=`pwd`/aaa hostb:popt bbb
> [...]
> and the files are not linked
Check if the output of the "id" command yields different user info on
hosta and hostb. I was able to duplicate
On Mon, Dec 29, 2003 at 09:37:53PM -0600, John Van Essen wrote:
> One thing that's bugged me is that some of the man page lines in the
> options summary are longer than 79 chars and wrap onto the next line.
I've gone ahead and committed these rsync doc changes with just a few
tweaks to your sugges
I get a message saying "Could not find any compatable Direct 3D devices w\the required
capabilities. Make sure you have current drivers for your video card."
My computer has all the items specified in your manual. I downloaded the directX files
from the disk to insure the version was up to date.
jw schultz <[EMAIL PROTECTED]> writes:
>
> Since you don't show command lines i cannot comment.
Okay, just for reference, in the following examples I am sync'ing the popt
subdirectory in the latest rsync distribution. My user name and group name
are the same on both sides, and the directory popt
20 matches
Mail list logo