popasmuerf
MIS
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 ?
# 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
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 ?