Hi,
I have a script in my .X.d folder that goes like this:
x11vnc -rfbauth ~/.vnc/passwd -bg - cursor arrow &
When TC launches, this command gets executed. From other maches, I am able to VNC into this machine. But when I try to connect for the second time, I am not able. It appears the the x11vnc process has been terminated.
When I do
ps | grep x11vnc
before connecting from a remote machine, I see that it is running. After connecting then disconnecting with VNC from another machine, I no longer see this process running.
I'm thinking, either I need this process running in loop, or I need to set it up so that the process doesn't terminate. I would love some help in either case.
Thanks.