Hi all,
I think I finally got my vncserver running on Fedora. I'm trying to start my vncserver and I did the following,
[root@hpprdpr root]$ rpm -qa|grep vnc
vnc-4.0-1.beta4.11
vnc-server-4.0-1.beta4.11
[root@hpprdpr root]$
================================================== ===================
[root@hpprdpr root]$ /sbin/chkconfig --list | grep vnc
vncserver 0:off 1:off 2:off 3:off 4:off 5:off 6:off
[root@hpprdpr root]# chkconfig --level 35 vncserver on
[root@hpprdpr root]#
[root@hpprdpr root]# /sbin/chkconfig --list | grep vnc
vncserver 0:off 1:off 2:off 3:on 4:off 5:on 6:off
================================================== ====================
as user, edit "xstartup," contents are:
# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
================================================== ====================
set vncpasswd with:
[agenol@hpprdpr agenol]$ vncpasswd
Password:
Verify:
[agenol@hpprdpr agenol]$
================================================== =====================
[root@hpprdpr root]# /sbin/service --status-all|grep vnc
Server address not specified in /etc/sysconfig/netdump
squid: ERROR: No running copy
Xvnc is stopped
[root@hpprdpr root]#
================================================== =====================
[root@hpprdpr root]# /sbin/service vncserver restart
Shutting down VNC server: [ OK ]
Starting VNC server: [ OK ]
[root@hpprdpr root]#
================================================== =====================
OK, now I did this (just to see what indo does service provide)
[root@hpprdpr root]# /sbin/service vncserver restart
Shutting down VNC server: [ OK ]
Starting VNC server: [ OK ]
[root@hpprdpr root]#
<<<<<<<<<<<<no problem here
[root@hpprdpr root]# /sbin/service vncserver status
Xvnc is stopped <<<<< why did I get this
[root@hpprdpr root]#
Is the vncserver running or not? and what does "Xvnc is stopped" mean?
Thanks!!!