LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   portmapper running, but portmap package not installed (https://www.linuxquestions.org/questions/debian-26/portmapper-running-but-portmap-package-not-installed-536565/)

kpachopoulos 03-11-2007 12:28 PM

portmapper running, but portmap package not installed
 
Hi,
"rpcinfo -p" shows portmapper is running on 111, but i later find out, that "apt-get install portmap" proceeds with an installation, ie "portmap" package is not installed. How can this happen?

nx5000 03-11-2007 07:55 PM

You can get a list of running processes with
Code:

ps -auxwwf
This will show processes listenning sockets on tcp&udp ports:
Code:

netstat -ltup | grep :sunrpc
(here display limited to portmap port)

To check the status of the package portmap:
Code:

apt-cache policy portmap


All times are GMT -5. The time now is 09:32 PM.