public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin-b20 Help!
@ 1999-09-26 19:04 Kris Powell
  1999-09-26 19:21 ` Eric Feliu
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Kris Powell @ 1999-09-26 19:04 UTC (permalink / raw)
  To: cygwin

I run the "cygwin-b20" from the start menu.
It used to say somthing like "out of area space."  Now it just says "bad 
command or file name."

If I run bash separatly from cygwin-b20, none of the commands work.  IE: I 
type ls, it says
" "C:/cygnus/cygwin-b20/i586-cygwin32/bin/bash.exe"-2.02: ls: command not 
found"

The same goes for mount, mkdir, make, etc...
I've checked the FAQ, and I don't know what to do.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cygwin-b20 Help!
  1999-09-26 19:04 Cygwin-b20 Help! Kris Powell
@ 1999-09-26 19:21 ` Eric Feliu
  1999-09-26 21:18   ` Brendan Simon
  1999-09-30 23:42   ` Eric Feliu
  1999-09-26 21:08 ` Brendan Simon
  1999-09-30 23:42 ` Kris Powell
  2 siblings, 2 replies; 10+ messages in thread
From: Eric Feliu @ 1999-09-26 19:21 UTC (permalink / raw)
  To: Kris Powell; +Cc: cygwin

Hey Kriss,

    Did you read the readme doc that came with the full distribution
of cygwin? I have copied this part from the doc:

    If you are running Windows 95 or
98 and are faced with the error message "Out of environment space", you
need to increase the amount of environment space in your config.sys and
try again.  Adding the line `shell=C:\command.com /e:4096 /p' should do
the trick if `C:' is your system drive letter.

There is alot of useful info in that doc that should help
you, just in case you don't have it I have attached it
for your convenience.

Eric



Kris Powell wrote:

> I run the "cygwin-b20" from the start menu.
> It used to say somthing like "out of area space."  Now it just says "bad
> command or file name."
>
> If I run bash separatly from cygwin-b20, none of the commands work.  IE: I
> type ls, it says
> " "C:/cygnus/cygwin-b20/i586-cygwin32/bin/bash.exe"-2.02: ls: command not
> found"
>
> The same goes for mount, mkdir, make, etc...
> I've checked the FAQ, and I don't know what to do.
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cygwin-b20 Help!
  1999-09-26 19:04 Cygwin-b20 Help! Kris Powell
  1999-09-26 19:21 ` Eric Feliu
@ 1999-09-26 21:08 ` Brendan Simon
  1999-09-30 23:42   ` Brendan Simon
  1999-09-30 23:42 ` Kris Powell
  2 siblings, 1 reply; 10+ messages in thread
From: Brendan Simon @ 1999-09-26 21:08 UTC (permalink / raw)
  To: Kris Powell; +Cc: cygwin

Kris Powell wrote:

> I run the "cygwin-b20" from the start menu.
> It used to say somthing like "out of area space."  Now it just says "bad
> command or file name."

The cywin-b20 in the start menu is a shortcut which points to a batch file
(cygnus.bat) in the installation directory.  Command of filename not found
indicates that one of the following :
- the batch file is missing
- your have moved your cygnus installation
- The shortcut file (c:/windows/start menu/programs/cygwin b20) does not
point to the batch file anymore.

Have a look at the properties of the shortcut file and make sure it points to
the cygnus.bat file AND that the cygnus.bat file exists.


> If I run bash separatly from cygwin-b20, none of the commands work.  IE: I
> type ls, it says
> " "C:/cygnus/cygwin-b20/i586-cygwin32/bin/bash.exe"-2.02: ls: command not
> found"

This indicates that the PATH environment variable has not been setup
correctly.  This is most likely due to the problem above as I believe the
PATH variable is initially setup via the batch file.

Brendan Simon.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cygwin-b20 Help!
  1999-09-26 19:21 ` Eric Feliu
@ 1999-09-26 21:18   ` Brendan Simon
  1999-09-30 23:42     ` Brendan Simon
  1999-09-30 23:42   ` Eric Feliu
  1 sibling, 1 reply; 10+ messages in thread
From: Brendan Simon @ 1999-09-26 21:18 UTC (permalink / raw)
  To: egcs; +Cc: cygwin

