Difference between revisions of "Talk:Quick installation of legacy OpenVZ"
(Blanked the page) |
|||
| Line 1: | Line 1: | ||
| + | This thread relates an error experienced with the yum method: | ||
| + | http://forum.openvz.org/index.php?t=rview&th=8098&goto=38102 | ||
| + | <pre> | ||
| + | Ok I found the solution : | ||
| + | The problem is, when you install ovzkernel this way : | ||
| + | |||
| + | 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:12, 17 March 2010
This thread relates an error experienced with the yum method: http://forum.openvz.org/index.php?t=rview&th=8098&goto=38102
Ok I found the solution : The problem is, when you install ovzkernel this way : 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