Hi, I need some help.... Aside: Thanks for a great product! More Aside: Tightvnc works great for me, I mean it!
--But, if I accidentally kill the server, the client hangs forever.-- Starting and stopping the server works great, just accidental server-crashes create the hang.... (I use it 300miles apart, so it is hard to restart the client ;-) Server= WinXP: TightVNCserver, firewall open for vnc Client= Slackware: /usr/bin/vnc.sh #!/bin/sh while [ 1 ]; do tightvnc -viewonly -passwd /home/tocnet/.vnc/passwd -nocursorshape -quality 0 -x11cursor rrreadynote.jumpingcrab.com; sleep 10; done Any suggestions of """options""" I could add to the client to make it expect data every hour or so?? (I thought about implementing some kind of client-ping-watchdog-goober, but thats just crazy-talk....) thanks again! jim pruett ps. I was glad to donate via ***readynote.com _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
