[Idle-dev] idle 1.0.2 cannot bind (again) to port 8833 w/python 2.3.3

Al Schapira a.d.schapira at worldnet.att.net
Thu Feb 26 16:24:47 EST 2004


Thanks Neal,
Attached is the output of netstat -atnp (as root) but I don't see 8833
there.  Idle still fails to bind to 8833 as before.
	-Al

On Thu, 2004-02-26 at 16:10, Neal Norwitz wrote:
> On Thu, Feb 26, 2004 at 02:50:54PM -0500, Al Schapira wrote:
> > Thanks, Kurt,
> > 
> > I did try to kill all python processes, but that did not help.  Of
> > course, shutting down and restarting linux cleared the port, as
> > expected.
> > 
> > Subsequently, idle had been working okay through many sequential
> > invokations, until just now!
> > I have attached the error output and ps aux output as requested.
> 
> >From ps alone, it's not possible to tell what process has the port.
> On linux you can do this: 
> 
>         netstat -atnp
> 
> You will probably need to be root to run this command and get
> meaningful results.  Otherwise, netstat will only print processes
> you own.
> 
> Neal
-------------- next part --------------
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 0.0.0.0:32768           0.0.0.0:*               LISTEN      660/rpc.statd       
tcp        0      0 127.0.0.1:8833          0.0.0.0:*               LISTEN      30657/oafd          
tcp        0      0 127.0.0.1:32769         0.0.0.0:*               LISTEN      791/xinetd          
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      1008/smbd           
tcp        0      0 127.0.0.1:783           0.0.0.0:*               LISTEN      836/spamd -d -c -a  
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      641/portmap         
tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN      1126/X              
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      777/sshd            
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      877/cupsd           
tcp        0      0 0.0.0.0:505             0.0.0.0:*               LISTEN      1039/rcd            
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      817/sendmail: accep 
tcp        0      0 127.0.0.1:47070         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47071         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47069         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47074         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47072         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47073         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47077         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47082         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47081         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47086         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47084         127.0.0.1:631           TIME_WAIT   -                   
tcp        0      0 127.0.0.1:47085         127.0.0.1:631           TIME_WAIT   -                   
tcp        1      0 127.0.0.1:8833          127.0.0.1:45050         CLOSE_WAIT  30657/oafd          
tcp        0      0 12.75.181.206:47076     65.197.236.51:80        ESTABLISHED 13842/mozilla-bin   
tcp        0    998 12.75.181.206:47078     65.197.236.51:80        ESTABLISHED 13842/mozilla-bin   
tcp        0    958 12.75.181.206:47083     65.197.236.51:80        ESTABLISHED 13842/mozilla-bin   
tcp        1      0 127.0.0.1:36347         127.0.0.1:631           CLOSE_WAIT  13728/evolution     
tcp        1      0 127.0.0.1:36349         127.0.0.1:631           CLOSE_WAIT  13728/evolution     
tcp        0      0 12.75.181.206:47079     65.197.236.62:80        ESTABLISHED 13842/mozilla-bin   


More information about the IDLE-dev mailing list