Rsync 2.5.6 installation failed

2003-02-06 Thread Eric
Dear Sir, The following is the error log when I do the installation of Rsync 2.5.6, please help to solve it. Thanks! Regards Eric Lin -- # pwd /archive/rsync-2.5.6 # ./configure

RE: Problem with rsync from one machine

2003-02-06 Thread Tom Walsh
I have just figured out why my first compile of rsync wasn't working correctly. I had CFLAGS set to the following due to some "geeking off" with some custom c programs I had been writting. CFLAGS='-O9 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -marc h=pentiumpro -fomit-frame-point

RE: Problem with rsync from one machine

2003-02-06 Thread Tom Walsh
I recompiled rsync on Machine A (the problem machine) and it has cleared up the issue. I am still trying to figure out what the issue was in the first place. I have tried to duplicate the issue again, without any success. Must have been a planitary alignment issue or coronal discharge while comp

Re: Problem with rsync from one machine

2003-02-06 Thread jw schultz
On Thu, Feb 06, 2003 at 04:10:57PM -0600, Justin Banks wrote: > jw schultz wrote > > Someone else has suggested using strace. Good idea but you need > > to push (initiate the rsync on "A") for that to do much good. > > Actually, in the past I've replaced a remote service with a small program > th

Re: Problem with rsync from one machine

2003-02-06 Thread Justin Banks
jw schultz wrote > Someone else has suggested using strace. Good idea but you need > to push (initiate the rsync on "A") for that to do much good. Actually, in the past I've replaced a remote service with a small program that executed strace /path/to/real/program, and had it work just fine. I do

Re: Problem with rsync from one machine

2003-02-06 Thread jw schultz
On Thu, Feb 06, 2003 at 03:01:07PM -0600, Tom Walsh wrote: > I am not sure where to begin so I will be as verbose as I can to explain the > problem. > > I have 3 servers. Their specs are: > > Machine A: Redhat 7.1 kernel 2.4.9-34 openssh 3.1p1-5 > Machine B: Redhat 7.3 kernel 2.4.9-31 openssh 3.1

Re: tty settings with rsync -e ssh interrupt

2003-02-06 Thread jw schultz
On Thu, Feb 06, 2003 at 04:19:36PM -0500, Hardy Merrill wrote: > jw schultz [[EMAIL PROTECTED]] wrote: > > On Thu, Feb 06, 2003 at 03:46:11PM -0500, Hardy Merrill wrote: > > > I'm following up on a bug reported back in May 2002: > > > > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64

Re: Problem with rsync from one machine

2003-02-06 Thread Justin Banks
Tom Walsh wrote > Max, > > [root@magic /etc]# ls -la .pwd.lock > -rw---1 root root0 Nov 29 2001 .pwd.lock > > Nothing special about that file... and like I said it occurs in any > directory. > > If I do machineA.com:/etc/* (excluding files that start with .) it will hang

Re: Problem with rsync from one machine

2003-02-06 Thread Max Bowsher
Tom Walsh wrote: > [root@magic /etc]# ls -la .pwd.lock > -rw---1 root root0 Nov 29 2001 .pwd.lock > > Nothing special about that file... and like I said it occurs in any > directory. > > If I do machineA.com:/etc/* (excluding files that start with .) it > will hang on DIR

RE: Problem with rsync from one machine

2003-02-06 Thread Tom Walsh
Max, [root@magic /etc]# ls -la .pwd.lock -rw---1 root root0 Nov 29 2001 .pwd.lock Nothing special about that file... and like I said it occurs in any directory. If I do machineA.com:/etc/* (excluding files that start with .) it will hang on DIR_COLORS. It basically when

Re: Problem with rsync from one machine

2003-02-06 Thread Max Bowsher
Tom Walsh wrote: > rsync --verbose --progress --stats --compress --rsh=/usr/bin/"slogin > -l root -o Compression=yes" --recursive --times --links --perms > --owner --group machineA.com:/etc /backup/machineA.com/etc > > The following occurs: > > All directories on Machine A /etc are replicated on

Re: tty settings with rsync -e ssh interrupt

2003-02-06 Thread Hardy Merrill
jw schultz [[EMAIL PROTECTED]] wrote: > On Thu, Feb 06, 2003 at 03:46:11PM -0500, Hardy Merrill wrote: > > I'm following up on a bug reported back in May 2002: > > > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64689 > > > > this bug was also reported to the rsync mailing list: > > >

Re: tty settings with rsync -e ssh interrupt

2003-02-06 Thread jw schultz
On Thu, Feb 06, 2003 at 03:46:11PM -0500, Hardy Merrill wrote: > I'm following up on a bug reported back in May 2002: > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64689 > > this bug was also reported to the rsync mailing list: > > http://www.mail-archive.com/rsync@lists.samba.org

Problem with rsync from one machine

2003-02-06 Thread Tom Walsh
I am not sure where to begin so I will be as verbose as I can to explain the problem. I have 3 servers. Their specs are: Machine A: Redhat 7.1 kernel 2.4.9-34 openssh 3.1p1-5 Machine B: Redhat 7.3 kernel 2.4.9-31 openssh 3.1p1-5 Machine C: Debian Woody kernel 2.4.18-bf2.4 openssh 3.4p1 rsync 2.5.

tty settings with rsync -e ssh interrupt

2003-02-06 Thread Hardy Merrill
I'm following up on a bug reported back in May 2002: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=64689 this bug was also reported to the rsync mailing list: http://www.mail-archive.com/rsync@lists.samba.org/mail5.html#04250 I couldn't find any discussion other than the reporters po

Re: Latest --files-from patch

2003-02-06 Thread Andrew J. Schorr
Hi Wayne, On Sat, Jan 18, 2003 at 10:39:55AM -0800, Wayne Davison wrote: > Cool. Thanks for trying it out. If you do a significant amount of > testing, please let me know so that I can judge when the code has been > shaken down enough for general use. I'm going to do some larger tests > soon my

Re: Newbye question

2003-02-06 Thread jw schultz
On Thu, Feb 06, 2003 at 01:52:52PM +0100, Samuele Brignoli wrote: > Hi all, > > I've purchase a brand new webserver at rackshack.net, discovering that they > don't provide any tool for backing up my server. I' ve purchased a secondary > hard drive, and now I would do some scripts with rsync to mai

Newbye question

2003-02-06 Thread Samuele Brignoli
Hi all, I've purchase a brand new webserver at rackshack.net, discovering that they don't provide any tool for backing up my server. I' ve purchased a secondary hard drive, and now I would do some scripts with rsync to maintain at least a backed-up copy of my major data files, configuration, etc.

Re: Trouble with include/exclude patterns

2003-02-06 Thread Anand Buddhdev
On Thu, Feb 06, 2003 at 01:58:28AM -, Max Bowsher wrote: > >> --include .mozilla > >> --include .mozilla/arb/ > >> --exclude .mozilla/arb/* > >> --include .mozilla/arb/kfgj0v2y.slt/ > >> --include .mozilla/arb/kfgj0v2y.slt/bookmarks.html > >> --include .mozilla/arb/kfgj0v2y.slt/prefs.js > >> -

Re: different behavior in dry-run than without

2003-02-06 Thread Wayne Davison
On Wed, Feb 05, 2003 at 11:02:16PM -0500, george donnelly wrote: > however if i remove the leading include */ i get nothing This tells it to include all directories at every level. If you don't want that, you need to specify all the subdirectories you want. > rsync -rvLRzptgoD --stats --include=