So I have a [Myth]buntu system with master backend that started life as 10.04 and now has risen from 14.04 to 16.04. It is the only Ubuntu system I have and is pretty much ignored until it has a glitch. My other systems all use systemd.
So I'm upgrading mythtv from 0.28 to 0.29, and I seem to have done that but myth-setup has been problematic and now I discover that myth-setup does not stop mythbackend as it claims. Further snooping shows mythbackend running with PPID of 1 while systemctl status mythbackend
shows failed (Result: exit-code)
. PID 1 is /sbin/init
which should be systemd.
Furthermore, the mythbackend is running with arguments from /etc/init/mythtv-backend.conf
(upstart) which to my understanding had been deprecated in 16.04. Now this leads me to suspect much more is also going on. I have very little understanding of upstart.
So how do I extricate upstart from my newly evolved 16.04, or should I?