https://bugzilla.samba.org/show_bug.cgi?id=3554
------- Comment #1 from [EMAIL PROTECTED] 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. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html