It was not easy to find on the internet, to help other people out, you can download the XenConvert 2.3.1 x64 (xenconvert_install_2.3.1_x64.exe) here.
Category Archives: Algemeen
[FIXED] Can’t locate IO/Socket/INET6.pm in @INC
If you get the following error: Just install the libio-socket-inet6-perl package, on Ubuntu:
[FIXED] mysqlpump: [WARNING] (1356)
If you get underlying warnings and errors, the solution is simple, run;
[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 …
Continue reading “[FIXED] SNMP ‘Unknown token: smuxpeer’ Ubuntu 18.04”
[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 …
Continue reading “[FIXED] cc: Internal error: Killed (program cc1)”