ports/45490: tightvnc leaks connection

Paolo shjkanrub at tiscalinet.it
Sat May 10 15:40:14 UTC 2003


The following reply was made to PR ports/45490; it has been noted by GNATS.

From: Paolo <shjkanrub at tiscalinet.it>
To: scheidell at secnap.net, <freebsd-gnats-submit at FreeBSD.org>
Cc:  
Subject: Re: ports/45490: tightvnc leaks connection
Date: Sat, 10 May 2003 17:30:12 +0200 (CEST)

 Hi, after digging in the sources, I've found that with '-nolisten tcp' the
 server is working ok etc.., but Xvnc no more listen on 6000+DISPLAY
 [at least with '-localhost']
 
 [I use Xvnc on a handeld, the c700 Zaurus]
 
 example:
 
 Xvnc -localhost -geometry 640x480 -depth 16 -pixelformat RGB565 :1 &
 
 # netstat -aln
 Active Internet connections (servers and established)
 Proto Recv-Q Send-Q Local Address           Foreign Address         State
 tcp        0      0 127.0.0.1:5901          0.0.0.0:*               LISTEN
 tcp        0      0 0.0.0.0:6001            0.0.0.0:*               LISTEN
 tcp        0      0 127.0.0.1:5901          127.0.0.1:1058          ESTABLISHED
 tcp        0      0 127.0.0.1:1058          127.0.0.1:5901          ESTABLISHED
 
 
 
 Xvnc -localhost -nolisten tcp -geometry 640x480 -depth 16 -pixelformat RGB565 :1 &
 
 # netstat -aln
 Active Internet connections (servers and established)
 Proto Recv-Q Send-Q Local Address           Foreign Address         State
 tcp        0      0 127.0.0.1:5901          0.0.0.0:*               LISTEN
 tcp        0      0 127.0.0.1:1057          127.0.0.1:5901          ESTABLISHED
 tcp        0      0 127.0.0.1:5901          127.0.0.1:1057          ESTABLISHED
 
 
 
 
 
 
 Hope this help.
 



More information about the freebsd-ports-bugs mailing list