Installing And Using OpenVZ On Debian Lenny (AMD64)

Discussion in 'HOWTO-Related Questions' started by dvazart, Aug 27, 2009.

  1. dvazart

    dvazart New Member

    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 *******
    Code:
    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
    
     
    Last edited: Sep 15, 2009

Share This Page