What does your Xauth file look like?  I'm willing to bet the problem is in
there.  In my vncserver script, I have the following lines for Xauth:

system("xauth -f $xauthorityFile add $host:$displayNumber . $cookie");
system("xauth -f $xauthorityFile add $host:$displayNumber\.0 . $cookie");
system("xauth -f $xauthorityFile add $my_fqdn:$displayNumber . $cookie");
system("xauth -f $xauthorityFile add $host/unix:$displayNumber . $cookie"); 

$host = "myhost";
$my_fqdn = "myhost.mydomain";

Does this help?

     - Jeff

>
>I am getting this on aix 4.3.3.0:
>04/04/01 19:14:16 Xvnc version 3.3.XvncRelease
>04/04/01 19:14:16 Copyright (C) 1997-8 Olivetti & Oracle Research
>Laboratory
>04/04/01 19:14:16 See http://www.orl.co.uk/vnc for information about
>VNC
>04/04/01 19:14:16 Desktop name 'X' (myhost:1)
>04/04/01 19:14:16 Protocol version supported 3.3
>04/04/01 19:14:16 Listening for VNC connections on TCP port 5901
>04/04/01 19:14:16 Listening for HTTP connections on TCP port 5801
>04/04/01 19:14:16   URL http://myhost:5801
>1356-265 xsetroot:  Unable to open display:  myhost:1.
>xterm Xt error: Can't open display: myhost:1
>1356-200 xhost unable to open display "myhost:1"
>
>    Same vncserer (and Xvnc) work fine on AIX v4.2.1.
>
>    I have my xstartup export DISPLAY="myhost:1"
>
>    I also have vncserver setting DISPLAY to ":1" before it calls
>Xvnc. Tried it with and without... same result.
>
>    I know there are a couple of X11 libraries missing from the AIX
>4.3.3.0 machine... But not sure about which ones (I am not the
>sysadmin...).
>
>    Ideas ?
>
>Thanks,
>    Mike
>---------------------------------------------------------------------
>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
>---------------------------------------------------------------------
>


-- 
Jeff Boerio, DPG-OR Engineering Computing, [EMAIL PROTECTED]
Mgr, UNIX Software Applications & Support
Desk:  (503) 712-2175
Mobile:  (503) 887-0113
---------------------------------------------------------------------
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
---------------------------------------------------------------------

Reply via email to