[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Systemd e 'Received SIGRTMIN+24'...



On 24/08/2015 22:58, Marco Gaiarin wrote:

	Aug 23 07:45:46 eraldo systemd[22971]: Received SIGRTMIN+24 from PID 23026 (kill).

Se questo è sistematico, io per sicurezza metterei un cron che mi salva i processi ogni X in un file di log. Appena mi accorgo che c'è stato il SIGRTMIN, allora guardo nel mio log per capire qual'era il processo incriminato...

Io ho trovato questo:

Systemd is running a per-user systemd for root whenever a session is started, e.g. to run a cron job. Then when root’s last session is closed, the per-user systemd is killed. The spew of log messages has to do with the the spawning and killing of that per-user systemd. One way to avoid these log messages is to make root’s per-user systemd persistent, so that it is created at system boot and never killed (until system shutdown.) To do this you can run
Code:
# loginctl enable-linger root
This only needs to be run once. (Loginctl creates a note-to-self in /var/lib/systemd/linger/.)
Reference: https://wiki.archlinux.org/index.php/Systemd/User

Ciao
Davide

--
Dizionari: http://linguistico.sourceforge.net/wiki
Fate una prova di guida ... e tenetevi la macchina!:
http://linguistico.sf.net/wiki/doku.php?id=usaooo2
Non autorizzo la memorizzazione del mio indirizzo su outlook


Reply to: