Difference between revisions of "Talk:Quick installation of legacy OpenVZ"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(replied, signed)
Line 1: Line 1:
 +
== Yum installs both kernel arches ==
 +
 
This thread relates an error experienced with the yum method:
 
This thread relates an error experienced with the yum method:
 
http://forum.openvz.org/index.php?t=rview&th=8098&goto=38102
 
http://forum.openvz.org/index.php?t=rview&th=8098&goto=38102
<pre>
+
{{unsigned|212.124.200.33|16:12, 17 March 2010}}
Ok I found the solution :
+
: This is already covered in the quick installation article, there is a note on the page:
 
+
<blockquote>{{Note|if you need to install x86_64 kernel and yum offers to install both x86_64 and i686 kernels, answer No and specify architecture manually, like this: yum install ovzkernel[-flavor].x86_64. This is fixed in newer yum versions.}}</blockquote>
The problem is, when you install ovzkernel this way :
+
: --[[User:Kir|Kir]] 13:57, 17 March 2010 (UTC)
 
 
yum install ovzkernel
 
 
 
 
 
yum install in fact the 32bit and 64bit kernel.
 
 
 
The error comes when I try to boot on a 32bit kernel while It's a Centos 64bits.
 
 
 
 
 
 
 
The right command is to only install the version you need :
 
 
 
yum install ovzkernel.x86_64
 
</pre>
 

Revision as of 13:57, 17 March 2010

Yum installs both kernel arches

This thread relates an error experienced with the yum method: http://forum.openvz.org/index.php?t=rview&th=8098&goto=38102 —The preceding unsigned comment was added by 212.124.200.33 (talkcontribs) 16:12, 17 March 2010.

This is already covered in the quick installation article, there is a note on the page:
Yellowpin.svg Note: if you need to install x86_64 kernel and yum offers to install both x86_64 and i686 kernels, answer No and specify architecture manually, like this: yum install ovzkernel[-flavor].x86_64. This is fixed in newer yum versions.
--Kir 13:57, 17 March 2010 (UTC)