Bonjour à tous,
je rencontre un problème lors de l’installation de munin-node (apt install munin-node) et, plus précisément, lors du démarrage de son service suite à cette simple installation.
Au moment de l’installation :
Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 145.
systemctl list-units
● munin-node.service loaded failed failed Munin Node
systemctl list-unit-files
munin-node.service enabled enabled
systemctl status munin-node.service
× munin-node.service - Munin Node
Loaded: loaded (/lib/systemd/system/munin-node.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Mon 2023-09-11 09:14:11 CEST; 11min ago
Docs: man:munin-node(1) ...
Process: 2442 ExecStartPre=/usr/bin/install -o munin -g munin -d /run/munin (code=exited, status=0/SUCCESS)
Process: 2443 ExecStart=/usr/sbin/munin-node --foreground $DAEMON_ARGS (code=exited, status=1/FAILURE)
Main PID: 2443 (code=exited, status=1/FAILURE)
CPU: 85ms
sept. 11 09:14:11 bookworm systemd[1]: munin-node.service: Main process exited, code=exited, status=1/FAILURE
sept. 11 09:14:11 bookworm systemd[1]: munin-node.service: Failed with result 'exit-code'.
sept. 11 09:14:11 bookworm systemd[1]: Failed to start munin-node.service - Munin Node.
sept. 11 09:14:11 bookworm systemd[1]: munin-node.service: Scheduled restart job, restart counter is at 5.
sept. 11 09:14:11 bookworm systemd[1]: Stopped munin-node.service - Munin Node.
sept. 11 09:14:11 bookworm systemd[1]: munin-node.service: Start request repeated too quickly.
sept. 11 09:14:11 bookworm systemd[1]: munin-node.service: Failed with result 'exit-code'.
sept. 11 09:14:11 bookworm systemd[1]: Failed to start munin-node.service - Munin Node.
journalctl -xeu munin-node.service
sept. 11 09:07:07 bookworm systemd[1]: Starting munin-node.service - Munin Node...
░░ Subject: L'unité (unit) munin-node.service a commencé à démarrer
░░ Defined-By: systemd
░░ ...
░░
░░ L'unité (unit) munin-node.service a commencé à démarrer.
sept. 11 09:07:07 bookworm systemd[1]: munin-node.service: Main process exited, code=exited, status=1/FAILURE
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ ...
░░
░░ An ExecStart= process belonging to unit munin-node.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 1.
sept. 11 09:07:07 bookworm systemd[1]: munin-node.service: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ ...
░░
░░ The unit munin-node.service has entered the 'failed' state with result 'exit-code'.
sept. 11 09:07:07 bookworm systemd[1]: Failed to start munin-node.service - Munin Node.
░░ Subject: L'unité (unit) munin-node.service a échoué
░░ Defined-By: systemd
░░ Support: ...
Le problème est-il connu ? Existe-t-il une solution ?
Merci d’avance de vos retours.