Archive

Posts Tagged ‘jigdo’

Ubuntu 8.10 “Intrepid Ibex” Released

October 30th, 2008 3 comments

UPDATED: added Kubuntu, Xubuntu and Ubuntu Studio links!!

Well its official.  Ubuntu 8.10 “Intrepid Ibex” has been officially released.  Everyone get your torrents ready and seed! seed! seed!

In an attempt to try and relieve some of the load I’ve made the .torrents, .jigdo, metalink and MD5SUM files available on my server.  If you’re unable to access the main site(s) you can find the torrents for your preferred flavor below:

Ubuntu
Kubuntu
Xubuntu
Ubuntu Studio
Mythbuntu

The upgrade series of posts that published over the last week have been updated to represent a final release (vs a devel-release), and should all work properly.  If you have any problems with upgrading try using the ubuntu tutorials forums and we’ll see if we can help you out.

Enjoy!

Categories: Upgrade Tags: , , ,

Five Tips to Prepare for Release Day!

October 26th, 2008 2 comments

With only four days to go before Ubuntu 8.10 is released we should start preparing.  Those of us that know we are going to be upgrading, or would like to seed torrents, should do what we can ahead of time to help conserve bandwidth.  Here are some things you can do to be prepared come release day:

  1. Use jigdo to download your image(s) now, and simply do an incremental download on release day.
  2. Make sure your internal mirrors are up-to-date.
  3. Use apt-cacher if you’ll be using network-upgrade to update multiple machines.
  4. Volunteer your internal mirror to your local release party.
  5. Use a local or regional mirror and take the load off the main sites.

Updating Ubuntu Images With Jigdo

April 18th, 2008 5 comments

Well its that time again, the Ubuntu community is just about ready to launch another fantastic release and with that release the worlds interweb tubes are going to get clogged as everyone upgrades.  It’s about this time that I always start thinking about ways to be more efficient with my bandwidth.

Bittorrent, of course, is a great improvement over the traditional direct download method but in some cases there are potentially more efficient methods to use.  I’d like to outline (as I do with every release) how to update your current ubuntu images using Jigdo.

Jigdo, if you’re not familiar, takes a current Ubuntu image and compares its contained packages with the packages within an updated image (ie; alpha vs beta, beta vs RC, RC vs final).  Using this method you’re only downloading the packages that have *changed* between images and not the entire image again.  The morning RC was released I used jigdo against my local ubuntu package mirror and had the new image in about a minute!

Installing Jigdo

Jigdo is available within the Ubuntu repositories.  To install Jigdo you can run the command:

sudo aptitude install jigdo-file

Using Jigdo

Jigdo requires a .jigdo file, which outlines what the latest image *should* have, which is then compared to the previous image file that you already have on the machine.  The previous image can be burned and in the drive or loop-mounted (mount -o loop file.iso /mnt).  So, to begin you’ll need to start Jigdo and give it the path to a .jigdo file:

jigdo-lite http://us.releases.ubuntu.com/hardy/ubuntu-8.04-rc-alternate-i386.jigdo

The .jigdo file can be found on most download sites, look for it just below the .iso or .torrent files.

Jigdo will then download that .jigdo file and read the contents of what package versions should be in the latest release.  It will then ask you for the image you want to compare it to, which you can point it to your loaded disk or mounted .iso.

If not much has changed between the images (its *really* efficient for updating dailies!) it should be finished pretty quickly.  The more changes there are the more packages it’ll have to download.  When it has being able to find, or has downloaded the required updated packages, it’ll create a new .iso image for you.  Tada!  You have an upgraded image and you’ve used much less bandwidth than traditional methods.

note: using Jigdo to compare a 7.10 image vs an 8.04 image is not going to offer any improvements–everything has been changed.  It is best used for incremental updates, like beta to RC, RC to final, etc.

For more information on using Jigdo for updating Ubuntu images see the JigdoDownloadHowTo Wiki page.

Categories: Upgrade Tags: , , , ,