X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: <4cee11bc0807101019t28b59f50if0e212e0009589c6@mail.gmail.com> Date: Thu, 10 Jul 2008 10:19:49 -0700 From: "Sam Hanes" To: cygwin AT cygwin DOT com Subject: Re: Problems installing Cygwin In-Reply-To: <9B213E8DF66A48A4B52A43E8B93EAE8F@bills> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9B213E8DF66A48A4B52A43E8B93EAE8F AT bills> X-IsSubscribed: yes 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 Bryan A. Zimmer wrote: > > Most recently the post-install scripts seem to have run fine, and the > installation was complete, I attempted to start Cygwin. I even took the > precaution of creating the password and group files with the mkpasswd > and mkgroup programs, with the commands: > > $ mkpasswd -l -g > /etc/passwd > $ mkgroup -l > /etc/group > > I have also made sure my home directory in the Windows environment was set > to HOME=C:\cygwin\home\baz and that the CYGWIN environment variable was > set to: CYGWIN=ntsec binmode tty glob (I also tried with "nontsec") > > Having done this, I can press the "Cygwin" icon and get a command console > that LOOKS like Cygwin, but the directory I get places in is /usr/bin, and > there is not even a default path, so that I have to type in things like "/bin/ls" > or "/bin/mount". > > Doing a "/bin/bash --login -i" has the same effect, as do > all attempt to start the program with Cygwin.bat from a cmd.exe prompt. > > I do not know if I have missed some crucial and recent change, or what. > The same installation process used to work just fine. This year (2008), > I have only had the non-success described above. > I need some more information to help: First, the output of `/bin/mount`, which is a list of all the mountpoints on your system. The most common reason that the shell can't find commands in the PATH is that the mount table has gotten messed up. Second, the output of `/bin/env`, which is a dump of your environment variables. Any nuber of problems result from one or more of these being messed up. Third, the output of `/bin/uname -a`, which is the version information of your Cygwin installation. This is generally useful so we know how it's *supposed* to work. Lastly, please confirm or correct the following info: - Your base install directory is "C:\Cygwin" - The installer (setup.exe) finished without errors -- Sam Hanes Send list replies to ! -- 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/