On Mi, 27.09.17 01:36, Kai Krakow ([email protected]) wrote: > Am Mon, 25 Sep 2017 10:26:48 +0200 > schrieb Miroslav Suchý <[email protected]>: > > > Dne 25.9.2017 v 08:47 Mantas Mikulėnas napsal(a): > > > But when I start the deamon by "teamd" directly, I could get core > > > file. When I start it by systemctl start [email protected], no > > > core file was generate when it crashed, but only get: > > > "systemd: [email protected]: main process exited, code=killed, > > > status=6/ABRT" > > > in /var/log/messages. > > > > I guess this crash has been caught by ABRT. > > > > Try: > > abrt-cli list > > Also try "coredumpctl list". Maybe systemd-coredump did catch the dump.
The exit status in the log message above indicates that no coredump was collected, because in that case the exit code would have to be "dumped" instead of "killed" as shown. Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
