Hi Igor

Thanks for your help.

> 
> What does "getfacl /bin" report?  I'd bet there isn't an 
> inheritable execute permission for everyone.  If this is the 
> case, all the DLLs will not be executable for "other", which 
> is consistent with your symptoms below.
> 

$ getfacl /bin
# file: /bin
# owner: Compaq_Owner
# group: None
user::rwx
group::r-x
group:root:rwx
group:SYSTEM:rwx
group:Users:rwx
mask:rwx
other:r-x
default:user::rwx
default:group:root:rwx
default:group:SYSTEM:rwx
default:group:Users:rwx
default:mask:rwx

Before I've posted this, I've done things like
chmod -R go+rx bin lib


> > C:\cygwin\bin\id.exe (3876): *** could not load user32, Win32 error 
> > 1114
> >
> > Win32 error 1114 is apparently
> > "A dynamic link library (DLL) initialization routine failed."
> 
> It's probably not "user32" (as bash also uses it).  Try 
> "cygintl-3.dll" or "cygiconv-2.dll".
> 

I don't think this is it:

$ getfacl cygiconv-2.dll
# file: cygiconv-2.dll
# owner: Compaq_Owner
# group: None
user::rwx
group::r-x
group:root:rwx
group:SYSTEM:rwx
group:Users:r-x
mask:rwx
other:r-x
$ getfacl cygintl-3.dll
# file: cygintl-3.dll
# owner: Compaq_Owner
# group: None
user::rwx
group::r-x
group:root:rwx
group:SYSTEM:rwx
group:Users:r-x
mask:rwx
other:r-x


> FYI, it's better to run "cygcheck -svr" instead of just 
> "cygcheck -s", as you seem to have done.
> 

Ok. Attached, in case it helps.
> 
> Try "chmod a+x /bin/*.dll" and see if that solves your 

I guess you mean "chmod o+x..."

> problem.  If yes, then "setfacl -m d:m:rwx,d:g:rwx,d:o:r-x 
> /bin" should help for future updates...

As I mentioned above, the chmod didn't help. Now I also tried

setfacl -m d:m:rwx,d:g::rwx,d:o:r-x /bin

And no, that doesn't work either.


Some more info on permissions, also to clear up some confusion I might have
generated in my previous email.

Seems that I was caught by the difference between POSIX and NT ACLs (nicely
described in Corinna's text on ntsec in the cygwin documentation).

The dlls in c:\windows\system32 were all readable/executable by members of
the Users group, which presumably is why all windows programs did work :-).
I checked this with getfacl, but also by rebooting XP Home in Safe mode
(where you finally have the security tab in the file properties back). So,
there really was no need for me to change those permissions I guess.
(Corinna's document doesn't really specify who is in Users. I guess this is
because in NT and e.g. XP Pro you can set this in the user administration.
However, on XP Home, you cannot. I'm only hoping that every account is in
Users).

That brought me then to /etc/passwd. Indeed, my non-admin user had a group
ID as None. I changed that to Users. I also chown his files to kris.Users. 

Still exactly the same problems though.

Kris
Cygwin Configuration Diagnostics
Current System Time: Thu Mar 24 00:23:11 2005

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 2

Path:   C:\WINDOWS\system32
        C:\WINDOWS
        C:\WINDOWS\System32\Wbem
        c:\Python22
        C:\Program Files\PC-Doctor for Windows\services
        .
        C:\viavoice\Bin
        c:\cygwin\bin

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

