On 3 Oct 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed). com>, GS wrote:
>Thanks for your message, I edited boot line (I added single at the end
>of the line contains vmlinuz...), then it booted with single user mode,
>then I did "chkconfig --del portmap", then I verfied whether portmap
>was off or on by "chkconfig -list | grep portmap", I can see it is
>deleted, then rebooted again.
Glad to hear that.
>Now I stopped portmapper, will I loose any kind of services?. Thanks
>again.
Hard to say. _MOST_ people don't need it. The normal uses are for NIS
and NFS. What you could try is
rpm -q --whatrequires portmap
In my case, I get "no package requires portmap" so I could remove the
package. However, you might get one or more package listed, such as
nfs-utils-1.0.1-3.9.2.legacy
redhat-config-nfs-1.0.13-6.legacy
which happen to be two NFS packages. Then, look to see if you are actually
using those packages ('rpm -q nfs-utils' to see what's in there, then 'ps
-auwx' to see if any of them are running).
Old guy
|