The problem is in /etc/init.d/smartmontools.  The following lines:

  status)
        status_of_proc -p $SMARTDPID $SMARTD smartd && exit 0 || exit $?  
        ;;

These should read as follows:


  status)
        status_of_proc -p $PIDFILE $SMARTD smartd && exit 0 || exit $?  
        ;;


I would create the debdiff myself but I have very little time at the moment.


** Changed in: smartmontools (Ubuntu)
       Status: New => Confirmed

-- 
smartmontools init scripts fails on 'status' action
https://bugs.launchpad.net/bugs/491324
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