Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Gentoo Linux Help
Reload this Page Gentoo is VERY slow
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Gentoo Linux Help For help and discussion related to Gentoo Linux

Reply
 
Thread Tools Display Modes
Old 07-27-2005   #1 (permalink)
rub3x
Just Joined!
 
Join Date: Jun 2005
Location: 127.0.0.1
Posts: 29
Send a message via AIM to rub3x Send a message via MSN to rub3x
Gentoo is VERY slow

I just installed gentoo, and I thought it was working fine, but its very slow. When using emerge with no terminal it lags the text on *****x. When in x my load average is VERY high in the 4-5's, and the computer freezes for like 10 seconds at a time. Its something to do wtih transfering large files. When i used ftp to transfer a 2 gig file it went V E R Y slow and toke forever. The comp has an AMD 3200 with a gig of ram so this is definitly a problem. I use ext2 on /dev/hda3
__________________
irc.cyber-knowledge.net #main
rub3x is offline   Reply With Quote
Old 07-27-2005   #2 (permalink)
Monkeh
Linux Newbie
 
Join Date: Jun 2005
Posts: 181
You should be using EXT3 or ResierFS these days. Try turning DMA on.

Plus, do you have a swap partition, and is it turned on? cat /proc/meminfo
__________________
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
Monkeh is offline   Reply With Quote
Old 07-27-2005   #3 (permalink)
rub3x
Just Joined!
 
Join Date: Jun 2005
Location: 127.0.0.1
Posts: 29
Send a message via AIM to rub3x Send a message via MSN to rub3x
The filesystem should not make it lag as bad as its lagging, its locking for like 10 seconds on a 2gb file =S...
rub3x@Force ~ $ cat /proc/meminfo
MemTotal: 904592 kB
MemFree: 22592 kB
Buffers: 17076 kB
Cached: 617908 kB
SwapCached: 0 kB
Active: 456904 kB
Inactive: 387264 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 904592 kB
LowFree: 22592 kB
SwapTotal: 506036 kB
SwapFree: 503476 kB
Dirty: 1688 kB
Writeback: 0 kB
Mapped: 248328 kB
Slab: 31828 kB
CommitLimit: 958332 kB
Committed_AS: 264932 kB
PageTables: 1216 kB
VmallocTotal: 122804 kB
VmallocUsed: 592 kB
VmallocChunk: 122212 kB
rub3x@Force ~ $
__________________
irc.cyber-knowledge.net #main
rub3x is offline   Reply With Quote
Old 07-27-2005   #4 (permalink)
Monkeh
Linux Newbie
 
Join Date: Jun 2005
Posts: 181
No, but I'd still recommend using EXT3 or ResierFS over EXT2 any day.

Try turning DMA on:
Code:
hdparm -d 1 /dev/hda
__________________
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
Monkeh is offline   Reply With Quote
Old 07-27-2005   #5 (permalink)
rub3x
Just Joined!
 
Join Date: Jun 2005
Location: 127.0.0.1
Posts: 29
Send a message via AIM to rub3x Send a message via MSN to rub3x
I read a thread about that command somewhere else, I get this output when doing it:
Force rub3x # hdparm -d1 /dev/hda

/dev/hda:
setting using_dma to 1 (on)
HDIO_SET_DMA failed: Operation not permitted
using_dma = 0 (off)
Force rub3x #
__________________
irc.cyber-knowledge.net #main
rub3x is offline   Reply With Quote
Old 07-27-2005   #6 (permalink)
Monkeh
Linux Newbie
 
Join Date: Jun 2005
Posts: 181
What make and model is your drive, and the same for your motherboard (I'm guessing old).

Edit: Also, make sure you have DMA capability in your kernel.
__________________
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
Monkeh is offline   Reply With Quote
Old 07-27-2005   #7 (permalink)
rub3x
Just Joined!
 
Join Date: Jun 2005
Location: 127.0.0.1
Posts: 29
Send a message via AIM to rub3x Send a message via MSN to rub3x
Not old..Maxtor 140 GB, and a gigabyte k7 triton...No idea about kernel.

EDIT: CONFIG_GENERIC_ISA_DMA=y is in config file if thats what you're looking for?
__________________
irc.cyber-knowledge.net #main
rub3x is offline   Reply With Quote
Old 07-27-2005   #8 (permalink)
Monkeh
Linux Newbie
 
Join Date: Jun 2005
Posts: 181
No.
Code:
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_IDEDMA_PCI_AUTO=y
__________________
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
Monkeh is offline   Reply With Quote
Old 07-27-2005   #9 (permalink)
rub3x
Just Joined!
 
Join Date: Jun 2005
Location: 127.0.0.1
Posts: 29
Send a message via AIM to rub3x Send a message via MSN to rub3x
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_IDEDMA_PCI_AUTO=y

My config file ^
__________________
irc.cyber-knowledge.net #main
rub3x is offline   Reply With Quote
Old 07-27-2005   #10 (permalink)
Monkeh
Linux Newbie
 
Join Date: Jun 2005
Posts: 181
7NNXP?

Edit: Is your drive SATA?
__________________
200mhz Pentium 1 with MMX, 128mb RAM, 10gb Seagate HDD. Beastly.
Monkeh is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 12:13 PM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0