LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 04-10-2007, 02:25 PM   #1
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 13.1,12.1,12.2; Debian Sqeeze; Centos 5,6
Posts: 249

Rep: Reputation: 32
Updating Etch RC discs to stable


I downloaded a complete set of the final release candidate of Etch a few weeks ago using jigdo. I never burned the iso's to disc. I would like to update those iso's to the stable version of Etch with as little downloading as possible. What is the most efficient way of accomplishing that task?

Thank you
 
Old 04-10-2007, 02:47 PM   #2
cgjones
Member
 
Registered: Nov 2005
Location: Central New York
Distribution: Ubuntu
Posts: 405

Rep: Reputation: 30
I've never used jigdo, but you might want to check out the following link.

Updating Your Image
 
Old 04-10-2007, 03:27 PM   #3
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 13.1,12.1,12.2; Debian Sqeeze; Centos 5,6
Posts: 249

Original Poster
Rep: Reputation: 32
Thank you so much; that's exactly what I wanted
 
Old 04-10-2007, 03:34 PM   #4
cgjones
Member
 
Registered: Nov 2005
Location: Central New York
Distribution: Ubuntu
Posts: 405

Rep: Reputation: 30
No problem, and I even learned a little about jigdo myself.
 
Old 04-11-2007, 05:03 AM   #5
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 59
I used jigdo also
I've downloaded many distributions over time, doing it jigdo style blows the doors off any other method. Usually when I go to download a large file such as an ISO via http, it starts off fast and gradually comes down to a slower speed and levels off, I've spent over 24 hours doing a DVD this way (not the best speed here). BitTorrent can be somewhat slow depending on the traffic and popularity of the distribution, and part of your bandwidth is used for uploading. The biggest problem with these two methods is that you can't switch to another mirror like jigdo if things are going slow.
When I started an Etch DVD using a high traffic mirror, it was pulling an average of 50kbps, after 14 hours I got fed up, did not know that all I had to do was stop it, then start over in the same directory so it can resume using the partial download and select another mirror. I found a couple mirrors that gave me 90kbps speed but kept looking. Then I hit one at 360kbps and it did not slow down. It took 14 hours to do the first half, it took 1.5 hours to do the second half.
Jigdo does not download a 4.3GB DVD ISO, it downloads thousands of the little files individually that make up the DVD, and just like the http method, when you start downloading a file, it hits good speed, but because it is so small it is done in a flash and starts another, real fast again, etc. etc. etc.

And when it's done, you are left with an ISO that passed the checksums.

Last edited by Junior Hacker; 04-11-2007 at 05:09 AM.
 
Old 04-11-2007, 05:24 AM   #6
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 55
Having said that, do you really need ISO images at all?

Since Debian Stable receives only security updates, the packages will not get outdated, but you will still have to get the security releases. I always just use a netinstall, and download the most recent version of any other packages from the net.

--Ian
 
Old 04-11-2007, 05:40 AM   #7
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 59
That's my plan exactly, even if I'm on dial up, the net install CD can be downloaded overnight. I prefer the minimal install for the performance. I was a little choked spending all that time up town downloading three DVD's and coming home to do a minimal install, then download some more once a week. I'm staying with testing, and net install is the way to go, no doubt about it. Spend a couple nights letting it fetch KDE and the few goodies I want and it's done.

Never again!
 
Old 04-11-2007, 05:43 AM   #8
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 59
Mind you, I shouldn't have to do it again anyway, I just changed my apt sources.list to testing.
BTW: Will doing it this way give me the latest kernel?
 
Old 04-11-2007, 03:14 PM   #9
Daws
Member
 
Registered: May 2006
Location: UK
Distribution: Debian, Linux From Scratch
Posts: 416

Rep: Reputation: 30
You may know this already, but a nice way to find faster mirrors is to install apt-spy.

eg. if I were Junior Hacker living in Canada:

Code:
apt-spy update                         # Grabs a list of mirrors

apt-spy -d stable -s CA -o mirror.list # specifys the dist, the country (CAnada in this case)
                                       # and specifies the output file (by default you apt-spy 
                                       # will overwrite your current sources.list, and you may
                                       # not want that)
Once its done (takes a while depending on number of mirrors), take a look at mirrors.list and see the fastest mirror in sources.list form. You could then use this mirror for jigdo or otherwise...
 
Old 04-11-2007, 04:01 PM   #10
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 59
Is that better than netselect?
I've never used either of them, I only had Windows on my laptop at the time when I did those DVD's with jigdo, but it would have been nice to have one of these utilities, save some time.
 
Old 04-11-2007, 04:43 PM   #11
Daws
Member
 
Registered: May 2006
Location: UK
Distribution: Debian, Linux From Scratch
Posts: 416

Rep: Reputation: 30
Quote:
Is that better than netselect?
Don't really know, but I think that netselect is based more on server location, using its ping rather than actual download speed, as per apt-spy.
 
Old 04-11-2007, 05:05 PM   #12
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 59
Well
Seeing how mirror speed changes every day, probably depending on traffic, and it's so easy to change it in the sources.list, I'm going to install apt-spy. Being on dial-up, it'll more than likely make a difference.
 
Old 04-11-2007, 06:44 PM   #13
Daws
Member
 
Registered: May 2006
Location: UK
Distribution: Debian, Linux From Scratch
Posts: 416

Rep: Reputation: 30
Most of the time its not going to make a huge difference, I've stuck with ftp.uk.debian.org since I started. The only reason I found and used apt-spy was due to release of Etch. Unsurprisingly the servers have been taking a hit lately.
 
Old 04-11-2007, 07:26 PM   #14
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 59
Yes, the number of questions regarding Etch installations lately appears to have risen.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stable Etch war1025 Debian 8 02-15-2007 10:33 AM
update Debian testing etch RC1 to etch stable cccc Debian 11 01-08-2007 10:02 PM
stable etch? TurtleFace Debian 7 12-31-2006 11:06 AM
When Etch becomes stable mikieboy Debian 1 05-26-2006 08:38 PM
How stable is testing (Etch)? audiorevolution Debian 5 06-18-2005 02:03 PM


All times are GMT -5. The time now is 12:25 PM.

Main Menu
 
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration