After some research on forums.cacti.net I came across a post that mentioned one of the errors that I was getting and it led me in the direction of checking the mysql db's for errors and then repairing them. I ran the following commands
Quote:
mysqlcheck --auto-repair --databases syslog
mysqlcheck --auto-repair --databases cacti
the mysqlcheck on the syslog db fixed the error I was getting with that and the mysqlcheck on cacti db fixed a few errors but i was still getting errors related to mactrack. I then imported mactrack.sql,stopped and started mysqld and the error messages no longer appeared in mysqld.log. Here is the command i used for importing the mactrack table:
Quote:
mysql cacti < /var/www/html/plugins/mactrack/mactrack.sql
Thank you again Jimmy for taking the time to give me some pointers it is very much appreciated.