I have recently been made a temporary owner of an old 12.10 Ubuntu machine so I can upgrade it to the latest(14.04). So I am trying to upgrade to the 13.04 as per ubuntu website, and from there to 14.04, but I seemed to have run into the apt-get bug:
root@camolls1000774583:/etc/apt# do-release-upgrade
Checking for a new Ubuntu release
Your Ubuntu release is not supported anymore.
For upgrade information, please visit:
http://www.ubuntu.com/releaseendoflife
Traceback (most recent call last):
File "/usr/bin/do-release-upgrade", line 145, in <module>
fetcher.run_options += ["--mode=%s" % options.mode,
AttributeError: type object 'DistUpgradeFetcherCore' has no attribute 'run_options'
I googled around, apparently the fix was pushed in a upgrade and was placed in quantal repo.
But when I tried to run apt-get update and apt-get upgrade all my quantal repos came back as 404 not found or ignored. I am guessing since Quantal is EOL they took away the repo.
So how do I upgrade to Raring without quantal repo?
I have also attached a copy of my sources.list in case that helps. I can't nuke it. I need the user's data intact.
thanks
Edited for additional clarification.
http://askubuntu.com/questions/91815/how-to-install-software-or-upgrade-from-old-unsupported-release
– D.Zou Aug 01 '14 at 14:34