Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 36165

Fedora Core 2 Yum Upgrade

$
0
0
Hi guys,

I'm a bit of a rookie to all this Linux stuff, and I've managed to get YUM installed using an RPM. I am also trying to upgrade the server itself to a higher Fedora Core version, but this is stopping me in my tracks. To be it looks like there is a Python problem, but i have no idea where to go from here. However i receive this error when running the command yum upgrade.

Code:

Processing Conflict: udev conflicts initscripts< 7.84
Traceback (most recent call last):
  File "/usr/bin/yum", line 8, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 104, in main
    (result, resultmsgs) = base.buildTransaction()
  File "/usr/lib/python2.3/site-packages/yum/__init__.py", line 174, in buildTransaction
    (rescode, restring) = self.resolveDeps()
  File "/usr/lib/python2.3/site-packages/yum/depsolve.py", line 190, in resolveDeps
    (checkdep, missing, conflict, errormsgs) = self._processConflict(dep)
  File "/usr/lib/python2.3/site-packages/yum/depsolve.py", line 494, in _processConflict
    (confname, confarch, confepoch, confver, confrel) = conftuple[0] # take the first one, probably the only one
IndexError: list index out of range

Thanks in advance.

Cornfordb69

Viewing all articles
Browse latest Browse all 36165

Trending Articles