Hi,

We are trying here to use VNC with -inetd option, but we don't have any
response.

I've read http://www.dei.isep.ipp.pt/~andre/extern/ixvnc.htm

and add to my /etc/inetd.conf :

vnc-1024        stream tcp nowait root /usr/local/bin/Xvnc.5
Xvnc.5 -inetd -broadcast -once -geometry 1024x768 -depth 8 -cc 3
vnc-1280        stream tcp nowait root /usr/local/bin/vncserver.inetd
vncserver.inetd

(one line to try directly, on line to try with a script)

I've add to /etc/services :

vnc-1024        5950/tcp
vnc-1280        5951/tcp


And last, my vncserver.inetd script :

/usr/local/bin/Xvnc -depth 8 -cc 3 -inetd -once -broadcast -fp
tcp/localhost:7100

After a kill -HUP inetd.pid, I try from my PC :

vncviewer unixbox:50 or 51

And nothing occurs.
If I look on my unixbox what is going on :

netstat -an | grep 59

      *.5950               *.*                0      0     0      0 LISTEN
      *.5951               *.*                0      0     0      0 LISTEN
200.15.124.46.5951   200.15.124.101.3902  64240      0  8760      0
TIME_WAIT
200.15.124.46.5950   200.15.124.101.3903  64240      0  8760      0
TIME_WAIT

So, what's wrong ?

Any ideas ?

Thanks.
.                         \)|(/
.                         (o o)
. /-----------------ooO----(_)----Ooo-----------------\
.(_|                  Francis VIVAT                   |
.  |                    CETP-CNRS                     |
.  |  10-12, avenue de l'Europe  78140 Velizy         |
.  |             Tel    : +33 1 3925 4780             |
.  |             Fax    : +33 1 3925 4922             |_
.  |      E-Mail : francis.vivat chez cetp.ipsl.fr    | )
.  \---------------------------------------------------/
.                        (_)  (_)
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to