- Joined
- Aug 16, 2021
- Messages
- 4
- Reaction score
- 1
Hi,
I've tested an upgrade v18 to v20 on a demo linux server, but the linux kernel wasn"t upgraded :
uname -a
Linux 3cx-demo 4.19.0-26-amd64 #1 SMP Debian 4.19.304-1 (2024-01-09) x86_64 GNU/Linux
The kernel version I have on another bookworm debian server :
uname -a
Linux 6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux
Did I miss something ? Is it a bug ?
The only non standard stuff on this server is the aptitude package installed, and the crowdsec repo in apt source list (which caused the first upgrade attempt to fail, so I removed it. The update process kindly recreated the source.list for the crowdsec repo).
As a workaround, is it safe to manually install the 6.1 kernel with apt install linux-image-amd64 ?
Thanks for your replies
I've tested an upgrade v18 to v20 on a demo linux server, but the linux kernel wasn"t upgraded :
uname -a
Linux 3cx-demo 4.19.0-26-amd64 #1 SMP Debian 4.19.304-1 (2024-01-09) x86_64 GNU/Linux
The kernel version I have on another bookworm debian server :
uname -a
Linux 6.1.0-20-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux
Did I miss something ? Is it a bug ?
The only non standard stuff on this server is the aptitude package installed, and the crowdsec repo in apt source list (which caused the first upgrade attempt to fail, so I removed it. The update process kindly recreated the source.list for the crowdsec repo).
As a workaround, is it safe to manually install the 6.1 kernel with apt install linux-image-amd64 ?
Thanks for your replies