X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <489679B1.B036089@dessent.net> Date: Sun, 03 Aug 2008 20:38:25 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: bash shell interface broken after install on Vista References: <4895F9A7 DOT 1030103 AT ca DOT rr DOT com> <20080804005956 DOT GC13008 AT ednor DOT casa DOT cgf DOT cx> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Tim McDaniel wrote: > The original problem report mentioned it hanging during the download > or install, I forget which. I wondered whether it might have been > some odd networking problem with that particular mirror. (I've had > odd networking problems in the past, even in Linux.) It's also an > obvious fix technique, if it works, but he later said it didn't. The hang is most likely during the postinstall phase, because some BLODA is preventing the postinstall scripts from running. No postinstall = no /etc/profile, which means PATH doesn't get set to include /bin, which means normal commands don't work and only shell builtins function. No postinstall/profile also means /bin/bash doesn't get copied to /bin/sh which means any script with a #!/bin/sh fails to run also. Brian -- 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/