public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Unable to Type Lower Case e in the Bash Window
@ 1999-11-22  9:34 Earnie Boyd
  1999-11-30 23:39 ` Earnie Boyd
  0 siblings, 1 reply; 16+ messages in thread
From: Earnie Boyd @ 1999-11-22  9:34 UTC (permalink / raw)
  To: Gus Baldauf; +Cc: cygwin users

--- Gus Baldauf <gus@transbay.net> wrote:
> The problem was my .inputrc file.  It had \r\n for end of lines.
> 
> The problem was fixed when I removed all the \r from .inputrc
> 
> In my original B20.1 setup, I had mounted / in text mode.  The V1.0 installer
> mounted / in binary mode.
> 
> While figuring out the problem, I commented out every line in .inputrc and
> the
> problem persisted.
> 
> Weird, but true.

Not weird, take a look at the code in bind.c in the readline package to
understand why.

=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
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] 16+ messages in thread

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  9:34 Unable to Type Lower Case e in the Bash Window Earnie Boyd
@ 1999-11-30 23:39 ` Earnie Boyd
  0 siblings, 0 replies; 16+ messages in thread
From: Earnie Boyd @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Gus Baldauf; +Cc: cygwin users

--- Gus Baldauf <gus@transbay.net> wrote:
> The problem was my .inputrc file.  It had \r\n for end of lines.
> 
> The problem was fixed when I removed all the \r from .inputrc
> 
> In my original B20.1 setup, I had mounted / in text mode.  The V1.0 installer
> mounted / in binary mode.
> 
> While figuring out the problem, I commented out every line in .inputrc and
> the
> problem persisted.
> 
> Weird, but true.

Not weird, take a look at the code in bind.c in the readline package to
understand why.

=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
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] 16+ messages in thread

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  7:48 ` Chris Faylor
  1999-11-22  9:23   ` Gus Baldauf
@ 1999-11-30 23:39   ` Chris Faylor
  1 sibling, 0 replies; 16+ messages in thread
From: Chris Faylor @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Earnie Boyd; +Cc: Gus Baldauf, cygwin

On Mon, Nov 22, 1999 at 05:57:42AM -0800, Earnie Boyd wrote:
>--- Gus Baldauf <gus@transbay.net> wrote:
>> Hello All,
>> 
>
>Hello Gus,
>
>> I just installed Cygwin 1.0.  When I open a bash window and I try to type or
>> paste the lower case letter e, nothing appears in the window and the computer
>> beeps at me.  For example, I can not enter the commands cygcheck, exit, echo
>> or
>> set.  All other upper and lower case letters work fine.
>> 
>-8<-
>
>I checked the output from cygcheck.  There is a bug in the Install process that
>leaves you with two different records in the registry for the / directory. 
>Change to the bin directory containing umount and mount, then do `./umount / &&
>./mount 'e:\' /' and that should resolve the problem.

Earnie, I only see one mount point in the cygcheck output and it is
correct:

E:\Cygwin  /        system  binmode

I think that your advice will actually cause problems since your telling
him to set his root to e:\ which does not appear to be correct.  If Gus
wants to try this, the correct way to do it is:

    umount /
    mount -f -b e:\ /

(from the Windows command-shell prompt)

I'm not familiar with this particular problem but it doesn't sound like
a mount problem to me.

cgf

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

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

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  5:57 Earnie Boyd
  1999-11-22  7:48 ` Chris Faylor
@ 1999-11-30 23:39 ` Earnie Boyd
  1 sibling, 0 replies; 16+ messages in thread
From: Earnie Boyd @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Gus Baldauf, cygwin

--- Gus Baldauf <gus@transbay.net> wrote:
> Hello All,
> 

Hello Gus,

> I just installed Cygwin 1.0.  When I open a bash window and I try to type or
> paste the lower case letter e, nothing appears in the window and the computer
> beeps at me.  For example, I can not enter the commands cygcheck, exit, echo
> or
> set.  All other upper and lower case letters work fine.
> 
-8<-

I checked the output from cygcheck.  There is a bug in the Install process that
leaves you with two different records in the registry for the / directory. 
Change to the bin directory containing umount and mount, then do `./umount / &&
./mount 'e:\' /' and that should resolve the problem.

You might want to spend some time cleaning up the path a bit.  You can export
PATH='/bin:/usr/bin:/usr/local/bin:/what/ever/else/bin:.' from the ~/.bashrc
file.  Of importance I would get rid of the mksnt path from the list to ensure
that you're not mixing environments.


=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
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] 16+ messages in thread

* RE: Unable to Type Lower Case e in the Bash Window
  1999-11-22  9:32     ` Andre Oliveira da Costa
