You must have an old init script.  The latest one looks like this:
  start)
        if [ -e $RUNDIR/$NAME.pid ]; then
                PIDDIR=/proc/$(cat $RUNDIR/$NAME.pid)
                if [ -d ${RUNDIR} -a "$(readlink -f ${RUNDIR}/exe)" = 
"${DAEMON}" ]; then
                        log_success_msg "$DESC already started; use restart 
instead."
                        exit 1
                else
                        log_success_msg "Removing stale PID file $RUNDIR/$NAME"
                        rm -f $RUNDIR/$NAME.pid
                fi
        fi


** Changed in: mythtv (Ubuntu)
       Status: New => Fix Released

** Changed in: mythbuntu
       Status: New => Fix Released

-- 
mythtv-backend start, fails to stop running backend
https://bugs.launchpad.net/bugs/237713
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to