Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Alex K. Angelopoulos" Subject: Re: Best practices for Cygwin install on Terminal Server in app mode? Date: Sat, 17 May 2003 13:16:02 -0500 Lines: 43 Message-ID: References: X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 Andrew Markebo wrote: >> bash-2.05b$ $PATH >> bash: >> /cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wb >> em:/cygdrive/c/Program: No such file or directory > > I would vote for "echo $PATH" instead of "$PATH" Ah. Here: bash-2.05b$ echo $PATH /cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wb em:/cygdrive/c/Program Files/Resource Kit/ > ..., what does mount say? > If command not found, you might have to say > /cygdrive/c/cygwin/bin/mount or similar.. Yes; had to do bash-2.05b$ /bin/mount which gave me: C:\cygwin\bin on /usr/bin type system (binmode) C:\cygwin\lib on /usr/lib type system (binmode) C:\cygwin on / type system (binmode) c: on /cygdrive/c type user (binmode,noumount) d: on /cygdrive/d type user (binmode,noumount) > I vote for something like the mount-table is not set up, and the > cygwin dir is not 'mounted' as /, therefore the .profile, .login (with > and without '.' (they often set the path and so on) can't be found and > ran.. > > /Andy -- -- 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/