@ 1999-11-30 23:39       ` Andre Oliveira da Costa
  0 siblings, 0 replies; 16+ messages in thread
From: Andre Oliveira da Costa @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Gus Baldauf; +Cc: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

[...]
> While figuring out the problem, I commented out every line in
> .inputrc and the
> problem persisted.
>
> Weird, but true.

Not really -- the '\r's were still there, confusing the shell's parser
(which needs to read the files to interpret them, and is expecting no '\r's)

Regards,

Andre
--
André Oliveira da Costa
(costa@cade.com.br)


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

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

* Unable to Type Lower Case e in the Bash Window
  1999-11-19 21:00         ` Unable to Type Lower Case e in the Bash Window Gus Baldauf
@ 1999-11-30 23:39           ` Gus Baldauf
  0 siblings, 0 replies; 16+ messages in thread
From: Gus Baldauf @ 1999-11-30 23:39 UTC (permalink / raw)
  To: cygwin

Hello All,

I just installed Cygwin 1.0.  When I open a bash window and I try to type or
paste the lower case letter e, nothing appears in the window and the computer
beeps at me.  For example, I can not enter the commands cygcheck, exit, echo or
set.  All other upper and lower case letters work fine.

I have the same problem with Win95 OSR2 or WinNT 4 SP5.

I had been successfully using B20.1.

I have attached the output of cygcheck -s -v -r executed from cmd.exe.

TIA, Gus

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Fri Nov 19 20:56:18 1999

WinNT Ver 4.0 build 1381 Service Pack 5

Path:	/bin
	/contrib/bin
	/cygdrive/e/mksnt
	/cygdrive/e/fndtn/bin/nt
	/cygdrive/e/WINNT4/system32
	/cygdrive/e/WINNT4
	/cygdrive/e/PROGRA~1/Tcl/bin
	/cygdrive/e/Program Files/InstallShield/InstallShield 5.5 Professional Edition/Program
	.
	/cygdrive/e/program files/NTReskit
	/cygdrive/e/Fndtn/bin/nt
	/cygdrive/e/vim/vim55
	/cygdrive/e/utils
	/cygdrive/c/ncftp
	/cygdrive/e/program files/devstudio/sharedide/bin/ide
	/cygdrive/e/program files/devstudio/sharedide/bin
	/cygdrive/e/program files/devstudio/vc/bin
	/cygdrive/d/orcadexe
	/cygdrive/d/xact
	/cygdrive/e/usr/bin
	/cygdrive/e/usr/local/bin

SysDir: E:\WINNT4\System32
WinDir: E:\WINNT4

HOME = `/cygdrive/e/home'
MAKE_MODE = `UNIX'

!E: = `E:\TEMP'
!EXITCODE = `00000000'
COMPUTERNAME = `CHARM'
COMSPEC = `E:\WINNT4\system32\cmd.exe'
GRMODE = `VGA16'
HOMEDRIVE = `E:'
HOMEPATH = `\users\default'
INCLUDE = `e:\program files\devstudio\vc\include;e:\program files\devstudio\vc\atl\include;e:\program files\devstudio\vc\mfc\include;%include%'
LIB = `e:\program files\devstudio\vc\lib;e:\program files\devstudio\vc\mfc\lib;%lib%'
LOGONSERVER = `\\CHARM'
MANPATH = `e:/etc'
MSDEVDIR = `E:\Program Files\DevStudio\SharedIDE'
MSINPUT = `E:\Program Files\Microsoft Hardware'
NTRESKIT = `E:\program files\NTReskit'
NUMBER_OF_PROCESSORS = `2'
ORCADESP = `C:\ORCADESP\'
ORCADEXE = `D:\ORCADEXE\'
ORCADPROJ = `D:\ORCAD\'
ORCADUSER = `C:\ORCADESP\'
OS = `Windows_NT'
OS2LIBPATH = `E:\WINNT4\system32\os2\dll;'
PAGER = `/bin/less'
PATHEXT = `.COM;.EXE;.BAT;.CMD'
PGPPATH = `e:\pgp262'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0503'
PROMPT = `$P$G'
ROOTDIR = `e:'
SHELL = `e:\cygwin\bin\bash.exe'
SYSTEMDRIVE = `E:'
SYSTEMROOT = `E:\WINNT4'
TEMP = `E:\TEMP'
TMP = `E:\TEMP'
TMPDIR = `f:/tmp'
TZ = `PST8PDT'
USERDOMAIN = `CHARM'
USERNAME = `gus'
USERPROFILE = `E:\WINNT4\Profiles\gus'
VIM = `e:/vim/vim55'
WINDIR = `E:\WINNT4'
XACT = `d:\xact;d:\xact.v4'
XACTUSER = `d:\xactuser'
XILINX = `E:\Fndtn'
TERM = `cygwin'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `w:'
  unix = `/w'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = `r:'
  unix = `/r'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = `f:'
  unix = `/f'
  fbinary = 0x00000001
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
  (default) = `d:'
  unix = `/d'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
  (default) = `c:'
  unix = `/c'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
  (default) = `b:'
  unix = `/b'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
  (default) = `a:'
  unix = `/a'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
  (default) = `e:'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\1.00.000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 0x0000000a
  native = `E:\Cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32

a:  fd           N/A    N/A                    
b:  fd           N/A    N/A                    
c:  hd  FAT      509Mb  14% CP    UN           DOS
d:  hd  FAT32   1189Mb  62% CP    UN           WIN98
e:  hd  NTFS    3506Mb  68% CP CS UN PA FC     text
f:  hd  NTFS    3506Mb  68% CP CS UN PA FC     data
r:  cd           N/A    N/A                    
w:  cd  CDUDFRW   529Mb  63% CP    UN           CD-RW_TEST

E:\Cygwin  /        system  binmode

Found: E:\Cygwin\bin\bash.exe
Found: e:\usr\bin\bash.exe
Warning: E:\Cygwin\bin\bash.exe hides e:\usr\bin\bash.exe
Found: E:\Cygwin\bin\cat.exe
Found: e:\mksnt\cat.exe
Warning: E:\Cygwin\bin\cat.exe hides e:\mksnt\cat.exe
Found: e:\program files\NTReskit\cat.exe
Warning: E:\Cygwin\bin\cat.exe hides e:\program files\NTReskit\cat.exe
Not Found: cpp (good!)
Found: E:\Cygwin\bin\find.exe
Found: e:\mksnt\find.exe
Warning: E:\Cygwin\bin\find.exe hides e:\mksnt\find.exe
Found: E:\Cygwin\bin\gcc.exe
Found: E:\Cygwin\bin\gdb.exe
Found: E:\Cygwin\bin\ld.exe
Found: E:\Cygwin\bin\ls.exe
Found: e:\mksnt\ls.exe
Warning: E:\Cygwin\bin\ls.exe hides e:\mksnt\ls.exe
Found: e:\program files\NTReskit\ls.exe
Warning: E:\Cygwin\bin\ls.exe hides e:\program files\NTReskit\ls.exe
Found: E:\Cygwin\bin\make.exe
Found: e:\mksnt\make.exe
Warning: E:\Cygwin\bin\make.exe hides e:\mksnt\make.exe
Found: E:\Cygwin\bin\sh.exe
Found: e:\mksnt\sh.exe
Warning: E:\Cygwin\bin\sh.exe hides e:\mksnt\sh.exe
Found: \bin\sh.exe
Warning: E:\Cygwin\bin\sh.exe hides \bin\sh.exe

  115k 1999/09/14 E:\Cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=1999/9/13 19:46
   63k 1999/09/14 E:\Cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=1999/9/13 19:47
  474k 1999/09/14 E:\Cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=1999/9/13 19:31
   19k 1999/09/14 E:\Cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   24k 1999/09/14 E:\Cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=1999/9/13 19:31
  768k 1999/09/14 E:\Cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=1999/9/13 19:36
  786k 1999/09/14 E:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=1999/9/13 20:44
Use -h to see help about each section

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

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  9:23   ` Gus Baldauf
  1999-11-22  9:32     ` Andre Oliveira da Costa
@ 1999-11-30 23:39     ` Gus Baldauf
  1 sibling, 0 replies; 16+ messages in thread
