|
yum update时的遇到的错误
[root@samfisher Server]# yum update
Loading "rhnplugin" plugin
Loading "installonlyn" plugin
Loading "security" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Update Process
Setting up repositories
ftp:///share/kickstartshare/Cluster/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] no host given
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: Cluster
_________________________________________________
/etc/yum.repos.d/rhel-debuginfo.repo文件
[Cluster]
name=Red Hat Enterprise
baseurl=ftp:///share/kickstartshare/Cluster/
enabled=1
gpgcheck=0
[ClusterStorage]
name=Red Hat Enterprise ClusterStorage
baseurl=ftp:///share/kickstartshare/ClusterStorage/
enabled=1
gpgcheck=0
[Server]
name=Red Hat Enterprise Server
baseurl=ftp:///share/kickstartshare/Server
enabled=1
gpgcheck=0
[VT]
name=Red Hat Enterprise Linux $releasever - $basearch - VT
baseurl=ftp:///share/kickstartshare/VT/
enabled=1
gpgcheck=0
______________________________________________
当从光盘里拷cluster目录下的rpm包时出现如下提示信息
[root@samfisher Server]# cp /mnt/Cluster/Cluster_Administration-zh-TW-5.1.0-7.noarch.rpm /soft/Cluster/
cp:是否覆盖“/soft/Cluster/Cluster_Administration-zh-TW-5.1.0-7.noarch.rpm”? y
cp: 读入 “/mnt/Cluster/Cluster_Administration-zh-TW-5.1.0-7.noarch.rpm”: 输入/输出错误
请问这是怎么回事,该如何解决呢? |
|