环境: [root@localhost ~]# cat /etc/os-release NAME="Anolis OS" VERSION="23" ID="anolis" VERSION_ID="23" PLATFORM_ID="platform:an23" PRETTY_NAME="Anolis OS 23" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" BUG_REPORT_URL="https://bugzilla.openanolis.cn/" 执行过程: 先查询 systemctl list-units | grep kdump 发现没启动,手动启动 systemctl start kdump.service systemctl status kdump.service kdump.service - Crash recovery kernel arming Loaded: loaded (/usr/lib/systemd/system/kdump.service; enabled; preset: enabled) Active: inactive (dead) Condition: start condition unmet at Thu 2024-05-09 02:39:50 EDT; 5s ago └─ ConditionKernelCommandLine=crashkernel was not met May 08 23:31:07 localhost.localdomain systemd[1]: kdump.service - Crash recovery kernel arming was skipped because of an unmet condition check (ConditionKernelCommandLine=crashkernel). May 09 02:39:50 localhost.localdomain systemd[1]: kdump.service - Crash recovery kernel arming was skipped because of an unmet condition check (ConditionKernelCommandLine=crashkernel). 错误日志指出 kdump.service 没有启动,因为启动条件 ConditionKernelCommandLine=crashkernel 没有满足
kdump是关键服务,请帮忙确认。
新版本 qcow2 修复 https://build.openanolis.cn/kojifiles/rsync/anolis/23.1/RC/Anolis-23.1-RC-fixed-20240510-aarch64.qcow2