Mail Archives: cygwin/1999/09/01/15:07:30
Okay,
I seem to have overcome the permissions problem when trying
to install Perl modules. Much thanks to Chuck!
I completely uninstalled Cygwin and manually removed all
entries I could find in the registry. I setup the re-install
so that it is completely contained on a single NTFS
partition.
- created a new non-admin login and logged on with it.
- installed full.exe and the 12/98 cygwin1.dll on an NTFS
partition (d:)
- mounted d:\ as /.
- slinked /bin to /cygnus/cygwin-b20/H-i586-cygwin32/bin.
- slinked /usr/include to /cygnus/cygwin-b20/include
- installed cygwin-b20-local.tar.bz2 in /usr/local.
- installed gcc-2_95-cygb20_tar.gz.
- installed perl5_005_03-cygwinb20-dynamic-v1_4_tar.bz2
- made and installed autoconf 2.13
- made and installed automake 1.4
- made and installed libtool 1.3.3
I've appended the output from cygcheck because I noticed
some differences from the previous one I made.
In particular, I seem to be missing some registry entries
after the re-install.
Does anyone see any problems implicit in this new installation?
Comments?
Thanks,
Doug
> Date sent: Fri, 27 Aug 1999 12:19:36 -0400
> From: "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu>
> To: dwyatt AT sunflower DOT com
> Subject: Re: Problems installing a Perl module
>
> Umm, err, I forgot to mention: I *think* you need to reboot after changing
> the CYGWIN environment variable. If I understand correctly, the
> cygwin1.dll only checks its value at dll-init, and that is done the first
> time the dll is used. After that, because of the weird way MSWIN handles
> shared libs, it stays resident forever -- that is, until the reboot. So it
> never checks the CYGWIN value again. However, you said that it *is*
> creating the "ea data. sf" files, so I dunno.
>
> I've run into a lot of problems when using cygwin as an Administrator. I
> even went so far as to reinstall cygwin as a normal user instead of Admin.
> My typical login is not in the Administrator's group.
>
> Here's the problem:
> Every file created by a user (call him "joe") who is a member of the
> Administrators group is *not* owned by
> "joe". Instead, the file is owned by "Administrators". But, that's not a
> valid user, so typically there is no entry in the /etc/passwd file for
> Administrators. Thus, permission errors. You might try putting an
> "Administrators" entry in your /etc/passwd. However, that won't fix the
> following:
>
> If joe does a "chown joe foo" the foo is owned by -- "Administrators", not
> joe. It is truly bizarre, and we can thank the underlying MS filesystem
> for the problem. It is a well-known NTism. Thus, I never do anything
> cygwin-ish as Administrator, and I removed my normal login from that
> group. It's just too much trouble.
>
> --Chuck
>
>
> Doug Wyatt wrote:
>
>> Aargh!
>> Sorry,
>>
>>> Doug -
>>> I don't know if these suggestions will help, but they *might*, so
>>> give it a shot:
>>>
>> Thanks, but I've obviously got something really screwed up!
>>
>>> 1) put d:\cygnus\cygwin-b20\H-i586-cygwin32\bin in your windows path
>>> (or, alternatively, copy cygwin1.dll into a directory that is already
>>> part of your windows path -- I don't like this b/c it gives multiple
>>> copies of the dll floating around).
>>>
>> I added d:\cygnus\cygwin-b20\H-i586-cygwin32\bin to my Windows path
>>
>>> 2) set CYGWIN=ntea {+other stuff if you like}
>>>
>> I put "set CYGWIN=ntea" in my cygnus.bat file.
>>
>>> 3) remove that "root" entry from your /etc/password file; add (if it
>>> doesn't already exist) an entry for Administrator
>>>
>> I removed the 'root' entry and verified that Administrator was in my
>> /etc/passwd file.
>>
>>> 4) login as Administrator
>>>
>> Done. And I started Cygwin and checked env - cygcheck appended to this
>> msg.
>>
>>> 5) ' chown -R normal-user-name * ' from /usr/local.
>>> BTW, your normal user id is not a member of the Administrators
>>> group, is it?
>>>
>> I tried chown -R and and got an few "not found" msgs and a lot ot
>> "Permission denied" msgs. Chown fails on individual files and dirs
>> silently. Chmod works on files but not on dirs. According to what I've
>> read, these should work, even on FAT, with "CYGWIN=ntea". It did create
>> "Ea data. sf" on each FAT partition I've tried it on.
>>
>> And yes, my regular login is in the Administrators group.
>>
>> I can chown on /d, which is NTFS, but can't "chmod 775 dir" with any
>> effect on there, either.
>>
>>> 6) login as normal-user
>>>
>> Done.
>>
>>> See if that helps.
>>>
>> Nope!
>>
>>> --Chuck
>>>
>> I guess I should try reinstalling everything under /d (mount d:\\ /),
>> and see if it makes any difference if everything in on NTFS. I suspect
>> not.
>>
>> Thanks,
>> Doug
>>
>>>
>>> Doug Wyatt wrote:
>>>
>>>> Hi, Charles,
>>>>
>>>>> Doug -
>>>>> Okay, a couple of things:
>>>>>
>>>>> 1) is d:\cygnus\cygwin-b20\H-i586-cygwin32\bin in your *windows*
>>>>> path, or is it added to the path by cygwin.bat / .bashrc when you
>>>>> start a bash window? In order for windows to find a .dll, it must
>>>>> be in the windows search path. Look in "My
>>>>> Computer"\Properties\Environment\PATH.
>>>>>
>>>> No, d:\cygnus\cygwin-b20\H-i586-cygwin32\bin is no in my windows
>>>> path, it is prepended in cygnus.bat. Other stuff is added in
>>>> ~/.bashrc ;
>>>>
>>>>> 2) I'm confused why "/perl5/bin" is in your path, but
>>>>> "/usr/local/bin" is not. Your tools and target need to match when
>>>>> building perl modules. That is, if you're adding the HTML module
>>>>> to the perl which is installed in /usr/local/lib/perl5 and
>>>>> /usr/local/bin, then you need to use the perl.exe and perlld and
>>>>> ld2 scripts IN /usr/local/bin, not some other perl.exe (from
>>>>> ActiveState?) in /perl5/bin. This is because the scripts contain
>>>>> path information specific to each binary, so you can't mix 'n'
>>>>> match. (Thus, if you move "my" perl from /usr/local/bin, then you
>>>>> need to hand-edit the perlld, ld2, and the
>>>>> <usr/local/lib>/perl5/5.00503/cygwin32/Config.pm file to correct
>>>>> those paths).
>>>>>
>>>> Look again, /usr/local/bin is right there after "Path:" in both
>>>> cygcheck output listings. The /perl5/bin is an artifact from the
>>>> ActiveState Perl, but it comes after /usr/local/bin in the search
>>>> sequence. I just haven't removed /perl5, yet. I'll have to think
>>>> about what I might have used /perl5 for before I installed your
>>>> Cygwin version, if anything.
>>>>
>>>>> 3) Who is this "root" person? No, really, don't laugh. That's a
>>>>> unixism; "root" doesn't mean anything in cygwin (unless, of
>>>>> course, you've created an NT user account named "root" and added
>>>>> that user to the Administrators group). What you want to do is "su
>>>>> Administrator" -- except that I do not believe "su" works at all.
>>>>> When I do a "su Administrator" and then "touch foo", ls -l shows
>>>>> that foo is owned by cwilson, not Administrator (and not by the
>>>>> Administrator*s* group, either). I am surprised, though, that
>>>>> you're getting permission denied errors on a FAT drive, especially
>>>>> since you don't have CYGWIN=ntea. In fact, you don't have CYGWIN=
>>>>> anything. What does "ls -l" show, in the "/usr/local/lib"
>>>>> directory?
>>>>>
>>>> Okay, I reasoned thusly... 'make install' complained about not
>>>> having permission to create something:
>>>>
>>>> bash-2.02$ make install
>>>> Manifying blib/man3/HTML::Parser.3
>>>> Manifying blib/man3/HTML::Entities.3
>>>> Manifying blib/man3/HTML::Filter.3
>>>> Manifying blib/man3/HTML::HeadParser.3
>>>> Manifying blib/man3/HTML::TokeParser.3
>>>> Manifying blib/man3/HTML::LinkExtor.3
>>>> Warning: You do not have permissions to install into
>>>> /usr/local/lib/perl5/site_perl/cygwin32 \
>>>> at /usr/local/lib/perl5/5.00503/ExtUtils/Install.pm line 61.
>>>> Skipping /usr/local/lib/perl5/site_perl/HTML/Parser.pm (unchanged)
>>>> Skipping /usr/local/lib/perl5/site_perl/HTML/Entities.pm (unchanged)
>>>> Skipping /usr/local/lib/perl5/site_perl/HTML/Filter.pm (unchanged)
>>>> Skipping /usr/local/lib/perl5/site_perl/HTML/HeadParser.pm
>>>> (unchanged) Skipping
>>>> /usr/local/lib/perl5/site_perl/HTML/LinkExtor.pm (unchanged)
>>>> Skipping /usr/local/lib/perl5/site_perl/HTML/TokeParser.pm
>>>> (unchanged) Skipping /usr/local/man/man3/HTML.Parser.3 (unchanged)
>>>> Skipping /usr/local/man/man3/HTML.Entities.3 (unchanged) Skipping
>>>> /usr/local/man/man3/HTML.Filter.3 (unchanged) Skipping
>>>> /usr/local/man/man3/HTML.HeadParser.3 (unchanged) Skipping
>>>> /usr/local/man/man3/HTML.TokeParser.3 (unchanged) Skipping
>>>> /usr/local/man/man3/HTML.LinkExtor.3 (unchanged) Writing
>>>> /usr/local/lib/perl5/site_perl/cygwin32/auto/HTML/Parser/.packlist
>>>> Appending installation info to
>>>> /usr/local/lib/perl5/5.00503/cygwin32/perllocal.pod
>>>>
>>>> This appeared to result from an "if ( -w ... )" in install.pm. I
>>>> looked at the dir in question, 755, 0:everyone; I looked at
>>>> /etc/passwd, no UID for zero, so I added a 'root' entry.
>>>> 'Administrator' was associated with UID 500.
>>>>
>>>> You're probably right about 'su' not doing much. It does give me a
>>>> '$' prompt and change PATH but that may be about all besides messing
>>>> up the other stuff I mentioned. The directory you asked about is:
>>>>
>>>> bash-2.02$ ls -l /usr/local/lib
>>>> total 2262
>>>> drwxr-xr-x 3 root Everyone 0 Nov 3 1998 cvs
>>>> -rw-r--r-- 1 root Everyone 70930 Nov 3 1998 libXpm-X.a
>>>> -rw-r--r-- 1 root Everyone 62788 Nov 4 1998 libXpm-noX.a
>>>> lrw-r--r-- 1 root Everyone 23 Aug 19 04:31 libXpm.a ->
>>>> libXpm-noX.a -rw-r--r-- 1 root Everyone 8280 Nov 3 1998
>>>> libcrypt.a lrw-r--r-- 1 root Everyone 23 Aug 19 04:31
>>>> libcurses.a -> libncurses.a -rw-r--r-- 1 root Everyone
>>>> 62922 Nov 4 1998 libform.a -rw-r--r-- 1 root Everyone
>>>> 559842 Nov 4 1998 libform_g.a -rw-r--r-- 1 root Everyone
>>>> 36182 Nov 3 1998 libgdbm.a -rw-r--r-- 1 root Everyone
>>>> 147930 Nov 3 1998 libjpeg.a -rw-r--r-- 1 root Everyone
>>>> 190326 Aug 17 14:42 libltdl.a -rw-r--r-- 1 root Everyone
>>>> 630 Aug 17 14:42 libltdl.la -rw-r--r-- 1 root Everyone
>>>> 34032 Nov 4 1998 libmenu.a -rw-r--r-- 1 root Everyone
>>>> 333624 Nov 4 1998 libmenu_g.a -rw-r--r-- 1 root Everyone
>>>> 343854 Nov 4 1998 libncurses.a -rw-r--r-- 1 root Everyone
>>>> 2191234 Nov 4 1998 libncurses_g.a -rw-r--r-- 1 root Everyone
>>>> 12000 Nov 4 1998 libpanel.a -rw-r--r-- 1 root Everyone
>>>> 129246 Nov 4 1998 libpanel_g.a -rw-r--r-- 1 root Everyone
>>>> 122040 Nov 3 1998 libpng.a -rw-r--r-- 1 root Everyone
>>>> 1676 Nov 3 1998 libtelnet.a -rw-r--r-- 1 root Everyone
>>>> 7852 Nov 3 1998 libtermcap.a -rw-r--r-- 1 root Everyone
>>>> 238304 Nov 3 1998 libtiff.a -rw-r--r-- 1 root Everyone
>>>> 55736 Nov 3 1998 libz.a drwxr-xr-x 4 root Everyone 0
>>>> May 26 13:05 perl5 lrw-r--r-- 1 root Everyone 28 Aug 19
>>>> 04:31 terminfo -> ../share/terminfo
>>>>
>>>> Let me know, please, if you can think of anything else for me to
>>>> look for. I'll look for my solution through some other means than
>>>> 'su', meanwhile.
>>>>
>>>> Thanks,
>>>> Doug
>>>>
>>>>> --Chuck
>>>>>
>>>>> Doug Wyatt wrote:
>>>>>
>>>>>>> Doug Wyatt wrote:
>>>>>>>
>>>>>>>> I'm using b20.1 with Cygwin Perl 5.005.003-dynamic. I just
>>>>>>>> tried to install the HTML module but the 'make install'
>>>>>>>> squawked about not having permissions to install in
>>>>>>>> /usr/local/lib/perl5/site_perl/cygwin32. My / (c:\) is FAT
>>>>>>>> so I guess I can't set perms.
>>>>>>>>
>>>>>>>> I created a root entry in /etc/passwd and tried 'su -' and
>>>>>>>> was told that cygwin1.dll couldn't be found in the canned
>>>>>>>> PATH list. Does this qualify as a bug?
>>>>>>>>
>>>>>>>> I built a new 'su' with my full PATH, but after invoking it
>>>>>>>> the shell seems braindead. 'history' says permission
>>>>>>>> denied, 'dirs' says "not found", as does 'pushd' and 'popd'.
>>>>>>>> Anyone know what gives?
>>>>>>>>
>>>>>>>
>>>>>>> Please include the output from 'cygcheck -s -v -r'. There's a
>>>>>>> lot of information there, that is needed to help diagnose your
>>>>>>> problem.
>>>>>>>
>>>>>>> --Chuck
>>>>>>>
>>>>>> Okay, I'm attaching output from 2 cygcheck's (with requested
>>>>>> opts), one before and the other from after the 'su -'.
>>>>>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>> Before 'su -':
>>>>>> Cygnus Win95/NT Configuration Diagnostics
>>>>>> Current System Time: Tue Aug 24 13:24:14 1999
>>>>>>
>>>>>> WinNT Ver 4.0 build 1381 Service Pack 5
>>>>>>
>>>>>> Path: /usr/local/bin
>>>>>> /d/cygnus/cygwin-b20/bin
>>>>>> /d/cygnus/cygwin-b20/H-i586-cygwin32/bin
>>>>>> /perl5/bin
>>>>>> /WINNT/system32
>>>>>> /WINNT
>>>>>> /Program Files/NTReskit
>>>>>
>>>>
>>>> ==========================================================
>>>> Doug Wyatt E-Mail: dwyatt AT sunflower DOT com
>>>> Sys Admin Phone: 785-843-4099
>>>> Kohlman Systems Research, Inc. Fax: 785-843-6459
>>>> 319 Perry St., Lawrence, KS 66044 USA
>>>
>> bash-2.02$ cygcheck -s -v -r
>>
>> Cygnus Win95/NT Configuration Diagnostics
>> Current System Time: Fri Aug 27 06:52:51 1999
>>
>> WinNT Ver 4.0 build 1381 Service Pack 5
>>
>> Path: /usr/local/bin
>> /d/cygnus/cygwin-b20/bin
>> /d/cygnus/cygwin-b20/H-i586-cygwin32/bin
>> /perl5/bin
>> /WINNT/system32
>> /WINNT
>> /d/cygnus/cygwin-b20/H-i586-cygwin32/bin
>> /Program Files/NTReskit
>>
>> SysDir: C:\WINNT\System32
>> WinDir: C:\WINNT
>>
>> CYGWIN = `ntea'
>> HOME = `/user/daw'
>> MAKE_MODE = `UNIX'
>> PWD = `/usr/local'
>>
>> !C: = `C:\WINNT\PROFILES\Administrator\DESKTOP'
>> BLASTER = `A220 I5 D3 T4'
>> CLASSPATH = `%QTJava%'
>> COMPUTERNAME = `AMANDA'
>> COMSPEC = `C:\WINNT\system32\cmd.exe'
>> HOMEDRIVE = `C:'
>> HOMEPATH = `\'
>> HOSTNAME = `Amanda'
>> HOSTTYPE = `i586'
>> LOGNAME = `daw'
>> LOGONSERVER = `\\AMANDA'
>> MACHTYPE = `i586-pc-cygwin32'
>> MSINPUT = `C:\Program Files\MS Hardware'
>> NTRESKIT = `C:\Program Files\NTReskit'
>> NUMBER_OF_PROCESSORS = `1'
>> OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
>> OS = `Windows_NT'
>> OSTYPE = `cygwin32'
>> PATHEXT = `.COM;.EXE;.BAT;.CMD'
>> PROCESSOR_ARCHITECTURE = `x86'
>> PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 1, GenuineIntel'
>> PROCESSOR_LEVEL = `6'
>> PROCESSOR_REVISION = `0501'
>> PROMPT = `$P$G'
>> QTJAVA = `D:\etc\jdk1.2.1\jre\lib\ext\QTJava.zip'
>> SHELL = `/bin/sh'
>> SHLVL = `1'
>> SYSTEMDRIVE = `C:'
>> SYSTEMROOT = `C:\WINNT'
>> TEMP = `C:\TEMP'
>> TERM = `cygwin'
>> TMP = `C:\TEMP'
>> USERDOMAIN = `AMANDA'
>> USERNAME = `Administrator'
>> USERPROFILE = `C:\WINNT\Profiles\Administrator'
>> WINDIR = `C:\WINNT'
>> _ = `/d/cygnus/cygwin-b20/H-i586-cygwin32/bin/cygcheck'
>> src1 = `//d/ksr/software'
>> src = `//j/pc software'
>>
>> HKEY_CURRENT_USER\Software\Cygnus Solutions
>> 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) = `j:'
>> unix = `/j'
>> fbinary = 0x00000000
>> fsilent = 0x00000000
>> HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
>> (default) = `d:'
>> unix = `/d'
>> fbinary = 0x00000000
>> fsilent = 0x00000000
>> HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
>> (default) = `C:'
>> unix = `/'
>> fbinary = 0x00000000
>> fsilent = 0x00000000
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20\B20.1
>> 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
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32\i586-
cygwin32
>> HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32\i586-
cygwin32\cygwin-B20.1
>> (default) = `d:\cygnus\cygwin-b20'
>> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Cygnus
Cygwin B20
>> (default) = `C:\WINNT\IsUninst.exe -fd:\cygnus\cygwin-b20\Uninst.isu'
>> DisplayName = `Cygwin B20'
>>
>> a:\ fd N/A N/A
>> c:\ hd FAT 2047Mb 93% CP UN IDE-0101
>> d:\ hd NTFS 4094Mb 84% CP CS UN PA FC IDE-0102
>> e:\ hd FAT 2047Mb 70% CP UN SCSI-0101
>> f:\ hd FAT 2039Mb 82% CP UN SCSI-0102
>> g:\ fd FAT 238Mb 0% CP UN 990316_01
>> h:\ cd N/A N/A
>> i:\ cd CDUDFRW 531Mb 43% CP UN dcd_990822a
>> j:\ hd FAT 2039Mb 95% CP UN SCSI-0103
>> k:\ hd NTFS 2549Mb 61% CP CS UN PA FC SCSI-0104
>>
>> C: / native text!=binary
>> d: /d native text!=binary
>> j: /j native text!=binary
>>
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\bash.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cat.exe
>> Found: C:\Program Files\NTReskit\cat.exe
>> Warning: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cat.exe hides C:\Program
Files\NTReskit\cat.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cpp.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\find.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\gcc.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\gdb.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\ld.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\ls.exe
>> Found: C:\Program Files\NTReskit\ls.exe
>> Warning: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\ls.exe hides C:\Program
Files\NTReskit\ls.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\make.exe
>> Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\sh.exe
>> Found: \bin\sh.exe
>> Warning: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\sh.exe hides \bin\sh.exe
>>
>> 371k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtcl80.dll - os=4.0 img=1.0
sys=4.0
>> "cygtcl80.dll" v0.0 ts=1998/12/1 2:25
>> 5k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtclpip80.dll - os=4.0
img=1.0 sys=4.0
>> 10k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtclreg80.dll - os=4.0
img=1.0 sys=4.0
>> "cygtclreg80.dll" v0.0 ts=1998/12/1 2:25
>> 600k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtk80.dll - os=4.0 img=1.0
sys=4.0
>> "cygtk80.dll" v0.0 ts=1998/12/1 2:28
>> 451k 1999/08/20 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygwin1.dll - os=4.0 img=1.0
sys=4.0
>> "cygwin1.dll" v0.0 ts=1999/1/15 23:09
>> Use -h to see help about each section
>> bash-2.02$
>>
>> ==========================================================
16$ cygcheck -s -v -r
Cygnus Win95/NT Configuration Diagnostics
Current System Time: Wed Sep 01 12:23:19 1999
WinNT Ver 4.0 build 1381 Service Pack 5
Path: /usr/local/bin
/cygnus/cygwin-b20/bin
/c/perl5/bin
/c/WINNT/system32
/c/WINNT
/cygnus/cygwin-b20/H-i586-cygwin32/bin
/c/Program Files/NTReskit
SysDir: C:\WINNT\System32
WinDir: C:\WINNT
CYGWIN = `"tty notitle ntea"'
MAKE_MODE = `UNIX'
PWD = `/ksr/software/cygwin'
!C: = `C:\WINNT\PROFILES\wookie\DESKTOP'
!D: = `D:\'
!I: = `I:\pc_software'
!J: = `J:\PC_Software\Unix_utilities\Cygnus_CygWin'
!K: = `K:\'
BLASTER = `A220 I5 D3 T4'
CLASSPATH = `%QTJava%'
COMPUTERNAME = `AMANDA'
COMSPEC = `C:\WINNT\system32\cmd.exe'
HOMEDRIVE = `c:'
HOMEPATH = `\user\daw'
HOSTNAME = `Amanda'
HOSTTYPE = `i586'
LOGNAME = `daw'
LOGONSERVER = `\\AMANDA'
MACHTYPE = `i586-pc-cygwin32'
MSINPUT = `C:\Program Files\MS Hardware'
NTRESKIT = `C:\Program Files\NTReskit'
NUMBER_OF_PROCESSORS = `1'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
OSTYPE = `cygwin32'
PATHEXT = `.COM;.EXE;.BAT;.CMD'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 1, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0501'
PROMPT = `$P$G'
QTJAVA = `D:\etc\jdk1.2.1\jre\lib\ext\QTJava.zip'
SHELL = `/bin/sh'
SHLVL = `1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `C:\TEMP'
TERM = `cygwin'
TMP = `C:\TEMP'
USERDOMAIN = `AMANDA'
USERNAME = `wookie'
USERPROFILE = `C:\WINNT\Profiles\wookie'
WINDIR = `C:\WINNT'
_ = `/cygnus/cygwin-b20/H-i586-cygwin32/bin/cygcheck'
src1 = `//d/ksr/software'
src = `//j/pc software'
HKEY_CURRENT_USER\Software\Cygnus Solutions
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) = `k:'
unix = `/k'
fbinary = 0x00000000
fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
(default) = `j:'
unix = `/j'
fbinary = 0x00000000
fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
(default) = `e:'
unix = `/e'
fbinary = 0x00000000
fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
(default) = `c:'
unix = `/c'
fbinary = 0x00000000
fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
(default) = `d:'
unix = `/'
fbinary = 0x00000000
fsilent = 0x00000000
a:\ fd N/A N/A
c:\ hd FAT 2047Mb 91% CP UN IDE-0101
d:\ hd NTFS 4094Mb 84% CP CS UN PA FC IDE-0102
e:\ hd FAT 2047Mb 75% CP UN SCSI-0101
f:\ hd FAT 2039Mb 82% CP UN SCSI-0102
g:\ fd FAT 238Mb 0% CP UN 990316_01
h:\ cd N/A N/A
i:\ cd CDUDFRW 531Mb 43% CP UN dcd_990822a
j:\ hd FAT 2039Mb 97% CP UN SCSI-0103
k:\ hd NTFS 2549Mb 61% CP CS UN PA FC SCSI-0104
d: / native text!=binary
c: /c native text!=binary
e: /e native text!=binary
j: /j native text!=binary
k: /k native text!=binary
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\bash.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cat.exe
Found: c:\Program Files\NTReskit\cat.exe
Warning: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cat.exe hides c:\Program
Files\NTReskit\cat.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cpp.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\find.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\gcc.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\gdb.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\ld.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\ls.exe
Found: c:\Program Files\NTReskit\ls.exe
Warning: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\ls.exe hides c:\Program
Files\NTReskit\ls.exe
Found: d:\usr\local\bin\make.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\make.exe
Warning: d:\usr\local\bin\make.exe hides d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\make.exe
Found: d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\sh.exe
371k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtcl80.dll - os=4.0 img=1.0
sys=4.0
"cygtcl80.dll" v0.0 ts=1998/12/1 2:25
5k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtclpip80.dll - os=4.0 img=1.0
sys=4.0
10k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtclreg80.dll - os=4.0 img=1.0
sys=4.0
"cygtclreg80.dll" v0.0 ts=1998/12/1 2:25
600k 1998/12/01 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygtk80.dll - os=4.0 img=1.0
sys=4.0
"cygtk80.dll" v0.0 ts=1998/12/1 2:28
446k 1999/08/18 d:\cygnus\cygwin-b20\H-i586-cygwin32\bin\cygwin1.dll - os=4.0 img=1.0
sys=4.0
"cygwin1.dll" v0.0 ts=1998/12/3 22:39
Use -h to see help about each section
==========================================================
Doug Wyatt E-Mail: dwyatt AT sunflower DOT com
Sys Admin Phone: 785-843-4099
Kohlman Systems Research, Inc. Fax: 785-843-6459
319 Perry St., Lawrence, KS 66044 USA
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
- Raw text -