Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Thu, 20 Apr 2000 14:50:41 -0400 To: CygWin32 Mailing List Subject: Re: Net Release and/or snapshot bug? Message-ID: <20000420145041.B1549@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com Mail-Followup-To: cgf AT cygnus DOT com, CygWin32 Mailing List References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.8i In-Reply-To: ; from gymao@optonline.net on Wed, Apr 19, 2000 at 09:32:45PM -0400 On Wed, Apr 19, 2000 at 09:32:45PM -0400, Guyang Mao wrote: >Several issues I'm running into on my computer, both when it was running >NT4sp6 and now running on a fresh install of Windows 2000 Server: > >The first of which is this > >-----------------snip---------------------- >bash-2.03$ cd / >bash-2.03$ who >who: /var/run/utmp: Permission denied >bash-2.03$ users >users: /var/run/utmp: Permission denied >bash-2.03$ >-----------------snip---------------------- > >I did "mkdir /var/run;touch /var/run/utmp". What could be wrong here? I don't know what's causing this. Sorry. >Second issue, with a fresh install of the new net release, I can't run >configure scripts anymore > >-----------------snip---------------------- >bash-2.03$ ./configure >: not found >: not found >: not found >: not found >: not found >: not found >: not found >: not found >-----------------snip---------------------- Your configure script has \r\n line endings. setup.exe mounts all of its directories as "binary". Either run your configure in a directory mounted using the "-t" option or make sure that your source files have standard \n line endings. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com