Quoting Alexander Vladimirov (alexander.idkfa.vladimi...@gmail.com):
> process_event function in journald
> (http://cgit.freedesktop.org/systemd/systemd/tree/src/journal/journald-server.c#n987)
> handles events differently depending on descriptor type.
> Debugging with gdb showed that /dev/kmsg bei
process_event function in journald
(http://cgit.freedesktop.org/systemd/systemd/tree/src/journal/journald-server.c#n987)
handles events differently depending on descriptor type.
Debugging with gdb showed that /dev/kmsg being a symlink triggers
"invalid event" error at line 1032
(http://cgit.freedes
Quoting Alexander Vladimirov (alexander.idkfa.vladimi...@gmail.com):
> Symlink cannot resemble /dev/kmsg semantics, so symlinking it is wrong.
Hm. It works fine in my containers, and gives me nice startup messages
on console.
> Guests probably should not use /dev/kmsg at all.
> Fixes journald cr