xdebug plugin question

Kishore Jonnalagadda kitts.mailinglists at gmail.com
Tue Jan 28 03:55:56 GMT 2014


On Monday 27 Jan 2014 8:54:25 PM Werner Joss wrote:
> 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 ...

Try running the command as root (with sudo?) to see the process name.
-- 
Cheers!
Kishore



More information about the KDevelop mailing list