Your Webhosting Questions
Answered by the Webhosting Experts
Tags
...
...

Install MRTG

Solution

Steps for MRTG installation are documented as

MRTG Installation

Make sure MRTG is NOT installed.
Type: rpm -e mrtg
It should come back with: error: package mrtg is not installed.
wget https://gnutoolbox.com/download/linux/network/tools/mrtg-2.9.17-1cpanel.i386.rpm

We now need to remove some things that are not compatible.

Type:
rpm -e --nodeps libpng10

cd /usr/lib
ln -s libpng.so.3 libpng.so.2

Now we are ready to start MRTG for the first time.

/etc/rc.d/init.d/mrtg restart

This will most likely cause errors, and you will have to run

/etc/rc.d/init.d/mrtg restart

probably 3-5 more times to eliminate all of the errors.
If after restarting 5 times you receive this error: ls: /var/spool/exim/input/*-H: No such file or directory Exit SSH, and then reconnect to your server as root and

Type:
/etc/rc.d/init.d/mrtg restart

That should fix the problem, if not give it 1 day and then restart again and see if the error is fixed. This error is related to files not being created yet

Need More Personalized Help?

If you have any further issues, questions, or would like some assistance checking on this or anything else, please reach out to us from your my.hivelocity.net account and provide your server credentials within the encrypted field for the best possible security and support.

If you are unable to reach your my.hivelocity.net account or if you are on the go, please reach out from your valid my.hivelocity.net account email to us here at: support@hivelocity.net. We are also available to you through our phone and live chat system 24/7/365.

Tags +
...