Bug 1933 - 执行modprobe --remove-dependencies卸载模块依赖不生效或把其他依赖模块安装上
Summary: 执行modprobe --remove-dependencies卸载模块依赖不生效或把其他依赖模块安装上
Status: NEW
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 8.6
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: GA
Assignee: gaochang
QA Contact: xuchunmei
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-19 17:30 UTC by zhixin01
Modified: 2022-08-23 17:34 UTC (History)
5 users (show)

See Also:


Attachments
具体步骤及实际结果截图 (145.35 KB, image/jpeg)
2022-08-19 17:30 UTC, zhixin01
Details
Anolis 23操作步骤截图 (242.23 KB, image/jpeg)
2022-08-19 18:01 UTC, zhixin01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zhixin01 alibaba_cloud_group 2022-08-19 17:30:53 UTC
Created attachment 369 [details]
具体步骤及实际结果截图

Description of problem:
执行modprobe --remove-dependencies卸载模块依赖不生效或把其他依赖模块安装上
具体查看附件

Version-Release number of selected component (if applicable):
[root@VM20210305-16 /]# cat /etc/os-release
NAME="Anolis OS"
VERSION="8.4"
ID="anolis"
ID_LIKE="rhel fedora centos"
VERSION_ID="8.4"
PLATFORM_ID="platform:an8"
PRETTY_NAME="Anolis OS 8.4"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"

[root@VM20210305-16 /]# modprobe --version
kmod version 25
+XZ +ZLIB +OPENSSL -EXPERIMENTAL
How reproducible:


Steps to Reproduce:
1.modprobe vfat,安装vfat模块
2.modprobe --remove-dependencies vfat,卸载vfat模块及依赖
3.卸载vfat模块及fat模块
4.modprobe --remove-dependencies vfat,卸载vfat模块及依赖

Actual results:
步骤2:卸载vfat模块及依赖失败(具体查看附件)
步骤4:未执行卸载,反而将vfat模块及fat模块安装上了(具体查看附件)

Expected results:
步骤2:卸载vfat模块及依赖成功
步骤4:卸载vfat模块及依赖成功

Additional info:
Comment 1 zhixin01 alibaba_cloud_group 2022-08-19 18:01:29 UTC
Created attachment 370 [details]
Anolis 23操作步骤截图

Anolis23和Anolis8有相同的问题