public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* installing rsyncd
@ 2012-06-05 17:48 carolus
  2012-06-05 19:01 ` David Sastre Medina
  0 siblings, 1 reply; 2+ messages in thread
From: carolus @ 2012-06-05 17:48 UTC (permalink / raw)
  To: cygwin

The Cygwin README for rsync says:

2) to install service: ("cygrunsrv --help" for help)
    cygrunsrv -I "rsyncd" -p /usr/bin/rsync -a '--daemon --no-detach'

This command seems to run OK with no messages, but then ps does not show 
rsyncd or rsync.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: installing rsyncd
  2012-06-05 17:48 installing rsyncd carolus
@ 2012-06-05 19:01 ` David Sastre Medina
  0 siblings, 0 replies; 2+ messages in thread
From: David Sastre Medina @ 2012-06-05 19:01 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 688 bytes --]

On Tue, Jun 05, 2012 at 12:47:38PM -0500, carolus wrote:
> The Cygwin README for rsync says:
> 
> 2) to install service: ("cygrunsrv --help" for help)
>    cygrunsrv -I "rsyncd" -p /usr/bin/rsync -a '--daemon --no-detach'
> 
> This command seems to run OK with no messages, but then ps does not
> show rsyncd or rsync.

This is because the above command only installs the service. You
should be able to query its state using:

cygrunsrv -Q rsyncd

And start it with:

cygrunsrv -S rsyncd

Also, it should be there if you check in mmc -> services though the
Windows native facilities.

-- 
Primary key fingerprint: AD8F BDC0 5A2C FD5F A179  60E7 F79B AB04 5299 EC56

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 230 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-05 19:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-05 17:48 installing rsyncd carolus
2012-06-05 19:01 ` David Sastre Medina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).