Re: Mailing list replies (was: Bad habits)

2008-03-25 Thread Mike Frysinger
On Tuesday 25 March 2008, Stuart Halliday wrote: > Is it so hard to not do this for people who don't want extra copies? yes. now, not only do people need to remember/maintain a list of mailing lists and how exactly they treat unmoderated posts, they need to remember/maintain a list of specific

RE: Max files/buffer overflow

2008-03-25 Thread Petcher, Daniel
It's not the best answer, but it should work to reduce your burden for the moment cd parent-of-directories for FLDR in dir1 dir2 dir4 dir17 do cd $FLDR rsync -avP --e ssh source/$FLDR . cd .. done -dP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Installation and configuration of rsync in AIX

2008-03-25 Thread Moole Rathnakar Reddy
Hello, I need help in installing and configuring rsync in AIX 5.3, i have tested installing the popt and rsync 2.6.2 in a test test box. steps I have done on both the systems... Installed the popt and rsync. (By default it was installed in /usr/bin/rsync) edited /etc/services w

Max files/buffer overflow

2008-03-25 Thread Brian D. McGrew
Hello All, I am having an interesting issue where using the command ‘rsync –avP –e ssh’ seems to want to bail out on filesystems that have more than about 1.2 million files. Using that same command on smaller filesystems works like a charm! The server is rsync 2.6.8 protocol 29 and the destina

Re: Issue with rsync 3.0.0 and iconv

2008-03-25 Thread Wayne Davison
On Sun, Mar 23, 2008 at 07:54:09PM +0100, Sergi Baila wrote: > 2008/03/23 19:27:37 [3760] received request to transfer non-regular file: > 86300 [sender] OK: thanks to Sergi's off-list debug info, I've fixed the problem. It was caused by a name that failed to convert on the sending side, and tha

Re: rsync errors

2008-03-25 Thread Kaushal Shriyan
On Tue, Mar 25, 2008 at 10:12 PM, Paul Slootman <[EMAIL PROTECTED]> wrote: > On Tue 25 Mar 2008, Kaushal Shriyan wrote: > > > > I am running the command > > > > /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ > > > /tmp/rsync-${TIMESTAMP}.log 2>&1 > > > > I am getting the below erro

Re: rsync errors

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Kaushal Shriyan wrote: > > I am running the command > > /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ > > /tmp/rsync-${TIMESTAMP}.log 2>&1 > > I am getting the below error in the log file > > mysql/ > rsync: failed to set permissions on "/var/lib/mysql": Ope

rsync errors

2008-03-25 Thread Kaushal Shriyan
Hi I am running the command /usr/bin/rsync -avO /var/lib/mysql [EMAIL PROTECTED]:/var/lib/ > /tmp/rsync-${TIMESTAMP}.log 2>&1 I am getting the below error in the log file mysql/ rsync: failed to set permissions on "/var/lib/mysql": Operation not permitted (1) rsync: failed to open "/var/lib/mys

Re: rsync daemon did not chdir back after chdir in module path

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Ming Zhang wrote: > > Tried to search the list but could not find anything about this. > > I have a rsync daemon running with starting cwd as /usr/local/bin. then > after some io, and after all io finished, its cwd is /fs1 which is one > of the module path. now i need to umoun

Re: [EMAIL PROTECTED]: Cron <[EMAIL PROTECTED]> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Chris G wrote: > On Tue, Mar 25, 2008 at 02:32:34PM +0100, Paul Slootman wrote: > > On Tue 25 Mar 2008, Chris G wrote: > > > > > > > > BTW, is there a reason why you're doing -r and not -a ? > > > > > > > I don't want some of the options that -a gives me, in particular not > >

rsync daemon did not chdir back after chdir in module path

2008-03-25 Thread Ming Zhang
Hi All Tried to search the list but could not find anything about this. I have a rsync daemon running with starting cwd as /usr/local/bin. then after some io, and after all io finished, its cwd is /fs1 which is one of the module path. now i need to umount fs1 and i can not do it. is this a known

