X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: David Wuertele Subject: ssh from remote system into cygwin bash, JScript engine won't run Date: Fri, 28 Apr 2006 10:53:01 -0700 Lines: 26 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 I have an IDE ("VDSP++") from a vendor on which I'm trying to automate software builds. It is a windows-only application, and they require that I write scripts for the IDE in JScript. When I use the windows host's console display to run a cygwin bash shell, I can execute my automated build just fine: /path/to/vendors/Idde.exe -f /path/to/my/script.js But when I use ssh to remotely login to the windows host, also on a bash shell, and try to execute the automated build, it complains that the JScript engine can't be loaded. I verified 1) my environment variables are set identically in both the local case and the remote login case 2) in the service control panel, the sshd's login properties tab has "allow interaction with display" enabled My vendor tells me that something in cygwin's sshd is probably preventing the windows JScript DLL from loading properly. Does anyone here have experience running an appliaction over sshd that uses JScript? Thanks, Dave -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/