View previous topic :: View next topic |
Author |
Message |
starnix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Cars/8.gif)
Joined: 02 Mar 2003 Posts: 530
|
Posted: Fri Oct 01, 2004 1:18 am Post subject: rc-update What do I need |
|
|
Ok, here is the output from
modules | boot
nas |
net.eth0 | default
net.lo | boot
netmount |
nscd |
ntp-client |
ntpd | default
numlock |
portmap |
raid5 | default
rmnologin | boot
rsyncd |
samba |
sendmail |
serial | boot
slapd |
slurpd |
spamd |
sshd | default
urandom |
usermin |
vixie-cron | default
webmin |
winbind |
xdm |
xfs | default
What are all these for and what can I disable to make it boot faster?
It seems to stall at bringing up lo. Do I need that? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
radonsg Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1009696065410c9e1de247d.gif)
Joined: 26 Jun 2004 Posts: 257 Location: Singapore
|
Posted: Fri Oct 01, 2004 3:23 am Post subject: |
|
|
all these are startup services. U can choose to turn on service that u need only. _________________ Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ectospasm l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/178538108643c6afee61ed2.gif)
Joined: 19 Feb 2003 Posts: 711 Location: Mobile, AL, USA
|
Posted: Fri Oct 01, 2004 4:10 am Post subject: |
|
|
The only ones that get started when you boot are the ones with a runlevel (like "boot" or "default") after them. If there's something there that you don't recognize, and it's in a runlevel, you can remove it with the command:
Code: | # rc-update del <service> |
Just make sure you know what you're removing before you do it. _________________ Join the adopt an unanswered post initiative today
Join the EFF!
Join the Drug Policy Alliance! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Archangel1 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/10640655464313fa93b48a7.png)
Joined: 21 Apr 2004 Posts: 1212 Location: Work
|
Posted: Fri Oct 01, 2004 4:25 am Post subject: |
|
|
Well to make it boot faster you could ditch....
xfs: Not totally sure what it does (other than "something to do with fonts") - it's not necessary
vixie-cron: If you don't have any cron jobs, disable it
serial: For the serial port
sshd: Not necessary for boot
Obviously if you're using any of the above then you'll want to leave them in. Otherwise they're not needed.
raid5: One assumes you're running on one if you've got this there? Probably best to leave alone.
I don't know what ntpd and rmnologin do - mine doesn't have ntpd so it may not be needed either. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ectospasm l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/178538108643c6afee61ed2.gif)
Joined: 19 Feb 2003 Posts: 711 Location: Mobile, AL, USA
|
Posted: Fri Oct 01, 2004 4:39 am Post subject: |
|
|
Archangel1 wrote: | I don't know what ntpd...do[es] |
/etc/init.d/ntpd starts the ntpd service, which sets your clock using the network time protocol. Unless you don't want to have an accurate time on your clock, leave this one alone. Incidentally, ntpd allows your computer to act as a local timeserver, so other computers on the network can set their time off of yours (and thus keep from overloading the stratum servers). I don't notice it taking up any time during boot. _________________ Join the adopt an unanswered post initiative today
Join the EFF!
Join the Drug Policy Alliance! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
starnix Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Cars/8.gif)
Joined: 02 Mar 2003 Posts: 530
|
Posted: Fri Oct 01, 2004 6:23 am Post subject: |
|
|
Well isnt xfs necessary for Antialiased fonts? Also I use ssh all the time. Its just like the following that i am not sure about:
net.lo and rmnologin
The reason I ask is that booting stalls for a good 20 seconds while bringing up lo. Just wondering if its necessary.
also, what is slapd and slurpd? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
radonsg Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/1009696065410c9e1de247d.gif)
Joined: 26 Jun 2004 Posts: 257 Location: Singapore
|
Posted: Fri Oct 01, 2004 6:54 am Post subject: |
|
|
xfs is use for font caching. It will speed up performace when u use antialiases fonts in x-windows.
slapd is use for openldap services _________________ Athlon64 3000+ on a MSI Neo2 Platinum (nVidia nForce3)
1 Sata Hitachi (HGST) 7K250
1 Sata Samsung SpinPoint
2 x 512MB TwinMos DDR400 Dual Channel
Geforce 5200 |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|