xdebug plugin question
Werner Joss
werner at hoernerfranzracing.de
Mon Jan 27 19:54:25 GMT 2014
Am Montag, 27. Januar 2014, 20:43:04 schrieb Werner Joss:
> how can I check if/what is using port 9000 ?
well, netstat -tulpn (not running kdevelop) gives this:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:17500 0.0.0.0:* LISTEN 1932/dropbox
tcp 0 0 0.0.0.0:58465 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:57192 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN -
so, localhost is somehow using port 9000, as it seems ?
unfortunately, there is no program/service name associated with that, trying to find out more ...
Werner
More information about the KDevelop
mailing list