Hello ALL, I've been successfully using inetd to start a vncserver on a as required basis on Solaris 8. Now with Solaris 9 its not working. I can start a vncserver session manually. And it appears to start via inetd but when I try to connect with a vncviewer I get VNC server closed connection immediately. Does any one no what the problem is here?
Attached are the lines I have used in my /etc/services and /etc/inetd.conf vnc-640x480x24 stream tcp nowait root /usr/local/bin/Xvnc Xvnc -inetd -query localhost -once -geometry 640x480 -depth 24 -fp tcp/localhost:7100 vnc-800x600x24 stream tcp nowait root /usr/local/bin/Xvnc Xvnc -inetd -query localhost -once -geometry 800x600 -depth 24 -fp tcp/localhost:7100 vnc-1024x768x24 stream tcp nowait root /usr/local/bin/Xvnc Xvnc -inetd -query localhost -once -geometry 1024x768 -depth 24 -fp tcp/localhost:7100 vnc-1280x1024x24 stream tcp nowait root /usr/local/bin/Xvnc Xvnc -inetd -query localhost -once -geometry 1280x1024 -depth 24 -fp tcp/localhost:7100 vnc-1600x1200x24 stream tcp nowait root /usr/local/bin/Xvnc Xvnc -inetd -query localhost -once -geometry 1600x1200 -depth 24 -fp tcp/localhost:7100 vnc-640x480x24 5970/tcp vnc-800x600x24 5971/tcp vnc-1024x768x24 5972/tcp vnc-1280x1024x24 5973/tcp vnc-1600x1200x24 5974/tcp _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list