Image

Imagevirtus wrote in Imagelinux 😊relaxed

Listens: Deni Hines -- Too High

Some processes I'm not sure of

When I issue "netstat -atu", I get two "listeners" that I doubt are needed.
They are:

Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:951 *:* LISTEN
udp 0 0 *:sunrpc *:*

Neither give a PID/program name when I use -p as extra parameter.
Are these a security risk?

"locate sunrpc" refers to /usr/lib/perl5/5.8.4/i686-linux/sunrpc , but I don't really know if it is necessary to have running.
The 951 listener I cannot find somehow.

Can anyone tell me how I can find these processes and how to remove them (if recommended).

Distro == Gentoo 2.6.7

Thanks :)