Robert Hanson
2005-Jun-01 16:20 UTC
[CentOS] advice on removing these daemons from server - rpc.statd rpc.idmapd acpid
greetings, is there any reason i would want any of these daemons active in memory on a simple DNS server if i do not use NFS and... of course, the unit is not being used as a workstation. 1712 ? Ss 0:00 rpc.statd 1745 ? Ss 0:00 rpc.idmapd 1813 ? Ss 0:00 /usr/sbin/acpid tia - rh
Nikos Zaharioudakis
2005-Jun-01 17:33 UTC
[CentOS] advice on removing these daemons from server - rpc.statd rpc.idmapd acpid
On 6/1/05, Robert Hanson <roberth at abbacomm.net> wrote:> greetings, > > is there any reason i would want any of these daemons active in memory on a > simple DNS server if i do not use NFS and... of course, the unit is not > being used as a workstation. > > 1712 ? Ss 0:00 rpc.statd > 1745 ? Ss 0:00 rpc.idmapd > 1813 ? Ss 0:00 /usr/sbin/acpid > > tia > > - rh > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >of course not. Make sure they are stopped. then check out what else should not be running there. I believe your server boots at runlevel 3 so chkconfig --list |grep 3:on now you see what starts up on boot. use the chkconfig tool or ntsysv to disable what should not start on boot. Then reboot the system at an appropriate time and make sure all is well. What you should have thought from the beginning is the fact that since it is gonna be a simple DNS server, you shouldn't have installed anything else. The less stuff you install, the less time you need to disable and the less threat you have someone will make bad use of installed (but let to the defaults) software you have there. take care -- ########################################3 Zaharioudakis Nikos,RHCT mob: +30 6947204063 USE THE BEST . . . If speed kills, then Windows Users may live forever
Oliver Schulze L.
2005-Jun-01 19:13 UTC
[CentOS] advice on removing these daemons from server - rpc.statd rpc.idmapd acpid
Disable all the NFS related daemons with: ntsysv --level 35 Press F1 to get help on any given item. Oliver Robert Hanson wrote:>greetings, > >is there any reason i would want any of these daemons active in memory on a >simple DNS server if i do not use NFS and... of course, the unit is not >being used as a workstation. > >1712 ? Ss 0:00 rpc.statd >1745 ? Ss 0:00 rpc.idmapd >1813 ? Ss 0:00 /usr/sbin/acpid > >tia > > - rh > >_______________________________________________ >CentOS mailing list >CentOS at centos.org >http://lists.centos.org/mailman/listinfo/centos > >-- Oliver Schulze L. <oliver at samera.com.py>