Thread: Upgrade Issues Feisty to Gutsy (Come on don't laugh;-)
hi all,
been long time since played ubuntu. i've decided it's time upgrade. don't feel going through re-install @ stage. i've been following below url,
https://help.ubuntu.com/community/eolupgrades/feisty
getting lot of below errors after running below command,
sudo ./gutsy --frontend distupgradeviewtext --mode=server
failed fetch http://archive.ubuntu.com/ubuntu/dis...86/packages.gz 404 not found
failed fetch http://archive.ubuntu.com/ubuntu/dis...86/packages.gz 404 not found
failed fetch http://archive.ubuntu.com/ubuntu/dis...rce/sources.gz 404 not found
failed fetch http://archive.ubuntu.com/ubuntu/dis...rce/sources.gz 404 not found
here /etc/hosts , sources.list content.
$ cat /etc/hosts127.0.0.1 localhost marklaptop
127.0.1.1 marklaptop
# following lines desirable ipv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
91.189.88.35 archive.ubuntu.com
$ cat /etc/apt/sources.list
##acquire::http:roxy "http://172.31.222.254:3128"
##deb cdrom:[ubuntu 6.10 _edgy eft_ - release i386 (20061025.1)]/ edgy main restricted
#deb cdrom:[ubuntu 7.04 _feisty fawn_ - release i386 (20070415)]/ gutsy main restricted
deb http://au.archive.ubuntu.com/ubuntu/ gutsy main restricted universe
deb-src http://au.archive.ubuntu.com/ubuntu/ gutsy main restricted
## major bug fix updates produced after final release of the
## distribution.
deb http://au.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted universe
deb-src http://au.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
## uncomment following 2 lines add software 'universe'
## repository.
## n.b. software repository entirely unsupported ubuntu
## team, , may not under free licence. please satisfy to
## rights use software. also, please note software in
## universe not receive review or updates ubuntu security
## team.
deb http://au.archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://au.archive.ubuntu.com/ubuntu/ gutsy universe
## uncomment following 2 lines add software 'backports'
## repository.
## n.b. software repository may not have been tested as
## extensively contained in main release, although includes
## newer versions of applications may provide useful features.
## also, please note software in backports not receive review
## or updates ubuntu security team.
# deb http://ursys.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
# deb-src http://ursys.archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# deb http://security.ubuntu.com/ubuntu dapper-security universe
# deb-src http://security.ubuntu.com/ubuntu dapper-security universe
# ubuntu community supported packages (packages, gpg key: 437d05b5)
deb http://archive.ubuntu.com/ubuntu gutsy universe multiverse
deb http://archive.ubuntu.com/ubuntu gutsy-updates universe multiverse
deb http://security.ubuntu.com/ubuntu gutsy-security universe multiverse
# ubuntu community supported packages (sources, gpg key: 437d05b5)
deb-src http://archive.ubuntu.com/ubuntu gutsy universe multiverse
deb-src http://archive.ubuntu.com/ubuntu gutsy-updates universe multiverse
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe multiverse
deb http://archive.canonical.com/ubuntu gutsy-commercial main
deb http://repository.akirad.net akirad-gutsy main
deb-src http://repository.akirad.net akirad-gutsy main
## eol upgrade sources.list
# required
deb http://old-releases.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ gutsy-updates main restricted universe multiverse
deb http://old-releases.ubuntu.com/ubuntu/ gutsy-security main restricted universe multiverse
# optional
#deb http://old-releases.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
thanks.
mark
the problem sources.list file still contains references repositories used when gutsy "live".
make backup of sources.list file, , replace contents of eol repositories:
it's not case of adding end of existing sources.list, replacing it.code:## eol upgrade sources.list # required deb http://old-releases.ubuntu.com/ubuntu/ feisty main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ feisty-updates main restricted universe multiverse deb http://old-releases.ubuntu.com/ubuntu/ feisty-security main restricted universe multiverse # optional #deb http://old-releases.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
hope helps![]()
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Upgrade Issues Feisty to Gutsy (Come on don't laugh;-)
Ubuntu
Comments
Post a Comment