djXternal
26th July 2008, 12:32 AM
Hey guys I have a network storage box running F8 and I access it strictly through vnc tunneled through ssh, my problem is I am trying to set it up so I can login to root on vnc (temporarily). I added the proper lines to the /etc/sysconfig/vncservers file:
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 1024x768 -depth 32"
Then I try to restart the server by running: "/sbin/service vncserver restart" as root
I then get the following error:
Shutting down VNC server: 1:root [FAILED]
Starting VNC server: 1:root A VNC server is already running as :1 [FAILED]
I have even tried killing the vnc server by running "vncserver -kill :1" and I get the error:
Can't find file /root/.vnc/localhost.localdomain:1.pid
You'll have to kill the Xvnc process manually
VNCSERVERS="1:root"
VNCSERVERARGS[1]="-geometry 1024x768 -depth 32"
Then I try to restart the server by running: "/sbin/service vncserver restart" as root
I then get the following error:
Shutting down VNC server: 1:root [FAILED]
Starting VNC server: 1:root A VNC server is already running as :1 [FAILED]
I have even tried killing the vnc server by running "vncserver -kill :1" and I get the error:
Can't find file /root/.vnc/localhost.localdomain:1.pid
You'll have to kill the Xvnc process manually