I completely removed all vnc files from my system and installed the binary
3.3.3r2. I set up my Xinetd vnc service file as you did below. According to
the info at Andre Moreira's page (
http://www.dei.isep.ipp.pt/~andre/extern/ixvnc.htm ) I should be able to hit
my server on the port specified in /etc/services using a Java capable
browser, and vnc's built-in http server should serve me a HTML page with the
applet embedded in it. This is how it normally works, anyway - I shouldn't
have to manually create a web page. If you find you need to do that, please
let me know why and how...
At any rate, when I connect using mozilla using address: 192.168.1.4:5950 I
get a new error:
Unknown status reply from server: 3!
What does that mean? Am I getting closer to having this work? :)
Any help would be appreciated.
Derek Di Matteo
---
On Monday 21 May 2001 03:17, Joshua J. Kugler wrote:
> First of all, you won't be able to use the Java client in the way your are
> trying to use it. You cannot connect with via HTTP to the VNC port. You
> first need to load the Java client in the browser. I'm not sure what is
> going wrong, but here is my xinetd config for 800x600. hope it helps.
>
> # description: VNC server to allow graphical logins
> service vnc-800x600x24
> {
> socket_type = stream
> wait = no
> user = root
> server = /usr/local/bin/Xvnc
> server_args = -inetd -query localhost -once -geometry 800x600 -depth
> 24 disable = no
> }
>
> Ah, just realized: the inetd option is a 3.3.3r2 feature. Download the
> install the tar.gz from the VNC web site. Yup, that will fix your problem.
>
> HTH.
>
> j----- k-----
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------