On Thu, Mar 1, 2018 at 2:08 AM, Vincent Bernat <[email protected]> wrote:
> ❦ 28 février 2018 22:14 +1100, Igor Cicimov <igorc@encompasscorporation.
> com> :
>
> > Same, no logging:
> [...]
>
> Could you strace rsyslogd and check if it is receiving the messages?
Sure:
# pidof rsyslogd
4145
# strace -p 4145
strace: Process 4145 attached
select(1, NULL, NULL, NULL, {469, 541106}) = 0 (Timeout)
select(1, NULL, NULL, NULL, {600, 0}
and that's it, sitting like this for 15 minutes.