Path = 
`C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Python22;C:\Program 
Files\PC-Doctor for Windows\services;;C:\viavoice\Bin;c:\cygwin\bin'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
APPDATA = `C:\Documents and Settings\kris.THIEFOB\Application Data'
CommonProgramFiles = `C:\Program Files\Common Files'
COMPUTERNAME = `THIEFOB'
ComSpec = `C:\WINDOWS\system32\cmd.exe'
FP_NO_HOST_CHECK = `NO'
HOMEDRIVE = `C:'
LOGONSERVER = `\\THIEFOB'
NUMBER_OF_PROCESSORS = `1'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 3 Stepping 4, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0304'
ProgramFiles = `C:\Program Files'
PROMPT = `$P$G'
SESSIONNAME = `Console'
SystemDrive = `C:'
SystemRoot = `C:\WINDOWS'
TEMP = `C:\DOCUME~1\KRIS~1.THI\LOCALS~1\Temp'
TMP = `C:\DOCUME~1\KRIS~1.THI\LOCALS~1\Temp'
USERDOMAIN = `THIEFOB'
USERNAME = `kris'
USERPROFILE = `C:\Documents and Settings\kris.THIEFOB'
windir = `C:\WINDOWS'
POSIXLY_CORRECT = `1'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home
  (default) = `c:\Documents and Settings'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/kris
  (default) = `c:\Documents and Settings\kris.THIEFOB'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

c:  hd  NTFS    151967Mb  13% CP CS UN PA FC     PRESARIO
d:  hd  FAT32     4347Mb  75% CP    UN           PRESARIO_RP
e:  cd             N/A    N/A                    
f:  fd             N/A    N/A                    
g:  fd             N/A    N/A                    
h:  fd             N/A    N/A                    
i:  fd             N/A    N/A                    

C:\cygwin                               /           system  binmode
c:\Documents and Settings               /home       system  binmode
c:\Documents and Settings\kris.THIEFOB  /home/kris  system  binmode
C:\cygwin/bin                           /usr/bin    system  binmode
C:\cygwin/lib                           /usr/lib    system  binmode
.                                       /cygdrive   system  binmode,cygdrive

Found: c:\cygwin\bin\awk.exe
Found: c:\cygwin\bin\bash.exe
Found: c:\cygwin\bin\cat.exe
Found: c:\cygwin\bin\cp.exe
Found: c:\cygwin\bin\cpp.exe
Found: c:\cygwin\bin\find.exe
Found: c:\cygwin\bin\gcc.exe
Found: c:\cygwin\bin\gdb.exe
Found: c:\cygwin\bin\grep.exe
Found: c:\cygwin\bin\ld.exe
Found: c:\cygwin\bin\ls.exe
Found: c:\cygwin\bin\make.exe
Found: c:\cygwin\bin\mv.exe
Found: c:\cygwin\bin\rm.exe
Found: c:\cygwin\bin\sed.exe
Found: c:\cygwin\bin\sh.exe
Found: c:\cygwin\bin\tar.exe

   55k 2004/09/14 c:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2004/9/14 5:16
   18k 2004/07/06 c:\cygwin\bin\cygcharset-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygcharset-1.dll" v0.0 ts=2004/7/6 19:09
    7k 2003/10/19 c:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 8:57
  852k 2005/03/23 c:\cygwin\bin\cygcrypto-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.7.dll" v0.0 ts=2005/3/23 10:16
  831k 2003/09/20 c:\cygwin\bin\cygdb-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.1.dll" v0.0 ts=2003/9/20 22:51
  895k 2004/04/28 c:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.2.dll" v0.0 ts=2004/4/27 16:31
 1080k 2003/09/20 c:\cygwin\bin\cygdb_cxx-4.1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.1.dll" v0.0 ts=2003/9/20 22:53
 1156k 2004/04/28 c:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.2.dll" v0.0 ts=2004/4/27 16:35
  174k 2004/10/14 c:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2004/10/14 9:34
  129k 2004/03/11 c:\cygwin\bin\cygfontconfig-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontconfig-1.dll" v0.0 ts=2004/3/11 0:12
   40k 2004/10/10 c:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2004/10/10 9:33
   45k 2001/04/25 c:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 6:28
   35k 2002/01/09 c:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 6:03
   48k 2003/08/09 c:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 10:25
  361k 2003/10/25 c:\cygwin\bin\cygfreetype-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygfreetype-6.dll" v0.0 ts=2003/10/22 5:18
   28k 2003/07/20 c:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 8:58
   30k 2003/08/11 c:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2003/8/11 3:12
   19k 2003/03/22 c:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 3:05
   15k 2003/07/20 c:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 9:00
   15k 2003/08/11 c:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2003/8/11 3:13
  107k 2004/07/06 c:\cygwin\bin\cyggettextlib-0-14-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cyggettextlib-0-14-1.dll" v0.0 ts=2004/7/6 18:56
   17k 2004/07/06 c:\cygwin\bin\cyggettextpo-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggettextpo-0.dll" v0.0 ts=2004/7/6 18:56
  190k 2004/07/06 c:\cygwin\bin\cyggettextsrc-0-14-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cyggettextsrc-0-14-1.dll" v0.0 ts=2004/7/6 18:56
 1412k 2005/03/12 c:\cygwin\bin\cyggsl-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggsl-0.dll" v0.0 ts=2005/3/12 21:26
  184k 2005/03/12 c:\cygwin\bin\cyggslcblas-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggslcblas-0.dll" v0.0 ts=2005/3/12 21:02
  527k 2004/10/12 c:\cygwin\bin\cygguile-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-12.dll" v0.0 ts=2004/10/12 15:28
   17k 2004/10/12 c:\cygwin\bin\cygguile-ltdl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygguile-ltdl-1.dll" v0.0 ts=2004/10/12 12:22
   68k 2004/10/12 c:\cygwin\bin\cygguile-srfi-srfi-13-14-v-1-1.dll - os=4.0 
img=1.0 sys=4.0
                  "cygguile-srfi-srfi-13-14-v-1-1.dll" v0.0 ts=2004/10/12 15:28
   31k 2004/10/12 c:\cygwin\bin\cygguile-srfi-srfi-4-v-1-1.dll - os=4.0 img=1.0 
sys=4.0
                  "cygguile-srfi-srfi-4-v-1-1.dll" v0.0 ts=2004/10/12 15:28
   12k 2004/10/12 c:\cygwin\bin\cygguilereadline-v-12-12.dll - os=4.0 img=1.0 
sys=4.0
                  "cygguilereadline-v-12-12.dll" v0.0 ts=2004/10/12 15:28
   17k 2001/06/28 c:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 4:34
   29k 2003/08/10 c:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/11 0:16
   25k 2004/10/12 c:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2004/10/12 7:51
  991k 2004/07/06 c:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2004/7/6 19:10
   22k 2001/12/13 c:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 9:28
   37k 2003/08/10 c:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 22:50
   54k 2004/07/06 c:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2004/7/6 18:51
   21k 2001/06/20 c:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 18:09
  132k 2003/08/11 c:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2003/8/11 1:37
   60k 2004/09/27 c:\cygwin\bin\cygkpathsea-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3.dll" v0.0 ts=2004/9/27 18:32
   60k 2003/07/27 c:\cygwin\bin\cygkpathsea-3abi13.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-3abi13.dll" v0.0 ts=2003/7/27 21:23
   71k 2004/12/30 c:\cygwin\bin\cygkpathsea-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygkpathsea-4.dll" v0.0 ts=2004/12/30 14:38
   41k 2004/10/14 c:\cygwin\bin\cyglber-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-2-7.dll" v0.0 ts=2004/10/14 9:28
   40k 2004/01/02 c:\cygwin\bin\cyglber-2.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2.dll" v0.0 ts=2004/1/2 11:11
  180k 2004/10/14 c:\cygwin\bin\cygldap-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-2-7.dll" v0.0 ts=2004/10/14 9:35
  194k 2004/01/02 c:\cygwin\bin\cygldap-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2.dll" v0.0 ts=2004/1/2 11:27
  191k 2004/10/14 c:\cygwin\bin\cygldap_r-2-2-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-2-7.dll" v0.0 ts=2004/10/14 9:35
  202k 2004/01/02 c:\cygwin\bin\cygldap_r-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2.dll" v0.0 ts=2004/1/2 11:27
   26k 2004/09/22 c:\cygwin\bin\cygltdl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-3.dll" v0.0 ts=2004/9/22 7:50
   22k 2004/10/10 c:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2004/10/10 9:33
   26k 2001/04/25 c:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 6:27
   20k 2002/01/09 c:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 6:03
   29k 2003/08/09 c:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 10:25
   21k 2004/10/22 c:\cygwin\bin\cygminires.dll - os=4.0 img=1.0 sys=4.0
                  "cygminires.dll" v0.0 ts=2004/10/22 21:28
   74k 2004/10/10 c:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2004/10/10 9:33
  156k 2001/04/25 c:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 6:29
  175k 2002/01/09 c:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 6:03
  216k 2004/10/10 c:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2004/10/10 9:25
  226k 2001/04/25 c:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 6:17
  202k 2002/01/09 c:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 6:03
  224k 2003/08/09 c:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 10:24
   13k 2004/10/10 c:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2004/10/10 9:32
   15k 2001/04/25 c:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 6:27
   12k 2002/01/09 c:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 6:03
   19k 2003/08/09 c:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 10:24
   62k 2003/12/11 c:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2003/12/11 17:01
   63k 2003/04/11 c:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre.dll" v0.0 ts=2003/4/11 9:31
    9k 2003/12/11 c:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2003/12/11 17:01
   61k 2003/04/11 c:\cygwin\bin\cygpcreposix.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix.dll" v0.0 ts=2003/4/11 9:31
 1252k 2005/01/27 c:\cygwin\bin\cygperl5_8.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8.dll" v0.0 ts=2005/1/27 10:17
  173k 2003/08/10 c:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2003/8/10 23:35
   22k 2002/06/09 c:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 6:45
  108k 2001/06/28 c:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 4:34
  148k 2003/08/10 c:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/11 0:16
  144k 2004/10/12 c:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2004/10/12 7:51
   78k 2004/10/13 c:\cygwin\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2004/10/13 23:50
  171k 2005/03/23 c:\cygwin\bin\cygssl-0.9.7.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.7.dll" v0.0 ts=2005/3/23 10:16
  299k 2004/10/10 c:\cygwin\bin\cygtiff-5.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff-5.dll" v0.0 ts=2004/10/10 22:55
  282k 2003/08/11 c:\cygwin\bin\cygtiff4.dll - os=4.0 img=1.0 sys=4.0
                  "cygtiff4.dll" v0.0 ts=2003/8/11 3:32
   62k 2004/10/10 c:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2004/10/10 5:09
 1149k 2005/03/01 c:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2005/3/1 16:01
    Cygwin DLL version info:
        DLL version: 1.5.13
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 122
        Shared data: 4
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Tue Mar 1 11:01:37 EST 2005
        Shared id: cygwin1S4


Cygwin Package Information
Last downloaded files to: C:\Documents and Settings\All Users\Documents\cygwin
Last downloaded files from: ftp://ftp.easynet.be/cygwin

Package              Version
_update-info-dir     00231-1
ash                  20040127-1
base-files           3.2-1
base-passwd          2.2-1
bash                 2.05b-16
binutils             20041229-1
bzip2                1.0.2-6
clear                1.0-1
coreutils            5.3.0-3
crypt                1.1-1
cvs                  1.11.17-1
cvsutils             0.2.1-1
cygrunsrv            1.01-1
cygutils             1.2.6-1
cygwin               1.5.13-1
cygwin-doc           1.4-2
diffutils            2.8.7-1
ec-fonts-mftraced    1.0.8-1
ed                   0.2-1
editrights           1.01-1
exim                 4.50-1
expat                1.95.8-1
expect               20030128-1
fileutils            4.1-3
findutils            20041227-1
fontconfig           2.2.2-1
freetype2            2.1.5-1
gawk                 3.1.4-3
gcc                  3.3.3-3
gcc-core             3.3.3-3
gcc-g++              3.3.3-3
gcc-mingw            20040810-1
gcc-mingw-core       20040810-1
gcc-mingw-g++        20040810-1
gdb                  20041228-2
gdbm                 1.8.3-7
gettext              0.14.1-1
ghostscript          8.15-2
ghostscript-base     8.15-2
ghostscript-x11      8.15-2
grep                 2.5.1a-2
groff                1.18.1-2
gsl                  1.6-1
gzip                 1.3.5-1
keychain             2.5.3.1-1
less                 381-1
lesstif              0.93.94-2
libbz2_1             1.0.2-6
libcharset1          1.9.2-1
libdb4.1             4.1.25-1
libdb4.2             4.2.52-1
libfontconfig-devel  2.2.2-1
libfontconfig1       2.2.2-1
libfreetype2-devel   2.1.5-1
libfreetype26        2.1.5-1
libgdbm              1.8.0-5
libgdbm-devel        1.8.3-7
libgdbm3             1.8.3-3
libgdbm4             1.8.3-7
libgettextpo0        0.14.1-1
libguile12           1.6.5-1
libguile12abi13      1.6.4-3
libiconv             1.9.2-1
libiconv2            1.9.2-1
libintl              0.10.38-3
libintl1             0.10.40-1
libintl2             0.12.1-3
libintl3             0.14.1-1
libjpeg62            6b-11
libkpathsea3         2.0.2-15
libkpathsea3abi13    2.0.2-2
libkpathsea4         2.99.7.20041226-1
libltdl3             1.5.10-1
libncurses-devel     5.4-1
libncurses5          5.2-1
libncurses6          5.2-8
libncurses7          5.3-4
libncurses8          5.4-1
libopenldap2         2.1.25-1
libopenldap2_2_7     2.2.17-2
libpcre              4.1-1
libpcre0             4.5-1
libpng12             1.2.5-4
libpopt0             1.6.4-4
libreadline4         4.1-2
libreadline5         4.3-5
libreadline6         5.0-1
libsasl2             2.1.19-3
libtiff4             3.6.0-5
libtiff5             3.7.0beta2-1
libXft               2.1.6-1
libXft-devel         2.1.6-1
libXft1              1.0.0-1
libXft2              2.1.6-1
lilypond             2.4.3-1
lilypond-doc         2.4.3-1
login                1.9-7
make                 3.80-1
man                  1.5o1-2
mingw-runtime        3.7-1
minires              1.00-1
mktemp               1.5-3
ncftp                3.1.7-1
ncurses              5.4-1
openssh              3.9p1-3
openssl              0.9.7f-1
patch                2.5.8-8
pcre                 4.5-1
pcre-doc             4.5-1
perl                 5.8.6-4
postgresql           7.4.5-1
python               2.4-1
readline             5.0-1
rebase               2.3-1
rsync                2.6.3-1
sed                  4.1.3-1
sh-utils             2.0.15-5
sharutils            4.2.1-3
shutdown             1.4-1
tar                  1.13.25-5
tcltk                20030901-1
tcsh                 6.13.00-2
termcap              20021106-2
terminfo             5.4_20041009-1
tetex-base           2.0.2-15
tetex-bin            2.0.2-15
tetex-doc            2.0.2-15
tetex-extra          2.0.2-15
tetex-tiny           2.0.2-15
tetex-x11            2.0.2-15
texinfo              4.7-2
textutils            2.0.21-2
time                 1.7-1
unzip                5.50-5
vim                  6.3-1
w32api               3.2-1
wget                 1.9.1-2
which                1.6-1
X-startup-scripts    1.0.10-3
xemacs               21.4.15-1
xemacs-emacs-common  21.4.15-1
xemacs-sumo          2004-08-18-1
xemacs-tags          21.4.15-1
XFree86-base         4.3.0-11
xorg-x11-base        6.8.2.0-1
xorg-x11-bin         6.8.2.0-1
xorg-x11-bin-dlls    6.8.2.0-1
xorg-x11-bin-lndir   6.8.2.0-1
xorg-x11-devel       6.8.2.0-1
xorg-x11-etc         6.8.2.0-1
xorg-x11-fenc        6.8.1.0-2
xorg-x11-fnts        6.8.1.0-3
xorg-x11-libs-data   6.8.2.0-1
xorg-x11-man-pages   6.8.2.0-1
xorg-x11-xwin        6.8.2.0-1
xterm                196-1
zip                  2.3-6
zlib                 1.2.2-1
Use -h to see help about each section

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

Reply via email to