rsync error - should specjour lisrten quit?
pierreozoux opened this issue · 2 comments
pierreozoux commented
Hi,
I have this error (i'm investigating where does it come from)
rsync -aL --delete --ignore-errors --port=23456 192.168.1.X::workspace /tmp/workspace... rsync: failed to connect to 192.168.1.X (192.168.1.X): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.9]
Is it normal behavior that specjour hang there without quiting? (and without returning to Listening for ...
)
Thanks for your help again!
rubystar commented
Facing the same issue, is it still open?
sandro commented
Whenever I see this problem, I have to manually kill all rsync processes killall rsync
. Specjour is supposed to kill rsync at_exit, but sometimes, it doesn't… not sure why.