3

I'm paying for a VPS which is running CentOS 7.4:

# rpm --query centos-release
centos-release-7-4.1708.el7.centos.x86_64

# cat /etc/centos-release
CentOS Linux release 7.4.1708 (Core)

# uname -a
Linux vps1 2.6.32-042stab120.16 #1 SMP Tue Dec 13 20:58:28 MSK 2016 x86_64 x86_64 x86_64 GNU/Linux

I thought that CentOS 7 is based off of kernel 3.10.

I am fully updated according to yum.

Zhro
  • 2,495
  • 4
  • 28
  • 45

1 Answers1

7

The kernel version, “2.6.32-042stab120.16”, indicates that your VPS provider is using OpenVZ. Your “VPS” is really a container, running a host-provided kernel that you can’t change, only the provider can.

Even your provider might not be able to use a newer kernel (or might not want to) — as I understand it, it is possible to use a 3.x kernel with OpenVZ, but without some features available on 2.6.32.

Stephen Kitt
  • 411,918
  • 54
  • 1,065
  • 1,164