Displaying 3 results from an estimated 3 matches for "daemonhost".
Did you mean:
daemon_opt
2007 Jun 04
1
multiple path entries per module?
Just to make sure - there cannot be more than one path entry per module
in rsyncd.conf, is that right?
--
Florin Andrei
http://florin.myip.org/
2001 Oct 20
4
rsync on cygwin: Connection reset by peer
I have been trying to get rsync running correctly on cygwin for the past
couple of days. I found a post on the cygwin list that said there was a
bug in cygwin when using socketpair() but when I compiled the sample code:
(http://jrepp.com/rsync/socketpair.c) both ways it works fine. Here's the
article for reference:
http://sources.redhat.com/ml/cygwin/2001-08/msg00357.html
I am running the
2006 Dec 11
3
rsync /somedir work@backups::somearchive/ gets stuck in huge maildirs, rsync /somedir root@backups:/some/path/ works
...ansferred the last file, then both sides start
to wait indefinitely in select() system calls. i waited for two more
minutes and then
4) at 15:44, i invoked on the client host:
morework:~# netstat > netstat-clienthost.txt
5) at 15:44, i invoked on the daemon host:
backup:~# netstat > netstat-daemonhost.txt
backup:~# kill -SEGV 13682; mv core core.13682
mv: cannot stat `core': No such file or directory
# okay, seems this did not generate a core dump for some reason
backup:~# kill -SEGV 13629 # no core dump either
backup:~# killall -SEGV rsync # <<-- but this generated a core file:
-rw...