Re: [EMAIL PROTECTED]: Cron <[EMAIL PROTECTED]> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Chris G
On Tue, Mar 25, 2008 at 02:32:34PM +0100, Paul Slootman wrote: > On Tue 25 Mar 2008, Chris G wrote: > > > > > > BTW, is there a reason why you're doing -r and not -a ? > > > > > I don't want some of the options that -a gives me, in particular not > > the -D and -l. > > That's what the -no-* thin

Re: [EMAIL PROTECTED]: Cron <[EMAIL PROTECTED]> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Chris G wrote: > > > > BTW, is there a reason why you're doing -r and not -a ? > > > I don't want some of the options that -a gives me, in particular not > the -D and -l. That's what the -no-* things are for. You could use -a -no-D -no-l Paul Slootman -- To unsubscribe or

Re: [EMAIL PROTECTED]: Cron <[EMAIL PROTECTED]> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Chris G
On Tue, Mar 25, 2008 at 01:31:37PM +0100, Paul Slootman wrote: > On Tue 25 Mar 2008, Chris G wrote: > > On Tue, Mar 25, 2008 at 12:41:25PM +0100, Paul Slootman wrote: > > > On Tue 25 Mar 2008, Chris G wrote: > > > > > > > I'm getting this error message and I don't really understand what > > > > rs

Re: --no-dirs seem not to explude "d"

2008-03-25 Thread Simo Sorce
On Mon, 2008-03-24 at 23:10 -0700, Wayne Davison wrote: > On Mon, Mar 24, 2008 at 09:11:43AM -0400, Simo Sorce wrote: > > The notes say to use --no-d, but using it seem not to help, and in > > fact the remote host is still sent the 'd' option: > > Yeah, the code was erroneously overriding the --n

Re: [EMAIL PROTECTED]: Cron <[EMAIL PROTECTED]> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Chris G wrote: > On Tue, Mar 25, 2008 at 12:41:25PM +0100, Paul Slootman wrote: > > On Tue 25 Mar 2008, Chris G wrote: > > > > > I'm getting this error message and I don't really understand what > > > rsync is trying to tell me:- > > > > > > rsync: link_stat "/rdiffBackup/

Rsync failures when things are going too fast ?

2008-03-25 Thread Pierre Chatelier
Hello, I am sorry I can't make a good bug report for that, but I had an experiment that I would like to share - because I think it might point a bug, even if I could solve the problem. I usually use rsync to make backups to an external drive (through FireWire 800). It works very well (eve

Re: [EMAIL PROTECTED]: Cron <[EMAIL PROTECTED]> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Chris G
On Tue, Mar 25, 2008 at 12:41:25PM +0100, Paul Slootman wrote: > On Tue 25 Mar 2008, Chris G wrote: > > > I'm getting this error message and I don't really understand what > > rsync is trying to tell me:- > > > > rsync: link_stat "/rdiffBackup/gradwell/Mail/." failed: No such file or > > dir

Re: [EMAIL PROTECTED]: Cron <[EMAIL PROTECTED]> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Paul Slootman
On Tue 25 Mar 2008, Chris G wrote: > I'm getting this error message and I don't really understand what > rsync is trying to tell me:- > > rsync: link_stat "/rdiffBackup/gradwell/Mail/." failed: No such file or > directory (2) > rsync error: some files could not be transferred (code 23) a

Re: Mailing list replies (was: Bad habits)

2008-03-25 Thread Stuart Halliday
> On Thu, Mar 20, 2008 at 11:09:57AM +, Stuart Halliday wrote: > > Is it just me or a lot of people on this mailing list got into a bad > habit > > of also carbon copying to the poster as well? > > I always send the mail to the person I am replying to and Cc the list. > This is not a bad habit

[EMAIL PROTECTED]: Cron <[EMAIL PROTECTED]> rsync -r --exclude /In/ --exclude /Lirsync error message that I don't understand

2008-03-25 Thread Chris G
I'm getting this error message and I don't really understand what rsync is trying to tell me:- rsync: link_stat "/rdiffBackup/gradwell/Mail/." failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9] Can anyone explai