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:
请详细描述无法启动 tftp 的现象。 经过如下步骤测试: 1、yum install -y tftp tftp-server 2、systemctl start tftp 3、systemctl status tftp 服务状态正常 未发现 tftp 依赖 xinetd 的情况
问题描述已经更新
Anolis 23 未引入 xinted 包,无法启动是预期中的。如果有业务依赖麻烦补充具体场景
在网络安装搭建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