Hello
I'm running a Fedora Core 2 box. The vnc service starts up at boot and initializes three vnc servers.
from /etc/sysconfig/vncservers
Each user does have an xstartup file in their home folder (and passwords were created for each user).
from /home/user/.vnc/xstartup
Every few days or so, the connection is lost. That is, I am unable to connect to the linux box through the VNC service. (Note, we are using TightVNC on winXP home)
Sometimes it happens to all three users, sometimes its just happens to one user. I generally have to restart the system to bring it back.
Any ideas why this is happening? Fixes?
thanks in advance.
I'm running a Fedora Core 2 box. The vnc service starts up at boot and initializes three vnc servers.
from /etc/sysconfig/vncservers
Code:
VNCSERVERS="1:user1 2:user2 3:user3"
Each user does have an xstartup file in their home folder (and passwords were created for each user).
from /home/user/.vnc/xstartup
Code:
#!/bin/sh
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc
Every few days or so, the connection is lost. That is, I am unable to connect to the linux box through the VNC service. (Note, we are using TightVNC on winXP home)
Sometimes it happens to all three users, sometimes its just happens to one user. I generally have to restart the system to bring it back.
Any ideas why this is happening? Fixes?
thanks in advance.