免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1160 | 回复: 3
打印 上一主题 下一主题

yum-2.2.0 在 RHEL AS 3 U4 错误 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-06-21 10:43 |只看该作者 |倒序浏览
系统:RHEL AS 3 U4
YUM版本:yum-2.2.0-1.noarch.rpm

/etc/yum.conf如下:
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1


# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
[base]
name=Red Hat Linux $releasever - $basearch - Base
#baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/$releasever/$basearch/
baseurl=http://ftp.freshrpms.net/pub/redhat/linux/updates/enterprise/3AS/en/os/SRPMS/

[updates]
name=Red Hat Linux $releasever - Updates
#baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/updates/$releasever/
baseurl=http://ftp.freshrpms.net/pub/redhat/linux/updates/enterprise/3AS/en/os/SRPMS/

安装成功了,可是运行yum check-update的时候出错:

Traceback (most recent call last):
  File "/usr/bin/yum", line 6, in ?
    import yummain
  File "/usr/share/yum-cli/yummain.py", line 23, in ?
    import yum
ImportError: No module named yum

望高手指点

论坛徽章:
0
2 [报告]
发表于 2005-06-21 14:44 |只看该作者

yum-2.2.0 在 RHEL AS 3 U4 错误

我明白了什么问题了,我安装AS3的时候只选了VSFTP,是用来做FTP服务器的,YUM的时候就出现上面的问题。

但我在一台完全安装了AS3的机器上,YUM的时候就没有上面的问题,不知道我应该安装哪个组件?

论坛徽章:
0
3 [报告]
发表于 2005-06-21 22:07 |只看该作者

yum-2.2.0 在 RHEL AS 3 U4 错误

哎,自己的问题自己解决,网上搜索到了这,问题就出在这里

This error is caused because CTOS4 yum installs the python modules in: /usr/lib/python2.3/site-packages and CTOS3 uses python2.2. To make yum work we only have to tell python to search for modules in this new directory using the variable PYTHONPATH. I just did:
PYTHONPATH=/usr/lib/python2.3/site-packages yum upgrade

论坛徽章:
0
4 [报告]
发表于 2006-03-13 15:25 |只看该作者

yum升级问题

我的OS 是redhat AS3,想通过yum升级,/etc/yum.conf如下

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1

[base]
name=Red Hat Linux $releasever - $basearch - Base
#baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/$releasever/$basearch/
baseurl=http://mirror.dulug.duke.edu/pub/redhat/linux/enterprise/3/en/os/i386/SRPMS/


[updates]
name=Red Hat Linux $releasever - Updates
#baseurl=http://mirror.dulug.duke.edu/pub/yum-repository/redhat/updates/$releasever/
baseurl=http://mirror.dulug.duke.edu/redhat/pub/redhat/linux/updates/enterprise/3AS/en/os/SRPMS/

运行yum list后,报错如下:
[root@test1 backup]# yum list

Unable to find pid
Gathering header information file(s) from server(s)
Server: Red Hat Linux 3AS - i386 - Base
retrygrab() failed for:
  http://mirror.dulug.duke.edu/pub ... headers/header.info
  Executing failover method
failover: out of servers to try
Error getting file http://mirror.dulug.duke.edu/pub ... headers/header.info
[Errno 4] IOError: HTTP Error 404: Not Found

好象是要取http://mirror.dulug.duke.edu/pub ... headers/header.info,但是这个文件好象不存在啊,怎么回事?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP