naraku9333 Posted April 25, 2006 Report Share Posted April 25, 2006 If you really want to use the gaim beta I would suggest upgrading to "dapper drake" as the package is built for it.CAUTION THE FOLLOWING INSTRUCTIONS COULD POSSIBLY RENDER THE OPERATING SYSTEM USELESS:That being said, iv' tried this method on a laptop running 5.04 to 5.10 and a virtual machine going from 5.10 to 6.06.Step 1: Back up your sources.list.sudo cp /etc/apt/sources.list /etc/apt/sources.list.oldStep 2: Edit it and change every instance of breezy to dapper so..from#deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted## Uncomment the following two lines to fetch updated software from the networkdeb http://us.archive.ubuntu.com/ubuntu breezy main restricteddeb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted## Uncomment the following two lines to fetch major bug fix updates produced## after the final release of the distribution.deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricteddeb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted## Uncomment the following two lines to add software from the 'universe'## repository.## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## universe WILL NOT receive any review or updates from the Ubuntu security## team.deb http://us.archive.ubuntu.com/ubuntu breezy universedeb-src http://us.archive.ubuntu.com/ubuntu breezy universe## Uncomment the following two lines to add software from the 'backports'## repository.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.deb http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiversedeb-src http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiversedeb http://security.ubuntu.com/ubuntu breezy-security main restricteddeb-src http://security.ubuntu.com/ubuntu breezy-security main restricteddeb http://security.ubuntu.com/ubuntu breezy-security universedeb-src http://security.ubuntu.com/ubuntu breezy-security universe#plfdeb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-freeto#deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted## Uncomment the following two lines to fetch updated software from the networkdeb http://us.archive.ubuntu.com/ubuntu dapper main restricteddeb-src http://us.archive.ubuntu.com/ubuntu dapper main restricted## Uncomment the following two lines to fetch major bug fix updates produced## after the final release of the distribution.deb http://us.archive.ubuntu.com/ubuntu dapper-updates main restricteddeb-src http://us.archive.ubuntu.com/ubuntu dapper-updates main restricted## Uncomment the following two lines to add software from the 'universe'## repository.## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## universe WILL NOT receive any review or updates from the Ubuntu security## team.deb http://us.archive.ubuntu.com/ubuntu dapper universedeb-src http://us.archive.ubuntu.com/ubuntu dapper universe## Uncomment the following two lines to add software from the 'backports'## repository.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.deb http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiversedeb-src http://us.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiversedeb http://security.ubuntu.com/ubuntu dapper-security main restricteddeb-src http://security.ubuntu.com/ubuntu dapper-security main restricteddeb http://security.ubuntu.com/ubuntu dapper-security universedeb-src http://security.ubuntu.com/ubuntu dapper-security universe#plf##deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf free non-freeStep 3: Update all packages.sudo apt-get updatesudo apt-get -y upgrade (this step may or may not be nessecary but this is what I used.)sudo apt-get -y dist-upgradeThis could take quite some time to complete depending on your hardware.If everthing went well you should be able to reboot into "dapper drake", I will say again this is not a well tested method, use at your own risk. Quote Link to post Share on other sites
jcl Posted April 25, 2006 Report Share Posted April 25, 2006 You can do the 5.10->6.06 upgrade through update-manager. Run it with the -d switch once to pull in the beta versions of apt and update-manager and again to upgrade to 6.06. Quote Link to post Share on other sites
shanenin Posted April 25, 2006 Report Share Posted April 25, 2006 (edited) as to naraku9333's directions to upgrade. you can use the following command to do step two. This will automatically replace all instances of "breezy" with "dapper" , and create your new updated sources.list file sudo sed s/breezy/dapper/g /etc/apt/sources.list.old > /etc/apt/sources.list Edited April 25, 2006 by shanenin Quote Link to post Share on other sites
Dragon Posted April 25, 2006 Report Share Posted April 25, 2006 I popped in vmware player on this machine and installed ubuntu 5.10 to test the upgrade process Naruku mentioned. I must be one of the numerous people at the Ubuntu forums that end up with a dead OS on attempting this. totally borked the system to the point where I would have to reinstall from scratch. Quote Link to post Share on other sites
Mychal007 Posted April 25, 2006 Report Share Posted April 25, 2006 (edited) Yeah.. I'll definately wait. I ain't got nothin' to loose. Edited April 25, 2006 by Mychal007 Quote Link to post Share on other sites
shanenin Posted April 25, 2006 Report Share Posted April 25, 2006 Since you already installed gaim2 correctly, if you decide you want to use it, just enter this command into the terminal/opt/bin/gaimnow you are running gaim2by the way, I like your signature. My attitude sucks quite often. It is nice to read something positiveToday Was A Good Day Quote Link to post Share on other sites
hitest Posted April 25, 2006 Report Share Posted April 25, 2006 I popped in vmware player on this machine and installed ubuntu 5.10 to test the upgrade process Naruku mentioned. I must be one of the numerous people at the Ubuntu forums that end up with a dead OS on attempting this. totally borked the system to the point where I would have to reinstall from scratch.I've read the same thing about Debian proper that is doing an apt-get dist-upgrade to go from sarge to Sid results in breakage issues.So when Ubuntu 6.0.6 is released in June I'll do a clean install on my Ubuntu box at work. I'm also going to back up my files and do clean installs on my Debian boxes when I upgrade to Sid in December.Dapper Drake looks to be a good distro. Quote Link to post Share on other sites
jcl Posted April 25, 2006 Report Share Posted April 25, 2006 The update-manager procedure worked fine for me a couple days ago. The only problems I encountered were a half-dozen unimportant packages that couldn't be updated and a broken ramdisk. Quote Link to post Share on other sites
shanenin Posted April 26, 2006 Report Share Posted April 26, 2006 (edited) You can do the 5.10->6.06 upgrade through update-manager. Run it with the -d switch once to pull in the beta versions of apt and update-manager and again to upgrade to 6.06.I just tried to run update manager show a shell and it failed. It tried to open a window. Is their a non-gui way of doing this?edit adeed later//I am going to try and update the way naruku*** said. I will let you know if it breaks. by the way I am going to try updating from hoaryedit added later//I got some errors when running 'apt-get -y upgrade' . I then copyied the sources.list file naruku*** used in his example, then ran apt-get update. Now apt-get -y upgrade is working. Edited April 26, 2006 by shanenin Quote Link to post Share on other sites
Dragon Posted April 26, 2006 Report Share Posted April 26, 2006 shanenin,Let me know if that upgrades the kernel also please. if it does then I need to make sure I ftp my kernel src to my server to make sure I get everything working correctly again. I might just go ahead and give it a run on the actual machine. It could just be my vmware that did it to me. Quote Link to post Share on other sites
shanenin Posted April 26, 2006 Report Share Posted April 26, 2006 I seem to have broke it. I think my system was already a little borked, plus I upgraded from 5.04. I was kind of hoping to have screwed it up. I messed with my sound up beyong repair a while back. Now I have a reason to reinstall Quote Link to post Share on other sites
Dragon Posted April 26, 2006 Report Share Posted April 26, 2006 based on that I will wait until the June release date and then burn a copy of the ISO, I spent the last two weeks setting this thing back up the way i want it after putting it on a new hard drive. Quote Link to post Share on other sites
shanenin Posted April 26, 2006 Report Share Posted April 26, 2006 I think the problem may have been my fault. I updated it from my gentoo system in a chroot environment. The updater must have did a uname, because I got an error during 'apt-get -y upgrade' saying the module directory /lib/modules/2.6.13-gentoo-r3 could not be found. When I rebooted into ubuntu my network and other things failed. I think this was because something did to get updated which affected me being able to load my modules. This is all just a hunch based on a little observation Quote Link to post Share on other sites
naraku9333 Posted April 26, 2006 Author Report Share Posted April 26, 2006 shanenin,Let me know if that upgrades the kernel also please. if it does then I need to make sure I ftp my kernel src to my server to make sure I get everything working correctly again. I might just go ahead and give it a run on the actual machine. It could just be my vmware that did it to me.What you really want to save is the kernel config, I have yet to have a problem giong to different kernel versions with the same config. And yes it does upgrade to 2.6.15-21-386. Quote Link to post Share on other sites
naraku9333 Posted April 26, 2006 Author Report Share Posted April 26, 2006 I think the problem may have been my fault. I updated it from my gentoo system in a chroot environment. The updater must have did a uname, because I got an error during 'apt-get -y upgrade' saying the module directory /lib/modules/2.6.13-gentoo-r3 could not be found. When I rebooted into ubuntu my network and other things failed. I think this was because something did to get updated which affected me being able to load my modules. This is all just a hunch based on a little observationIf you can get your network up you should be able to continue the apt-get dist-upgrade. As a thought what kernel did ubuntu boot when you rebooted? May have booted the new kernel prematurely. Quote Link to post Share on other sites
Dragon Posted April 26, 2006 Report Share Posted April 26, 2006 thanks naruku, I may just go ahead and do it, I have backed up my important files already. still need ftp my kernel to my server so it's easily accessible.Edit: as an after thought, in my case would it actually downgrade to that kernel since I'm running 2.6.16.10? Quote Link to post Share on other sites
naraku9333 Posted April 26, 2006 Author Report Share Posted April 26, 2006 For kicks. Quote Link to post Share on other sites
Dragon Posted April 26, 2006 Report Share Posted April 26, 2006 since we hijacked that thread unintentionally I split all relevent part dealing with upgrading to dapper drake to a seperate topic. Quote Link to post Share on other sites
naraku9333 Posted April 26, 2006 Author Report Share Posted April 26, 2006 thanks naruku, I may just go ahead and do it, I have backed up my important files already. still need ftp my kernel to my server so it's easily accessible.Edit: as an after thought, in my case would it actually downgrade to that kernel since I'm running 2.6.16.10?It will most likel install the 2.6.15 kernel and change menu.lst to boot that kernel, all that should be necessary is editing menu.lst. Quote Link to post Share on other sites
Dragon Posted April 26, 2006 Report Share Posted April 26, 2006 thanks naruku, I may just go ahead and do it, I have backed up my important files already. still need ftp my kernel to my server so it's easily accessible.Edit: as an after thought, in my case would it actually downgrade to that kernel since I'm running 2.6.16.10?It will most likel install the 2.6.15 kernel and change menu.lst to boot that kernel, all that should be necessary is editing menu.lst.cool thanks Quote Link to post Share on other sites
shanenin Posted April 26, 2006 Report Share Posted April 26, 2006 I was booting my old 2.6.10 kernel. After changeing my menu.lst to use the newer 2.6.15-21-386 kernel, everything seems to be working well. I did notice one error during the bootup scripts; it went by to fast to see what it was. I also got a few errors during the upgrade process. I get the feeling a lot may be brokenI decided to install gaim. I am still getting the older version, but I do have the dapper beta wallpaper installedroot@ubuntu:/home/shane # apt-get install gaimReading package lists... DoneBuilding dependency tree... DoneSuggested packages: libzephyr3The following NEW packages will be installed: gaim0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.Need to get 836kB of archives.After unpacking 2200kB of additional disk space will be used.Get:1 http://us.archive.ubuntu.com dapper/main gaim 1:1.5.0+1.5.1cvs20051015-1ubuntu7 [836kB]Fetched 836kB in 3s (275kB/s)Selecting previously deselected package gaim.(Reading database ... 74102 files and directories currently installed.)Unpacking gaim (from .../gaim_1%3a1.5.0+1.5.1cvs20051015-1ubuntu7_i386.deb) ...Setting up gaim (1.5.0+1.5.1cvs20051015-1ubuntu7) ...I know next to nothing about using ubuntu, so I am kind of lost. Quote Link to post Share on other sites
naraku9333 Posted April 26, 2006 Author Report Share Posted April 26, 2006 I installed gaim2 beta using this package (direct link). It contains 4 .deb's install gaim-data*.deb and gaim2*.deb. I dont believe I needed any other dep's. Quote Link to post Share on other sites
iccaros Posted April 26, 2006 Report Share Posted April 26, 2006 (edited) sorry can't help it.. but it was easy on gentoo..echo "net-im/gaim ~x86" >> /etc/portage/package.keywordsecho "net-im/gaim gnutls" >> /etc/portage/package.useemerge -aDuv gaim Edited April 26, 2006 by iccaros Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.