Rsync in cygwin as service --bwlimit=Ignored

2003-07-24 Thread Berowne Hlavaty
I am running Rsync as a service under windows2000 The --bwlimit option causes cygrunsrv service to fail if included during setup of the service: $ cygrunsrv -I "RSYNC" -p /usr/bin/rsync.exe -a '--config=/etc/rsyncd.conf --daemon --bwlimit=64' $ cygrunsrv -S rsync cygrunsrv: Error starting a s

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

2003-02-12 Thread Max Bowsher
Dmitry Melekhov wrote: > Well, now I know that _latest_ rsync does not work in daemon mode at > all, Works for me. > 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? Yep. The cur

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

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

/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
; <[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

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