Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
Thread Tools Display Modes
Old April 22nd, 2009   #1
mykel--
First Cup of Ubuntu
 
Join Date: Mar 2008
Beans: 3
Ubuntu 7.10 Gutsy Gibbon
gutsy repositories 404 ?

Hi guys,

im trying to install a few packages and it looks like the repositories have been taken offline.

please dont tell me this is because "7.10 is not a LTS release so we dont offer repositories anymore".

i have hardware issues with 8.04 AND 8.10, will try out 9.04 when it comes out, but until then, please tell me the repos have moved or something...

Code:
Failed to fetch http://security.ubuntu.com/ubuntu/dists/gutsy-security/main/binary-i386/Packages.gz  404 Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/dists/gutsy-security/restricted/binary-i386/Packages.gz  404 Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/dists/gutsy-security/universe/binary-i386/Packages.gz  404 Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/dists/gutsy-security/multiverse/binary-i386/Packages.gz  404 Not Found
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy/main/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy/restricted/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy/universe/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy/multiverse/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy-updates/main/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy-updates/restricted/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy-updates/universe/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy-updates/multiverse/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy-backports/main/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy-backports/restricted/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy-backports/universe/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/gutsy-backports/multiverse/binary-i386/Packages.gz  404 Not Found [IP: 91.189.88.45 80]
mykel-- is offline   Reply With Quote
Old April 22nd, 2009   #2
hansdown
May the Ubuntu Be With You!
 
hansdown's Avatar
 
Join Date: Jun 2008
Location: Vancouver Canada
Beans: 1,557
Ubuntu 9.04 Jaunty Jackalope
Re: gutsy repositories 404 ?

Hi mykel--

Sorry to say, but 7.10 has reached it's end of life. The repositories are no longer available.
__________________
I learn something ubuntu everyday.
acer aspire m1640 intel pentium 2xcore e2160
2gb ram 250gb hdd
running 9.04 straight up.
hansdown is offline   Reply With Quote
Old April 23rd, 2009   #3
mykel--
First Cup of Ubuntu
 
Join Date: Mar 2008
Beans: 3
Ubuntu 7.10 Gutsy Gibbon
Re: gutsy repositories 404 ?

im raging. i cant believe nobody wants to keep less-than-2-year-old repos going. sigh. im hoping 9.04 will work with my sata controllers.
mykel-- is offline   Reply With Quote
Old April 23rd, 2009   #4
amac777
Way Too Much Ubuntu
 
Join Date: Aug 2006
Location: Canada
Beans: 295
Ubuntu 9.04 Jaunty Jackalope
Re: gutsy repositories 404 ?

You should be able to use http://old-releases.ubuntu.com/ if you really need to keep running gutsy
amac777 is offline   Reply With Quote
Old April 23rd, 2009   #5
MaxVK
Way Too Much Ubuntu
 
MaxVK's Avatar
 
Join Date: Dec 2007
Beans: 321
Ubuntu 9.04 Jaunty Jackalope
Re: gutsy repositories 404 ?

I'm having this problem too (waiting for a disk to arrive before I update!)

amac777: Thanks for that link, but what do I do with it?

Cheers
Max
MaxVK is offline   Reply With Quote
Old April 23rd, 2009   #6
Kokopelli
A Carafe of Ubuntu
 
Join Date: May 2006
Beans: 91
Kubuntu 9.10 Karmic Koala
Re: gutsy repositories 404 ?

Quote:
Originally Posted by MaxVK View Post
I'm having this problem too (waiting for a disk to arrive before I update!)

amac777: Thanks for that link, but what do I do with it?

Cheers
Max
Update your /etc/apt/sources.list to use the new URL.

"security.ubuntu.com" becomes "old-releases.ubuntu.com"
in my case (since I am in the U.S.)
"us.archive.ubuntu.com" becomes "old-releases.ubuntu.com"
etc...

in my case
Code:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.old
sudo sed -ie 's|//security|//old-releases|' /etc/apt/sources.list
sudo sed -ie 's|//us.archive|//old-releases|' /etc/apt/sources.list
sudo apt-get update
was sufficient. If you use third party (or different) repositories you might need to adjust the commands or the file itself.
Kokopelli is offline   Reply With Quote
Old April 23rd, 2009   #7
Windsurfer619
A Carafe of Ubuntu
 
Windsurfer619's Avatar
 
Join Date: Dec 2007
Beans: 89
Ubuntu Jaunty Jackalope (testing)
Re: gutsy repositories 404 ?

Keep in mind that if you do a distribution upgrade to 8.04, that will be supported for quite a while, and you'll be able to upgrade straight to 9.10 when it comes out.
__________________
Windsurfer619 is offline   Reply With Quote
Old April 24th, 2009   #8
MaxVK
Way Too Much Ubuntu
 
MaxVK's Avatar
 
Join Date: Dec 2007
Beans: 321
Ubuntu 9.04 Jaunty Jackalope
Re: gutsy repositories 404 ?

Thanks Kokopelli, thats done the trick.

Windsurfer619: I have 9.10 on order and I'm waiting for the disk. Once that comes Ill do a clean install and go from there, but in the last few weeks that I'm on 7.10 Ill be checking out various bits of software still, so I need these repository links for dependencies etc.

Anyway, thanks all.

regards

Max
MaxVK is offline   Reply With Quote
Old April 24th, 2009   #9
adit
Just Give Me the Beans!
 
Join Date: Jan 2009
Beans: 53
Re: gutsy repositories 404 ?

http://old-releases.ubuntu.com has only iso images of old releases, no repositories. Does anyone know where the repositories are?
adit is offline   Reply With Quote
Old April 24th, 2009   #10
adit
Just Give Me the Beans!
 
Join Date: Jan 2009
Beans: 53
Sorry, I didn't go through the site completely. The repositories are in
http://old-releases.ubuntu.com/ubuntu/dists/gutsy
adit is offline   Reply With Quote

Bookmarks

Tags
404, gutsy, missing, repository, ubuntu

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:09 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry