> -----Original Message----- > From: simon [mailto:fang_stone@;21cn.com] > > > Receive below error message when run "vncserver" on solaris 8.0 (SPARC > platform): > > vncserver: couldn't find "xauth" on your PATH.
By default, the vncserver starts Xvnc with all X11 security on. The most easy way is just disable all this security in vncserver. It's a perl script which you can edit. To avoid all X11 security, also add the -ac option to Xvnc. If you need X11 security, you should have xauth available on your system. I think it is not in your $PATH. Try to find it and ad it's directory to your $PATH. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
