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.
|
|
|
02-14-2005, 01:29 PM
|
#1
|
LQ Newbie
Registered: Feb 2005
Location: White Marsh, Maryland
Distribution: Fedora
Posts: 18
Rep:
|
Another slow machine issue...
I have been reading a lot of the post on this and many of them say configure the hardware or do this or that...my problem is I do not know how to do any of the suggestions. I just installed FC2 on a p3 733mhz pc with 192meg of memory. It seems slow, takes 15 seconds or so to bring up any thing I click on (mozilla, terminal, control center, etc) I have tried running both gnome and kde and both seem to be the same. Do I need more memory, or do I need to configure something. Any help is always GREATLY appreciated!!!
|
|
|
02-14-2005, 01:41 PM
|
#2
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
hi there
go to system settings--server settings-->services
turn off the services u do not require
especialy that NFS services, they are very heavy
also what FS are u using?
did u try reiserfs??
a kernel compile willl be good idea tough a little tough
also try slackware if u can, the best distro i have tried
regards
|
|
|
02-14-2005, 01:41 PM
|
#3
|
Senior Member
Registered: Nov 2002
Location: CA
Distribution: redhat 7.3
Posts: 1,440
Rep:
|
Well, one thing is you are using a desktop manager (Gnome, Kde) which will swallow up a good amount of memory. First thing is, disable any processes that you do not need. If that still doesn't help out much for you (which probably isn't enough) you just need more RAM. However, if you are doing everything from CLI, then 192 megs is enough.
-twantrd
|
|
|
02-14-2005, 01:50 PM
|
#4
|
Member
Registered: Jul 2004
Location: Manchester, UK
Distribution: Gentoo
Posts: 46
Rep:
|
On the above note, you could try a more lightweight desktop. Gnome and kde offer complete environments and are bulky. Afterstep, fluxbox, enlightenment will be faster but you might find them harder to work in unless you are command line savvy.
|
|
|
02-14-2005, 01:53 PM
|
#5
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
yes changing the window manger or desktop will help
but i have seen encouragiung results on a mahcine running slack and fedora and i find slack really good
regards
|
|
|
02-14-2005, 02:12 PM
|
#6
|
LQ Newbie
Registered: Feb 2005
Location: White Marsh, Maryland
Distribution: Fedora
Posts: 18
Original Poster
Rep:
|
I prefer to keep with fedora for now. This is my first time using linux and am taking an intro course at the local college and then plan to mode on to their sys admin and advanced admin classes (I currently do pc support for windows based systems - I know please dont throw things at me). The courses at the college use fedora and especially the kde desktop from what I have seen. I have set this machine up to help gain more experience with linux and to help me with the courses I am taking. I may look into slackware down the road, or install it on an old laptop I have. I may just purchase some extra ram for it, I have to double check what is in it now, but I think I found some memory on sale at compusa for 24.99 (256mb) so I may just add that in either way.
What I do not understand is what services to disable? I want to work on connecting the windows and linux machines together and use telnet/ftp into the linux machine. I just do not know which services I need and do not need?
I do not know which FS I am using either.
What does reiserfs do?
|
|
|
02-14-2005, 02:41 PM
|
#7
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
reiserfs is a better Fileystem ,as i have found it is better than ext3
also post the O/P of
chkconfig --list
this will give u list of servcies
and we will see whch services to disable
regards
|
|
|
02-15-2005, 06:27 PM
|
#8
|
LQ Newbie
Registered: Feb 2005
Location: White Marsh, Maryland
Distribution: Fedora
Posts: 18
Original Poster
Rep:
|
I got a command not found when trying to run chkconfig. NFS was unchecked when I went into services, but nfslock was checked. There were a bunch of others checked but I do not know what they are for.
|
|
|
02-15-2005, 06:40 PM
|
#9
|
LQ Guru
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700
Rep:
|
Being FC Distro you probalby tried using the chkconfig command as a user and not as root. chkconfig is in the /sbin subdirectory and is usually not part of a default users path. Most commands in /sbin require root priveleges to use. In the terminal I would type ' su - ' and then enter root's password. This will change you as a default user to root with root's enviroment setup in that terminal. You should be able to run the command now. When done type ' exit ' to go back to your default user account.
For more info on many of the services one can type ' man (name of the service) '. Example ' man nfs ' Many commands have man pages that can contain lots of info though can be very confusing to the begnner to understand. But will come to you over time.
Also one can search the net on the services for more help.
Brian1
" Google the Linux way @ http://www.google.com/linux "
|
|
|
02-15-2005, 10:05 PM
|
#10
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
these are the service that i have on
gpm
xfs
messagebus
acpid
kudzu
mdmpd
microcode_ctl
readahead_early
iptables
rawdevices
autofs
network
shorewall
random
smartd
syslog
xinetd
irqbalance
readahead
portmap
i think i need these to run my mahcine with network,internet and some other things
regards
|
|
|
02-16-2005, 08:44 AM
|
#11
|
LQ Newbie
Registered: Feb 2005
Location: White Marsh, Maryland
Distribution: Fedora
Posts: 18
Original Poster
Rep:
|
As far as memory goes (stopping by compusa today) will another 128meg make a difference? Again I have 192 in there now.
|
|
|
02-16-2005, 09:24 AM
|
#12
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
thta will surely make a difference
but closing those sevices and if u can use a custom kernel that will make more difference
regards
|
|
|
02-16-2005, 10:11 AM
|
#13
|
LQ Newbie
Registered: Feb 2005
Location: White Marsh, Maryland
Distribution: Fedora
Posts: 18
Original Poster
Rep:
|
I do still plan to post the services that are running, but I want to add a little more memory too and just wanted to make sure that would be enough to see a difference.
|
|
|
02-16-2005, 07:49 PM
|
#14
|
LQ Newbie
Registered: Feb 2005
Location: White Marsh, Maryland
Distribution: Fedora
Posts: 18
Original Poster
Rep:
|
Ok...logged in as su and still get the same message. Here are the services currently running:
acpid
anacron
apmd
atd
autofs
cpuspeed
crond
cups
gpm
iptables
irqbalance
isdn
kudzu
mdmonitor
mdmpd
messagebus
microcode_ctl
netfs
network
nfsclock
pcmcia
portmap
random
rawdevices
readahead
readahead_early
rhnsd
rpcgssd
rpcidmapd
rpcsvcgssd
sendmail
sgi_fam
smartd
sshd
syslog
xinetd
|
|
|
02-16-2005, 10:54 PM
|
#15
|
LQ Guru
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522
Rep:
|
see that you have at least these on
gpm
xfs
messagebus
acpid
kudzu
mdmpd
microcode_ctl
readahead_early
iptables
rawdevices
autofs
network
shorewall
random
smartd
syslog
xinetd
irqbalance
readahead
portmap
to start any
do
service name start
and to keep it on for al times
chkconfig <name> off
regards
|
|
|
All times are GMT -5. The time now is 06:41 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
|
|