On Mon, 2009-02-02 at 04:32 -0800, karthik wrote:
> hi
> 
> I have to connect to a remote server which is a solaris machine have to 
> install a few packages and hence i need to run a VNC server .I installed 
> x11vnc and i think it also has vncserver by default.
> 
> i am not able to start vncserver on that server and soo when i am trying to 
> connect it through a client i am not able to.
> 
> when i try to start the vncserver i get the following error.
> "vncserver: couldn't find "xauth" on your PATH." 
> 
> What should i do to get that up and running.
> 
xauth is present i '/usr/X11/bin/' - so check to see if you have that
set in your $PATH(check using echo $PATH), if it is not present, just
add it to your PATH(export PATH=$PATH:/usr/X11/bin/).

That should help,
Partha

_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to