From: Gus Baldauf @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Chris Faylor; +Cc: Earnie Boyd, cygwin, cygwin-support

The problem was my .inputrc file.  It had \r\n for end of lines.

The problem was fixed when I removed all the \r from .inputrc

In my original B20.1 setup, I had mounted / in text mode.  The V1.0 installer
mounted / in binary mode.

While figuring out the problem, I commented out every line in .inputrc and the
problem persisted.

Weird, but true.

-Gus

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

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

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  9:35 ` Chris Faylor
@ 1999-11-30 23:39   ` Chris Faylor
  0 siblings, 0 replies; 16+ messages in thread
From: Chris Faylor @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Earnie Boyd; +Cc: Gus Baldauf, cygwin

On Mon, Nov 22, 1999 at 09:27:46AM -0800, Earnie Boyd wrote:
>--- Chris Faylor <cgf@cygnus.com> wrote:
>> On Mon, Nov 22, 1999 at 05:57:42AM -0800, Earnie Boyd wrote:
>> >--- Gus Baldauf <gus@transbay.net> wrote:
>>>>I just installed Cygwin 1.0.  When I open a bash window and I try to
>>>>type
>>or
>>>>paste the lower case letter e, nothing appears in the window and the
>>computer
>>>>beeps at me.  For example, I can not enter the commands cygcheck, exit,
>>echo
>>>>or set.  All other upper and lower case letters work fine.
>>>>
>>>-8<-
>>>
>>>I checked the output from cygcheck.  There is a bug in the Install
>>>process
>>that
>>>leaves you with two different records in the registry for the /
>>>directory.  Change to the bin directory containing umount and mount,
>>>then do `./umount /
>>&&
>>>./mount 'e:\' /' and that should resolve the problem.
>>
>>Earnie, I only see one mount point in the cygcheck output and it is
>>correct:
>>
>>E:\Cygwin  /        system  binmode
>
>Oh, sorry the information below is what confused me.  However, Gus'
>b20.1 setup was in text mode and he now has binmode.

You're right.  I missed this.

So, the corrct solution is probably something like this:

umount /
mount -f -b e:\cygwin /
mount q:\homedirectory-containing-inputrc /whatever-it-should-be

cgf

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

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

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  9:27 Earnie Boyd
  1999-11-22  9:35 ` Chris Faylor
