Put it in a shell script with an & (ampersand) after geometry. E.G.
#!/bin/sh Xvnc :0 -desktop X -httpd /usr/local/vnc/classes -auth //.Xauthority -geometry & Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rajesh Shah Sent: Monday, August 18, 2003 2:30 PM To: [EMAIL PROTECTED] Subject: VNC Server Kill on solaris 8 Hi, We are running VNC on our Solaris 8 box (vnc-3.3.3r2-sol8-sparc-local).When we start vncserver from any terminal, aftr starting vncserver, when we cancel any command using (CTRL C), it kills vnc server also. Test# ps -ef|grep vnc root 16046 1 0 Aug 14 pts/7 0:13 Xvnc :0 -desktop X -httpd /usr/local/vnc/classes -auth //.Xauthority -geometry Test# grep /tmp/ps_data|grep test CTRL C Test # ps -ef|grep vnc Test # Thanks in Advnace, Rajesh _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
