LinuxQuestions.org
Review your favorite Linux distribution.
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 11-15-2004, 03:28 PM   #1
GAVollink
Member
 
Registered: Apr 2002
Location: Bronx, NY
Distribution: Ubuntu
Posts: 371

Rep: Reputation: 34
Fedora Core 3 - Slow Program Startup


Sorry - this is a long one, but I'm hoping that someone with more experience than I might have an idea about what's going on here...

I've just about completed settling into my new Fedora Core 3 install. This is a fresh install of FC3 (not an upgrade).

Everything works, but the initial startup of Gnome, as well as the startup of any subsequent programs is very slow. ... Once started, everything runs as expected (speed - wise). Read on for gory details...

I installed Fedora Core 3 - Everything. I have added the nVidia driver (although this problem pre-dates the addition of the nVidia driver). I have the standard kernel ( uname -r returns '2.6.9-1.667' ). 2.0 GHz processor, 512MB RAM and I have disabled SELinux extensions using the "Security Level" tool ( system-config-securitylevel ). I have also disabled IPv6 by adding options to modprobe.conf (( alias net-pf-10 off ) & ( alias ipv6 off ))

And for the record, this: '' kill -USR1 $(pidof cpuspeed) '' does not change the startup times...

From GDM graphical login (after the login screen disappears):
- 1:49 before the RedHat/Gnome Startup splashscreen appears
- 2:40 before the splashscreen disappears
- 2:45 Gaim login appears
- 3:05 'Gnome Foot', Applications, Actions first appear
- 4:20 Theme background and desktop icons appear (system is usable)

Then, I can start Applications>Games>TuxRacer
The screen goes black immediately, but the music and menu don't appear for 45 seconds.
Once the menu is up, I can run through the courses very smoothly, and everything seems to run fine.

In summary, the first time I start each program, after a login, the program starts slowly - subsequent runs of the same program, and the actual running of the program is normal. I did not have the same problems with FC2 or RedHat 9 (both on the same box).
 
Old 11-15-2004, 05:24 PM   #2
marghorp
Senior Member
 
Registered: Jan 2004
Location: Slovenia
Distribution: Slackware 10.1, SLAX to the MAX :)
Posts: 1,040

Rep: Reputation: 45
Try running the services readahead and readaheadearly. They are supposed to make things load quicker. Maybe that will help. You have some snail speed loading times.
 
Old 11-15-2004, 06:43 PM   #3
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
Did you run 'top' and see what is consuming all your CPU?
 
Old 11-15-2004, 06:48 PM   #4
GAVollink
Member
 
Registered: Apr 2002
Location: Bronx, NY
Distribution: Ubuntu
Posts: 371

Original Poster
Rep: Reputation: 34
Hopeful, but no...

Both readahead and readahead_early are running (by default). Thanks for the idea though. I really had hoped that disabling the SElinux would help. Quite annoying.
 
Old 11-15-2004, 06:49 PM   #5
GAVollink
Member
 
Registered: Apr 2002
Location: Bronx, NY
Distribution: Ubuntu
Posts: 371

Original Poster
Rep: Reputation: 34
My CPU is near dead [edit: dead is a poor choice, how about asleep ]. (Not more that 20 percent during this time). Perhaps it's Disk I/O bound, any idea how to best check that?

Last edited by GAVollink; 11-15-2004 at 07:15 PM.
 
Old 11-16-2004, 08:53 AM   #6
penguinco
LQ Newbie
 
Registered: Nov 2004
Location: Arizona, USA
Distribution: Fedora Core 3
Posts: 19

Rep: Reputation: 0
My guess is you might have a bad hard drive.
 
Old 11-16-2004, 02:24 PM   #7
GAVollink
Member
 
Registered: Apr 2002
Location: Bronx, NY
Distribution: Ubuntu
Posts: 371

Original Poster
Rep: Reputation: 34
Speaking of hard drives (This is a dual-boot WinXP laptop - and I don't have HDD issues there), I notice that there's a SMART monitor daemon. Maybe I'll try disabling that (if it's trying to watch IDE activity, it could be slowing things down).
 
Old 11-18-2004, 10:31 AM   #8
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
I can't really offer any help, but I need to know how you installed the nvidia driver on FC3. Thanks.
 
Old 11-18-2004, 11:12 AM   #9
beatupbilly
Member
 
Registered: Jan 2004
Location: Pinr Lake, GA
Distribution: Slackware, LinuxMint, FreeBSD, Xandros, CentOS, Fedora Core, RedHat, Chakra, etc etc
Posts: 215

Rep: Reputation: 30
Please check to see if your drives are using PIO mode or DMA mode. That sounds like what is going on.
 
Old 11-20-2004, 12:00 PM   #10
vanshark
LQ Newbie
 
Registered: Nov 2004
Posts: 1

Rep: Reputation: 0
Quote:
Originally posted by dubya
I can't really offer any help, but I need to know how you installed the nvidia driver on FC3. Thanks.
Here's a link to help with Nvidia driver installation. It worked for me.....

http://fedoraforum.org/forum/showthr...NVIDIA+Install

The only problem I had was trying to enter init 3 to install. It wouldn't work from a shell without totally blacking out my screen with no prompt .... so I had to edit my /etc/inittab to run at level 3 by default, reboot and do my install, startx to see if it worked ... then re-edit /etc/inittab to run level 5.

Hope this helps!

~Jim

Last edited by vanshark; 11-20-2004 at 12:02 PM.
 
Old 11-22-2004, 10:44 AM   #11
dubya
Member
 
Registered: Mar 2004
Location: Kitchener, Ontario, Canada
Posts: 386

Rep: Reputation: 30
Thanks a lot vanshark! For the record, I didn't have to do the rpm -e --nodeps xorg-x11-Mesa-libGL step.
 
Old 12-07-2004, 04:27 PM   #12
felix619
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Rep: Reputation: 0
Same issue

I have the same issue with fedora core being slow. In my case I have a dell Inspiron and it only contains linux. It is not a dual boot. To see if it was a hard drive issue I installed Fedora Core 2 and the problem went away.

Any help would be appreaciated.

Felix
 
Old 12-07-2004, 05:16 PM   #13
felix619
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Rep: Reputation: 0
Possible solutions... Maybee...

While browsing the group I saw a similar issue. Different distro but the same idea...Here is a link to the thread. Unfortunatly havent had the time to try it.

But in any case here is the link...

http://www.linuxquestions.org/questi...hreadid=256441


Felix
 
Old 02-08-2005, 05:44 PM   #14
GAVollink
Member
 
Registered: Apr 2002
Location: Bronx, NY
Distribution: Ubuntu
Posts: 371

Original Poster
Rep: Reputation: 34
Resolved...

This was resolved - but it sucked... Turns out it was a bad motherboard. I replaced the motherboard and everything is fine. I had no idea that something like this could happen (Bad MoBo makes things slow, but not dead). (shrugs).
 
  


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 3 startup Occulum Linux - Software 1 08-10-2005 09:49 AM
Fedora Core 3 Too Slow... 07mackenzie Linux - Distributions 16 05-05-2005 08:15 AM
X under Fedora Core 3 is slow legolin Linux - Software 5 04-22-2005 03:42 AM
trying to create a startup disk for the linux fedora core program grid1214 Linux - Newbie 3 06-30-2004 11:04 AM
Fedora Core 2 Startup ravalox Linux - Software 0 06-24-2004 03:33 PM

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

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