Ich habe versucht, den Kernel zu aktualisieren (es ist ein OpenVZ VPS), aber obwohl ich das Verfahren durchführe, uname -r
wird jetzt die folgende Ausgabe zurückgegeben 2.6.32-042stab132.1
:hostnamectl
Failed to query system properties: Message recipient disconnected from message bus without replying
Ich habe also Folgendes getan:
$ 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
Da dies nichts änderte ( hostnamectl
den Kernel auf die alte Kernel-Version zurücksetzte), ging ich wie beschrieben vorHier. Und das führte zu dem oben genannten Problem.
Wie kann ich also den Kernel in der OVZ VPS-Instanz tatsächlich aktualisieren?