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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-08-2006, 12:49 PM
|
#1
|
LQ Newbie
Registered: Dec 2005
Location: Ontario, CA
Distribution: SimplyMEPIS
Posts: 22
Rep:
|
Fedora Speed questions -really slow
I recently installed Fedora Core 5 (x86_64 version), but I find the operating system horribly slow. Fedora 4 never ran very fast for me, but 5 is even more sluggish. It takes forever to boot (havn't timed it, but from the time I select it in GRUB till I'm looking at the fully loaded desktop it's probably in the ballpark of 2-4 minutes), and opening applications is very slow. Internet surfing is also incredebly sluggish (I almost feel like I'm on dial-up).
Does FC5 run really slow for anyone else? And does anyone know any ways I can optimise it? I'm pretty new to linux.
My compy specs:
Athlon 64 3200+
2048Mb DDR400 PC3200
256Mb Radeon X800GT PCI-e
Linux is installed in a 10Gb partition; 150 for boot, 2000 for swap, and 7750 for root.
|
|
|
04-08-2006, 03:15 PM
|
#2
|
Senior Member
Registered: May 2005
Posts: 1,565
Rep:
|
A good start would be too disable all the services you don't need and also eye-candy. If it's still slow or sluggish I'd suggest getting a different distro. I use Ubuntu (Xubuntu) on a machine that has 1/8th's of the specs you do and it's hardly sluggish at all.
Post back here after you try the first things I suggested.
|
|
|
04-09-2006, 03:27 PM
|
#3
|
Member
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403
Rep:
|
i dont know if this helps but as a fedora user i had a similiar problem with FC3 once. i had done several installs of FC3 on my machince and this one install seemed a bit messed uo because everything was extremely slow. apps would load up very slowly and it was painfull !
now this was a while ago and i dont remember the exact cause. it was either a) because i had changed the systems name from localhost.localdomain to something else and it affected the entire sys. soretd it out by changing the comps name back to localhost.localdomain or b) i had dissabled some services in the service configuration and i solved this by reactivating them. i think it might have been the service "readahead" or something.
i know this most probably wont help but its something u can tick off the list. and btw, i use FC5 on my 5 year old Toshiba PIII laptop with 256MB ram and its running like a charm with eyecandy and all the works and heres a screenie to prove it http://img102.imageshack.us/img102/3...shot7dn.th.jpg so with ur powerfull configuration i think lowering the eye-candy wont make much of a difference.
Last edited by WhiskeyTangoFoxtrot; 04-09-2006 at 03:29 PM.
|
|
|
04-09-2006, 08:26 PM
|
#4
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
It sounds like a prob with dhcp client or /etc/resolv.conf.
If you don't have your ISP as the search ans 1st 2 lines in the latter, it may default to searching your local box/lan before going onto the net to find sites...
Also, if you have any net related services coming up before DNS has settled, it will wait for DNS (bind) to timeout.
|
|
|
04-10-2006, 04:41 PM
|
#5
|
LQ Newbie
Registered: Dec 2005
Location: Ontario, CA
Distribution: SimplyMEPIS
Posts: 22
Original Poster
Rep:
|
I installed the Apache webserver (xampp) for something I had to do fro school, and it 'fixed' an apparent error in the /etc/hosts file...linux seems to magically work much faster now. I don't get it, but whatever. It no longer takes 4 minutes to load up, and programs seem to load somewhat faster (though still more sluggish than what I think they should be running at)
|
|
|
04-10-2006, 07:31 PM
|
#6
|
Member
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403
Rep:
|
Hmmm.....it might just around have been something to do with the computer's network name........
|
|
|
04-25-2006, 10:53 AM
|
#7
|
LQ Newbie
Registered: Apr 2006
Distribution: Fedora 4
Posts: 4
Rep:
|
Slow internet, DNS lookup
New distros like fedora 2-5 have Ipv6 turned on by default. IpV6 is a new DNS lookup that few servers use. This means that if the site you are trying to access in not listed on Ipv6, a 30 second timeout immeditately happens. It should be disabled. Also, Some other DNS servers miss the first few requests from linux machines. The default timeout is 5 seconds, so this could cause up to another 15 second delay. Step by step fix is as follows:
1. Log out of Fedora
2. Log in as root
3. enter your root password (the root password you entered when you installed fedora)
4. Click on "Home" or "My Computer"
5, Click on "Filesystem" or use up arrow to navigate to etc folder.
6. go to resolv.conf file. (not a folder, but a file located at the end of the files in your etc folder)
7. Insert this line at the bottom of the file: option timeout:1
8. Save the file
9. Go to etc/modprobe.conf file. Insert these lines at the bottom of the file:
alias ipv6 off
alias net-pf-10 off
10. Save the file.
11. Reboot your machine
12. Enjoy the SPEED!
Registered Linux User: #415505
Last edited by zzeepphhoo; 04-30-2006 at 02:53 PM.
|
|
|
05-05-2007, 02:00 AM
|
#8
|
LQ Newbie
Registered: May 2007
Location: Melbourne, Australia
Distribution: Fedora Core 6
Posts: 15
Rep:
|
Quote:
Originally Posted by zzeepphhoo
New distros like fedora 2-5 have Ipv6 turned on by default. IpV6 is a new DNS lookup that few servers use. This means that if the site you are trying to access in not listed on Ipv6, a 30 second timeout immeditately happens. It should be disabled. Also, Some other DNS servers miss the first few requests from linux machines. The default timeout is 5 seconds, so this could cause up to another 15 second delay. Step by step fix is as follows:
1. Log out of Fedora
2. Log in as root
3. enter your root password (the root password you entered when you installed fedora)
4. Click on "Home" or "My Computer"
5, Click on "Filesystem" or use up arrow to navigate to etc folder.
6. go to resolv.conf file. (not a folder, but a file located at the end of the files in your etc folder)
7. Insert this line at the bottom of the file: option timeout:1
8. Save the file
9. Go to etc/modprobe.conf file. Insert these lines at the bottom of the file:
alias ipv6 off
alias net-pf-10 off
10. Save the file.
11. Reboot your machine
12. Enjoy the SPEED!
Registered Linux User: #415505
|
thanks for that, and it has previously worked for me to speed fedora up!
however i just recently re-installed fedora and it now no longer works because network manager always wipes out the resolv.conf file and i'm unable to make the option timeout:1 change permanent.
please help
Thanks
|
|
|
05-05-2007, 08:39 PM
|
#9
|
LQ Newbie
Registered: May 2007
Location: Melbourne, Australia
Distribution: Fedora Core 6
Posts: 15
Rep:
|
thx guys i got it.
if ipv6 is disabled when you create your network connection during installation then there's no need to put those statements as the config file for ipv6 simply just doesn't exist
all you gota check if u can ping www.google.com from terminal is disabling firefox ipv6 dns lookup in about :config!
cool.... take me about 6 fedora installation to figure this out!
|
|
|
05-07-2007, 08:14 AM
|
#10
|
LQ Newbie
Registered: Dec 2005
Location: Ontario, CA
Distribution: SimplyMEPIS
Posts: 22
Original Poster
Rep:
|
Wow this thread isn't dead yet :P Anyways, I solved the problem in Fedora 5 -turns out it just didn't like my DHCP server in res. I hooked up a router and everything worked fine.
|
|
|
03-25-2008, 03:37 AM
|
#11
|
LQ Newbie
Registered: Jul 2006
Posts: 1
Rep:
|
great idea
|
|
|
All times are GMT -5. The time now is 10:29 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|