Created attachment 3433 [details] Fix to handle syslogd restarts If syslogd is stopped and restarted while a process has the log open, the next message that process produces will be logged to the console and not to the new instance of syslogd. Further messages will be routed correctly, but not the first one after the restarted. Attached is a patch to make the syslog function attempt to reconnect to the log daemon after a ECONNRESET, before giving up on the message at issue.
Michael, I'm sorry but please attach a proper git format-patch with a Signed-off-by line. The SOB line is an absolute must. Same for the other patches you just sent. TIA and cheers,
I don't know how to make "git format" patches, so regular patches are all I can offer at this time.
(In reply to comment #2) > I don't know how to make "git format" patches, so regular patches are all I can > offer at this time. git format-patch -o /tmp/foo origin/master To provide the required Signed-off-by: line automatically, use git commit -s Looking forward to respun patches that include those SOB lines. TIA and cheers,