@ 1999-11-30 23:39 ` Earnie Boyd
  1 sibling, 0 replies; 16+ messages in thread
From: Earnie Boyd @ 1999-11-30 23:39 UTC (permalink / raw)
  To: Chris Faylor; +Cc: Gus Baldauf, cygwin

--- Chris Faylor <cgf@cygnus.com> wrote:
> On Mon, Nov 22, 1999 at 05:57:42AM -0800, Earnie Boyd wrote:
> >--- Gus Baldauf <gus@transbay.net> wrote:
> >> Hello All,
> >> 
> >
> >Hello Gus,
> >
> >> I just installed Cygwin 1.0.  When I open a bash window and I try to type
> or
> >> paste the lower case letter e, nothing appears in the window and the
> computer
> >> beeps at me.  For example, I can not enter the commands cygcheck, exit,
> echo
> >> or
> >> set.  All other upper and lower case letters work fine.
> >> 
> >-8<-
> >
> >I checked the output from cygcheck.  There is a bug in the Install process
> that
> >leaves you with two different records in the registry for the / directory. 
> >Change to the bin directory containing umount and mount, then do `./umount /
> &&
> >./mount 'e:\' /' and that should resolve the problem.
> 
> Earnie, I only see one mount point in the cygcheck output and it is
> correct:
> 
> E:\Cygwin  /        system  binmode
> 

Oh, sorry the information below is what confused me.  However, Gus' b20.1 setup
was in text mode and he now has binmode.

HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
  (default) = `e:'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\1.00.000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 0x0000000a
  native = `E:\Cygwin'


> I think that your advice will actually cause problems since your telling
> him to set his root to e:\ which does not appear to be correct.  If Gus
> wants to try this, the correct way to do it is:
> 
>     umount /
>     mount -f -b e:\ /
> 
> (from the Windows command-shell prompt)
> 
> I'm not familiar with this particular problem but it doesn't sound like
> a mount problem to me.

Gus' problem with not seeing an 'e' when typed could be related to the .inputrc
file.  It must contain UNIX style line endings in order to work correctly and
will only work correctly it it resides on a binary mode mounted directory
without the patch I sent earlier.

