<div dir="ltr">I think this failure is mine alone but it seems to fail because of an override.conf file I have in the mythtv-backend.service.  It worked until this update this morning.<div><br></div><div>I don't see this reason for the error:</div><div>jim@kubuntu-closet:/etc/systemd/system/mythtv-backend.service.d$ sudo systemctl cat mythtv-backend.service<br># /lib/systemd/system/mythtv-backend.service<br>[Unit]<br>Description=MythTV Backend<br>Documentation=<a href="https://www.mythtv.org/wiki/Mythbackend">https://www.mythtv.org/wiki/Mythbackend</a><br>After=mysql.service network.target<br> <br>[Service]<br>User=mythtv<br>EnvironmentFile=-/etc/mythtv/additional.args<br>ExecStart=/usr/bin/mythbackend --quiet --syslog local7 $ADDITIONAL_ARGS<br>StartLimitBurst=10<br>StartLimitInterval=10m<br>Restart=on-failure<br>RestartSec=1<br> <br>[Install]<br>WantedBy=multi-user.target<br><br># /etc/systemd/system/mythtv-backend.service.d/override.conf<br>[Service]<br>ExecStartPre=/usr/local/bin/hdhomerun_check.py<br></div><div><br></div><div>I think the error with the upgrade is during the post processing. when it tried to restart mythtv-backend.service. Here's the output from the restart failure.</div><div><br></div><div>jim@kubuntu-closet:/etc/systemd/system/mythtv-backend.service.d$ sudo systemctl status mythtv-backend<br>× mythtv-backend.service - MythTV Backend<br>     Loaded: loaded (/lib/systemd/system/mythtv-backend.service; enabled; vendor preset: enabled)<br>    Drop-In: /etc/systemd/system/mythtv-backend.service.d<br>             └─override.conf<br>     Active: failed (Result: exit-code) since Thu 2022-02-03 11:39:01 EST; 14s ago<br>       Docs: <a href="https://www.mythtv.org/wiki/Mythbackend">https://www.mythtv.org/wiki/Mythbackend</a><br>    Process: 3711 ExecStartPre=/usr/local/bin/hdhomerun_check.py (code=exited, status=1/FAILURE)<br>        CPU: 86ms<br><br>Feb 03 11:39:01 kubuntu-closet systemd[1]: mythtv-backend.service: Scheduled restart job, restart counter is at 10.<br>Feb 03 11:39:01 kubuntu-closet systemd[1]: Stopped MythTV Backend.<br>Feb 03 11:39:01 kubuntu-closet systemd[1]: mythtv-backend.service: Start request repeated too quickly.<br>Feb 03 11:39:01 kubuntu-closet systemd[1]: mythtv-backend.service: Failed with result 'exit-code'.<br>Feb 03 11:39:01 kubuntu-closet systemd[1]: Failed to start MythTV Backend.<br></div><div><br></div><div>I'll temporarily remove the override for now.</div><div><br></div><div>Any ideas?</div><div><br></div><div>Jim A<br><br></div><div><br></div></div>