LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 02-12-2009, 06:23 AM   #1
Revhead
LQ Newbie
 
Registered: Aug 2005
Posts: 5

Rep: Reputation: 0
What the hell have a done? (Fedora)


After mucking around with a few distros I decided it was time to get serious and get rid of Windows.
In finally settled on Fedora 10 (64 bit edition) which I installed successfully on my Toshiba laptop from the install DVD.
I have been having problems with access to my Windows network coming and going, and finding a driver for my Brother printer.
I think I have a handle on these, that is until this happened.
I was trying to add KDE when my internet connection dropped out.
Now when I try to update or download software I've started getting a message about an internal error having occured.
My question is how do I fix this?
Following is the detail:

Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 407, in _get_available_from_names
pkgs = self.yumbase.pkgSack.searchNames(names=name_list)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 627, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 470, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.6/site-packages/yum/repos.py", line 251, in populateSack
sack.populate(repo, mdtype, callback, cacheonly)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 162, in populate
if self._check_db_version(repo, mydbtype):
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 220, in _check_db_version
return repo._check_db_version(mdtype)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1144, in _check_db_version
repoXML = self.repoXML
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1307, in <lambda>
repoXML = property(fget=lambda self: self._getRepoXML(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1299, in _getRepoXML
self._loadRepoXML(text=self)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1282, in _loadRepoXML
return self._groupLoadRepoXML(text)
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1273, in _groupLoadRepoXML
if self._commonLoadRepoXML(text):
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1114, in _commonLoadRepoXML
if self._latestRepoXML(local):
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 1092, in _latestRepoXML
repomd = self.metalink_data.repomd
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 651, in <lambda>
metalink_data = property(fget=lambda self: self._getMetalink(),
File "/usr/lib/python2.6/site-packages/yum/yumRepo.py", line 647, in _getMetalink
self._metalink = metalink.MetaLinkRepoMD(self.metalink_filename)
File "/usr/lib/python2.6/site-packages/yum/metalink.py", line 184, in __init__
raise MetaLinkRepoErrorParseFail, "File $s does not exist" $filename
MetaLinkRepoErrorParseFail: File //var/cache/yum/fedora/metalink.xml does not exist
 
Old 02-12-2009, 06:45 AM   #2
cloud9repo
Member
 
Registered: Oct 2008
Location: Middle TN
Posts: 134

Rep: Reputation: 19
Probably wasn't user error. RPM revocation can occur, and I've tried to update repositories, and literally downloaded an uninstaller.

If you're concerned, and have sensitive data, then I'd suggest APT on CD.
Which will allow you to burn to media a mirror copy of your installation after you've configured it the way you want, and got it stable.

All it takes is one little redirect or disgruntled employee to achieve a corrupt install.
 
Old 02-14-2009, 12:06 AM   #3
Revhead
LQ Newbie
 
Registered: Aug 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks for the tip.
I realise the error of my ways. Enabled Rawhide when I shouldn't have.
Decided to do a reinstall rather than muck around for hours. Up and running again and close to having everything working properly.
Once I'm there I'll do what you suggested and back up the installation.
Thanks again,
Rev
 
Old 02-14-2009, 01:16 AM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I realise the error of my ways. Enabled Rawhide when I shouldn't have.
rawhide is the NEW version , in this case fedora 11 .
also you do not want to turn on the *-testing.repo's
except for the first/second update the testing repos have some bug fixes in them .
if something is not working run
---
yum -enablerepo=u*g update
---
to see if any of these will fix it .
 
Old 02-17-2009, 02:41 AM   #5
Revhead
LQ Newbie
 
Registered: Aug 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
rawhide is the NEW version , in this case fedora 11 .
also you do not want to turn on the *-testing.repo's
except for the first/second update the testing repos have some bug fixes in them .
if something is not working run
---
yum -enablerepo=u*g update
---
to see if any of these will fix it .
Thanks for that!
Rev
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie network hell - Fedora armchair rambo Linux - Newbie 9 01-21-2007 07:00 PM
What the hell is this?! navarre9 Linux - General 5 04-27-2004 01:12 PM
what the hell?? watashiwaotaku7 General 4 10-10-2003 08:16 AM
Why the hell not... X11 General 8 04-17-2002 11:20 PM
hell with it.... Chijtska Linux From Scratch 5 02-15-2002 08:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 09:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration