I am trying to get Ubuntu 8.10 upgraded to Ubuntu 10.10, I'm having all sorts of errors:
Code:
No valid mirror found
While scanning your repository information no mirror entry for the
upgrade was found. This can happen if you run a internal mirror or if
the mirror information is out of date.
Do you want to rewrite your 'sources.list' file anyway? If you choose
'Yes' here it will update all 'hardy' to 'lucid' entries.
If you select 'No' the upgrade will cancel.
Continue [yN]
After pressing yes
Code:
A fatal error occurred
Please report this as a bug and include the files
/var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in
your report. The upgrade is now aborted.
Your original sources.list was saved in
/etc/apt/sources.list.distUpgrade.
Traceback (most recent call last):
File "/tmp/tmpgKu8J-/lucid", line 7, in <module>
sys.exit(main())
File "/tmp/tmpgKu8J-/DistUpgradeMain.py", line 159, in main
if app.run():
File "/tmp/tmpgKu8J-/DistUpgradeController.py", line 1649, in run
return self.fullUpgrade()
File "/tmp/tmpgKu8J-/DistUpgradeController.py", line 1567, in
fullUpgrade
if not self.updateSourcesList():
File "/tmp/tmpgKu8J-/DistUpgradeController.py", line 686, in
updateSourcesList
) % (self.fromDist, self.toDist))
File "/tmp/tmpgKu8J-/DistUpgradeViewText.py", line 191, in
askYesNoQuestion
res = sys.stdin.readline()A fatal error occurred
Please report this as a bug and include the files
/var/log/dist-upgrade/main.log and /var/log/dist-upgrade/apt.log in
your report. The upgrade is now aborted.
Your original sources.list was saved in
/etc/apt/sources.list.distUpgrade.
Traceback (most recent call last):
File "/tmp/tmpgKu8J-/lucid", line 7, in <module>
sys.exit(main())
File "/tmp/tmpgKu8J-/DistUpgradeMain.py", line 159, in main
if app.run():
File "/tmp/tmpgKu8J-/DistUpgradeController.py", line 1649, in run
return self.fullUpgrade()
File "/tmp/tmpgKu8J-/DistUpgradeController.py", line 1567, in
fullUpgrade
if not self.updateSourcesList():
File "/tmp/tmpgKu8J-/DistUpgradeController.py", line 686, in
updateSourcesList
) % (self.fromDist, self.toDist))
File "/tmp/tmpgKu8J-/DistUpgradeViewText.py", line 191, in
askYesNoQuestion
res = sys.stdin.readline()
EDIT:
I'm following the Ubuntu instructions at this link:
https://help.ubuntu.com/community/LucidUpgrades
The errors above happened after
do-release-upgrade
command was issued