Bug 7927 - [Anolis23.1][RC1][loongarch64]yum源中缺少xinetd软件包,导致xinetd服务无法正常启动
Summary: [Anolis23.1][RC1][loongarch64]yum源中缺少xinetd软件包,导致xinetd服务无法正常启动
Status: RESOLVED BYDESIGN
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.1
Hardware: loongarch Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-17 16:55 UTC by liqianwen
Modified: 2024-03-29 09:48 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description liqianwen loongson_group 2024-01-17 16:55:31 UTC
Description of problem:
yum源中缺少xinetd软件包,导致tftp服务无法正常启动

软件环境:
#内核版本:
# uname -r
5.10.134-16.2_rc1.an23.loongarch64

#系统版本
# 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/"

iso下载:
https://build.openanolis.cn/kojifiles/output/anolis-23-20240111.16/compose/os/loongarch64/iso/anolis-23-loongarch64-dvd1-20240111.16.iso

安装源配置:
https://build.openanolis.cn/kojifiles/output/anolis-23-20240111.16/compose/os/loongarch64/os/

Steps to Reproduce:
1.yum install xinetd


Actual results:
[root@bogon ~]#  yum install xinetd 
上次元数据过期检查:0:41:02 前,执行于 2024年01月17日 星期三 16时13分22秒。
未找到匹配的参数: xinetd
错误:没有任何匹配: xinetd

Expected results:
xinetd软件包可正常安装,tftp服务可正常启动

Additional info:
Comment 1 gaochang alibaba_cloud_group 2024-01-18 14:40:19 UTC
请详细描述无法启动 tftp 的现象。
经过如下步骤测试:
1、yum install -y tftp tftp-server
2、systemctl start tftp
3、systemctl status tftp 服务状态正常
未发现 tftp 依赖 xinetd 的情况
Comment 2 liqianwen loongson_group 2024-01-18 17:10:10 UTC
问题描述已经更新
Comment 3 gaochang alibaba_cloud_group 2024-01-19 15:16:48 UTC
Anolis 23 未引入 xinted 包,无法启动是预期中的。如果有业务依赖麻烦补充具体场景
Comment 4 liqianwen loongson_group 2024-01-30 11:50:42 UTC
在网络安装搭建PXE环境时用到
http://docs.loongnix.cn/loongnix/lns-83/loongarch64/Installation_Guide/03.%E5%AE%89%E8%A3%85%E6%96%B9%E5%BC%8F.html

配置TFTP服务时:
安装TFTP服务
root# yum install xinetd tftp-server tftp

启动TFTP服务
root# systemctl start xinetd