Ubuntu 16 OS is installed on the hosting, but for some reason the kernel is version 2.6. After downloading the deb packages of the latest version of the kernel and trying to install them, everything collapses into errors.

Tell me what kernel update algorithm should be?

enter image description here

  • Virtuozzo on the server? Or LXC? - 0andriy
  • 2
    Virtualka on OpenVZ - Alex Slobodyansky
  • Oh, how I guessed;) But intuitively understanding what can be the reason, I cannot give advice. I know OpenVZ only in personal terms;) - 0andriy

1 answer 1

No.

You wrote that you have OpenVZ . Open for the sake of interest its description. In the Wikipedia article on OpenVZ , for example, you can find the following phrase:

While it is possible to ensure that there is a wide variety of systems for Linux and Linux, it can be used. All OpenVZ containers share the same architecture and kernel version .

While virtualization technologies like VMware and Xen provide complete virtualization and can support multiple operating systems and different kernel versions, OpenVZ uses the same modified Linux kernel, and therefore supports only Linux. All OpenVZ containers are forced to use the same architecture and kernel version.

... simply because they use the same core. This is how technology works.

You will not do anything from your VPS, switching to a newer version of the kernel is required on the host machine on which this VPS runs.


That's just on the host machine, the transition is now also impossible!

OpenVZ stable cores above version 2.6 are simply not there. If we take into account the unstable, the maximum version is now 3.10. To support 4.6 is still very far away.

  • Due to a small amount of knowledge, I didn’t even think about virtualization as the source of the problem. Thanks for the clarification) - Alex Slobodyansky