Tag Archives: linux-vserver

Linux-Vserver vs Xen

A while back, I found myself running out of hardware and wanting to host more sites than I currently was. In addition, I wanted to create a little bit more redundancy for some of the services I host. At the … Continue reading

Posted in System Administration | Tagged , , , | Comments Off on Linux-Vserver vs Xen

Using tcpdump on a linux-vserver guest

To debug a problem I’m working on, I need to be able to see network traffic on an interface inside a linux-vserver guest. To do this, you have to enable the CAP_NET_RAW capability for that guest. > echo “NET_RAW” >> … Continue reading

Posted in System Administration | Tagged , | Comments Off on Using tcpdump on a linux-vserver guest

Using Linux-HA for High Availability with Gentoo and Linux-VServer

In my production setup, I don’t have a load balancer. This may be changed at some point, assuming that we can find one we like for the price we want to purchase it for, but in the mean time, I’ve … Continue reading

Posted in System Administration | Tagged , , , , , , , | 2 Comments