Re: Teilweises einfrieren Trixie-KDE

[email protected]
Newsgroups gmane.linux.debian.user.german
Message-ID <[email protected]>
Die Meldungen betreffen DrKonqi, das KDE-Crash-Reporting-Tool.


Hintergrund:

drkonqi-coredump-launcher.socket ist eine systemd-Socket-Unit, die 
DrKonqi starten würde, wenn ein Prozess einen coredump erzeugt.

Die Bedingung ConditionUser=!@system sorgt dafür, dass die Socket-Unit 
nur für normale Benutzer gestartet wird, nicht für system- oder 
service-Accounts.

In Deinem Log steht:

„skipped because of an unmet condition check“ → es wurde nicht 
gestartet, weil die Bedingung nicht zutraf (z. B. war der Crash in einem 
system-Prozess, nicht in einer User-Session).

„not starting since we tried this too often recently“ → systemd hat es 
mehrfach versucht, aber wegen „Start-Burst“-Schutz pausiert.

Das bedeutet also nicht, dass etwas kaputt ist – sondern eher:
Ein Prozess hat einen Crash gehabt, systemd hätte DrKonqi starten 
wollen, aber die Bedingung war nicht erfüllt, daher kein Crash-Reporter.


Die Meldung selbst zeigt nur, dass DrKonqi nicht gestartet wurde, sagt 
aber noch nicht, wer gecrasht ist.

Eigentlichen Prozess herauszufinden:

1. Mit journalctl

journalctl --user -xe | grep -i coredump

oder

journalctl -xe | grep -i coredump


2. Mit coredumpctl:

# alle zuletzt abgestürzten Prozesse mit Zeit, User und Executable.
coredumpctl list

# Details zum Crash (Pfad zum Binary, Signal, evtl. Stacktrace).
coredumpctl info <PID>

-- 
hth
Bernd

Am 21.09.25 um 17:16 schrieb Siegfrid Brandstätter:
> Das ist ein Fehler der oft kommt, Schrift in gelb.
> Sep 21 15:40:14 debian systemd[5203]: drkonqi-coredump-launcher.socket - 
> Socket to launch DrKonqi for a systemd-coredump crash was skipped 
> because of an unmet condition check (ConditionUser=!@system).
> Sep 21 15:40:14 debian systemd[5203]: drkonqi-coredump-launcher.socket - 
> Socket to launch DrKonqi for a systemd-coredump crash was skipped 
> because of an unmet condition check (ConditionUser=!@system).
> Sep 21 15:40:14 debian systemd[5203]: drkonqi-coredump-launcher.socket: 
> Unit needs to be started because active unit sockets.target upholds it, 
> but not starting since we tried this too often recently. Will retry>
> 
> Sep 21 15:40:25 debian systemd[5203]: drkonqi-coredump-launcher.socket - 
> Socket to launch DrKonqi for a systemd-coredump crash was skipped 
> because of an unmet condition check (ConditionUser=!@system)
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.