Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fedora Core 9, Issues with YUM 3.2.19

Status
Not open for further replies.
Feb 13, 2005
73
US
Has anyone run into this error message while running
# yum update
-or-
# yum install <package>

this is the tail end of an attempt to run either command:


File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 479, in _getgrab
self._setupGrab()
File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 468, in _setupGrab
self._grab = mgclass(self._grabfunc, self.urls,
File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 579, in <lambda>
urls = property(fget=lambda self: self._geturls(),
File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 576, in _geturls
self._baseurlSetup()
File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 536, in _baseurlSetup
self.mirrorurls = self._replace_and_check_url(mirrorurls)
File "/usr/lib/python2.5/site-packages/yum/yumRepo.py", line 571, in _replace_and_check_url
print 'YumRepo Error: All mirror URLs are not using ftp, http or file.\n Eg. %s' % misc.to_utf8(skipped)
File "/usr/lib/python2.5/codecs.py", line 303, in write
data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0x85 in position 73: ordinal not in range(128)

I have tried to both upgrade and downgrade the yum package...and still no luck. I am starting to think it is not yum itself...but a repo file that is causing the issue.

Any ideas ?
 
try

Code:
yum clean all

QaTQat

If I could have sex each time I reboot my server, I would definitely prefer Windoz over Linux!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top