|

楼主 |
发表于 2006-10-5 18:11:02
|
显示全部楼层
都不行,
我用 export http_proxy=http://user:pass@lqa.domain.com:port (lqa为只可浏览,不能下载的)
出现如下错误:
- [root@localhost heaven]# yum update
- Loading "installonlyn" plugin
- Setting up Update Process
- Setting up repositories
- core [1/3]
- core 100% |=========================| 1.1 kB 00:00
- updates [2/3]
- updates 100% |=========================| 1.2 kB 00:00
- extras [3/3]
- ftp://fedora.mirrors.tds.net/pub/fedora-core-extras/5/i386/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] (113, '\xe6\xb2\xa1\xe6\x9c\x89\xe5\x88\xb0\xe4\xb8\xbb\xe6\x9c\xba\xe7\x9a\x84\xe8\xb7\xaf\xe7\x94\xb1')
- Trying other mirror.
- extras 100% |=========================| 1.1 kB 00:00
- Reading repository metadata in from local files
- http://ftp.ussg.iu.edu/linux/fedora/linux/core/5/i386/os/repodata/primary.xml.gz: [Errno 14] HTTP Error 403: Server: squid/2.5.STABLE5
- Mime-Version: 1.0
- Date: Thu, 05 Oct 2006 10:05:01 GMT
- Content-Type: text/html
- Content-Length: 1263
- Expires: Thu, 05 Oct 2006 10:05:01 GMT
- X-Squid-Error: ERR_ACCESS_DENIED 0
- X-Cache: MISS from ehome.domain.com
- Proxy-Connection: close
- Trying other mirror.
- http://ftp.ale.org/mirrors/fedora/linux/core/5/i386/os/repodata/primary.xml.gz: [Errno 14] HTTP Error 403: Server: squid/2.5.STABLE5
- Mime-Version: 1.0
- Date: Thu, 05 Oct 2006 10:05:01 GMT
- Content-Type: text/html
- Content-Length: 1259
- Expires: Thu, 05 Oct 2006 10:05:01 GMT
- X-Squid-Error: ERR_ACCESS_DENIED 0
- X-Cache: MISS from ehome.domain.com
- Proxy-Connection: close
- Trying other mirror.
复制代码
而用 export http_proxy=http://user:pass@lqb.domain.com:port (lqb为只可下载,不能做其它事情)
则出现以下错误:
- [root@localhost heaven]# yum update Loading "installonlyn" plugin
- Setting up Update Process
- Setting up repositories
- core [1/3]
- Cannot find a valid baseurl for repo: core
- Error: Cannot find a valid baseurl for repo: core
复制代码 |
|