Bug 7789 - kernel version changed after install kernel-modules-extra
Summary: kernel version changed after install kernel-modules-extra
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: kernel - anck-4.19 (show other bugs) kernel - anck-4.19
Version: 8.6
Hardware: x86_64 Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: maqiao_mq
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-24 07:34 UTC by 建安齐子
Modified: 2024-02-17 16:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description 建安齐子 2023-12-24 07:34:01 UTC
Description of problem:

kernel version changed after install kernel-modules-extra

[root@localhost ~]# rpm -qa | grep kernel
kernel-4.19.91-26.an8.x86_64
kernel-modules-4.19.91-26.an8.x86_64
kernel-core-4.18.0-477.36.1.0.1.an8.x86_64
kernel-tools-4.19.91-26.an8.x86_64
kernel-core-4.19.91-26.an8.x86_64
kernel-tools-libs-4.19.91-26.an8.x86_64
kernel-modules-4.18.0-477.36.1.0.1.an8.x86_64
kernel-headers-4.19.91-26.an8.x86_64
kernel-devel-4.19.91-26.an8.x86_64
kernel-modules-extra-4.18.0-477.36.1.0.1.an8.x86_64

i think it should be 4.19.91, but uname -a displayed as:

[root@localhost ~]# uname -a
Linux localhost.localdomain 4.18.0-477.36.1.0.1.an8.x86_64 #1 SMP Thu Dec 28 06:29:01 CST 2023 x86_64 x86_64 x86_64 GNU/Linux

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. start VM using AnolisOS-8.6-x86_64-ANCK.qcow2
2. yum install -y lksctp-tools kernel-modules-extra
重启系统
3. uname -a

Actual results:


Expected results:


Additional info:
Comment 1 建安齐子 2024-02-17 16:21:30 UTC
# enable Plus
sed -i "s/^enabled=0/enabled=1/" /etc/yum.repos.d/AnolisOS-Plus.repo