X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=AWL,BAYES_50,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <4E146E47.9060406@cs.umass.edu> Date: Wed, 06 Jul 2011 10:16:39 -0400 From: Eliot Moss Reply-To: moss AT cs DOT umass DOT edu User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: how to port cygwin to vmware ? References: <1309924945 DOT 68213 DOT YahooMailNeo AT web94613 DOT mail DOT in2 DOT yahoo DOT com> In-Reply-To: <1309924945.68213.YahooMailNeo@web94613.mail.in2.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 7/6/2011 12:02 AM, abhishek srivastava wrote: > hi all > i want to interface(port) cygwin to VMware (ubuntu installed). > i want to take cygwin as server and VMware as client; connecting them via 'named pipes' or virtual serial port. > i dont have serial port present on my laptop. > > could any one tell me procedure how to do so?any documents relating to same? > > any help would be appreciable. Dear Abhishek: Given the way these virtual machines work, you pretty much have to communicate with them via network channels. You can set up a private network, internal to your PC, via which your programs can talk to your virtual machine(s). I would then say that the appropriate sort of technique to use is something like ssh, to run a "remote" command in the VM from cygwin. Conceivably, by using the bidirectional process channels available in gawk (a GNU extension), you could easily script something more 'interactive', that is, more back-and-forth. Or you could write a program that uses network connections. Regards -- Eliot Moss -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple