----- Original Message -----
From: "Jeff Towarnicki" <[EMAIL PROTECTED]>


> I am still battling this out trying to figure out why
> it won't work on ports :1 and :2, and only on :3...
> I commented out the lines (like below)
>
> [jtowarn@cr787749-a .vnc]$ cat xstartup
> #!/bin/sh
>
> #xrdb $HOME/.Xresources
> #xsetroot -solid grey
> xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP
> Desktop" &
> startgnome &
>
> and the log files still look like so:
>
> :1
>
> [jtowarn@cr787749-a .vnc]$ cat cr787749-a\:1.log
> 12/01/03 14:05:54 Xvnc version 3.3.3r1
> 12/01/03 14:05:54 Copyright (C) AT&T Laboratories
> Cambridge.
> 12/01/03 14:05:54 All Rights Reserved.
> 12/01/03 14:05:54 See
> http://www.uk.research.att.com/vnc for information on
> VNC
> 12/01/03 14:05:54 Desktop name 'X' (cr787749-a:1)
> 12/01/03 14:05:54 Protocol version supported 3.3
> 12/01/03 14:05:54 Listening for VNC connections on TCP
> port 5901
> 12/01/03 14:05:54 Listening for HTTP connections on
> TCP port 5801
> 12/01/03 14:05:54   URL http://cr787749-a:5801
> xterm Xt error: Can't open display: cr787749-a:1
> /usr/X11R6/bin/xsetroot:  unable to open display
> 'cr787749-a:1'
[snip]

Alright, now we are getting some different error messages.  It looks like
VNC is starting up, but your X apps can't talk to it.

Do you have any firewall software running (maybe it is blocking the 6001 and
6002 ports)?

If you log in (telnet, SSH, console, whatever) and set your display variable
can you then open programs on :1 and :2?  For example:

# export DISPLAY=:1
# xterm &

This should get you an xterm on the VNC display.

I notice you are also using an older version of VNC.  Have you tried to
upgrade?
--
William Hooper

Have you crashed your Windows today ?
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to