Linked by Thom Holwerda on Mon 5th Sep 2005 13:53 UTC
Ubuntu, Kubuntu, Xubuntu "Colony CD 4 is ready. This is the fourth in a series of milestone CD images that will be released throughout the Breezy development cycle, as images that are known to be reasonably free of showstopper CD-build or installer bugs, while representing very current snapshots of Breezy. You can download it here." Bug reports can be filed here.
Thread beginning with comment 27601
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: How do I upgrade?
by andrewg on Mon 5th Sep 2005 18:02 UTC in reply to "How do I upgrade?"
andrewg
Member since:
2005-07-06

You can change it in synaptic but from the shell you would do the following: -

1. sudo gedit /etc/apt/sources.list (sub gedit for text editor of choice)

2. Look for 'warty' and change all instances to 'breezy'.

But you may want to follow this link for details http://ubuntuguide.org/#upgradehoarytobreezy

Reply Parent Bookmark Score: 1

RE[2]: How do I upgrade?
by andrewg on Mon 5th Sep 2005 18:05 in reply to "RE: How do I upgrade?"
andrewg Member since:
2005-07-06

Oops. Should be a point 3 to actuall uppdate the files

3. from the shell
sudo apt-get update
sudo apt-get dist-upgrade

Reply Parent Bookmark Score: 1

RE[2]: How do I upgrade?
by John Nilsson on Tue 6th Sep 2005 00:02 in reply to "RE: How do I upgrade?"
John Nilsson Member since:
2005-07-06

Hmm, I tried that one. It's more like

s/warty/hoary/

apt-get update
apt-get dist-upgrade
apt-get -f install
apt-get remove --purge $idiotic_stuff
apt-get dist-upgrade
dpkg blah
*fuck*
few hours later. Can't start X, for some readon the whole computer hangs, last enry in log beeing something about RAC, network is fucked up as eth1 is now eth0 and eth0 is eth2 plus djbdns and daemontools won't work...

reinstall warty from CD

well, well better luck in oktober ;-)

Reply Parent Bookmark Score: 0

RE[3]: How do I upgrade?
by WiLLiE on Tue 6th Sep 2005 13:11 in reply to "RE[2]: How do I upgrade?"
WiLLiE Member since:
2005-07-06

Daemontools? yeah right

I did a upgrade from Hoary to Breezy a few days ago. X froze here also.

What I changed was the keyboard driver "keyboard" to "kbd" + I also had to update my USB mouse, specifically "Dev Phys". (cat /proc/bus/input/devices)

After that X started with no problem.

Reply Parent Bookmark Score: 1