This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Best practices for Cygwin install on Terminal Server in app mode?


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]