On 11/6/18 9:57 UTC, juice wrote:
During the past half year I have seen systemd dump core three times due
to what I suspect a hashmap corruption or race.
Each time it looks a bit different and is triggered by different things
but it somehow centers on hashmap operations.
Three intermittent har
I need to log to the journal with custom tags from a service that only
supports logging to syslog without any customization or logging to a
file.
On Linux if you know the ProcessID then use "/proc/$PID/fd/2" .
--
___
systemd-devel mailing list
systemd
Hi,
If systemd is running as the init process on a system that uses selinux,
then mysterious bad things are likely to happen if the selinux context
is not init_t. For instance:
https://bugzilla.redhat.com/show_bug.cgi?id=1520580#c13
So, I'd like to see systemd diagnose this situation. Pleas