Reviving this
I have a fedora server to which I can only SSH
I've attempted to run vncserver :0
It appears to be running and I attempt to connect from my home (windows) machine but get the "Can't connect" box every time.
I FTP to the server to have a look at the logs and setup:
xstartup
Quote:
#!/bin/sh
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
|
Here is what the log says:
Quote:
10/04/04 10:16:19 Xvnc version 3.3.7 - built Feb 28 2003 18:27:24
10/04/04 10:16:19 Copyright (C) 2002-2003 RealVNC Ltd.
10/04/04 10:16:19 Copyright (C) 1994-2000 AT&T Laboratories Cambridge.
10/04/04 10:16:19 All Rights Reserved.
10/04/04 10:16:19 See http://www.realvnc.com for information on VNC
10/04/04 10:16:19 Desktop name 'X' (host.domain.com:0)
10/04/04 10:16:19 Protocol version supported 3.3
10/04/04 10:16:19 Listening for VNC connections on TCP port 5900
10/04/04 10:16:19 Listening for HTTP connections on TCP port 5800
10/04/04 10:16:19 URL http://host.domain.com:5800
Font directory '/usr/X11R6/lib/X11/fonts/misc/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Speedo/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/Type1/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/75dpi/' not found - ignoring
Font directory '/usr/X11R6/lib/X11/fonts/100dpi/' not found - ignoring
Fatal server error:
could not open default font 'fixed'
/root/.vnc/xstartup: line 3: xrdb: command not found
/root/.vnc/xstartup: line 4: xsetroot: command not found
/root/.vnc/xstartup: line 5: xterm: command not found
/root/.vnc/xstartup: line 6: twm: command not found
|
Ideas on how I can fix this?
Yes I'm new to linux and fedora