05 Desember 2011

Unable to show "Data Query [SNMP - Interface Statistics]"

Data Query [SNMP - Interface Statistics]

If you are having problem with cacti,"No SNMP data returned" (from verbose query in the devices detail)
No data returned while running snmpwalk -v 1 -c public localhost .1.3.6.1.2.1.2.2.1.1
General problems getting Interface - Traffic graphs to work.
Please edit snmpd.conf file in /etc/snmp/snmpd.conf

You will see:
view systemview included .1.3.6.1.2.1.1
view systemview included .1.3.6.1.2.1.25.1.1

then change to:
view systemview included .1.3.6.1.2.1
view systemview included .1.3.6.1.2.1.25.1.1
(Yes, delete the bold "1")

This command will reduces the limits to the pubic group's access using smtpwalk and allows cacti to get the list of interfaces.

03 Desember 2011

Unable to move arrow in Excel, Lenovo Thinkpad.

If your machine is Lenovo which doesn't have Scroll Lock key in keyboard, you can enable/disable it using "Fn+C"

01 Desember 2011

SVN

Do you have a problem finding the svn package?
You can install svn packet by type below command in Konsole:

$sudo apt-get install subversion


You can also add additional packet called libapache2-svn to access Subversion repository using the HTTP protocol.

$sudo apt-get install libapache2-svn