Skip to main content
Topic: linux-zen kernel not updating (Read 337 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

linux-zen kernel not updating

Currently running linux-zen-6.12.9.zen1-1 on my workstation.  My wife's laptop is using the standard Linux kernel.  I use ssh to update her laptop from my workstation. I noticed that her kernel had updated at least twice and no update on my zen kernel. After doing some searching, I discovered the current linux-zen is 6.13.2.zen1-1.  If I enter sudo pacman -Syu linux-zen linux-zen-docs linux-zen-headers, pacman just wants to reinstall the existing kernel.
Does anyone have a clue why this is happening?

Re: linux-zen kernel not updating

Reply #1
https://gitea.artixlinux.org/packages/linux-zen
Updated 19 hours ago,
https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen
updated 6 days ago.

Code: [Select]
uname -srm
Linux 6.12.9-zen1-1-zen x86_64
➜  ~ pacman -Ss linux-zen
galaxy/linux-zen 6.12.9.zen1-1 [installed]
    The Linux ZEN kernel and modules
galaxy/linux-zen-docs 6.12.9.zen1-1
    Documentation for the Linux ZEN kernel
galaxy/linux-zen-headers 6.12.9.zen1-1 [installed]
    Headers and scripts for building modules for the Linux ZEN kernel
extra/linux-zen 6.13.2.zen1-1 [installed: 6.12.9.zen1-1]
    The Linux ZEN kernel and modules
extra/linux-zen-docs 6.13.2.zen1-1
    Documentation for the Linux ZEN kernel
extra/linux-zen-headers 6.13.2.zen1-1 [installed: 6.12.9.zen1-1]
    Headers and scripts for building modules for the Linux ZEN kernel

extra has it, if you are in a hurry.

EDIT:see https://forum.artixlinux.org/index.php/topic,7789

Re: linux-zen kernel not updating

Reply #2
I discovered the current linux-zen is 6.13.2.zen1-1.
>...<
Does anyone have a clue why this is happening?
This not being the 'standard' Artix kernel and given the tearful history of major kernel updates, I don't feel like updating it before it hits at least the .2 to .3 minor release. And as @n00b correctly pointed out, I was wrong not waiting a little longer.

Re: linux-zen kernel not updating

Reply #3
I know about the available sources for an updated kernel. Pacman won't install it. It only wants to reinstall 6.12.9*. I have other kernels on this machine which I'm going to boot into soon. I'd rather run the latest zen kernel, though.
uname -srm
Linux 6.12.9-zen1-1-zen x86_64

Re: linux-zen kernel not updating

Reply #4

This not being the 'standard' Artix kernel and given the tearful history of major kernel updates, I don't feel like updating it before it hits at least the .2 to .3 minor release. And as @n00b correctly pointed out, I was wrong not waiting a little longer.
I think our friend nous meant "not wrong", and we can probably agree, right Bob?

Re: linux-zen kernel not updating

Reply #5
I know about the available sources for an updated kernel. Pacman won't install it. It only wants to reinstall 6.12.9*.
Maybe it's your mirror issue. Show us your output of
Code: [Select]
sudo pacman -Sy && pacman -Ss linux-zen


 

Re: linux-zen kernel not updating

Reply #7
Thank you Nous. I didn't realize that was your planned release schedule.  Current update came through yesterday, and I'm back on the zen kernel.