LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-14-2010, 04:34 AM   #1
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Rep: Reputation: 33
upgrade januty to lucid


Ok b4 you ask, I am running Maverick on my daily box, and am having a few teathing problems with samba. Like it won't start, and I now have to shut down firestarter. Apart from that it works.

So on my server box, I don't want to be without a firewall.

Ok, here;s the question, how do I do the upgrade from a command line? or come to that the gui. but I want lucid.
 
Old 11-14-2010, 04:47 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
http://ubuntuguide.org/wiki/Ubuntu:Lucid
Lucid is LTS so it is still in support.

but you are advised to use System > Administration > Update Manager and with luck it will show you that a new distro is available.

If you have a lucid CD, just put it in the drive with jaunty running and a dialog asks if you want to update.

By CLI

edit /etc/apt/sources.lst and change where it says "jaunty" to say "lucid".

sudo apt-get dist-upgrade

warning: this last can be a nasty hack these days. Expect to do post-upgrade configuration. As always, make a backup.

Last edited by Simon Bridge; 11-14-2010 at 04:48 AM.
 
1 members found this post helpful.
Old 11-14-2010, 05:14 AM   #3
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by Simon Bridge View Post
http://ubuntuguide.org/wiki/Ubuntu:Lucid
Lucid is LTS so it is still in support.

but you are advised to use System > Administration > Update Manager and with luck it will show you that a new distro is available.
I was thinking it would only show me maveric
Quote:
If you have a lucid CD, just put it in the drive with jaunty running and a dialog asks if you want to update.
what a good idea, I'd forgoten it does that on a disk
Quote:
By CLI

edit /etc/apt/sources.lst and change where it says "jaunty" to say "lucid".

sudo apt-get dist-upgrade

warning: this last can be a nasty hack these days. Expect to do post-upgrade configuration. As always, make a backup.
Cheers thanks for your help.
 
Old 11-14-2010, 05:29 AM   #4
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by johnh10000 View Post
I was thinking it would only show me maveric
You can set it to only tell you about LTS releases.

Quote:
what a good idea, I'd forgoten it does that on a disk


Let us know how it works
 
Old 11-14-2010, 05:41 AM   #5
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by Simon Bridge View Post
You can set it to only tell you about LTS releases.



Let us know how it works
will do. pruning a bit at the mo! no space left so making a bit of space!
 
Old 11-14-2010, 08:07 AM   #6
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Upgrading Jaunty or Karmic to Lucid

sudo apt-get install update-manager-core
sudo do-release-upgrade

or use update manager:
sudo update-manager -d

the dist-upgrade method does not seem to need editing sources.list file. cute.
I didn't know about the first one.
 
Old 11-14-2010, 08:27 AM   #7
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by Simon Bridge View Post
Upgrading Jaunty or Karmic to Lucid

sudo apt-get install update-manager-core
sudo do-release-upgrade

or use update manager:
sudo update-manager -d

the dist-upgrade method does not seem to need editing sources.list file. cute.
I didn't know about the first one.
Well you can tell its a server box. don't use it directly. just discovered the cd drive in it didn;t work!! so have been faffing around with that.

Will try your suggestion. will report back!
 
Old 11-14-2010, 08:41 AM   #8
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
That first one is the preferred method.
Gah! It's a server! Change mode:

sudo do-release-upgrade --mode="server"

(see man page)
 
Old 11-14-2010, 11:37 AM   #9
Kenny_Strawn
Senior Member
 
Registered: Feb 2010
Location: /usa/ca/orange_county/lake_forest
Distribution: ArchBang, Google Android 2.1 + Motoblur (on Motortola Flipside), Google Chrome OS (on Cr-48)
Posts: 1,791
Blog Entries: 62

Rep: Reputation: 56
http://www.linuxquestions.org/questi...anywhere-3231/

Good luck.

The problem with Update Manager is that you *cannot* skip Karmic to upgrade from Jaunty to Lucid, for example. That's why adding the repositories manually is a much better idea.
 
Old 11-14-2010, 11:56 AM   #10
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Quote:
Originally Posted by Kenny_Strawn View Post
http://www.linuxquestions.org/questi...anywhere-3231/

Good luck.

The problem with Update Manager is that you *cannot* skip Karmic to upgrade from Jaunty to Lucid, for example. That's why adding the repositories manually is a much better idea.
Then I will jump stright to Lucid?

Good luck!! I haven't even been drinking today, after I hadded a new HArd disk, I managed to format the wrong partion. Not good. Thank God for backups!
 
Old 11-15-2010, 12:02 PM   #11
johnh10000
Member
 
Registered: Nov 2008
Distribution: Ubuntu Lucid Lynx
Posts: 541

Original Poster
Rep: Reputation: 33
Thanks to you all

Well, I tried the command line, upgrade mentioned above. It worked so far, then it crashed. Restart and all sorts of things were missing.

.....

A nice clean install from the Lucid disk. We got there in the end.
I must say I don't think it was Ubuntu's fault the upgrade broke, it was the state of the server.

Anyways all happy now. Just got to install the apps I forgot now.

Thanks again for your help!
 
  


Reply



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrade from Lucid to Maverick, Eeekss.... linuxlover.chaitanya General 8 10-13-2010 10:03 AM
No sound after upgrade from Karmic Koala to lucid Lynx benz Ubuntu 5 06-20-2010 08:01 AM
Lucid Beta2 and upgrade johnh10000 Linux - Software 2 05-03-2010 05:04 AM
Lucid Beta2 and upgrade johnh10000 Linux - General 2 04-29-2010 04:46 PM
Upgrade to LUCID spoiled my dual-boot maiden2 Ubuntu 4 04-04-2010 04:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:17 PM.

Main Menu
Advertisement
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
Open Source Consulting | Domain Registration