Results 1 to 1 of 1
vncserver is working
My remote vncviewer connects as expected.
chkconfig --list show vncserver on for run levels 3 and 5.
I found a script on net with init.d script
#!/bin/bash
...
- 01-27-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 3
vncserver not accessible until after logon
vncserver is working
My remote vncviewer connects as expected.
chkconfig --list show vncserver on for run levels 3 and 5.
I found a script on net with init.d script
#!/bin/bash
#
# chkconfig: - 91 35
# description: Starts and stops vncserver. \
# used to provide remote X administration services.
...
...
the problem i have, when I reboot the server, remote vnc doesnt connect.
As soon as I logon, vncviewer works.
Is it possible to get vncserver working after reboot, with no logon on server?
The logon screen would be showing.
regards
Phil.


Reply With Quote