Public bug reported:
Binary package hint: hobbit-client
$TOP is not defined in /etc/hobbit/hobbitclient.cfg, so near line 68 in
/var/lib/hobbit/client/bin/hobbitclient-linux.sh the test fails and we
don't have top processes reported in "cpu" feature on our hobbit-server.
--------------------------------
# $TOP must be set, the install utility should do that for us if it exists.
if test "$TOP" != ""
then
if test -x "$TOP"
then
echo "[top]"
$TOP -b -n 1
fi
fi
----------------------
Trivial fix:
-----------
edit /etc/hobbit/hobbitclient.cfg and replace
TOP=""
by
TOP="/usr/bin/top"
$ lsb_release -rd
Description: Ubuntu 8.04.1
Release: 8.04
$ apt-cache policy hobbit-client
hobbit-client:
Installé : 4.2.0.dfsg-10
Candidat : 4.2.0.dfsg-10
Table de version :
*** 4.2.0.dfsg-10 0
500 http://fr.archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status
** Affects: hobbit (Ubuntu)
Importance: Undecided
Status: New
--
$TOP is not detected, nor defined in /etc/hobbit/hobbitclient.cfg
https://bugs.launchpad.net/bugs/269060
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