[FIXED] SNMP ‘Unknown token: smuxpeer’ Ubuntu 18.04

When trying to get the Dell OpenManage Server Administrator (OMSA) working with SNMP I got the following error: snmpd[28756]: /etc/snmp/snmpd.conf: line 23: Warning: Unknown token: smuxpeer. On older Ubuntu server you need to remove -I -smux from the file /etc/default/snmpd On the newer Ubuntu 18.04 you also need to change the following file: /lib/systemd/system/snmpd.service The …

[FIXED] cc: Internal error: Killed (program cc1)

If your are getting the following error after compiling something, for example PHP: cc: Internal error: Killed (program cc1) Please submit a full bug report. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1 make: *** Waiting for unfinished jobs…. *** The make has failed, would you like to try to make again? (y,n): n …

SpeedFan and SNMP with SFSNMP

With SpeedFan you can monitor Temperatures, Fans, Voltages and so on… The best thing is that you can also get these values through SNMP with an extra plugin or program called SFSNMP. The bad thing is that the website of SFSNMP is not working anymore http://code.bastart.eu.org/sfsnmp Luckily I still have the latest version of SFSNMP …

Hoe maak je een bootable USB stick?

Het is eigenlijk heel simpel om een USB stick te maken waarmee je DOS kunt booten. Download de HP USB Disk Storage Format Tool 2.2.3, even installeren en daarna openen: Je moet alleen wel de juiste bestanden laden om DOS te kunnen booten van je USB Stick. Download hier het mapje met de bestanden. Even …

IonCube error na updaten PHP 5.1.6 naar 5.2.13

Bij het updaten van PHP versie 5.1.6 naar 5.2.13 op CentOS met het Parallels Plesk Panel 9.5 geeft het commando php -v de volgende IonCube foutmelding: [root@web01]# php -v Failed loading /usr/lib/php/modules/php_ioncube_loader_lin_5.1.so: /usr/lib/php/modules/php_ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex PHP 5.2.13 (cli) (built: JunĀ  2 2010 16:24:43) Copyright (c) 1997-2010 The PHP Group Zend Engine v2.2.0, Copyright (c) …