--write-batch just hangs?

2004-04-29 Thread Chris Shoemaker
I'm using rsync version 2.5.7, and I see this behavior with Debian and Redhat installations. This works: rsync rsync://mirror.physics.ncsu.edu/redhat/linux/updates/9/en/os/i386/zebra* ./temp But this doesn't: rsync --write-batch=mytest rsync://mirror.physics.ncsu.edu/redhat/linux/updates/9/en/

Error message when trying to sync

2004-04-29 Thread Ryan Holowaychuk
I am running 2.57 I am getting the following error [EMAIL PROTECTED] etc]# rsync 192.168.100.25::backup rsync: failed to connect to 192.168.100.25: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(83) The rsyncd.conf file looks like this [backup] path = /backup

Please test 2.6.2pre1

2004-04-29 Thread Wayne Davison
I've just released 2.6.2pre1 to the rsync web site. Please test it to see that it fixes the recently-reported problems from the list. The main fix is the file-list-sorting problem when --relative is used. I've also included several other fixes (though I've neglected to update the NEWS file -- I'

BUG in 2.6.1: avoid --relative !

2004-04-29 Thread Wayne Davison
There's a sorting bug in 2.6.1 that can occur when --relative is used that can make it update files incorrectly (since the file list is out of order, rsync asks for the wrong file's data). ** Do not use --relative (-R) in 2.6.1. ** ** Don't forget that --files-from sets --relative by default. **

Re: Bug in rsync 2.6.1

2004-04-29 Thread Wayne Davison
On Wed, Apr 28, 2004 at 04:33:15PM +0100, Gordon Lack wrote: >Whereas rsync.h has a #define for __attribute__(x) to remove it for > non GNUC and APPLE, this isn't used when compiling popt/popt.c I added the alluded-to #define section from rsync.h to the popt/system.h file, which should fix th

Re: 2.6.1: AC_CHECK_HEADERS(sys/sysctl.h)

2004-04-29 Thread Wayne Davison
On Thu, Apr 29, 2004 at 03:39:30PM +, Christian Weisgerber wrote: > However, it turns out sysctl.h (HAVE_SYS_SYSCTL_H) isn't used anywhere > in the rsync code, so there's no point to check for this header in the > first place. Thanks. I've removed the sys/sysctl.h check from configure. ..way

Re: 2.5.7 vs 2.6.1 interoperability bug

2004-04-29 Thread Wayne Davison
On Wed, Apr 28, 2004 at 05:33:24PM -0400, Dan Pritts wrote: > However, when i run 2.5.7 on the client and 2.6.1 on the server, > i get bad corruption. Dan and I are making good progress tracking this down. So far we have determined that there is a compatibility problem when using the -R (--relati

Re: Feature Request: OS X / hfs+ / resources fork

2004-04-29 Thread Wesley D Craig
This thread covers this idea: http://lists.samba.org/archive/rsync/2004-March/008827.html I think someone may be working on an implementation. :wes On 27 Apr 2004, at 23:35, Stephen SM WONG wrote: rsync is a very useful tool for me to backup from Max OS X to a linux server. However, would dev

2.6.1: AC_CHECK_HEADERS(sys/sysctl.h)

2004-04-29 Thread Christian Weisgerber
2.6.1's configure script checks for the header file, which elicits these warnings on OpenBSD: checking sys/sysctl.h usability... no checking sys/sysctl.h presence... yes configure: WARNING: sys/sysctl.h: present but cannot be compiled configure: WARNING: sys/sysctl.h: check for missing prereq

defunct process

2004-04-29 Thread Dave . Turner
I have a defunct process (13130) that won't respond to kill -9. It's parent (13127) appears to be an old script running rsh. I have a few questions on this. 1. Is it a potential security risk (beyond the fact that it's not a secure shell) to have an rsh process open for that long? 2. How dangerous

Copies of every file

2004-04-29 Thread Thorsten Schacht
Hey folks, Today I noticed that there is a copy of every file that is backuped with rsync. They are marked as usual with a ~ This really fulls up my harddisk and I'm wondering why that happens. If there is no real answer, maybe you know a way to delete all files in a directory including a '~'.

Re: measuring 2.6.1 improvements

2004-04-29 Thread John Van Essen
On Tue, 27 Apr 2004, Eric Whiting <[EMAIL PROTECTED]> wrote: > > I was watching the memory usage with a bash command line while loop > while(true);do cat /proc/$pid/status |grep VmSize ;sleep 60;done > > My last runs I changed the sleep to 5 at the end to get finer resolution on the > memory jump