[问题描述] 兆芯物理机使用Anolis7.9 RC1 x86 iso装机,安装anck,因环境网络无法连外网,采用iso挂载,搭建本地yum源,根据开发提供的全量构建表进行测试,缺少多个包,使用repoquery遍历网络源也没查找到,缺少的包如下: fence-agents gnome-shell-extensions krb5 openwsman oracleasm pki-core python-pip python-wheel shim-signed spice xorg-x11-server 网络源: ------------------------------------- https://mirrors.openanolis.cn/anolis/7.9/Plus/$basearch/debug https://mirrors.openanolis.cn/anolis/7.9/os/$basearch/debug https://mirrors.openanolis.cn/anolis/7.9/updates/$basearch/debug https://mirrors.openanolis.cn/anolis/7.9/extras/$basearch/debug http://mirrors.openanolis.cn/anolis/7.9/updates/$basearch/os [环境信息]: 内核信息: # uname -r 4.19.91-25.an7.x86_64 操作系统信息: # cat /etc/os-release NAME="Anolis OS" VERSION="7.9" ID="anolis" ID_LIKE="rhel fedora centos" VERSION_ID="7.9" PRETTY_NAME="Anolis OS 7.9" ANSI_COLOR="0;31" HOME_URL="https://openanolis.cn/" BUG_REPORT_URL="https://bugs.openanolis.cn/" CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7" [期望结果]: 可以成功安装包 [实际结果]: yum源和本地iso中不存在以下包 fence-agents gnome-shell-extensions krb5 openwsman oracleasm pki-core python-pip python-wheel shim-signed spice xorg-x11-server [问题发生概率]:必现 [复现步骤]: yum -y install fence-agents yum -y install gnome-shell-extensions yum -y install krb5 yum -y install openwsman yum -y install oracleasm yum -y install pki-core yum -y install python-pip yum -y install python-wheel yum -y install shim-signed yum -y install spice yum -y install xorg-x11-server
在飞腾机器上测试arm内核存在同样问题 # yum -y install fence-agents Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile Package fence-agents-all-4.2.1-41.an7.aarch64 already installed and latest version Nothing to do # yum -y install gnome-shell-extensions Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package gnome-shell-extensions available. Error: Nothing to do # yum -y install krb5 Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package krb5 available. Error: Nothing to do # yum -y install openwsman Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile Package libwsman1-2.6.3-7.git4391e5c.an7.aarch64 already installed and latest version Nothing to do # yum -y install oracleasm Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package oracleasm available. Error: Nothing to do # yum -y install pki-core Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package pki-core available. Error: Nothing to do # yum -y install python-pip Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package python-pip available. Error: Nothing to do # yum -y install python-wheel Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package python-wheel available. Error: Nothing to do # yum -y install shim-signed Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package shim-signed available. Error: Nothing to do # yum -y install spice Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package spice available. Error: Nothing to do # yum -y install xorg-x11-server Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile No package xorg-x11-server available. Error: Nothing to do 内核: # uname -r 4.19.91-25.an7.aarch64
上述包都是源码包名,没有同名的二进制包或者依赖,请确认要安装的二进制包的包名。 例如:http://build.openanolis.cn/buildinfo?buildID=14870 另外这些包对应的二进制包在https://mirrors.openanolis.cn/anolis/下均有上传。请确保软件源地址正确。