Hi,
I've downloaded and installed (successfully ???) RealVNC server/viewer.
The viewer works perfectly and the Server is installed :
[root@paken .vnc]# which vncserver
/usr/local/bin/vncserver
But for some reason I just can't initiate the server process.
[root@paken .vnc]# vncserver
Warning: paken:1 is taken because of /tmp/.X1-lock
Remove this file if there is no X server paken:1
Warning: paken:2 is taken because of /tmp/.X2-lock
Remove this file if there is no X server paken:2
Warning: paken:3 is taken because of /tmp/.X3-lock
Remove this file if there is no X server paken:3
New 'paken:5 (root)' desktop is paken:5
Starting applications specified in /root/.vnc/xstartup
==============================
Log file is /root/.vnc/paken:5.log
[root@paken .vnc]# tail -f paken\:5.log
Underlying X server release 40201000, The XFree86 Project, Inc
Tue Apr 19 01:20:06 2005
vncext: VNC extension running!
vncext: Listening for VNC connections on port 5905
vncext: Listening for HTTP connections on port 5805
vncext: created VNC server for screen 0
Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
gnome-session: you're already running a session manager
==========================
Thanks a bunch
Now when I do :
[root@paken .vnc]# chkconfig --list | grep vnc
[root@paken .vnc]#
Nothing !!
Here's my xstartup file:
---------------------------------------
[root@paken .vnc]# cat xstartup
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER <-- this will do what?
# exec /etc/X11/xinit/xinitrc <--- also?
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
exec gnome-session &
[root@paken .vnc]#
-------------------------------------------
From the log file:
--------------------------