Another way to fix the environment space problem without having to play with
the config.sys file is to right mouse click on the cygnus.bat file or the
shortcut in the windows/start-menu directory and select properties.  In the
memory tab there is a drop down box for environment space settings.  Change it
from AUTO to 4096KB.

Brendan Simon.



Eric Feliu wrote:

> Hey Kriss,
>
>     Did you read the readme doc that came with the full distribution
> of cygwin? I have copied this part from the doc:
>
>     If you are running Windows 95 or
> 98 and are faced with the error message "Out of environment space", you
> need to increase the amount of environment space in your config.sys and
> try again.  Adding the line `shell=C:\command.com /e:4096 /p' should do
> the trick if `C:' is your system drive letter.
>
> There is alot of useful info in that doc that should help
> you, just in case you don't have it I have attached it
> for your convenience.
>
> Eric
>
> Kris Powell wrote:
>
> > I run the "cygwin-b20" from the start menu.
> > It used to say somthing like "out of area space."  Now it just says "bad
> > command or file name."


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cygwin-b20 Help!
  1999-09-26 21:08 ` Brendan Simon
@ 1999-09-30 23:42   ` Brendan Simon
  0 siblings, 0 replies; 10+ messages in thread
From: Brendan Simon @ 1999-09-30 23:42 UTC (permalink / raw)
  To: Kris Powell; +Cc: cygwin

Kris Powell wrote:

> I run the "cygwin-b20" from the start menu.
> It used to say somthing like "out of area space."  Now it just says "bad
> command or file name."

The cywin-b20 in the start menu is a shortcut which points to a batch file
(cygnus.bat) in the installation directory.  Command of filename not found
indicates that one of the following :
- the batch file is missing
- your have moved your cygnus installation
- The shortcut file (c:/windows/start menu/programs/cygwin b20) does not
point to the batch file anymore.

Have a look at the properties of the shortcut file and make sure it points to
the cygnus.bat file AND that the cygnus.bat file exists.


> If I run bash separatly from cygwin-b20, none of the commands work.  IE: I
> type ls, it says
> " "C:/cygnus/cygwin-b20/i586-cygwin32/bin/bash.exe"-2.02: ls: command not
> found"

This indicates that the PATH environment variable has not been setup
correctly.  This is most likely due to the problem above as I believe the
PATH variable is initially setup via the batch file.

Brendan Simon.



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cygwin-b20 Help!
  1999-09-26 21:18   ` Brendan Simon
@ 1999-09-30 23:42     ` Brendan Simon
  0 siblings, 0 replies; 10+ messages in thread
From: Brendan Simon @ 1999-09-30 23:42 UTC (permalink / raw)
  To: egcs; +Cc: cygwin

Another way to fix the environment space problem without having to play with
the config.sys file is to right mouse click on the cygnus.bat file or the
shortcut in the windows/start-menu directory and select properties.  In the
memory tab there is a drop down box for environment space settings.  Change it
from AUTO to 4096KB.

Brendan Simon.



Eric Feliu wrote:

> Hey Kriss,
>
>     Did you read the readme doc that came with the full distribution
> of cygwin? I have copied this part from the doc:
>
>     If you are running Windows 95 or
> 98 and are faced with the error message "Out of environment space", you
> need to increase the amount of environment space in your config.sys and
> try again.  Adding the line `shell=C:\command.com /e:4096 /p' should do
> the trick if `C:' is your system drive letter.
>
> There is alot of useful info in that doc that should help
> you, just in case you don't have it I have attached it
> for your convenience.
>
> Eric
>
> Kris Powell wrote:
>
> > I run the "cygwin-b20" from the start menu.
> > It used to say somthing like "out of area space."  Now it just says "bad
> > command or file name."


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cygwin-b20 Help!
  1999-09-26 19:21 ` Eric Feliu
  1999-09-26 21:18   ` Brendan Simon
