X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sun, 3 Aug 2008 20:59:56 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: bash shell interface broken after install on Vista Message-ID: <20080804005956.GC13008@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4895F9A7 DOT 1030103 AT ca DOT rr DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Sun, Aug 03, 2008 at 02:36:49PM -0500, tmcd AT panix DOT com wrote: >On Sun, 3 Aug 2008, Barry Gold wrote: >> 1. Nearly all commands appear to complete without doing anything. >> This includes "ls", "cat", "vi". >> The following commands work properly: >> echo >> true >> false ($? == 1) >> dirs >> if...then.fi >> test > >That I can address: they are shell builtins. That is, they are >recognized by bash and processed by the bash program itself without >forking or otherwise involving another process. I find it hard to >imagine that anything in bash could work if those commands didn't. > >Since you just installed Cygwin and didn't configure it much, have you >considered just uninstalling and reinstalling from a new mirror? The mirror checking software runs four times a day to weed out bad mirrors. It's very unlikely that a new installation would have problems that were due to a mirror. It is possible that using an old mirror that is no longer on the list would cause problems but that wouldn't be the case with a new installation. Commands which exit silently are usually caused by missing DLLs. "cygcheck /bin/ls.exe" would tell you which DLL was missing and you could install the missing packages. cgf -- 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/