=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
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] 16+ messages in thread

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  9:27 Earnie Boyd
@ 1999-11-22  9:35 ` Chris Faylor
  1999-11-30 23:39   ` Chris Faylor
  1999-11-30 23:39 ` Earnie Boyd
  1 sibling, 1 reply; 16+ messages in thread
From: Chris Faylor @ 1999-11-22  9:35 UTC (permalink / raw)
  To: Earnie Boyd; +Cc: Gus Baldauf, cygwin

On Mon, Nov 22, 1999 at 09:27:46AM -0800, Earnie Boyd wrote:
>--- Chris Faylor <cgf@cygnus.com> wrote:
>> On Mon, Nov 22, 1999 at 05:57:42AM -0800, Earnie Boyd wrote:
>> >--- Gus Baldauf <gus@transbay.net> wrote:
>>>>I just installed Cygwin 1.0.  When I open a bash window and I try to
>>>>type
>>or
>>>>paste the lower case letter e, nothing appears in the window and the
>>computer
>>>>beeps at me.  For example, I can not enter the commands cygcheck, exit,
>>echo
>>>>or set.  All other upper and lower case letters work fine.
>>>>
>>>-8<-
>>>
>>>I checked the output from cygcheck.  There is a bug in the Install
>>>process
>>that
>>>leaves you with two different records in the registry for the /
>>>directory.  Change to the bin directory containing umount and mount,
>>>then do `./umount /
>>&&
>>>./mount 'e:\' /' and that should resolve the problem.
>>
>>Earnie, I only see one mount point in the cygcheck output and it is
>>correct:
>>
>>E:\Cygwin  /        system  binmode
>
>Oh, sorry the information below is what confused me.  However, Gus'
>b20.1 setup was in text mode and he now has binmode.

You're right.  I missed this.

So, the corrct solution is probably something like this:

umount /
mount -f -b e:\cygwin /
mount q:\homedirectory-containing-inputrc /whatever-it-should-be

cgf

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

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

* RE: Unable to Type Lower Case e in the Bash Window
  1999-11-22  9:23   ` Gus Baldauf
@ 1999-11-22  9:32     ` Andre Oliveira da Costa
  1999-11-30 23:39       ` Andre Oliveira da Costa
  1999-11-30 23:39     ` Gus Baldauf
  1 sibling, 1 reply; 16+ messages in thread
From: Andre Oliveira da Costa @ 1999-11-22  9:32 UTC (permalink / raw)
  To: Gus Baldauf; +Cc: cygwin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

[...]
> While figuring out the problem, I commented out every line in
> .inputrc and the
> problem persisted.
>
> Weird, but true.

Not really -- the '\r's were still there, confusing the shell's parser
(which needs to read the files to interpret them, and is expecting no '\r's)

Regards,

Andre
--
André Oliveira da Costa
(costa@cade.com.br)


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

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

* Re: Unable to Type Lower Case e in the Bash Window
@ 1999-11-22  9:27 Earnie Boyd
  1999-11-22  9:35 ` Chris Faylor
  1999-11-30 23:39 ` Earnie Boyd
  0 siblings, 2 replies; 16+ messages in thread
From: Earnie Boyd @ 1999-11-22  9:27 UTC (permalink / raw)
  To: Chris Faylor; +Cc: Gus Baldauf, cygwin

--- Chris Faylor <cgf@cygnus.com> wrote:
> On Mon, Nov 22, 1999 at 05:57:42AM -0800, Earnie Boyd wrote:
> >--- Gus Baldauf <gus@transbay.net> wrote:
> >> Hello All,
> >> 
> >
> >Hello Gus,
> >
> >> I just installed Cygwin 1.0.  When I open a bash window and I try to type
> or
> >> paste the lower case letter e, nothing appears in the window and the
> computer
> >> beeps at me.  For example, I can not enter the commands cygcheck, exit,
> echo
> >> or
> >> set.  All other upper and lower case letters work fine.
> >> 
> >-8<-
> >
> >I checked the output from cygcheck.  There is a bug in the Install process
> that
> >leaves you with two different records in the registry for the / directory. 
> >Change to the bin directory containing umount and mount, then do `./umount /
> &&
> >./mount 'e:\' /' and that should resolve the problem.
> 
> Earnie, I only see one mount point in the cygcheck output and it is
> correct:
> 
> E:\Cygwin  /        system  binmode
> 

Oh, sorry the information below is what confused me.  However, Gus' b20.1 setup
was in text mode and he now has binmode.

HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
  (default) = `e:'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\1.00.000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 0x0000000a
  native = `E:\Cygwin'


> I think that your advice will actually cause problems since your telling
> him to set his root to e:\ which does not appear to be correct.  If Gus
> wants to try this, the correct way to do it is:
> 
>     umount /
>     mount -f -b e:\ /
> 
> (from the Windows command-shell prompt)
> 
> I'm not familiar with this particular problem but it doesn't sound like
> a mount problem to me.

Gus' problem with not seeing an 'e' when typed could be related to the .inputrc
file.  It must contain UNIX style line endings in order to work correctly and
will only work correctly it it resides on a binary mode mounted directory
without the patch I sent earlier.

=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
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] 16+ messages in thread

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  7:48 ` Chris Faylor
@ 1999-11-22  9:23   ` Gus Baldauf
  1999-11-22  9:32     ` Andre Oliveira da Costa
  1999-11-30 23:39     ` Gus Baldauf
  1999-11-30 23:39   ` Chris Faylor
  1 sibling, 2 replies; 16+ messages in thread
