X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eli Barzilay Subject: ssh issues Date: Thu, 05 May 2011 16:31:19 -0400 Lines: 24 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) 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 Hopefully this is a FAQ in some place that I've missed... I have an XP machine set up for doing builds via ssh. This works fine with one problem: when ssh is started normally as a service, there's some obscure Visual Studio problem (it complains about some misconfiguration). To solve it, I always kill sshd and start it from a bash shell on the machine. It's tedious but not too much since the machine is rarely rebooted. (I also have a monitor for this: it uses ssh to log to the machine and then looks for sshd in the ps output.) But now I'm trying to set up a Windows 7 build machine, and things get more complicated in a way that I think is related to the above. The first thing that fails (after I start sshd as myself, similarly to the XP box) is running the vcvarsall.bat in the devstudio directory -- that fails with a "Cannot determine the location of the VS Common Tools folder", which I tracked down to uses of some `reg' command that fail. The thing is that it works fine when running on a bash shell on the machine, but fails through ssh. Any pointers? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! -- 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