PDA

View Full Version : Installing And Using OpenVZ On Debian Lenny (AMD64)


dvazart
27th August 2009, 18:19
Hi !!

I followed the tutorial "Installing And Using OpenVZ On Debian Lenny (AMD64)" to install 2 servers that are in production right now, and few days ago I was found this problem :

The pakage linux-image-openvz-amd64 it's a meta package that will install linux-image-2.6.26-2-openvz-amd64 kernel, this version it's an unstable branch of OpenVZ that not includes some parametres like --cpus and --cpulimit for more information take a look at : http://bugzilla.openvz.org/show_bug.cgi?id=909

I'm looking for the "easy debian way" to solve this problem without compile a new kernel, can somebody help me please ?

***** SOLVED *******

echo "deb http://debian.systs.org/debian lenny openvz" >> /etc/apt/sources.list.d/debian.systs.org.list
gpg --keyserver pgpkeys.mit.edu --recv-key C64120F1
gpg -a --export C64120F1 | apt-key add -
apt-get update
apt-get install ovzkernel-2.6.18-amd64