Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-06-2007, 02:26 AM
|
#1
|
LQ Newbie
Registered: Jul 2005
Posts: 21
Rep:
|
Fresh install issues
Okay gents. So I made the big leap from Slackware 10.0 to Fedora 7 today! Took me long enough, right? I am having a few issues with this though and was looking for someone to point me in the right direction.
Issue #1:
Yum is not working. At all. Behold.
Code:
[root@localhost eric]# yum -y update
Loading "installonlyn" plugin
Setting up Update Process
not using ftp, http[s], or file for repos, skipping - �T1ロ0
not using ftp, http[s], or file for repos, skipping - �oY�R�K��))r)mLs.i�%�q*SJI������.��ݷΡ娟�;�X������p);S*┤9│@Ց␉(┘SBS=┘AQ 9␉@4AWQܷ 40␌$ #>^P"QB+G^)R08\5;E└≤┼IR>'C *0┼*Ӓ*CJ⼁O=␌˾ӞR⎻+⎻␋
AHޒ┼≥=1G
│:⎽▒5┌è%├(E␍"$≤!≤▒ ю:└⎻1⎻J;│Q┐⎼=MŲ?;└>J9└-ѿ7─=≥W:N��[C/@G=l���.<`H�+�[^�$�v����Zׂ��*��(5����
Error: Cannot open/read repomd.xml file for repository: fedora
[root@localhost eric]#
Cool, huh? I reference /etc/yum.repos.d/fedora.repo and here is the file.
Code:
[fedora]
name=Fedora $releasever - $basearch
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
[fedora-source]
name=Fedora $releasever - Source
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
If I take the fedora repos out of the folder and simply use the Livna ones I put in it will work. But without the fedora repos I run into dependency heck.
Issue #2:
(It may be solved if I get issue #1 working and update)
When using the desktop-effects (Compiz, right?) if I maximize the window the top bar blanks out. It is still there and I can interact with it but the buttons and title/color are all gone. I am on a thinkpad R40 with a radeon M6.
Thank you all in advance!
Eric
|
|
|
08-06-2007, 04:13 AM
|
#2
|
Moderator
Registered: May 2001
Posts: 29,415
|
Maybe it's a temporary failure? DNS resolution error? What happens if you use baseurl instead of mirrorlist? Or use the IP address of one of the repo servers for "download.fedora.redhat.com"?
|
|
|
08-06-2007, 06:01 AM
|
#3
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
Go the Fedora homepage and pick a different mirror for your baseurl; mine looks like this:
Code:
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
baseurl=ftp://ftp.surfnet.nl/vol/1/fedora/linux/releases/7/Everything/x86_64/os
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
|
|
08-06-2007, 08:43 AM
|
#4
|
LQ Newbie
Registered: Jul 2005
Posts: 21
Original Poster
Rep:
|
Alright, so I tried another mirror and no dice. the .xml is still giving me the same error.. I then changed the fedora "Enabled" value to 0 and tried again. It began trying the livona (sp) repos and recieve the exact same XML error as before, then it tries another mirror etc. If I had the disk I could just try a re-install.
|
|
|
08-06-2007, 09:07 AM
|
#5
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
Hmm, I suggest that you see whether this does anything at all:
yum --disablerepo livna check-updates
You may also need to download a fresh yum.rpm for Fedora7 (the current one may have been corrupted - livna can do some vicious things from time to time).
If it works, please post back before actually doing the updates.
|
|
|
08-06-2007, 10:17 AM
|
#6
|
LQ Newbie
Registered: Jul 2005
Posts: 21
Original Poster
Rep:
|
Tried disabling livna and then removing it form the directory to no avail.
Forced a reinstall of yum and did a clean all but still coming up with that exact same error. Perhaps it's the satellite internet connection I'm on. (Lots of caching, TCP to UDP conversion etc.) Dunno. I do not beleive I ahve successfully used YUM yet except possibly to download the livna information.
|
|
|
08-06-2007, 10:37 AM
|
#7
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
You wouldn't normally use yum to install the livna repo file. Can you install/remove anything at all if you use Applications > Add/Remove?
|
|
|
08-06-2007, 10:52 AM
|
#8
|
LQ Newbie
Registered: Jul 2005
Posts: 21
Original Poster
Rep:
|
No, I can not. The applications dies without giving me any useful information. I assume it is related to these issues.
|
|
|
08-06-2007, 11:29 AM
|
#9
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
Alright, if pirut is creating issues as well, there must be something seriously wrong with your RPM database (unless you haven't got any (reliable) internet connectivity but I understand that this isn't the problem). Have a look at 4.5.2, which has solved many RPM related issues:
http://docs.fedoraproject.org/drafts...n/ch04s05.html
|
|
|
08-06-2007, 12:07 PM
|
#10
|
LQ Newbie
Registered: Jul 2005
Posts: 21
Original Poster
Rep:
|
Jay, rebuilding the database didn't work either. I assume it's an issue with the way the NOC deals with my traffic. I'll hold out with this until I get off this deployment! Thanks for all of the pointers - I learned a good bit from this.
Last edited by jimtherabbit; 08-06-2007 at 12:10 PM.
|
|
|
08-06-2007, 12:52 PM
|
#11
|
LQ Guru
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019
Rep:
|
You wouldn't be using anything proxy-like? That would require a few extra lines in yum.conf. But if you aren't then I'm pretty much out of ideas for now.
Last edited by jay73; 08-06-2007 at 12:55 PM.
|
|
|
08-07-2007, 04:33 AM
|
#12
|
LQ Newbie
Registered: Jul 2005
Posts: 21
Original Poster
Rep:
|
The connection involves a PEP (Packet? Performance? Enhancing Proxy). What lines should I try putting into my yum.conf?
|
|
|
All times are GMT -5. The time now is 08:01 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|