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

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 in

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:

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

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 CNE, ASE

/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

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.

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

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

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. Um..It _is_

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, 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 4801428

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 option print

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

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

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 (

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 480

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 Wayne

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:

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

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

CVS update: rsync

2003-02-11 Thread dwd
Date: Tue Feb 11 19:13:51 2003 Author: dwd Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv12419 Modified Files: log.c Log Message: Back out one of the changes in log.c revision 1.62, and always send errors to the client after multiplexing is enabled. Revisions: