[mythtv-commits] Ticket #13160: mythbackend process not stopped when using mythtv-setup

MythTV noreply at mythtv.org
Sat Oct 28 08:21:19 UTC 2017


#13160: mythbackend process not stopped when using mythtv-setup
---------------------------------+--------------------------
     Reporter:  mike.bibbings@…  |      Owner:
         Type:  Patch - Bug Fix  |     Status:  new
     Priority:  minor            |  Milestone:  needs_triage
    Component:  Packaging        |    Version:  Unspecified
     Severity:  medium           |   Keywords:
Ticket locked:  0                |
---------------------------------+--------------------------
 When using mythtv-setup the backend if running should be stopped.The test
 for this in /usr/share/mythtv/mythtv-setup.sh fails on Ubuntu/Debian using
 systemd due to the status command
 RUNNING=$(status mythtv-backend | grep running)

 Changing the test to use ps allows this to work.
 RUNNING=$(ps -A | grep mythbackend)

 A pull request 71 has been generated for the mythtv/packaging repository,
 this should be applied to master, fixes/0.28, fixes/29

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13160>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list