Dedicated Servers - Debian 12 - no newest kernel upgrade avaliable.
... / Debian 12 - no newest ker...
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Debian 12 - no newest kernel upgrade avaliable.

Von
Robert K.
Erstellungsdatum 2025-08-21 06:58:44 (edited on 2025-08-21 09:21:57) in Dedicated Servers

Hi. I don't know this is proper forum, but maybe somebody can help me.

I have Debian 12 on bare metal installed from OVH installer with Plesk panel, installed at July 2024. When i check if there is new upgrades via command apt update and upgrade, there are some upgrades, but is no new kernel upgrade avaliable.

Now i have 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22), but i know there is newest kernel avaliable, becouse i have few other servers with Debian 12 (not in ovh), and i could upgrade them to 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02).

Is it normal? I just have to be patient and wait when there will be newest kernel upgrade on ovh repositories? 

Regards


1 Antwort ( Latest reply on 2025-08-26 06:57:15 Von
Robert K.
)

Hello,

We do not change the repositories on Debian 12 + Plesk. What do the following commands show?

apt policy linux-image-amd64
find /etc/apt/sources.list* -type f -exec more {} + | cat

On my new installation, I see that the kernel is installed from debian-security and at the latest version:

# apt policy linux-image-amd64
linux-image-amd64:
  Installed: 6.1.147-1
  Candidate: 6.1.147-1
  Version table:
 *** 6.1.147-1 500
        500 mirror+file:/etc/apt/mirrors/debian-security.list bookworm-security/main amd64 Packages
        100 /var/lib/dpkg/status
     6.1.137-1 500
        500 mirror+file:/etc/apt/mirrors/debian.list bookworm/main amd64 Packages
N: Ignoring file 'imunify360-testing.list.example' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension

Hello and thank you for your reply. The issue resolved itself. I was sure that I had restarted the server after the latest updates, but I hadn't. 🤦‍♂️ I just restarted it and everything is ok now.