From: Gus Baldauf @ 1999-11-22  9:23 UTC (permalink / raw)
  To: Chris Faylor; +Cc: Earnie Boyd, cygwin, cygwin-support

The problem was my .inputrc file.  It had \r\n for end of lines.

The problem was fixed when I removed all the \r from .inputrc

In my original B20.1 setup, I had mounted / in text mode.  The V1.0 installer
mounted / in binary mode.

While figuring out the problem, I commented out every line in .inputrc and the
problem persisted.

Weird, but true.

-Gus

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

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

* Re: Unable to Type Lower Case e in the Bash Window
  1999-11-22  5:57 Earnie Boyd
@ 1999-11-22  7:48 ` Chris Faylor
  1999-11-22  9:23   ` Gus Baldauf
  1999-11-30 23:39   ` Chris Faylor
  1999-11-30 23:39 ` Earnie Boyd
  1 sibling, 2 replies; 16+ messages in thread
From: Chris Faylor @ 1999-11-22  7:48 UTC (permalink / raw)
  To: Earnie Boyd; +Cc: Gus Baldauf, cygwin

On Mon, Nov 22, 1999 at 05:57:42AM -0800, Earnie Boyd wrote:
>--- Gus Baldauf <gus@transbay.net> wrote:
>> Hello All,
>> 
>
>Hello Gus,
>
>> I just installed Cygwin 1.0.  When I open a bash window and I try to type or
>> paste the lower case letter e, nothing appears in the window and the computer
>> beeps at me.  For example, I can not enter the commands cygcheck, exit, echo
>> or
>> set.  All other upper and lower case letters work fine.
>> 
>-8<-
>
>I checked the output from cygcheck.  There is a bug in the Install process that
>leaves you with two different records in the registry for the / directory. 
>Change to the bin directory containing umount and mount, then do `./umount / &&
>./mount 'e:\' /' and that should resolve the problem.

Earnie, I only see one mount point in the cygcheck output and it is
correct:

E:\Cygwin  /        system  binmode

I think that your advice will actually cause problems since your telling
him to set his root to e:\ which does not appear to be correct.  If Gus
wants to try this, the correct way to do it is:

    umount /
    mount -f -b e:\ /

(from the Windows command-shell prompt)

I'm not familiar with this particular problem but it doesn't sound like
a mount problem to me.

cgf

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

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

* Re: Unable to Type Lower Case e in the Bash Window
@ 1999-11-22  5:57 Earnie Boyd
  1999-11-22  7:48 ` Chris Faylor
  1999-11-30 23:39 ` Earnie Boyd
  0 siblings, 2 replies; 16+ messages in thread
From: Earnie Boyd @ 1999-11-22  5:57 UTC (permalink / raw)
  To: Gus Baldauf, cygwin

--- Gus Baldauf <gus@transbay.net> wrote:
> Hello All,
> 

Hello Gus,

> I just installed Cygwin 1.0.  When I open a bash window and I try to type or
> paste the lower case letter e, nothing appears in the window and the computer
> beeps at me.  For example, I can not enter the commands cygcheck, exit, echo
> or
> set.  All other upper and lower case letters work fine.
> 
-8<-

I checked the output from cygcheck.  There is a bug in the Install process that
leaves you with two different records in the registry for the / directory. 
Change to the bin directory containing umount and mount, then do `./umount / &&
./mount 'e:\' /' and that should resolve the problem.

You might want to spend some time cleaning up the path a bit.  You can export
PATH='/bin:/usr/bin:/usr/local/bin:/what/ever/else/bin:.' from the ~/.bashrc
file.  Of importance I would get rid of the mksnt path from the list to ensure
that you're not mixing environments.


=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
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] 16+ messages in thread

