Public bug reported:

Binary package hint: ps-watcher

Around line 335 in /usr/bin/ps-watcher you will find this snippet right after 
installing
...
$opts{ps_prog}      = 'no';   # Where is ps?
...

which of course will not work.

Changed it to:
$opts{ps_prog}      = '/bin/ps';   # Where is ps?

which works.

I found it by issuing this so I can see all info in the foreground:

ps-watcher --config=/etc/ps-watcher.conf --syslog --nodaemon --sleep=10
--log --ps-prog=ps --debug=10

Cheers

//Marcus Herou

** Affects: ps-watcher (Ubuntu)
     Importance: Undecided
         Status: New

-- 
ps-watcher package bad default ps-prog
https://bugs.launchpad.net/bugs/486997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to