|
|
|
|
Re: Debian installation precompiled kernel images -- so confused [message #21670 is a reply to message #21668] |
Sat, 13 October 2007 14:10 |
|
curx
Messages: 739 Registered: February 2006 Location: Nürnberg, Germany
|
Senior Member |
|
|
Hi,
basically you can disable the gpg-check, read man pages of apt or take a look at http://www.debian-administration.org/articles/174
Naming scheme about the debian OpenVZ linux-kernel-images:
download.openvz.org
===================
ex: linux-image-2.6.18-openvz-13-39.1d2-686
linux-image -> kernels and modules
-2.6.18 -> kernel version
-openvz -> OpenVZ
-13 -> its built which debian kernel tree (package: linux-source-2.6.18, version 2.6.18.dfsg.1-13etch4,
-39.1 -> OpenVZ patch 028stab039.1
d2 -> spec. the debian (sub-)version
-686 -> build for i686 ( 4GB )
debian.systs.org:
=================
ex: linux-image-2.6.18-ovz-028stab045.1-smp
linux-image -> see above
2.6.18 -> kernel-version
-ovz -> OpenVZ
-028stab045.1 -> Version of OpenVZ patch, here 028stab045.1
-smp -> the offical kernel config of openvz, taken from download.openvz.org, here smp flavour, like (up)/smp/enterprise
and the Metapackages, which installed the kernels
ovzkernel-2.6.18 -->
linux-image-2.6.18-ovz-<openvz_patch>-<uniprocessor_kernel_config >
ovzkernel-2.6.18-smp -->
linux-image-2.6.18-ovz-<openvz_patch>-<smp_kernel_config>
ovzkernel-2.6.18-enterprise --> linux-image-2.6.18-ovz-<openvz_patch>-<enterprise_kernel_config >
Hope it clear!
[Updated on: Sat, 13 October 2007 15:38] Report message to a moderator
|
|
|
|
Re: Debian installation precompiled kernel images -- so confused [message #21675 is a reply to message #21671] |
Sat, 13 October 2007 21:57 |
belkhal
Messages: 9 Registered: October 2007
|
Junior Member |
|
|
Alright...I need -enterprise, since the server has a SMP-capable processor, and I do have 8GB of RAM and my OS is debian 32 bit.
I'm not very comfortable compiling my own kernel, so I rather use a precompiled image. So, given that... I should use the images at debian.systs.org.
Their apt-cache search openvz gives me:
kernel-patch-openvz - server virtualization solution - kernel patch
linux-headers-2.6.18-ovz-028stab045.1 - Header files related to OpenVZ Linux kernel, specifically,
linux-headers-2.6.18-ovz-028stab045.1-enterprise - Header files related to OpenVZ Linux kernel, specifically,
linux-headers-2.6.18-ovz-028stab045.1-smp - Header files related to OpenVZ Linux kernel, specifically,
linux-image-2.6.18-ovz-028stab045.1 - OpenVZ Linux kernel binary image for version 2.6.18-ovz-028stab045.1
linux-image-2.6.18-ovz-028stab045.1-enterprise - OpenVZ Linux kernel binary image for version 2.6.18-ovz-028stab045.1-enterprise
linux-image-2.6.18-ovz-028stab045.1-smp - OpenVZ Linux kernel binary image for version 2.6.18-ovz-028stab045.1-smp
linux-patch-openvz - OpenVZ - server virtualization solution - linux patch
ovzkernel-2.6.18 - OpenVZ - Meta kernel 2.6.18 (028stab045.1) on i386
ovzkernel-2.6.18-enterprise - OpenVZ - Meta kernel 2.6.18 (028stab045.1) on i386
ovzkernel-2.6.18-smp - OpenVZ - Meta kernel 2.6.18 (028stab045.1) on i386
vzctl - OpenVZ - server virtualization solution - control tools
vzctl-ostmpl-debian - OpenVZ - OS Template - Debian 4.0
vzdump - OpenVZ backup scripts
vzprocps - OpenVZ - server virtualization solution - procps utilities
vzquota - OpenVZ - server virtualization solution - quota tools
Whats the difference between these two:
linux-image-2.6.18-ovz-028stab45.1-enterprise
ovzkernel-2.6.18-enterprise
Someone said meta kernel earlier. What is a meta kernel?
Thanks for the help
|
|
|
|
|
|
|
|
|
|
|