REAL VNC installed on RHEL 5.9 keeps restarting
I have installed Real VNC 5.2.1 on several RHEL 5.9 servers, nine to be exact. On eight of the installations, all works fine. However, on one installation I noticed it was working for 5 -10 seconds and then unavailable for the next 5 -10 seconds.
Troubleshooting:
using 'ps -ef | grep vnc' I was watching the loaded modules.
The normal return as such:
root 13211 1 1 Nov13 ? 00:17:05 vncserver-x11-serviced
root 13237 1 0 Nov13 ? 00:00:00 vncserver-virtuald
root 20572 13211 0 10:20 ? 00:00:00 /usr/bin/vncserver-x11-core -service
root 20623 20355 0 10:20 pts/1 00:00:00 grep vnc
Then periodically it returns:
root 13211 1 1 Nov13 ? 00:17:06 vncserver-x11-serviced
root 13237 1 0 Nov13 ? 00:00:00 vncserver-virtuald
root 20965 13211 0 10:20 ? 00:00:00 [vncserver-x11-c]
root 21364 20355 0 10:20 pts/1 00:00:00 grep vnc
At which point vncserver-x11-core relaunches and ~20 seconds later it is
Also watching the ports Real VNC is using by issuing 'netstat -nap | grep vnc' for the period VNC is responsive you see:
tcp 0 0 0.0.0.0:5800 0.0.0.0:* LISTEN 24146/vncserver-x11
tcp 0 0 0.0.0.0:5900 0.0.0.0:* LISTEN 24146/vncserver-x11
tcp 0 0 0.0.0.0:5999 0.0.0.0:* LISTEN 13237/vncserver-vir
tcp 0 0 :::5800 :::* LISTEN 24146/vncserver-x11
tcp 0 0 :::5900 :::* LISTEN 24146/vncserver-x11
tcp 0 0 :::5999 :::* LISTEN 13237/vncserver-vir
unix 2 [ ACC ] STREAM LISTENING 70621991 24146/vncserver-x11 /tmp/.vnc-vncservice/vncserver-x11.ConnTransfer
unix 2 [ ] DGRAM 70621954 24146/vncserver-x11 /tmp/.vncserver-license/0.24146
unix 2 [ ACC ] STREAM LISTENING 70622066 24146/vncserver-x11 /tmp/.vnc-vncservice/vncserver-x11.CtrlComms
unix 3 [ ] STREAM CONNECTED 70621988 24146/vncserver-x11
unix 3 [ ] STREAM CONNECTED 70616531 24146/vncserver-x11
unix 3 [ ] STREAM CONNECTED 70616528 24146/vncserver-x11
unix 3 [ ] STREAM CONNECTED 70616527 24146/vncserver-x11
unix 3 [ ] STREAM CONNECTED 36708988 13237/vncserver-vir
unix 3 [ ] STREAM CONNECTED 36708987 13237/vncserver-vir
unix 3 [ ] STREAM CONNECTED 36708229 13211/vncserver-x11
unix 3 [ ] STREAM CONNECTED 36708228 13211/vncserver-x11
And during the periods it is NOT responding you will see only:
tcp 0 0 0.0.0.0:5999 0.0.0.0:* LISTEN 13237/vncserver-vir
tcp 0 0 :::5999 :::* LISTEN 13237/vncserver-vir
unix 4 [ ] STREAM CONNECTED 70635334 24717/vncserver-x11
unix 3 [ ] STREAM CONNECTED 70635331 24717/vncserver-x11
unix 3 [ ] STREAM CONNECTED 70635330 24717/vncserver-x11
unix 3 [ ] STREAM CONNECTED 36708988 13237/vncserver-vir
unix 3 [ ] STREAM CONNECTED 36708987 13237/vncserver-vir
unix 3 [ ] STREAM CONNECTED 36708229 13211/vncserver-x11
unix 3 [ ] STREAM CONNECTED 36708228 13211/vncserver-x11
I have removed and re-installed Realvnc 5.2.1 at least twice. I have configured exactly like the other eight servers that are working correctly. What further steps can I take to troubleshoot this issue?