Re: Filelist caching

2003-02-11 Thread Greger Cronquist
I too think this would be an interesting feature. --- Rogier van Eeten <[EMAIL PROTECTED]> skrev: > Hi, > > I've noticed every time someone does an > rsync-request on my ftp-site > (which also provides rsync as mirror method), rsyncd > creates a filelist. > This is a quite IO and CPU intensive p

Re: rsync in cygwin as service

2003-02-11 Thread Dmitry Melekhov
Craig Barratt wrote: You could also try a different port number to see if there is someone else on 873: craigslt 461% ps aux | egrep rsync craigslt 462% rsync --daemon --port=1234 craigslt 463% ps aux | egrep rsync 4020 14020 4020? 1005 23:29:08 /bin/rsy

Re: rsync in cygwin as service

2003-02-11 Thread Craig Barratt
> Certanly, I tried --config > Could you tell me which rsync version do you use? rsync 2.5.5 and rsync 2.5.6 both work fine for me. Is it possible that rsync is already running as a service? It won't show up in cygwin's ps. For example, when rsync is running via cygrunsrv, if I type: rs

Re: duplicated file removal: call for comment

2003-02-11 Thread Craig Barratt
> This problem may be discussed now, because in versions before > rsync-2.5.6, the algorithm for removing the so called "duplicated files" > was broken. > That's why we expect nobody used it anyway in earlier versions - but who > knows.. I agree it should be the last argument that wins, but as Way

Re: rsync in cygwin as service

2003-02-11 Thread Dmitry Melekhov
Craig Barratt wrote: If I try to start rsync from command line it simply do nothig: $ rsync --daemon Administrator@dm-w2ks /usr/bin $ ps PIDPPIDPGID WINPID TTY UIDSTIME COMMAND 480 1 480480 con 500 04:15:03 /usr/bin/bash 1428 48014

Syncing large amounts of data

2003-02-11 Thread Adam Herbert
I need some suggestions. Here's my setup: 800GB of Data 14,000,000+ Files No changes just additions Files range in size from 30k - 190k The files are laid out in a tree fashion like: BASE \-Directory ( Numerical Directory name from 0 - 1023 ) \-Directory ( Num

Re: /me dead for a short while [Was: rsync in cygwin as service]

2003-02-11 Thread Dmitry Melekhov
Hello! Well, now I know that _latest_ rsync does not work in daemon mode at all, i.e. when I start it with --daemon it simply exits without any error messages. But could you tell me is there rsync version which I can use in cygwin right now? Could someone mail me .exe ? Thank you! Lapo Luchin

Filelist caching

2003-02-11 Thread Rogier van Eeten
Hi, I've noticed every time someone does an rsync-request on my ftp-site (which also provides rsync as mirror method), rsyncd creates a filelist. This is a quite IO and CPU intensive procedure, especially for things mirrors like FreeBSD with lots of little files. I was wondering... is there a wa

Re: rsync & ldap authentication

2003-02-11 Thread Donovan Baarda
On Wed, 2003-02-12 at 04:25, Darren Jung wrote: > Hi, > > I'm trying to get rsync 2.5.6 to authenticate users via > openldap-2.0.23. I was looking through the mailing list archives and > found a patch for rsync-2.4.6 that does this for me. I was just > wondering if this is still valid, or if the

Re: rsync in cygwin as service

2003-02-11 Thread Craig Barratt
> If I try to start rsync from command line it simply do nothig: > > $ rsync --daemon > > Administrator@dm-w2ks /usr/bin > > $ ps >PIDPPIDPGID WINPID TTY UIDSTIME COMMAND >480 1 480480 con 500 04:15:03 /usr/bin/bash > 1428 4801

Re: --delete ignored?

2003-02-11 Thread jw schultz
On Tue, Feb 11, 2003 at 06:53:20PM -, va_public <[EMAIL PROTECTED]> wrote: > --- In [EMAIL PROTECTED], jw schultz <[EMAIL PROTECTED]> wrote: > > On Mon, Feb 10, 2003 at 10:24:35PM -, va_public > <[EMAIL PROTECTED]> wrote: > > > > > > If the file is getting deleted, shouldnt the --verbose

Re: duplicated file removal: call for comment

