LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-07-2009, 02:50 PM   #1
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Rep: Reputation: 45
Smile too many frequent updates causes some problems with Fedora 9


With Fedora 9 and the gnome desktop and a NVIDIA driver, it seems to update way too often, including too many newer kernel versions. So it will work fine for a while, then a group of updates will cause hanging on boot, (mostly that udev), and then will take much longer to load. And the Firefox browser had some delayed to open issues too. So my main question really is, if I install a newer Fedora version, such as 10 or 11, will it then get a lot less updates, so it can run more stable longer ?
 
Old 07-07-2009, 03:15 PM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
No.

Fedora is designed to be bleeding edge.

However, you don't have to let it automatically update.

Have a look at /etc/yum.conf and /etc/yum/yum-updates.conf.

Since Fedora is bleeding edge though it has a fairly short life-cycle so your F11 install might be defunct within a year.

If you need stability you might want to do CentOS 5 instead. It has a longer life cycle. You'd still need to address the yum configuration as there will be updates for bug fixes, enhancements and security fixes.
 
Old 07-07-2009, 11:18 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
that is fedora , updates often DO break things . and there are A LOT OF THEM .
my last fedora 11 update was 65 packages,then 5 days before 11 packages , then 3 days before that 85 packages , and so on and so on. my FIRST update ( when fedora 11 was less that 1 month old was 300+ packages.

If you do not like this then use something else
If you do not really LIKE FIXING things then Fedora is NOT for you , and use some other distro .
 
Old 07-09-2009, 06:47 PM   #4
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Original Poster
Rep: Reputation: 45
Question

That is what I assumed that Fedora is really a Red Hat software testing place. What if I boot to the previous kernel, which is good, then use the Add Remove Programs package manager to remove the newest kernel and the related NVIDIA kernel module ? Well I did do this, and it showed security updates available right after, so I let it update, but that included that same newer kernel version too. I then canceled that update, rebooted, and now when updates runs, it hangs near the end, so never completes. Since it does boot and work well with the; 2.6.27-24.78.2-53, I should just turn off the automatic updates and leave it as is ?
 
Old 07-09-2009, 07:25 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
did you cancel the update while it was downloading OR while it was installing

if downloading then cleanning out yum and rpm's database will solve the problem

Code:
su -
yum clean all
rpm --rebuilddb
yum update
if "yum clean all" throughs an error then run "rpm -rebuilddb fallowed by 'yum clean all '
 
Old 07-09-2009, 09:03 PM   #6
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Original Poster
Rep: Reputation: 45
Thumbs up

I am fairly sure it was canceled during the install phase, and thanks, I will try that latter when I boot it again. Also do you know how long the kernel updates would be able to match my video card nvidia driver kernel module before display issues ? I do have the non free software repository for NVIDIA drivers set up, and only a basic Geforce 7300 GL card in this older 2006 Gateway computer. I had one recent nvidia driver logo with the words; beta driver, but overall my display works fine now. Thanks for help
 
Old 07-10-2009, 01:22 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for EVERY kernel , X11.and xorg update YOU MUST rebuild inat mvidia.run

AND reinstall mesa GL .The nvidia.run replaces the fedora GL files with only 90% compatable ones

the openGL *.so's and *.h files MUST be replaced
-- the min is these 4
mesa-libGL
mesa-libGL-devel
mesa-libGLU
mesa-libGLU-devel
------i also replace these --------
mesa-libGLw
mesa-libGLw-devel
mesa-dri-drivers
-- with the command
"yum reinstall mesa* "
once they are all installed the first time.

if cancelled the update during install then you might have no other option than to do a full reinstall
 
Old 07-10-2009, 05:54 AM   #8
decrepit
Member
 
Registered: May 2006
Distribution: Ubuntu10.04, < fedora12
Posts: 347

Rep: Reputation: 34
Is it possible to exclude the kernel in auto updates?
Something in yum.conf perhaps?
 
Old 07-10-2009, 03:02 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
why do that ??
just set auto updates to manual

but you can add a line to EVERY repo file
exclude = kernel*
 
Old 07-10-2009, 03:46 PM   #10
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Well support for F9 will (or already has) drop very shortly. So after that there will be no further updates of any kind.
 
Old 07-10-2009, 11:21 PM   #11
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Original Poster
Rep: Reputation: 45
Smile

I see then and thanks to all for the information about this. If I want to then upgrade to Fedora 10 or 11, is a format and fresh install onto the same partition the best way, rather than from FC 9 upgrade attempt ? And is the KDE version of Fedora that newer and different kde 4. ? Will the older KDE 3.5.10 be available for Fedora 10 or 11, or is the standard gnome desktop more stable?

Last edited by james2b; 07-10-2009 at 11:23 PM. Reason: more
 
Old 07-13-2009, 03:45 PM   #12
james2b
Member
 
Registered: Feb 2007
Location: Washington state, USA
Distribution: Ubuntu Mate 18.04, Mint 19.1
Posts: 360

Original Poster
Rep: Reputation: 45
Thumbs up solved

This issue is now fixed with John W post of running; yum clean all and the others in terminal, thanks for the help.
 
Old 07-17-2009, 12:15 PM   #13
xcorat
LQ Newbie
 
Registered: Jul 2009
Posts: 1

Rep: Reputation: 0
confirming the solution, re-ran the nvidia installer and the prob. is fixed.

im new to linux, and to the forum (1st post),
I was wonedring how you could tell what is causing the problem, how do i change the boot options so that i can find the problem???
 
Old 07-20-2009, 02:10 AM   #14
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,356

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Quote:
If I want to then upgrade to Fedora 10 or 11, is a format and fresh install onto the same partition the best way, rather than from FC 9 upgrade attempt ?
Definitely recommend clean install every time.
 
  


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
got a Fedora 9 indication that yum updates were available, but there were no updates landonmkelsey Linux - Software 12 02-08-2009 09:53 AM
New install of Fedora 10 - Problems with Updates stringtheorem Linux - Newbie 8 01-18-2009 10:20 AM
Frequent disconnection of adsl on fedora... Funx_88 Linux - Networking 3 05-07-2005 11:12 AM
Having problems getting updates on my Fedora Core 1 box with up2date Hockeyfan Linux - General 0 06-29-2004 03:27 PM
Fedora Core 2 (1.91) Problems after updates rstr Fedora 3 04-13-2004 06:39 PM

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

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