LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 12-07-2005, 11:18 AM   #1
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Rep: Reputation: 30
Fedora 3 to 4


I want to try Fedora Core 4, Im currently using Fedora Core 3... what would be recomended? should i just upgrade? or should i do a fresh install? i do have important files in my current linux....
 
Old 12-07-2005, 12:05 PM   #2
brianthegreat
Member
 
Registered: Oct 2005
Posts: 518

Rep: Reputation: 32
Backup your important files and fresh install. I personally do not care what OS your using. Upgrading an OS is not a good opinion in my idea. Seems to cause problems regarding the OS. Plus, a new install is clean and lean.
 
Old 12-07-2005, 12:44 PM   #3
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
thnx for the info...
 
Old 12-07-2005, 03:58 PM   #4
WhatsHisName
Senior Member
 
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHEL, AltimaLinux, Rocky
Posts: 1,151

Rep: Reputation: 46
I second brianthegreat’s comments.

It’s probably OK to upgrade an X-less server, but something (or lots of somethings) is usually broken after upgrading FC running X. I tried to upgrade several desktop systems from FC3 to FC4 and never got one I was happy with. Besides, it’s often quicker to do a fresh install than it is to upgrade.
 
Old 12-07-2005, 08:45 PM   #5
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
thnx i'l keep that in mind, im just a little iffy that i have o do all my configs again on FC 4
 
Old 12-07-2005, 11:20 PM   #6
brianthegreat
Member
 
Registered: Oct 2005
Posts: 518

Rep: Reputation: 32
Redoing your configs does suck but you would have to bite the bullet sooner or later.
 
Old 12-08-2005, 03:32 AM   #7
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
I find the best way to upgrade without optical media and havig to backup lots of config files (if its a server you really should have a backup) is using yum. All you need to do is get the new redhat-release or fedora-release rpm of the new distro version, install it, drop to runlevel 3 and then run "yum upgrade". CentOS uses this metho by default to upgrade from one version to another.
 
Old 12-08-2005, 10:59 AM   #8
WhatsHisName
Senior Member
 
Registered: Oct 2003
Location: /earth/usa/nj (UTC-5)
Distribution: RHEL, AltimaLinux, Rocky
Posts: 1,151

Rep: Reputation: 46
The runlevel 3 idea is a good one that I didn’t try when using yum to upgrade FC3 to FC4.

After installing fedora-release-4, I do recall not being able to get “yum upgrade” to upgrade anything until I installed a kernel from FC4 using yum and booted with it. Then I used “yum remove ...” to remove the old kernel packages. There was a FC3 kernel-utilities (or something like that) package that was getting in the way of the upgrade.

It’s also a good idea to run “yum upgrade yum” before doing the full upgrade.
 
Old 12-08-2005, 12:39 PM   #9
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by WhatsHisName
It’s also a good idea to run “yum upgrade yum” before doing the full upgrade.
Yeah, you are absolutely right. The good thing about updating yum is that it should upgrade rpm to the newest version as well before upgrading everything else.
 
Old 12-09-2005, 02:03 AM   #10
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by reddazz
I find the best way to upgrade without optical media and havig to backup lots of config files (if its a server you really should have a backup) is using yum. All you need to do is get the new redhat-release or fedora-release rpm of the new distro version, install it, drop to runlevel 3 and then run "yum upgrade". CentOS uses this metho by default to upgrade from one version to another.
hmm.. are you saying i'l get the fedora-release rpm instead of downloading iso images?

oh and what whas that command again to drop to runlevel 3? is it init:3?
 
Old 12-09-2005, 02:04 AM   #11
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by WhatsHisName
The runlevel 3 idea is a good one that I didn’t try when using yum to upgrade FC3 to FC4.

After installing fedora-release-4, I do recall not being able to get “yum upgrade” to upgrade anything until I installed a kernel from FC4 using yum and booted with it. Then I used “yum remove ...” to remove the old kernel packages. There was a FC3 kernel-utilities (or something like that) package that was getting in the way of the upgrade.

It’s also a good idea to run “yum upgrade yum” before doing the full upgrade.
can i upgrade to FC4 using yum? whats the command? is it advisable?
 
Old 12-09-2005, 02:24 AM   #12
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by jt1020
can i upgrade to FC4 using yum? whats the command? is it advisable?
Install the fedora-release rpm for fc4, drop to runlevel 3 (init 3) and do
Code:
#yum clean all
#yum yum
#yum upgrade
 
Old 12-09-2005, 04:44 AM   #13
jt1020
Member
 
Registered: Apr 2003
Location: root@localhost
Distribution: Fedora Core 5, Ubuntu, Debian
Posts: 537

Original Poster
Rep: Reputation: 30
#yum clean all
#yum yum
#yum upgrade

what does this do if you dont mind me askin?

oh and i've read in one of the post above that i should upgrade yum first before upgrading anything else... would it be ok if i do the yum upgrade first before installing fedora4-release RPM?
 
Old 12-30-2005, 01:38 PM   #14
mijohnst
Member
 
Registered: Nov 2003
Location: Huntsville, AL
Distribution: RHEL, Solaris, OSX, SuSE
Posts: 419

Rep: Reputation: 31
Based on this post I'm going to upgrade my FC2 to FC3 with a fresh install. I already have a good backup of all my configuration files. If I upgrade, is there a way to import user accounts from my old install to my new one so that my users don't have to setup their profiles again. I don't mind making them change their passwords, but just want their settings to be the same as before the upgrade too place. Any recommendations?
 
Old 12-30-2005, 03:18 PM   #15
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Quote:
Originally Posted by jt1020
#yum clean all
#yum yum
#yum upgrade

what does this do if you dont mind me askin?

oh and i've read in one of the post above that i should upgrade yum first before upgrading anything else... would it be ok if i do the yum upgrade first before installing fedora4-release RPM?
The first command cleans the yum cache which contains info about package headers etc. The second command upgrades yum and the third command upgrades everything installed on your computer thats available in the FC repos.
 
  


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
Fedora core fedora device /dev/dsp can't be opened J3N7iL Linux - Hardware 3 06-30-2005 03:10 PM
Will the Fedora Foundation be paying for the Linux Distribution, Fedora forum at LQ? t3gah Fedora 1 06-06-2005 06:44 AM
http://download.fedora.us/fedora/fedora/3/i386/RPMS.os broken! caps_phisto Fedora 3 02-05-2005 04:16 PM
Cannot select Fedora 2 on Fedora 2 and Windows XP Dual Boot RThomson Fedora - Installation 6 11-05-2004 08:49 PM
Fedora on gateway solo 9550 se and can fedora mt a firewire hardisk ljrose Linux - Newbie 1 08-18-2004 06:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 05:40 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