sorry for english...
i'm a client of serverloft too
mpt-status DOESN'T work on Debian 4.0 (etch) x64 out of the box. Version 1.1.6 doesn't support x64, but you can find v 1.2.0 in etch-backports repository
add this to /etc/apt/sources.list:
add a key
update list of packages
and install new version:
i'm a client of serverloft too
mpt-status DOESN'T work on Debian 4.0 (etch) x64 out of the box. Version 1.1.6 doesn't support x64, but you can find v 1.2.0 in etch-backports repository
add this to /etc/apt/sources.list:
Code:
# Backports - http://www.backports.org/
deb http://www.backports.org/debian etch-backports main contrib non-free
deb-src http://www.backports.org/debian etch-backports main contrib non-free
Code:
wget -q http://backports.org/debian/archive.key -O- | apt-key add -
Code:
apt-get update
Code:
apt-get -t etch-backports install mpt-status