데비안 커널 업그레이드 문제

데비안 커널 업그레이드 문제

커널(OpenVZ VPS)을 업데이트하려고 시도했지만 프로세스를 완료한 후에도 여전히 uname -r다음 출력이 반환됩니다.2.6.32-042stab132.1hostnamectl

Failed to query system properties: Message recipient disconnected from message bus without replying

그래서 나는 다음과 같은 일을 해왔습니다.

$ sudo apt-cache search linux-image
linux-headers-4.9.0-9-amd64 - Header files for Linux 4.9.0-9-amd64
linux-headers-4.9.0-9-rt-amd64 - Header files for Linux 4.9.0-9-rt-amd64
linux-image-4.9.0-9-amd64 - Linux 4.9 for 64-bit PCs
linux-image-4.9.0-9-amd64-dbg - Debug symbols for linux-image-4.9.0-9-amd64
linux-image-4.9.0-9-rt-amd64 - Linux 4.9 for 64-bit PCs, PREEMPT_RT
linux-image-4.9.0-9-rt-amd64-dbg - Debug symbols for linux-image-4.9.0-9-rt-amd64
linux-image-amd64 - Linux for 64-bit PCs (meta-package)
linux-image-amd64-dbg - Debugging symbols for Linux amd64 configuration (meta-package)
linux-image-rt-amd64 - Linux for 64-bit PCs (meta-package), PREEMPT_RT
linux-image-rt-amd64-dbg - Debugging symbols for Linux rt-amd64 configuration (meta-package)
$
$ sudo apt-get install linux-image-4.9.0-9-amd64
$ reboot

이렇게 해도 아무 것도 변경되지 않았으므로( hostnamectl이전 커널 버전의 커널로 돌아가기) 설명을 따랐습니다.여기. 이로 인해 위의 문제가 발생합니다.

그렇다면 OVZ VPS 인스턴스에서 커널을 실제로 어떻게 업데이트합니까?

관련 정보