See this link.
or just delete /etc/udev/rules.d/70-persistent-net.rules and reboot the virtual machine.
Then you can see eth0. :)
System/Network Engineer, Akira Muramatsu's tech blog from Huntington Beach, CA, USA
8/28/2011
8/19/2011
Cacti plugin installation problem
When you applied the pa.sql to cacti database, you might face the following error.
ERROR 1064 (42000) at line 5: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 12
To get around this, you have to edit pa.sql and replace the word TYPE to ENGINE like this.
:%s/TYPE/ENGINE/g
Then excute the sql file.:)
ERROR 1064 (42000) at line 5: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 12
To get around this, you have to edit pa.sql and replace the word TYPE to ENGINE like this.
:%s/TYPE/ENGINE/g
Then excute the sql file.:)
Subscribe to:
Posts (Atom)