LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 09-24-2004, 09:49 AM   #1
huh83
LQ Newbie
 
Registered: Sep 2004
Distribution: Red hat 9
Posts: 7

Rep: Reputation: 0
Why is my Redhat Linux soo slow


Hi .. I have had linux for about 6 mnths .. stilll a newbie though . didnt use it at all .. I changed to windows xp so i performed a linux rescue .. with the help of a friend .. now my linux is so excruciatingly slow .. also it hangs up and whatever i click never loads .. finally the only soln is to logout .. and then when i click on logout it completes all the tasks i had clicked on and logs out .

if this is of any help .. I also have another problem .. on my grub screen there are 2 names written for linux

Redhat Linux - 2.4.20 - 8bigmem
Redhat Linux- smp - 2.4.20 - 8smp

why are there 2 options .. I have noticed both lead to the same thing .. the settings i made on one are effective to the other .. how can I remove one of these options so I jus hav two options windows xp and linux on the grub screen

Thanks .. This is a big pain right now . I hope someone can help moi
 
Old 09-24-2004, 10:00 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

these two options are basically two difernmt kernels
smp-symm. multi process
bigmem-kernel with big memory support
u need to use a generic kernel,if u do not have multiprocc,or u do not have memory>4GB


also regarding ur slow system problem
u need to check for bad blocks
checlk for services whcih u do not require

or compile ur own kernel(the best but tough option)

regards
 
Old 09-24-2004, 10:05 AM   #3
lappen
Member
 
Registered: Aug 2003
Location: Sweden
Posts: 83

Rep: Reputation: 15
Running it in smp mode on a 'non smp machine' could cause slowdown and crashes also.

I think you can change the bootup options directly from grub's shell 'try typing grub at your sh'.
'info grub' should also have some information on the subject
 
Old 09-26-2004, 12:19 PM   #4
huh83
LQ Newbie
 
Registered: Sep 2004
Distribution: Red hat 9
Posts: 7

Original Poster
Rep: Reputation: 0
Since I dont have more than one pro and i have >4GB memory .. I need neither of the modes .. what do I do so tat grub shows me jus one option

Thanks ..
 
Old 09-26-2004, 12:23 PM   #5
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

u can see what kernels u have installed from

rpm -qa|grep kernel


then u can remove that by



rpm -e kernel-smp

do not remove the generic kernel

regards
 
Old 09-27-2004, 04:32 AM   #6
huh83
LQ Newbie
 
Registered: Sep 2004
Distribution: Red hat 9
Posts: 7

Original Poster
Rep: Reputation: 0
kernel-bigmem-2.4.20-8
kernel-source-2.4.20-8
kernel-smp-2.4.20-8
kernel-pcmcia-cs-3.1.31-13
kernel-BOOT-2.4.20-8
kernel-2.4.20-8

which one shld i remove ..
 
Old 09-27-2004, 05:03 AM   #7
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

u can keep these

kernel-2.4.20-8
kernel-source-2.4.20-8(kernel source code,req. if u want to compile ur kernel)

and remove the others

regards
 
Old 09-27-2004, 06:16 AM   #8
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
he said he HAS >4gb memory - won't he need the bigmem support?
 
Old 09-27-2004, 06:27 AM   #9
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by huh83
Since I dont have more than one pro and i have >4GB memory .. I need neither of the modes .. what do I do so tat grub shows me jus one option

Thanks ..
hi there

i got it little messy....

both things have been stated above

"i have >4gb memory and i need neither of the modes ."

i think this needs to be confirmed ,does he have more than 4 gb of RAM

regards
 
Old 09-27-2004, 07:43 AM   #10
huh83
LQ Newbie
 
Registered: Sep 2004
Distribution: Red hat 9
Posts: 7

Original Poster
Rep: Reputation: 0
hi .. how dumb am i !!!! sorry I dont have 4 GB Memory .. far from it !!! stupid of me to not to check what i typed .. <4GB i meant ..
 
Old 09-27-2004, 08:11 AM   #11
TazG
Member
 
Registered: Mar 2004
Location: Canada
Distribution: Gentoo 2004
Posts: 133

Rep: Reputation: 15
Type the command "top", it shows you what programs are using the most resources... maybe some of them shouldn't be running.
 
Old 09-27-2004, 08:18 AM   #12
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
Quote:
Originally posted by masand
hi there

u can keep these

kernel-2.4.20-8
kernel-source-2.4.20-8(kernel source code,req. if u want to compile ur kernel)

and remove the others

regards
Then this should suffice quite well
 
Old 09-27-2004, 09:55 AM   #13
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi that

good that is sorted out now!!!!

regards
 
  


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
Why is the RedHat Linux v7.2 slow (Win98SE+RHL7.2 installed)? hallabol Red Hat 1 09-04-2005 09:53 PM
i am soo new ..... bendersm Linux - Newbie 5 04-11-2005 05:58 AM
Sendmail - PoP soo Slow to connect mac_casey Linux - Newbie 2 01-31-2005 08:11 AM
Redhat linux runs slow ksathya Linux - Software 3 09-16-2003 01:27 AM
is redhat linux slow sakeeb Linux - Distributions 7 06-05-2002 03:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:04 AM.

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