Closed corentingi closed 7 years ago
-l enables logging to syslog of messages that otherwise went to stderr, which unfortunately clobbers stdout when running under inetd, as apparently both point to the same socket fd there.
Since May 2016, 999f153 "fix for inetd stderr >& stdout", redirecting logs to syslog is the default when running in inetd mode.
Your csync2 is simply to old, complain to your distribution ;-)
System: Csync 2-2.0 Xinetd Ubuntu 16.04
http://lists.linbit.com/pipermail/csync2/2016-September/000051.html
We had the same issue recently and it took some time for us to debug this.
This
-l
fixed everything, I'm writing this issue to acknowledge that 👍 Also the-l
parameter is not described in the help. So I can't explain what it does exactly