DO NOT REPLY [Bug 3554] Second copy of same rsync daemon should notice pid file and quit

samba-bugs at samba.org samba-bugs at samba.org
Wed Oct 11 22:34:16 GMT 2006


https://bugzilla.samba.org/show_bug.cgi?id=3554





------- Comment #1 from rsync at blubb.ch  2006-10-11 17:34 MST -------
Created an attachment (id=2181)
 --> (https://bugzilla.samba.org/attachment.cgi?id=2181&action=view)
patch 

I can reproduce this issue. The described change fixes it:

# /etc/init.d/rsyncd start
# cat /var/run/rsyncd.pid
9913
# pgrep rsync
9913
# /etc/init.d/rsyncd zap (trick the rc system to think the service is stopped)
# /etc/init.d/rsyncd start
# cat /var/run/rsyncd.pid
9913
# pgrep rsync
9913


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list