Comment # 42 on bug 1094762 from
(In reply to Carlos Robinson from comment #41)
> 
> Did you find anything useful on my VM?

Yes systemd has crashed when it was updated.

But unfortunately I couldn't figure out why because we had the "good" idea to
disable coredump handling by default on Leap and strangely nothing was logged
in the journal...

So I couldn't any useful information about the crash.

So far we know:

 1. this happens when systemd is re-executed while being updated (v234 -> v234)
 2. it isn't 100% reproducible
 3. strangely the crash is not logged in the journal

Something that might be related: dbus and polkit are reloading their
configuration files while systemd is updated:

> May 27 11:38:54 linux-phe7 dbus-daemon[9463]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/run/user/0" not available: No such file or directory
> May 27 11:38:54 linux-phe7 dbus-daemon[9463]: [session uid=0 pid=9461] Reloaded configuration
> May 27 11:38:54 linux-phe7 dbus-daemon[7171]: [session uid=1000 pid=7171] Reloaded configuration
> May 27 11:38:54 linux-phe7 dbus-daemon[693]: [system] Reloaded configuration
> May 27 11:38:54 linux-phe7 dbus-daemon[693]: [system] Reloaded configuration
> May 27 11:38:55 linux-phe7 polkitd[813]: Reloading rules
> May 27 11:38:55 linux-phe7 polkitd[813]: Collecting garbage unconditionally...
> May 27 11:38:55 linux-phe7 polkitd[813]: Loading rules from directory /etc/polkit-1/rules.d
> May 27 11:38:55 linux-phe7 systemd[1]: Reexecuting.
> May 27 11:38:55 linux-phe7 polkitd[813]: Loading rules from directory /usr/share/polkit-1/rules.d
> May 27 11:38:56 linux-phe7 polkitd[813]: Finished loading, compiling and executing 4 rules
> May 27 11:38:56 linux-phe7 polkitd[813]: Reloading rules
> May 27 11:38:56 linux-phe7 polkitd[813]: Collecting garbage unconditionally...
> May 27 11:38:56 linux-phe7 systemd[1]: systemd 234 running in system mode. (+PAM -AUDIT +SELINUX -IMA +APPARMOR -SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid)
> May 27 11:38:56 linux-phe7 systemd[1]: Detected virtualization oracle.
> May 27 11:38:56 linux-phe7 systemd[1]: Detected architecture x86-64.
> May 27 11:38:56 linux-phe7 polkitd[813]: Loading rules from directory /etc/polkit-1/rules.d
> May 27 11:38:56 linux-phe7 polkitd[813]: Loading rules from directory /usr/share/polkit-1/rules.d
> May 27 11:38:56 linux-phe7 polkitd[813]: Finished loading, compiling and executing 4 rules


You are receiving this mail because: