This is an old revision of the document!
These instructions assume
Open a terminal and gain root permissions
sudo -s -H
Verify that root has been gained
whoami
which should reply "root".
Install needed development packages
apt-get update apt-get install make gcc libc6-dev wget libgd3 libgd-dev
Get the latest release and extract it
cd /usr/src wget http://humdi.net/vnstat/vnstat-1.15.tar.gz tar zxvf vnstat-1.15.tar.gz
Compile and install the binaries
cd vnstat-1.15 make && make install
Install the service file and start the daemon
cp -v examples/upstart/vnstat.conf /etc/init/ initctl start vnstat
Verify that daemon process got started
pgrep -c vnstatd
which should reply "1". A reply of "0" indicates that the process has failed to start.
Open a terminal and gain root permissions
sudo -s -H
Verify that root has been gained
whoami
which should reply "root".
Install needed development packages
apt-get update apt-get install make gcc libc6-dev wget libgd2-xpm libgd2-xpm-dev
Get the latest release and extract it
cd /usr/src wget http://humdi.net/vnstat/vnstat-1.15.tar.gz tar zxvf vnstat-1.15.tar.gz
Compile and install the binaries
cd vnstat-1.15 make all && make install
Install the service file and start the daemon
cp -v examples/upstart/vnstat.conf /etc/init/ initctl start vnstat
Verify that daemon process got started
pgrep -c vnstatd
which should reply "1". A reply of "0" indicates that the process has failed to start.