> -----Original Message----- > From: Dan Chrastil [mailto:[EMAIL PROTECTED]] > Sent: donderdag 26 september 2002 17:12 > To: [EMAIL PROTECTED] > Subject: xauth > > > I am running HPUX 11.00/64bit and when I attempt to start > vncserver the following error returns: > > vncserver: couldn't find "xauth" on you PATH.]
vncserver is a script to call Xvnc. By default, the script uses X11 security (that's where xauth comes from). Hack the script to not use the X11 security. By head: vncserver calles Xvnc. That has the option -ac (see `Xvnc -help` for details) add or disable it to twiggle the X11 security. If security is an issue, try to find the xauth on the system. > > Has anyone seen this before and/or could point me in the > right direction to correct it. Wild guess is that your $PATH does not contain xauth. the vncserver script just uses it without testing for availability. If security is not an issue, you can either edit the vncserver script to avoid it or creat an executable with the name xauth (that does nothing) and see what happens. CBee _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
