Re: how to start rsync daemon on fedora

2008-10-11 Thread Matt McCutchen
On Fri, 2008-10-10 at 13:49 +0100, michael wrote: > Although how do I start and restart it? I tried > kill -HUP > but that seems to have half killed it since now I can't restart: > [EMAIL PROTECTED]:~$ ps -elf|grep rsyncd > 0 R mkb 11929 11392 0 80 0 - 17433 - 13:48 pts/2 > 00:00:0

Re: how to start rsync daemon on fedora

2008-10-10 Thread michael
On Fri, 2008-10-10 at 13:42 +0100, michael wrote: > On Thu, 2008-10-09 at 17:08 -0700, Wayne Davison wrote: > > On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote: > > > and this is when I've tried both of > > > a) /usr/bin/rsync --daemon -v > > > b) sudo /sbin/chkconfig rsync on > > > > Fedo

Re: how to start rsync daemon on fedora

2008-10-10 Thread michael
On Thu, 2008-10-09 at 17:08 -0700, Wayne Davison wrote: > On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote: > > and this is when I've tried both of > > a) /usr/bin/rsync --daemon -v > > b) sudo /sbin/chkconfig rsync on > > Fedora supplies an /etc/xinetd.d/rsync file that defaults to off. U

Re: how to start rsync daemon on fedora

2008-10-09 Thread Kyle Lanclos
Wayne wrote: > Fedora supplies an /etc/xinetd.d/rsync file that defaults to off. Using > your b command should turn it on and sighup xinetd. If you go the > xinetd route, that means that there won't be a dedicated rsync daemon > running. You could elect to leave the xinetd config file disabled a

Re: how to start rsync daemon on fedora

2008-10-09 Thread Wayne Davison
On Thu, Oct 09, 2008 at 03:29:04PM +0100, michael wrote: > and this is when I've tried both of > a) /usr/bin/rsync --daemon -v > b) sudo /sbin/chkconfig rsync on Fedora supplies an /etc/xinetd.d/rsync file that defaults to off. Using your b command should turn it on and sighup xinetd. If you go

Re: how to start rsync daemon on fedora

2008-10-09 Thread Matt McCutchen
On Thu, 2008-10-09 at 15:29 +0100, michael wrote: > Maybe the daemon is running but I don't think so: > > [EMAIL PROTECTED]:/var/log$ ps -elf|grep rsync > 0 S mkb 24869 21866 0 80 0 - 17433 pipe_w 15:26 pts/4 > 00:00:00 grep rsync > > and this is when I've tried both of > a) /usr/bin/rsy

how to start rsync daemon on fedora

2008-10-09 Thread michael
Maybe the daemon is running but I don't think so: [EMAIL PROTECTED]:/var/log$ ps -elf|grep rsync 0 S mkb 24869 21866 0 80 0 - 17433 pipe_w 15:26 pts/4 00:00:00 grep rsync and this is when I've tried both of a) /usr/bin/rsync --daemon -v b) sudo /sbin/chkconfig rsync on I also see, when