Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 30/03/2021, à 21:50

dom81

mythtv-backend ne se lance plus avec systemd

Bonjour,
Depuis quelques temps, je n'arrive plus à lancer mythtv-backend sur mon serveur sous Ubuntu 20.10 avec la commande

systemd start mythtv-backend

Voici le message :

Job for mythtv-backend.service failed because the control process exited with error code.
See "systemctl status mythtv-backend.service" and "journalctl -xe" for details

La commande

systemd status mythtv-backend

donne

 mythtv-backend.service - MythTV Backend
     Loaded: loaded (/etc/systemd/system/mythtv-backend.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Tue 2021-03-30 22:42:56 CEST; 6s ago
       Docs: https://www.mythtv.org/wiki/Mythbackend
    Process: 359956 ExecStartPre=/usr/bin/nm-online --quiet --timeout=5 (code=exited, status=1/FAILURE)

mars 30 22:42:46 Serveur systemd[1]: mythtv-backend.service: Failed with result 'exit-code'.
mars 30 22:42:46 Serveur systemd[1]: Failed to start MythTV Backend.
mars 30 22:42:56 Serveur systemd[1]: mythtv-backend.service: Scheduled restart job, restart counter is at 10.
mars 30 22:42:56 Serveur systemd[1]: Stopped MythTV Backend.
mars 30 22:42:56 Serveur systemd[1]: mythtv-backend.service: Start request repeated too quickly.
mars 30 22:42:56 Serveur systemd[1]: mythtv-backend.service: Failed with result 'exit-code'.
mars 30 22:42:56 Serveur systemd[1]: Failed to start MythTV Backend.

Par contre la commande lancer sous le user mythtv

/usr/bin/mythbackend --logpath /var/log/mythtv/ --loglevel err

fonctionne parfaitement...
Voici le contenu du fichier mythtv-backend.service :

more /lib/systemd/system/mythtv-backend.service
[Unit]
Description=MythTV Backend
Documentation=https://www.mythtv.org/wiki/Mythbackend
After=mysqld.service network.target
 
[Service]
User=mythtv
EnvironmentFile=-/etc/mythtv/additional.args
ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv/ --loglevel err $ADDITIONAL_ARGS 
ExecStartPre=/usr/bin/nm-online --quiet --timeout=5
StartLimitBurst=10
StartLimitInterval=10m
Restart=on-failure
RestartSec=10
 
[Install]
WantedBy=multi-user.target

Merci d'avance de vos suggestions et vos conseils

Hors ligne

#2 Le 12/04/2021, à 18:10

dom81

Re : mythtv-backend ne se lance plus avec systemd

Bonjour,

Personne n’a une idée ?

Merci d’avance

Hors ligne