Description of problem: 月度镜像 anolisos_8_8_x64_20G_rhck_alibase_20230421.vhd,实例ecs.g7a.large,在执行 dmesg -l warn -T|grep -v '#',存在异常信息打印:systemd[1]: rngd.service: Current command vanished from the unit file, execution of the command list won't be resumed. # cat /etc/os-release NAME="Anolis OS" VERSION="8.8" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="8.8" PLATFORM_ID="platform:an8" PRETTY_NAME="Anolis OS 8.8" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" # cat /etc/image-id image_name="Anolis OS 8.8 RHCK 64 bit" image_id="anolisos_8_8_x64_20G_rhck_alibase_20230421.vhd" release_date="20230421112742" Version-Release number of selected component (if applicable): # uname -r 4.18.0-425.19.2.0.1.an8.x86_64 Steps to Reproduce: 1.使用vhd镜像拉起测试,执行dmesg用例测试时运行失败 2.人工干预,执行dmesg -l warn -T|grep -v '#' 3.dmesg warn下存在异常告警:rngd.service: Current command vanished from the unit file, execution of the command list won't be resumed. Actual results: dmesg warn下存在异常告警日志 Expected results: dmesg warn下不存在除已知问题外的告警 Additional info:
补充 # systemctl is-active rngd.service active
dmesg warn完整告警信息: # dmesg -l warn -T|grep -v '#' [Fri Apr 28 14:47:23 2023] [Firmware Bug]: TSC doesn't count with P0 frequency! [Fri Apr 28 14:47:24 2023] cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called [Fri Apr 28 14:47:29 2023] printk: systemd: 18 output lines suppressed due to ratelimiting [Fri Apr 28 14:47:29 2023] systemd[1]: /usr/lib/systemd/system/irqbalance.service:6: Unknown lvalue 'ConditionCPUs' in section 'Unit' [Fri Apr 28 14:47:29 2023] systemd[1]: Configuration file /etc/systemd/system/cloudmonitor.service is marked executable. Please remove executable permission bits. Proceeding anyway. [Fri Apr 28 14:47:29 2023] systemd[1]: rngd.service: Current command vanished from the unit file, execution of the command list won't be resumed.
多次重试后未能复现,关闭该 bug
(In reply to gaochang from comment #3) > 多次重试后未能复现,关闭该 bug [root@iZbp1853f1ulehe96cmnuuZ ~]# dmesg -l warn -T|grep -v '#' [Tue May 16 10:52:45 2023] [Firmware Bug]: TSC doesn't count with P0 frequency! [Tue May 16 10:52:46 2023] cirrus 0000:00:02.0: [drm] drm_plane_enable_fb_damage_clips() not called [Tue May 16 10:52:49 2023] printk: systemd: 19 output lines suppressed due to ratelimiting [Tue May 16 10:52:50 2023] systemd[1]: /usr/lib/systemd/system/irqbalance.service:6: Unknown lvalue 'ConditionCPUs' in section 'Unit' [Tue May 16 10:52:50 2023] systemd[1]: rngd.service: Current command vanished from the unit file, execution of the command list won't be resumed. 使用上述镜像申请实例后 warning还是存在呀 麻烦再看一下