Question : Problem: XVNC Problem - No password configured for VNC Auth

Hi,
I am trying to setup VNC to work with xinetd. I have the following in my
/etc/services file
vnc-mjs04             5951/tcp
Then in the /etc/xinetd.d/vnc

service vnc-mjs04
{
        socket_type = stream
        protocol = tcp
        wait = no
        user = nobody
        server = /usr/bin/Xvnc
        server_args = -inetd -query localhost -once -rfbauth /home/mjs04/.vnc/passwd -desktop mjs04@hpcc1
}

I have a password in my /home/mjs04/.vnc/passwd file when connect on hpcc1:5951, I get the password box and enter the correct password, I then get the following
No password configured for VNC Auth.

Any ideas?
Thanks

Answer : Problem: XVNC Problem - No password configured for VNC Auth

Still no luck with this, leaving VNC how it is.

Thanks for all your suggestions.
Random Solutions  
 
programming4us programming4us