| Subcribe via RSS

error: kernel image does not exist: /boot/hypervm-xen-vmlinuz

August 9th, 2008 | No Comments | Posted in System Administration

If you have a CentOS Xen Dom0 and experiencing this problem “error: kernel image does not exist: /boot/hypervm-xen-vmlinuz” after upgrading Xen kernel on HyperVM based VPS, here is how to fix it: More »

Tags: , ,

Xen VPS modprobe: QM_MODULES: Function not implemented

June 28th, 2008 | No Comments | Posted in System Administration

I got this problem on one of Debian VPS when tried to run iptables command

modprobe: QM_MODULES: Function not implemented
 
modprobe: QM_MODULES: Function not implemented
 
modprobe: Can't locate module ip_tables
iptables v1.3.6: can't initialize iptables table `filter': iptables
who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

To fix this you’ll need to run these commands:
More »

Tags: , ,

Xen Debian VPS Problem With nash-hotplug Using 100% CPU Resource

June 3rd, 2008 | 1 Comment | Posted in System Administration

Recently I setup a Debian 4.0 VPS using xen image from jailtime.org, once the VM running I noticed that the load goes 1.0 all the time which make the VM very slow. From top command you’ll see the nash-hotplug process is the cause.

First you can kill it by execute the ‘kill -9 <process id>’ command (without the quotes), where <process id> is the process id of nash-hotplug. Then to automate killing the nash process every time you reboot the VPS run these commands: More »

Tags: , ,