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: 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

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: 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

Re: rsync in cygwin as service

2003-02-11 Thread Nitin Agarwal
; <[EMAIL PROTECTED]>To: Dmitry >Melekhov <[EMAIL PROTECTED]> > Sent by: cc: >[EMAIL PROTECTED] > rsync-bounces+bart.coninckx=watco.be@list

Re: rsync in cygwin as service

2003-02-11 Thread bart . coninckx
IL PROTECTED] rsync-bounces+bart.coninckx=watco.be@listsSubject: Re: rsync in cygwin as service

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