Bug 27465 - [Anolis23.4][RC1][aarch64][vhd]创建规格分别为ecs.g6r.large0和ecs.g6r.xlarge1的ECS,进入环境查看服务状态时发现 rngd.service 处于失败状态
Summary: [Anolis23.4][RC1][aarch64][vhd]创建规格分别为ecs.g6r.large0和ecs.g6r.xlarge1的ECS,进入环境...
Status: CLOSED FIXED
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 23.4
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: gaochang
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-02 15:02 UTC by wb-qtt862918
Modified: 2025-12-19 15:59 UTC (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wb-qtt862918 2025-12-02 15:02:28 UTC
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:
Comment 1 wangzhe 2025-12-05 17:25:29 UTC
(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架构环境启动失败?有服务启动报错的详细信息吗,是不是超时失败?
Comment 2 mgb01105731 2025-12-08 14:16:23 UTC
已确认问题,需要给rng-tools包中增加超时时间设置
Comment 3 mgb01105731 2025-12-08 15:55:51 UTC
rng-tools 6.17-2 已正式构建
https://build.openanolis.cn/buildinfo?buildID=44307
Comment 4 wb-qtt862918 2025-12-19 15:59:58 UTC
已修复
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.