Description of problem: 创建规格分别为ecs.g6r.large0和ecs.g6r.xlarge1的ECS,进入环境查看服务状态时发现 rngd.service 处于失败状态 Version-Release number of selected component (if applicable): cat /etc/os-release NAME="Anolis OS" VERSION="23.4" ID="anolis" VERSION_ID="23.4" PLATFORM_ID="platform:an23" PRETTY_NAME="Anolis OS 23.4" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" BUG_REPORT_URL="https://bugzilla.openanolis.cn/" How reproducible: Steps to Reproduce: 1.在安装的arm环境的ECS机器上,执行systemctl --failed | grep failed,检查结果 Actual results: ● rngd.service loaded failed failed Hardware RNG Entropy Gatherer Daemon Expected results: 无报错服务 Additional info:
(In reply to wb-qtt862918 from comment #0) > Description of problem: > > 创建规格分别为ecs.g6r.large0和ecs.g6r.xlarge1的ECS,进入环境查看服务状态时发现 rngd.service 处于失败状态 > > Version-Release number of selected component (if applicable): > cat /etc/os-release > > NAME="Anolis OS" > VERSION="23.4" > ID="anolis" > VERSION_ID="23.4" > PLATFORM_ID="platform:an23" > PRETTY_NAME="Anolis OS 23.4" > ANSI_COLOR="0;31" > HOME_URL="https://openanolis.cn/" > BUG_REPORT_URL="https://bugzilla.openanolis.cn/" > > > How reproducible: > > > Steps to Reproduce: > 1.在安装的arm环境的ECS机器上,执行systemctl --failed | grep failed,检查结果 > > Actual results: > ● rngd.service loaded failed failed Hardware RNG Entropy Gatherer Daemon > > Expected results: > 无报错服务 > > Additional info: 是只有arm架构环境启动失败?有服务启动报错的详细信息吗,是不是超时失败?
已确认问题,需要给rng-tools包中增加超时时间设置
rng-tools 6.17-2 已正式构建 https://build.openanolis.cn/buildinfo?buildID=44307
已修复 x86: [root@iZbp1dhwf402fh2mdrxex1Z ~]# uname -r 6.6.102-5.2.an23.x86_64 [root@iZbp1dhwf402fh2mdrxex1Z ~]# cat /etc/os-release NAME="Anolis OS" VERSION="23.4" ID="anolis" VERSION_ID="23.4" PLATFORM_ID="platform:an23" PRETTY_NAME="Anolis OS 23.4" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" BUG_REPORT_URL="https://bugzilla.openanolis.cn/" [root@iZbp1dhwf402fh2mdrxex1Z ~]# systemctl --failed | grep failed ● cloud-config.service loaded failed failed Apply the settings specified in cloud-config [root@iZbp1dhwf402fh2mdrxex1Z ~]# systemctl --failed UNIT LOAD ACTIVE SUB DESCRIPTION ● cloud-config.service loaded failed failed Apply the settings specified in cloud-config Legend: LOAD → Reflects whether the unit definition was properly loaded. ACTIVE → The high-level unit activation state, i.e. generalization of SUB. SUB → The low-level unit activation state, values depend on unit type. 1 loaded units listed. arm: [root@localhost ~]# uname -r 6.6.102-5.2.an23.aarch64 [root@localhost ~]# cat /etc/os-release NAME="Anolis OS" VERSION="23.4" ID="anolis" VERSION_ID="23.4" PLATFORM_ID="platform:an23" PRETTY_NAME="Anolis OS 23.4" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" BUG_REPORT_URL="https://bugzilla.openanolis.cn/" [root@localhost ~]# systemctl --failed | grep failed [root@localhost ~]# systemctl --failed | grep failed [root@localhost ~]# systemctl --failed UNIT LOAD ACTIVE SUB DESCRIPTION 0 loaded units listed.