@ 1999-09-30 23:42   ` Eric Feliu
  1 sibling, 0 replies; 10+ messages in thread
From: Eric Feliu @ 1999-09-30 23:42 UTC (permalink / raw)
  To: Kris Powell; +Cc: cygwin

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

Hey Kriss,

    Did you read the readme doc that came with the full distribution
of cygwin? I have copied this part from the doc:

    If you are running Windows 95 or
98 and are faced with the error message "Out of environment space", you
need to increase the amount of environment space in your config.sys and
try again.  Adding the line `shell=C:\command.com /e:4096 /p' should do
the trick if `C:' is your system drive letter.

There is alot of useful info in that doc that should help
you, just in case you don't have it I have attached it
for your convenience.

Eric



Kris Powell wrote:

> I run the "cygwin-b20" from the start menu.
> It used to say somthing like "out of area space."  Now it just says "bad
> command or file name."
>
> If I run bash separatly from cygwin-b20, none of the commands work.  IE: I
> type ls, it says
> " "C:/cygnus/cygwin-b20/i586-cygwin32/bin/bash.exe"-2.02: ls: command not
> found"
>
> The same goes for mount, mkdir, make, etc...
> I've checked the FAQ, and I don't know what to do.
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com



[-- Attachment #2: readme.doc --]
[-- Type: application/msword, Size: 39936 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Cygwin-b20 Help!
  1999-09-26 19:04 Cygwin-b20 Help! Kris Powell
  1999-09-26 19:21 ` Eric Feliu
  1999-09-26 21:08 ` Brendan Simon
@ 1999-09-30 23:42 ` Kris Powell
  2 siblings, 0 replies; 10+ messages in thread
From: Kris Powell @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin

I run the "cygwin-b20" from the start menu.
It used to say somthing like "out of area space."  Now it just says "bad 
command or file name."

If I run bash separatly from cygwin-b20, none of the commands work.  IE: I 
type ls, it says
" "C:/cygnus/cygwin-b20/i586-cygwin32/bin/bash.exe"-2.02: ls: command not 
found"

The same goes for mount, mkdir, make, etc...
I've checked the FAQ, and I don't know what to do.

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cygwin-b20 Help!
  1999-09-27 10:53 Earnie Boyd
@ 1999-09-30 23:42 ` Earnie Boyd
  0 siblings, 0 replies; 10+ messages in thread
From: Earnie Boyd @ 1999-09-30 23:42 UTC (permalink / raw)
  To: Kris Powell, cygwin

--- Kris Powell <raptorblue@hotmail.com> wrote:
> I run the "cygwin-b20" from the start menu.
> It used to say somthing like "out of area space."  Now it just says "bad 
> command or file name."
> 
> If I run bash separatly from cygwin-b20, none of the commands work.  IE: I 
> type ls, it says
> " "C:/cygnus/cygwin-b20/i586-cygwin32/bin/bash.exe"-2.02: ls: command not 
> found"

Add C:\cygnus\cygwin-b20\i586-cygwin32\bin to the PATH variable.

> 
> The same goes for mount, mkdir, make, etc...
> I've checked the FAQ, and I don't know what to do.

Then I suggest you pick up a good System Administration tutorial.

=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Cygwin-b20 Help!
@ 1999-09-27 10:53 Earnie Boyd
  1999-09-30 23:42 ` Earnie Boyd
  0 siblings, 1 reply; 10+ messages in thread
From: Earnie Boyd @ 1999-09-27 10:53 UTC (permalink / raw)
  To: Kris Powell, cygwin

--- Kris Powell <raptorblue@hotmail.com> wrote:
> I run the "cygwin-b20" from the start menu.
> It used to say somthing like "out of area space."  Now it just says "bad 
> command or file name."
> 
> If I run bash separatly from cygwin-b20, none of the commands work.  IE: I 
> type ls, it says
> " "C:/cygnus/cygwin-b20/i586-cygwin32/bin/bash.exe"-2.02: ls: command not 
> found"

Add C:\cygnus\cygwin-b20\i586-cygwin32\bin to the PATH variable.

> 
> The same goes for mount, mkdir, make, etc...
> I've checked the FAQ, and I don't know what to do.

Then I suggest you pick up a good System Administration tutorial.

=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~1999-09-30 23:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-26 19:04 Cygwin-b20 Help! Kris Powell
1999-09-26 19:21 ` Eric Feliu
1999-09-26 21:18   ` Brendan Simon
1999-09-30 23:42     ` Brendan Simon
1999-09-30 23:42   ` Eric Feliu
1999-09-26 21:08 ` Brendan Simon
1999-09-30 23:42   ` Brendan Simon
1999-09-30 23:42 ` Kris Powell
1999-09-27 10:53 Earnie Boyd
1999-09-30 23:42 ` Earnie Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).