2003-02-11 Thread jw schultz
On Tue, Feb 11, 2003 at 05:27:51PM +0100, Thomas Osterried wrote: > This is a call for comments, regarding what you do expect when copying > multible source tree roots leading to the same directory root, using > rsync. > > This problem may be discussed now, because in versions before > rsync-2.5.6

Re: --delete ignored?

2003-02-11 Thread va_public <[EMAIL PROTECTED]>
--- In [EMAIL PROTECTED], jw schultz <[EMAIL PROTECTED]> wrote: > On Mon, Feb 10, 2003 at 10:24:35PM -, va_public <[EMAIL PROTECTED]> wrote: > > > > If the file is getting deleted, shouldnt the --verbose option print a > > message to this effect? > > Because it isn't deleting the files. U

Re: Pb w/ >2GB files on AIX (4.3.3/5.1)

2003-02-11 Thread jw schultz
On Tue, Feb 11, 2003 at 03:18:00PM +0100, Dean wrote: > > > > I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do > not have a 64bits version into the AIX libc. mkstemp should have no need of a 64bit version. Why is this an issue? > A very simple workaround to the big files

rsync & ldap authentication

2003-02-11 Thread Darren Jung
Hi, I'm trying to get rsync 2.5.6 to authenticate users via openldap-2.0.23. I was looking through the mailing list archives and found a patch for rsync-2.4.6 that does this for me. I was just wondering if this is still valid, or if there has been a new patch or new implementation that has su

Re: rsync in cygwin as service

2003-02-11 Thread Max Bowsher
Nitin Agarwal wrote: > 1) Make a directory called RSYNC and copy rsync.exe, supporting dll > files (cryptogrph-0.dll, cygwin1.dll), srvany.exe in this directory ^^^ N! DO NOT! This is the primary cause of "My Cygwin is broken" posts on the cygwin maili

duplicated file removal: call for comment

2003-02-11 Thread Thomas Osterried
This is a call for comments, regarding what you do expect when copying multible source tree roots leading to the same directory root, using rsync. This problem may be discussed now, because in versions before rsync-2.5.6, the algorithm for removing the so called "duplicated files" was broken. That

/me dead for a short while [Was: rsync in cygwin as service]

2003-02-11 Thread Lapo Luchini
Dmitry Melekhov wrote: Hello! I want to start rsync on w2k as service. If I try to start rsync from command line it simply do nothig: $ rsync --daemon Sorry to you and other people that waits for me to test/debug cygwin-specific problems in latest rsync, but my windows machine is actually

Re: rsync in cygwin as service

2003-02-11 Thread Nitin Agarwal
Yap... but these can be downloaded from net... all of them are available. [EMAIL PROTECTED] wrote: > You should perhaps also mention that the tools you refer to are part of the > Resource Kit and are not available as such in Windows. > > Kind regards, > > Bart Coninckx > Network Administrator > C

Pb w/ >2GB files on AIX (4.3.3/5.1)

2003-02-11 Thread Dean
I have discovered that rsync 2.5.6 uses the mkstemp() routine wich do not have a 64bits version into the AIX libc. A very simple workaround to the big files writing rsync pb. is to not use this routine that create files w/ mkstemp() by modifying the "syscall.c" source file at line 154 as follow

Re: rsync in cygwin as service

2003-02-11 Thread bart . coninckx
You should perhaps also mention that the tools you refer to are part of the Resource Kit and are not available as such in Windows. Kind regards, Bart Coninckx Network Administrator CNE, ASE * Sita ICT Services Lilsedijk 19 B-2340 Beerse Belgium e-mail: [EMA

Re: rsync in cygwin as service

2003-02-11 Thread Nitin Agarwal
Hi! U can try the following way 1) Make a directory called RSYNC and copy rsync.exe, supporting dll files (cryptogrph-0.dll, cygwin1.dll), srvany.exe in this directory 2) now go to dos prompt .. (c:\rsync) and give command "instsrv "Rsync" c:\rsync\srvany.exe" 3) this will install the service

rsync in cygwin as service

2003-02-11 Thread Dmitry Melekhov
Hello! I want to start rsync on w2k as service. If I try to start rsync from command line it simply do nothig: $ rsync --daemon Administrator@dm-w2ks /usr/bin $ ps PIDPPIDPGID WINPID TTY UIDSTIME COMMAND 480 1 480480 con 500 04:15:03 /usr/bin