* Unable to Type Lower Case e in the Bash Window
  1999-11-19 10:49       ` Chris Faylor
@ 1999-11-19 21:00         ` Gus Baldauf
  1999-11-30 23:39           ` Gus Baldauf
  0 siblings, 1 reply; 16+ messages in thread
From: Gus Baldauf @ 1999-11-19 21:00 UTC (permalink / raw)
  To: cygwin

Hello All,

I just installed Cygwin 1.0.  When I open a bash window and I try to type or
paste the lower case letter e, nothing appears in the window and the computer
beeps at me.  For example, I can not enter the commands cygcheck, exit, echo or
set.  All other upper and lower case letters work fine.

I have the same problem with Win95 OSR2 or WinNT 4 SP5.

I had been successfully using B20.1.

I have attached the output of cygcheck -s -v -r executed from cmd.exe.

TIA, Gus

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Fri Nov 19 20:56:18 1999

WinNT Ver 4.0 build 1381 Service Pack 5

Path:	/bin
	/contrib/bin
	/cygdrive/e/mksnt
	/cygdrive/e/fndtn/bin/nt
	/cygdrive/e/WINNT4/system32
	/cygdrive/e/WINNT4
	/cygdrive/e/PROGRA~1/Tcl/bin
	/cygdrive/e/Program Files/InstallShield/InstallShield 5.5 Professional Edition/Program
	.
	/cygdrive/e/program files/NTReskit
	/cygdrive/e/Fndtn/bin/nt
	/cygdrive/e/vim/vim55
	/cygdrive/e/utils
	/cygdrive/c/ncftp
	/cygdrive/e/program files/devstudio/sharedide/bin/ide
	/cygdrive/e/program files/devstudio/sharedide/bin
	/cygdrive/e/program files/devstudio/vc/bin
	/cygdrive/d/orcadexe
	/cygdrive/d/xact
	/cygdrive/e/usr/bin
	/cygdrive/e/usr/local/bin

SysDir: E:\WINNT4\System32
WinDir: E:\WINNT4

HOME = `/cygdrive/e/home'
MAKE_MODE = `UNIX'

!E: = `E:\TEMP'
!EXITCODE = `00000000'
COMPUTERNAME = `CHARM'
COMSPEC = `E:\WINNT4\system32\cmd.exe'
GRMODE = `VGA16'
HOMEDRIVE = `E:'
HOMEPATH = `\users\default'
INCLUDE = `e:\program files\devstudio\vc\include;e:\program files\devstudio\vc\atl\include;e:\program files\devstudio\vc\mfc\include;%include%'
LIB = `e:\program files\devstudio\vc\lib;e:\program files\devstudio\vc\mfc\lib;%lib%'
LOGONSERVER = `\\CHARM'
MANPATH = `e:/etc'
MSDEVDIR = `E:\Program Files\DevStudio\SharedIDE'
MSINPUT = `E:\Program Files\Microsoft Hardware'
NTRESKIT = `E:\program files\NTReskit'
NUMBER_OF_PROCESSORS = `2'
ORCADESP = `C:\ORCADESP\'
ORCADEXE = `D:\ORCADEXE\'
ORCADPROJ = `D:\ORCAD\'
ORCADUSER = `C:\ORCADESP\'
OS = `Windows_NT'
OS2LIBPATH = `E:\WINNT4\system32\os2\dll;'
PAGER = `/bin/less'
PATHEXT = `.COM;.EXE;.BAT;.CMD'
PGPPATH = `e:\pgp262'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 3, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0503'
PROMPT = `$P$G'
ROOTDIR = `e:'
SHELL = `e:\cygwin\bin\bash.exe'
SYSTEMDRIVE = `E:'
SYSTEMROOT = `E:\WINNT4'
TEMP = `E:\TEMP'
TMP = `E:\TEMP'
TMPDIR = `f:/tmp'
TZ = `PST8PDT'
USERDOMAIN = `CHARM'
USERNAME = `gus'
USERPROFILE = `E:\WINNT4\Profiles\gus'
VIM = `e:/vim/vim55'
WINDIR = `E:\WINNT4'
XACT = `d:\xact;d:\xact.v4'
XACTUSER = `d:\xactuser'
XILINX = `E:\Fndtn'
TERM = `cygwin'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `w:'
  unix = `/w'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
  (default) = `r:'
  unix = `/r'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
  (default) = `f:'
  unix = `/f'
  fbinary = 0x00000001
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
  (default) = `d:'
  unix = `/d'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
  (default) = `c:'
  unix = `/c'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
  (default) = `b:'
  unix = `/b'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
  (default) = `a:'
  unix = `/a'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
  (default) = `e:'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\1.00.000
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 0x0000000a
  native = `E:\Cygwin'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32

a:  fd           N/A    N/A                    
b:  fd           N/A    N/A                    
c:  hd  FAT      509Mb  14% CP    UN           DOS
d:  hd  FAT32   1189Mb  62% CP    UN           WIN98
e:  hd  NTFS    3506Mb  68% CP CS UN PA FC     text
f:  hd  NTFS    3506Mb  68% CP CS UN PA FC     data
r:  cd           N/A    N/A                    
w:  cd  CDUDFRW   529Mb  63% CP    UN           CD-RW_TEST

E:\Cygwin  /        system  binmode

Found: E:\Cygwin\bin\bash.exe
Found: e:\usr\bin\bash.exe
Warning: E:\Cygwin\bin\bash.exe hides e:\usr\bin\bash.exe
Found: E:\Cygwin\bin\cat.exe
Found: e:\mksnt\cat.exe
Warning: E:\Cygwin\bin\cat.exe hides e:\mksnt\cat.exe
Found: e:\program files\NTReskit\cat.exe
Warning: E:\Cygwin\bin\cat.exe hides e:\program files\NTReskit\cat.exe
Not Found: cpp (good!)
Found: E:\Cygwin\bin\find.exe
Found: e:\mksnt\find.exe
Warning: E:\Cygwin\bin\find.exe hides e:\mksnt\find.exe
Found: E:\Cygwin\bin\gcc.exe
Found: E:\Cygwin\bin\gdb.exe
Found: E:\Cygwin\bin\ld.exe
Found: E:\Cygwin\bin\ls.exe
Found: e:\mksnt\ls.exe
Warning: E:\Cygwin\bin\ls.exe hides e:\mksnt\ls.exe
Found: e:\program files\NTReskit\ls.exe
Warning: E:\Cygwin\bin\ls.exe hides e:\program files\NTReskit\ls.exe
Found: E:\Cygwin\bin\make.exe
Found: e:\mksnt\make.exe
Warning: E:\Cygwin\bin\make.exe hides e:\mksnt\make.exe
Found: E:\Cygwin\bin\sh.exe
Found: e:\mksnt\sh.exe
Warning: E:\Cygwin\bin\sh.exe hides e:\mksnt\sh.exe
Found: \bin\sh.exe
Warning: E:\Cygwin\bin\sh.exe hides \bin\sh.exe

  115k 1999/09/14 E:\Cygwin\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=1999/9/13 19:46
   63k 1999/09/14 E:\Cygwin\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=1999/9/13 19:47
  474k 1999/09/14 E:\Cygwin\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=1999/9/13 19:31
   19k 1999/09/14 E:\Cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   24k 1999/09/14 E:\Cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=1999/9/13 19:31
  768k 1999/09/14 E:\Cygwin\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=1999/9/13 19:36
  786k 1999/09/14 E:\Cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=1999/9/13 20:44
Use -h to see help about each section

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

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

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-22  9:34 Unable to Type Lower Case e in the Bash Window Earnie Boyd
1999-11-30 23:39 ` Earnie Boyd
  -- strict thread matches above, loose matches on Subject: below --
1999-11-22  9:27 Earnie Boyd
1999-11-22  9:35 ` Chris Faylor
1999-11-30 23:39   ` Chris Faylor
1999-11-30 23:39 ` Earnie Boyd
1999-11-22  5:57 Earnie Boyd
1999-11-22  7:48 ` Chris Faylor
1999-11-22  9:23   ` Gus Baldauf
1999-11-22  9:32     ` Andre Oliveira da Costa
1999-11-30 23:39       ` Andre Oliveira da Costa
1999-11-30 23:39     ` Gus Baldauf
1999-11-30 23:39   ` Chris Faylor
1999-11-30 23:39 ` Earnie Boyd
1999-11-19  5:28 Cygwin select + sockets from DLL Earnie Boyd
1999-11-19  5:52 ` Cygnus - Admin
1999-11-19  8:21   ` Chris Faylor
1999-11-19  8:24     ` DJ Delorie
1999-11-19 10:49       ` Chris Faylor
1999-11-19 21:00         ` Unable to Type Lower Case e in the Bash Window Gus Baldauf
1999-11-30 23:39           ` Gus Baldauf

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).