Re: weird problem with cygwin prompt:

2005-06-15 Thread Thorsten Kampe
* Richard Copley (2005-06-15 08:53 +0100)
> On 15/06/05, Thorsten Kampe <[EMAIL PROTECTED]> wrote:
>> * Richard Copley (2005-06-14 21:02 +0100)
>>> On 14/06/05, Thorsten Kampe <[EMAIL PROTECTED]> wrote:
 * wen (2005-06-14 14:55 +0100)
> it shows bash-2.05b$ when i double click on cygwin.
> in general, it should show something like this
> [EMAIL PROTECTED]
>
> in the 1st case, i cannot use ls.exe command while it lies under the 
> folder
> C:\cygwin\bin
>>>
>>> That probably shouldn't happen.
>> 
>> What shouldn't happen? You actually don't know which of the one
>> hundred possible interpretations of "I cannot use ls.exe" he means.
> 
> Which of those are supposed to happen, and which not, then?

Hehehe :-). All the PEBCAC variants for instance. Like

bash$ C:\cygwin\bin\ls.exe
bash: C:cygwinbinls.exe: command not found


--
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/



Re: weird problem with cygwin prompt:

2005-06-15 Thread Richard Copley
On 15/06/05, Thorsten Kampe <[EMAIL PROTECTED]> wrote:
> * Richard Copley (2005-06-14 21:02 +0100)
> > On 14/06/05, Thorsten Kampe <[EMAIL PROTECTED]> wrote:
> >> * wen (2005-06-14 14:55 +0100)
> >>> it shows bash-2.05b$ when i double click on cygwin.
> >>> in general, it should show something like this
> >>> [EMAIL PROTECTED]
> >>>
> >>> in the 1st case, i cannot use ls.exe command while it lies under the 
> >>> folder
> >>> C:\cygwin\bin
> >
> > That probably shouldn't happen.
> 
> What shouldn't happen? You actually don't know which of the one
> hundred possible interpretations of "I cannot use ls.exe" he means.

Which of those are supposed to happen, and which not, then?

> > In such cases, I usually don't worry
> > about finding out what exactly has happened. I move the stuff I want
> > to keep from my home directory to somewhere outside Cygwin's
> > directories (hopefully not forgetting any config files I've
> > customized). Then I use setup.exe to uninstall everything, then I
> > delete 'C:\Cygwin' (or whatever) using Windows Explorer, probably give
> > it a reboot for luck, then run setup.exe again to reinstall
> > everything, and move my files back.
> 
> You forgot to delete the HKLM/HKCU settings.

Thanks. Still worked though.

--
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/



Re: weird problem with cygwin prompt:

2005-06-15 Thread Thorsten Kampe
* Richard Copley (2005-06-14 21:02 +0100)
> On 14/06/05, Thorsten Kampe <[EMAIL PROTECTED]> wrote:
>> * wen (2005-06-14 14:55 +0100)
>>> it shows bash-2.05b$ when i double click on cygwin.
>>> in general, it should show something like this
>>> [EMAIL PROTECTED]
>>>
>>> in the 1st case, i cannot use ls.exe command while it lies under the folder
>>> C:\cygwin\bin
> 
> That probably shouldn't happen.

What shouldn't happen? You actually don't know which of the one
hundred possible interpretations of "I cannot use ls.exe" he means.

> In such cases, I usually don't worry
> about finding out what exactly has happened. I move the stuff I want
> to keep from my home directory to somewhere outside Cygwin's
> directories (hopefully not forgetting any config files I've
> customized). Then I use setup.exe to uninstall everything, then I
> delete 'C:\Cygwin' (or whatever) using Windows Explorer, probably give
> it a reboot for luck, then run setup.exe again to reinstall
> everything, and move my files back.

You forgot to delete the HKLM/HKCU settings.


--
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/



Re: weird problem with cygwin prompt:

2005-06-14 Thread Richard Copley
On 14/06/05, Thorsten Kampe <[EMAIL PROTECTED]> wrote:
> * wen (2005-06-14 14:55 +0100)
> > it shows bash-2.05b$ when i double click on cygwin.
> > in general, it should show something like this
> > [EMAIL PROTECTED]
> >
> > in the 1st case, i cannot use ls.exe command while it lies under the folder
> > C:\cygwin\bin

That probably shouldn't happen. In such cases, I usually don't worry
about finding out what exactly has happened. I move the stuff I want
to keep from my home directory to somewhere outside Cygwin's
directories (hopefully not forgetting any config files I've
customized). Then I use setup.exe to uninstall everything, then I
delete 'C:\Cygwin' (or whatever) using Windows Explorer, probably give
it a reboot for luck, then run setup.exe again to reinstall
everything, and move my files back.

Best regards,
Buster.

--
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/



Re: weird problem with cygwin prompt:

2005-06-14 Thread Thorsten Kampe
* wen (2005-06-14 14:55 +0100)
> it shows bash-2.05b$ when i double click on cygwin.
> in general, it should show something like this
> [EMAIL PROTECTED]
> 
> in the 1st case, i cannot use ls.exe command while it lies under the folder
> C:\cygwin\bin

The sense of this sentence is rather mysterious.
 
> how to make the cygwin work properly?

It's not a "Cygwin prompt", it's a bash prompt. Make sure /etc/profile
is sourced or create your own ~/.bashrc.

Follow http://cygwin.com/problems.html > Reporting guidelines


--
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/



weird problem with cygwin prompt:

2005-06-14 Thread wen
it shows bash-2.05b$ when i double click on cygwin.
in general, it should show something like this
[EMAIL PROTECTED]

in the 1st case, i cannot use ls.exe command while it lies under the folder
C:\cygwin\bin

how to make the cygwin work properly?

thank you in advance.




--
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/