PDA

View Full Version : Problem when ran yum install wine for Core 2


brotherzhang
7th February 2009, 01:45 AM
I am pretty new to Fedora Core, I got a old version of Core, FC2, and when I tried to install wine with yum, I got the following error message:

[root@localhost etc]# yum install wine
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
retrygrab() failed for:
http://download.fedora.redhat.com/pub/fedora/linux/core/2/i386/os/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file http://download.fedora.redhat.com/pub/fedora/linux/core/2/i386/os/headers/header.info
[Errno 4] IOError: HTTP Error 404: Not Found
[root@localhost etc]#

And my yum.conf is:

root@localhost etc]# cat yum.conf
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/

#[development]
#name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/
[root@localhost etc]#

can someone tell me how to correct such problem? it seemed to me Redhat won't support repository for FC2 anymore ?!
Thanks.

~ Richard

leigh123linux
7th February 2009, 02:17 AM
I am pretty new to Fedora Core, I got a old version of Core, FC2, and when I tried to install wine with yum, I got the following error message:

[root@localhost etc]# yum install wine
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
retrygrab() failed for:
http://download.fedora.redhat.com/pub/fedora/linux/core/2/i386/os/headers/header.info
Executing failover method
failover: out of servers to try
Error getting file http://download.fedora.redhat.com/pub/fedora/linux/core/2/i386/os/headers/header.info
[Errno 4] IOError: HTTP Error 404: Not Found
[root@localhost etc]#

And my yum.conf is:

root@localhost etc]# cat yum.conf
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
retries=20

[base]
name=Fedora Core $releasever - $basearch - Base
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$releasever/$basearch/os/

[updates-released]
name=Fedora Core $releasever - $basearch - Released Updates
baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/$releasever/$basearch/

#[updates-testing]
#name=Fedora Core $releasever - $basearch - Unreleased Updates
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/$releasever/$basearch/

#[development]
#name=Fedora Core $releasever - Development Tree
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/development/$basearch/
[root@localhost etc]#

can someone tell me how to correct such problem? it seemed to me Redhat won't support repository for FC2 anymore ?!
Thanks.

~ Richard

FC2 is unsupported , you could try compiling it from source but the deps will probably be unavailable.
I recommend installing F9 or F10 instead.