#[SOLVED] The currently running kernel version is not the expected kernel version 6.13.5-arch1-1

1 messages · Page 1 of 1 (latest)

full void
#

I discovered this when trying to install something with pacman. My needrestart hook hit me with the message The currently running kernel version is not the expected kernel version 6.13.5-arch1-1.

Doing some digging, I found:

6.12.17-1-lts
veil@roshar ~ % pacman -Q linux
linux 6.13.5.arch1-1```

So the version of linux installed according to pacman is different than the version I am running. This is weird, and is really tripping me up. I've done a decent amount of digging, but I could have easily missed something. I ran through some of the journalctl logs, and I couldn't really find anything that I could find relevant. Best I could find is my kernel arguments:
`Aug 18 08:50:31 roshar kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=c2f513bf-74ea-4dbb-abc4-1930d360fd98 rw loglevel=3 quiet`

I'm at such a loss. This is my daily use laptop, and has been chugging along fine for about 8 months now. If anyone has any ideas, or what logs/commands I should share the output of to help debug this, that would be fantastic.
full void
#

Issue has persisted a good handful of reboots

alpine drum
#

Ok so what does your /boot look like?

#

Because you are running a -lts kernel

#

And you checked the version of linux

#

pacman -Q linux-lts should be your current kernel

craggy obsidian
full void
full void
#
Running kernel version:
  6.12.17-1-lts

Diagnostics:
  The currently running kernel version is not the expected kernel version 6.13.5-arch1-1.
#
[Trigger]
Operation = Install
Operation = Upgrade
Operation = Remove
Type = Package
Target = *
[Action]
Description = Checking which daemons need to be restarted after library upgrades.
When = PostTransaction
Exec = /usr/bin/needrestart
Depends = needrestart
#

This is the hook file for needrestart

alpine drum
full void
#

you are a saint

#

solved it

alpine drum
#

... solved

winged houndBOT
#

#9742 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.

  • You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
  • You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".

Your title should be like so: https://cdn.discordapp.com/attachments/503224329191030787/1039841700417384498/image.png
Thank you

alpine drum
#

@full void

full void
#

[SOLVED] The currently running kernel version is not the expected kernel version 6.13.5-arch1-1