openvz install on 12.04 + ispconfig 3

Discussion in 'Kernel Questions' started by budgierless, Feb 5, 2015.

  1. budgierless

    budgierless Member HowtoForge Supporter

  2. Hello,
    can you please try with following command.

    Code:
    sudo su
    
    cat << EOF > /etc/apt/sources.list.d/openvz-rhel6.list
    deb http://download.openvz.org/debian wheezy main
    # deb http://download.openvz.org/debian wheezy-test main
    EOF
    
    wget http://ftp.openvz.org/debian/archive.key
    
    
    apt-key add archive.key
    
    
    sudo apt-get update
    
    apt-get install linux-image-openvz-amd64
    
    
    apt-get install vzctl vzquota ploop vzstats
    
     
  3. budgierless

    budgierless Member HowtoForge Supporter

    dose this work in 14.04?
     
  4. Hello,

    Yes, It will work with in 14.04, Please give a try now and let me know if you are getting any error.
     

Share This Page