Re: [systemd-devel] How to debug occasional hashmap corruption?

2018-11-06 Thread John Reiser
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

Re: [systemd-devel] logging to a fifo pipe

2018-05-19 Thread John Reiser
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

[systemd-devel] RFE: diagnose when selinux context is not init_t

2018-03-20 Thread John Reiser
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