rsync error code 12 at phase "unknown"

2003-10-01 Thread Edward King
Any suggestions on tracking this problem down? We've had it happen on a few machines -- some through VPN's, one from a Mac OS X to a Linux machine on the local network. Some machines never have this problem. We think it's a hiccup in the network connection -- but it's very minor. We've setup

rsync error code 12

2003-09-24 Thread Edward King
rsync: writefd_unbuffered failed to write 1 bytes: phase "unknown": Connection timed out rsync error: error in rsync protocol data stream (code 12) at io.c(515) Any idea regarding this error? We sync a number of machines, and one consistently has this error every night. If I exclude the file tha

Error with path names greater than 255 characters

2003-06-10 Thread Edward King
Rsync 2.5.6 has a problem with pathnames or filenames longer than 255. I redefined them in rsync.h, which generated errors on make pointing to the previous definitions which look fine. Any ideas on where to check next? Here's the error I got trying to rsync: receiving file list ... done media/

log errors using batch reads and writes

2003-06-06 Thread Edward King
rsync_argvs is limited to 255 characters. I restore with the following command: rsync -r -a --partial \ --backup --delete \ --read-batch="batch" \ --exclude="*.backup" \ --stats -vv ../backup/ > rsync.log 2>&1 Edward King -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Rsync --daemon v 2.5.5 v26 causing kernel panic

2003-01-14 Thread Edward King
ached Edward King wrote: After switching much hardware (and getting some helpful suggestions) I moved the specific machine's files on the backup server to a hard drive outside the raid (still on the backup server, /dev/hdi1) and tried rsync -- problem solved. It seems there&#

Re: Rsync --daemon v 2.5.5 v26 causing kernel panic

2003-01-13 Thread Edward King
ltz wrote: On Fri, Jan 10, 2003 at 02:25:57PM -0600, Edward King wrote: Has anyone seen this? Looking for past experiences / ideas. Will post progress. I'm tracking down a problem that seems to be caused by rsync. When moving files from a remote server I get a kernel pa

Rsync --daemon v 2.5.5 v26 causing kernel panic

2003-01-10 Thread Edward King
Has anyone seen this? Looking for past experiences / ideas. Will post progress. I'm tracking down a problem that seems to be caused by rsync. When moving files from a remote server I get a kernel panic. We have a number of servers that back up to a main box -- the panic only occurs when a

Re: rsync feature suggestion

2003-01-03 Thread Edward King
Might it be possible to take the file list that you want to feed to rsync and turn it into an rsync.conf file? A simple bash script could create the config file and call rsync (with the --config= to specify the temporary config file) Something like this (syntax most likely is wrong, haven't tes

Re: Statistics appearing in middle of file list -- no errors

2002-12-23 Thread Edward King
Version 2.5.5 on the receiving side seems to fix the problem. Thanks! Ed Craig Barratt wrote: Has anybody seen this? We want to seperate the statistics out from the file list, and were using tail to grab the end of the file. the command we run is: rsync -r -a -z --partia

Re: Statistics appearing in middle of file list -- no errors

2002-12-23 Thread Edward King
I thought I was -- upgraded to the latest this morning and am testing now.  I was running 2.4.3. I'll let you know if this clears the problem. Thanks! Ed Craig Barratt wrote: Has anybody seen this? We want to seperate the statistics out from the file list, and were using tail to g

Statistics appearing in middle of file list -- no errors

2002-12-17 Thread Edward King
Has anybody seen this? We want to seperate the statistics out from the file list, and were using tail to grab the end of the file. the command we run is: rsync -r -a -z --partial --suffix=".backup" --exclude="*.backup" \ --stats -v /. 10.1.1.60::cds101/ > /var/log/rsync