public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: cygwin ver 1.5.12-1 on win2k3
@ 2005-07-20 13:31 Pierre A. Humblet
  2005-07-20 13:44 ` Etienne Mbuyi
  0 siblings, 1 reply; 8+ messages in thread
From: Pierre A. Humblet @ 2005-07-20 13:31 UTC (permalink / raw)
  To: Etienne Mbuyi"; +Cc: cygwin

Etienne Mbuyi wrote:

> The output of cron_diagnose.sh does not help because it shows the same info
> compared to a server where cron is working. We don't have sendmail install.
> In any case here is the output of cygcheck -s -v -r. I also include the
> crontab -l output and the error that we get when trying to start cron. 

Did you use cron-config to configure cron properly?
Did you read what /usr/share/doc/Cygwin/cron.README says about win2k3?

Pierre


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

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

* RE: cygwin ver 1.5.12-1 on win2k3
  2005-07-20 13:31 cygwin ver 1.5.12-1 on win2k3 Pierre A. Humblet
@ 2005-07-20 13:44 ` Etienne Mbuyi
  2005-07-20 13:54   ` Pierre A. Humblet
  0 siblings, 1 reply; 8+ messages in thread
From: Etienne Mbuyi @ 2005-07-20 13:44 UTC (permalink / raw)
  To: 'Pierre A. Humblet'; +Cc: cygwin

The steps outlined below were used to install cron on a different win2k3
server and it works. For some reason the same procedures don't work on a
different server.

$ net user cron_x password /add /yes
$ net localgroup administrators cron_x /add
$ editrights -a SeAssignPrimaryTokenPrivelege -u cron_x
$ editrights -a SeCreateTokenPrivelege -u cron_x
$ editrights -a SeIncreaseQuotaPrivelege -u cron_x
$ editrights -a SeServiceLogonRight -u cron_x
$ mkpassd -l -u cron_x >> /etc/passwd
$ cygrunsrv -I cron -p /usr/sbin/cron -a -D -u cron_x -w password

Each of these commands were completed successfully. But when trying to start
cron, no luck.

-----Original Message-----
From: Pierre A. Humblet [mailto:Pierre.Humblet@ieee.org] 
Sent: Wednesday, July 20, 2005 9:18 AM
To: Etienne Mbuyi"
Cc: cygwin@cygwin.com
Subject: RE: cygwin ver 1.5.12-1 on win2k3

Etienne Mbuyi wrote:

> The output of cron_diagnose.sh does not help because it shows the same
info
> compared to a server where cron is working. We don't have sendmail
install.
> In any case here is the output of cygcheck -s -v -r. I also include the
> crontab -l output and the error that we get when trying to start cron. 

Did you use cron-config to configure cron properly?
Did you read what /usr/share/doc/Cygwin/cron.README says about win2k3?

Pierre




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

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

* Re: cygwin ver 1.5.12-1 on win2k3
  2005-07-20 13:44 ` Etienne Mbuyi
@ 2005-07-20 13:54   ` Pierre A. Humblet
  2005-07-20 14:04     ` Etienne Mbuyi
  0 siblings, 1 reply; 8+ messages in thread
From: Pierre A. Humblet @ 2005-07-20 13:54 UTC (permalink / raw)
  To: Etienne Mbuyi; +Cc: cygwin

That looks fine, except that all the XXXPrivelege rights should
XXXPrivilege, AFAIK. Was that a cut and paste or a retype?
Use editrights to list the privileges of  cron_x.

Cron-diagnose was not designed for 2k3, so it's useless there.
My advice is to run cron-config. When prompted say that want
to reinstall the service.
It will prompt you for a user to run under, just say cron_x
I forgot if it will reset the privileges or keep them as they are.


Pierre


----- Original Message ----- 
From: "Etienne Mbuyi" <etienne.mbuyi@chicagotrading.com>
To: "'Pierre A. Humblet'" <Pierre.Humblet@ieee.org>
Cc: <cygwin@cygwin.com>
Sent: Wednesday, July 20, 2005 9:31 AM
Subject: RE: cygwin ver 1.5.12-1 on win2k3


> The steps outlined below were used to install cron on a different win2k3
> server and it works. For some reason the same procedures don't work on a
> different server.
> 
> $ net user cron_x password /add /yes
> $ net localgroup administrators cron_x /add
> $ editrights -a SeAssignPrimaryTokenPrivelege -u cron_x
> $ editrights -a SeCreateTokenPrivelege -u cron_x
> $ editrights -a SeIncreaseQuotaPrivelege -u cron_x
> $ editrights -a SeServiceLogonRight -u cron_x
> $ mkpassd -l -u cron_x >> /etc/passwd
> $ cygrunsrv -I cron -p /usr/sbin/cron -a -D -u cron_x -w password
> 
> Each of these commands were completed successfully. But when trying to start
> cron, no luck.
> 
> -----Original Message-----
> From: Pierre A. Humblet [mailto:Pierre.Humblet@ieee.org] 
> Sent: Wednesday, July 20, 2005 9:18 AM
> To: Etienne Mbuyi"
> Cc: cygwin@cygwin.com
> Subject: RE: cygwin ver 1.5.12-1 on win2k3
> 
> Etienne Mbuyi wrote:
> 
> > The output of cron_diagnose.sh does not help because it shows the same
> info
> > compared to a server where cron is working. We don't have sendmail
> install.
> > In any case here is the output of cygcheck -s -v -r. I also include the
> > crontab -l output and the error that we get when trying to start cron. 
> 
> Did you use cron-config to configure cron properly?
> Did you read what /usr/share/doc/Cygwin/cron.README says about win2k3?
> 
> Pierre
> 
> 
> 
> 


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

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

* RE: cygwin ver 1.5.12-1 on win2k3
  2005-07-20 13:54   ` Pierre A. Humblet
@ 2005-07-20 14:04     ` Etienne Mbuyi
  0 siblings, 0 replies; 8+ messages in thread
From: Etienne Mbuyi @ 2005-07-20 14:04 UTC (permalink / raw)
  To: 'Pierre A. Humblet'; +Cc: cygwin

That was a retype = typo. I will go head and give your recommendation a try.

-----Original Message-----
From: Pierre A. Humblet [mailto:Pierre.Humblet@ieee.org] 
Sent: Wednesday, July 20, 2005 9:45 AM
To: Etienne Mbuyi
Cc: cygwin@cygwin.com
Subject: Re: cygwin ver 1.5.12-1 on win2k3

That looks fine, except that all the XXXPrivelege rights should
XXXPrivilege, AFAIK. Was that a cut and paste or a retype?
Use editrights to list the privileges of  cron_x.

Cron-diagnose was not designed for 2k3, so it's useless there.
My advice is to run cron-config. When prompted say that want
to reinstall the service.
It will prompt you for a user to run under, just say cron_x
I forgot if it will reset the privileges or keep them as they are.


Pierre


----- Original Message ----- 
From: "Etienne Mbuyi" <etienne.mbuyi@chicagotrading.com>
To: "'Pierre A. Humblet'" <Pierre.Humblet@ieee.org>
Cc: <cygwin@cygwin.com>
Sent: Wednesday, July 20, 2005 9:31 AM
Subject: RE: cygwin ver 1.5.12-1 on win2k3


> The steps outlined below were used to install cron on a different win2k3
> server and it works. For some reason the same procedures don't work on a
> different server.
> 
> $ net user cron_x password /add /yes
> $ net localgroup administrators cron_x /add
> $ editrights -a SeAssignPrimaryTokenPrivelege -u cron_x
> $ editrights -a SeCreateTokenPrivelege -u cron_x
> $ editrights -a SeIncreaseQuotaPrivelege -u cron_x
> $ editrights -a SeServiceLogonRight -u cron_x
> $ mkpassd -l -u cron_x >> /etc/passwd
> $ cygrunsrv -I cron -p /usr/sbin/cron -a -D -u cron_x -w password
> 
> Each of these commands were completed successfully. But when trying to
start
> cron, no luck.
> 
> -----Original Message-----
> From: Pierre A. Humblet [mailto:Pierre.Humblet@ieee.org] 
> Sent: Wednesday, July 20, 2005 9:18 AM
> To: Etienne Mbuyi"
> Cc: cygwin@cygwin.com
> Subject: RE: cygwin ver 1.5.12-1 on win2k3
> 
> Etienne Mbuyi wrote:
> 
> > The output of cron_diagnose.sh does not help because it shows the same
> info
> > compared to a server where cron is working. We don't have sendmail
> install.
> > In any case here is the output of cygcheck -s -v -r. I also include the
> > crontab -l output and the error that we get when trying to start cron. 
> 
> Did you use cron-config to configure cron properly?
> Did you read what /usr/share/doc/Cygwin/cron.README says about win2k3?
> 
> Pierre
> 
> 
> 
> 




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

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

* RE: cygwin ver 1.5.12-1 on win2k3
@ 2005-07-21 13:03 Etienne Mbuyi
  0 siblings, 0 replies; 8+ messages in thread
From: Etienne Mbuyi @ 2005-07-21 13:03 UTC (permalink / raw)
  To: 'Etienne Mbuyi', 'Pierre A. Humblet'; +Cc: cygwin

I was to get it to work using cron-conf. I first created a user through the
steps in the previous email, then use cron-config to install cron. I had to
modify couple permissions in the process. Thank to Pierre for his inputs.

-----Original Message-----
From: Etienne Mbuyi [mailto:etienne.mbuyi@chicagotrading.com] 
Sent: Wednesday, July 20, 2005 9:54 AM
To: 'Pierre A. Humblet'
Cc: 'cygwin@cygwin.com'
Subject: RE: cygwin ver 1.5.12-1 on win2k3

That was a retype = typo. I will go head and give your recommendation a try.

-----Original Message-----
From: Pierre A. Humblet [mailto:Pierre.Humblet@ieee.org] 
Sent: Wednesday, July 20, 2005 9:45 AM
To: Etienne Mbuyi
Cc: cygwin@cygwin.com
Subject: Re: cygwin ver 1.5.12-1 on win2k3

That looks fine, except that all the XXXPrivelege rights should
XXXPrivilege, AFAIK. Was that a cut and paste or a retype?
Use editrights to list the privileges of  cron_x.

Cron-diagnose was not designed for 2k3, so it's useless there.
My advice is to run cron-config. When prompted say that want
to reinstall the service.
It will prompt you for a user to run under, just say cron_x
I forgot if it will reset the privileges or keep them as they are.


Pierre


----- Original Message ----- 
From: "Etienne Mbuyi" <etienne.mbuyi@chicagotrading.com>
To: "'Pierre A. Humblet'" <Pierre.Humblet@ieee.org>
Cc: <cygwin@cygwin.com>
Sent: Wednesday, July 20, 2005 9:31 AM
Subject: RE: cygwin ver 1.5.12-1 on win2k3


> The steps outlined below were used to install cron on a different win2k3
> server and it works. For some reason the same procedures don't work on a
> different server.
> 
> $ net user cron_x password /add /yes
> $ net localgroup administrators cron_x /add
> $ editrights -a SeAssignPrimaryTokenPrivelege -u cron_x
> $ editrights -a SeCreateTokenPrivelege -u cron_x
> $ editrights -a SeIncreaseQuotaPrivelege -u cron_x
> $ editrights -a SeServiceLogonRight -u cron_x
> $ mkpassd -l -u cron_x >> /etc/passwd
> $ cygrunsrv -I cron -p /usr/sbin/cron -a -D -u cron_x -w password
> 
> Each of these commands were completed successfully. But when trying to
start
> cron, no luck.
> 
> -----Original Message-----
> From: Pierre A. Humblet [mailto:Pierre.Humblet@ieee.org] 
> Sent: Wednesday, July 20, 2005 9:18 AM
> To: Etienne Mbuyi"
> Cc: cygwin@cygwin.com
> Subject: RE: cygwin ver 1.5.12-1 on win2k3
> 
> Etienne Mbuyi wrote:
> 
> > The output of cron_diagnose.sh does not help because it shows the same
> info
> > compared to a server where cron is working. We don't have sendmail
> install.
> > In any case here is the output of cygcheck -s -v -r. I also include the
> > crontab -l output and the error that we get when trying to start cron. 
> 
> Did you use cron-config to configure cron properly?
> Did you read what /usr/share/doc/Cygwin/cron.README says about win2k3?
> 
> Pierre
> 
> 
> 
> 




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

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

* RE: cygwin ver 1.5.12-1 on win2k3
  2005-07-19 14:07 ` Igor Pechtchanski
@ 2005-07-20 12:54   ` Etienne Mbuyi
  0 siblings, 0 replies; 8+ messages in thread
From: Etienne Mbuyi @ 2005-07-20 12:54 UTC (permalink / raw)
  To: cygwin

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

The output of cron_diagnose.sh does not help because it shows the same info
compared to a server where cron is working. We don't have sendmail install.
In any case here is the output of cygcheck -s -v -r. I also include the
crontab -l output and the error that we get when trying to start cron. 

$ crontab -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.1804 installed on Fri Jul 15 07:56:11 2005)
# (Cron version -- $Id: crontab.c,v 1.8 2004/12/21 16:14:41 corinna Exp $)
* * * * * date >> /tmp/date.txt



Administrator@uschi00mdr07 ~
$ cygrunsrv --start cron
cygrunsrv: Error starting a service: QueryServiceStatus:  Win32 error 1062:
The service has not been started.


-----Original Message-----
From: Igor Pechtchanski [mailto:pechtcha@cs.nyu.edu] 
Sent: Tuesday, July 19, 2005 10:07 AM
To: Etienne Mbuyi
Cc: cygwin@cygwin.com; 'Matthew Kurowski'; 'Matthew Kurowski'
Subject: Re: cygwin ver 1.5.12-1 on win2k3

On Tue, 19 Jul 2005, Etienne Mbuyi wrote:

> We are trying to run Cron on some our win2k3 servers but without
> success.

First off, cygwin-1.5.12 is ancient!  I'd recommend upgrading.

> If we assigned the domain administrator the right to logon as a service,
> Cron service doesn't start. The service only start when using the local
> system account.

This may be an indication of restricted permissions on the log file -- the
domain admin cannot write to the log, so the service won't start.  Try
chown'ing /var/log/cron.log to the domain admin, or even simply "chmod
666"ing it.

> Even if the service is running, the job doesn't seem to work.

Which job?

> Attached you will find the cygchect.out file. Below is the
> cron_diagnose.sh output.

Looks to me like you didn't actually *read* the output.

> $ cron_diagnose.sh
> cron_diagnose.sh 1.10
>
> The owner and the Administrators need
> to have ..x permission to /usr/sbin/sendmail.
> Here are the current permissions:
>
> ls: /usr/sbin/sendmail: No such file or directory
>
> Please change the user and/or group ownership and
> permissions of /usr/sbin/sendmail, and then run this script again.
>      ssmtp and exim are suitable mailers.

This looks like one problem.

> This script did not find any errors in your cron setup.
>
> If you are running cron as yourself,
> /usr/sbin/sendmail should point to an executable mailer
>
> If you are still unable to get cron to work, then try
> shutting down the cron service, uninstalling it,
> reinstalling it, and restarting it.
>
> The following commands will do that:
>   $ cygrunsrv --stop cron
>   $ cygrunsrv --remove cron
>   $ cygrunsrv --install cron -p /usr/sbin/cron -a -D
>       (You can also add a -u switch)
>   $ cygrunsrv --start cron
>
> If the cron service does not start, try deleting the file
> /var/run/cron.pid and then repeating the commands above.
>
> Also, examine the log file for cron, /var/log/cron.log, for
> information that it might give you about the problem cron is
> having.
>
> If none of this fixes the problem, then report your problem
> to cygwin@cygwin.com.

Did you try all of the above?

> Please include a copy of your crontab, ('crontab -l')

Well, where is it?

> and the output of 'cygcheck -srv > cygcheck.txt'.
>
> Please include the generated file 'cygcheck.txt' *as an attachment*,
> and NOT in the body of the mail message.

Please alleviate the above omissions and we may be able to help you.

You could also try some simple crontab commands, e.g., '/usr/bin/date >>
/tmp/cron.date.out', and see if that runs (check the file for the latest
date).
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA

[-- Attachment #2: cygcheck.txt --]
[-- Type: text/plain, Size: 27526 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Wed Jul 20 07:12:25 2005

Windows .NET Server Ver 5.2 Build 3790 Service Pack 1

Path:	C:\cygwin\lib\subversion\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\ctc\dll
	C:\cygwin\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 10500(Administrator) GID: 10513(Domain Users)
10513(Domain Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 10500(Administrator)          GID: 10513(Domain Users)
544(Administrators)                545(Users)
10512(Domain Admins)               10513(Domain Users)
10519(Enterprise Admins)           10520(Group Policy Creator Owners)
10518(Schema Admins)               11147(SPAdmin)

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

CYGWIN = `ntsec'
HOME = `\\server10\Administrator$'
MAKE_MODE = `unix'
PWD = `//server10/Administrator$'
USER = `Administrator'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
CLUSTERLOG = `C:\WINDOWS\Cluster\cluster.log'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `USCHI00MDR07'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVSROOT = `'
CVS_RSH = `/bin/ssh'
FP_NO_HOST_CHECK = `NO'
HOMEPATH = `\\server10\Administrator$'
HOSTNAME = `uschi00mdr07'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LOGNAME = `Administrator'
LOGONSERVER = `\\YGGDRASIL'
MAIL = `/var/spool/mail/Administrator'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man:/usr/X11R6/man'
NUMBER_OF_PROCESSORS = `4'
OLDPWD = `//server10/Administrator$'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PRINTER = `'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 4 Stepping 1, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0401'
PROGRAMFILES = `C:\Program Files'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHELL = `/bin/bash'
SHLVL = `1'
SSH_CLIENT = `10.1.4.103 4857 22'
SSH_CONNECTION = `10.1.4.103 4857 10.75.224.153 22'
SSH_TTY = `/dev/tty1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\SSHD_S~1.001\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\SSHD_S~1.001\LOCALS~1\Temp'
TZ = `CST6CDT5,M4.1.0/2,M10.5.0/2'
USERDOMAIN = `CTC'
USERNAME = `Administrator'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'
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\/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

a:  fd             N/A    N/A                    
c:  hd  NTFS     69451Mb  14% CP CS UN PA FC     
d:  cd             N/A    N/A                    

C:\cygwin      /          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
Not Found: cpp (good!)
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Not Found: make
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

  125k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2004/12/30 9:52
   28k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2004/12/30 9:47
   23k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2004/12/30 9:51
   15k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2004/12/30 9:49
  113k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2004/12/30 9:48
   81k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2004/12/30 9:48
    8k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2004/12/30 9:52
   72k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_ra_dav-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_dav-1-0.dll" v0.0 ts=2004/12/30 9:51
   16k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2004/12/30 9:49
   53k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2004/12/30 9:49
   83k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2004/12/30 9:49
  128k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2004/12/30 9:47
  136k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2004/12/30 9:51
   92k 2004/12/30 C:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-0-0.dll" v0.0 ts=2004/12/30 9:20
   68k 2004/12/30 C:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-0-0.dll" v0.0 ts=2004/12/30 9:36
   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/13 23: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 13:09
  227k 2004/10/24 C:\cygwin\bin\cygclamav-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamav-1.dll" v0.0 ts=2004/10/24 10:58
    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 2:57
  846k 2004/12/11 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=2004/12/11 5:04
  617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2004/3/22 9:52
  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 10:31
 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 10: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 3: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/10 18: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 3: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 0: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 0: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 4: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/21 23: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 2: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/10 21: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/19 21: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 3: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/10 21:13
  135k 2004/09/02 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-1-2-0.dll" v0.0 ts=2004/9/2 13:21
  564k 2004/12/30 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2004/12/30 8:17
   11k 2004/09/02 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-1-2-0.dll" v0.0 ts=2004/9/2 13:23
   11k 2004/12/30 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2004/12/30 8:21
  158k 2004/10/16 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2004/10/16 2:40
  288k 2004/10/16 C:\cygwin\bin\cyggmpxx-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-3.dll" v0.0 ts=2004/10/16 2:40
  252k 2004/12/30 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2004/12/30 8:20
   10k 2004/09/02 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-1-2-0.dll" v0.0 ts=2004/9/2 13:23
   15k 2004/12/30 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2004/12/30 8:21
   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/6 22: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/10 18: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 1: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 13: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 3: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 16: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 12: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 12:09
  146k 2004/12/21 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2004/12/21 8:34
   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 3: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 0: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 0: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 4: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 15:28
   71k 2004/10/16 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2004/10/16 2:40
   95k 2004/10/16 C:\cygwin\bin\cygmpfr-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-0.dll" v0.0 ts=2004/10/16 2:47
  882k 2004/09/13 C:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygnaim_core-0.dll" v0.0 ts=2004/9/13 13:04
   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 3: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 0: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 0: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 3: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 0: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 0: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 4:24
   92k 2004/07/10 C:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-24.dll" v0.0 ts=2004/7/10 10:37
   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 3: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 0: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 0: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 4: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 11: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 3: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 11: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 3:31
 1061k 2004/08/19 C:\cygwin\bin\cygperl5_8_5.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_5.dll" v0.0 ts=2004/8/19 12:54
   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 0: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/6 22: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/10 18: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 1:51
  171k 2004/12/11 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=2004/12/11 5:04
 1242k 2004/11/13 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2004/11/13 17:28
   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/9 23:09
 1114k 2004/11/10 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/11/10 7:34
    Cygwin DLL version info:
        DLL version: 1.5.12
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 116
        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: Wed Nov 10 08:34:47 EST 2004
        Shared id: cygwin1S4

  243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2004/9/17 4:48
   26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2004/9/17 4:48
   28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygDtPrint-1.dll" v0.0 ts=2004/3/30 22:23
   21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2004/9/17 4:53
   36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFS-6.dll" v0.0 ts=2004/9/17 4:38
  417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2004/9/17 4:45
  439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2004/9/17 4:47
   75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2004/9/17 4:30
   77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2004/3/30 22:23
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2004/9/17 4:29
 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2004/9/17 4:45
   20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2004/9/17 4:49
   30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2004/9/17 4:30
   66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2004/3/30 22:23
  876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2004/9/17 4:29
  253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2004/9/17 4:34
  356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2004/9/17 4:36
  362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2004/9/17 4:37
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2004/9/17 4:51
   30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2004/9/17 4:50
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2004/9/17 4:51
    7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXevie-1.dll" v0.0 ts=2004/9/17 4:51
   49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2004/9/17 4:30
   16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2004/9/17 4:51
   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/11/17 19:42
   63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2004/3/23 16:20
   27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2004/9/17 4:37
  125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2004/9/17 4:38
   12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbui-1.dll" v0.0 ts=2004/9/17 4:38
 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2004/3/30 22:20
   76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2004/9/17 4:32
   11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2004/9/17 4:32
   26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2004/9/17 4:33
   51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2004/9/17 4:33
   11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2004/9/17 4:50
   28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2004/9/17 4:49
    8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2004/9/17 4:50
  282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2004/9/17 4:32
   27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2004/9/17 4:50
   17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2004/9/17 4:37

Cygwin Package Information
Last downloaded files to: C:\cygwin.packages
Last downloaded files from: C:\cygwin.packages

Package                 Version
_update-info-dir        00231-1
ash                     20040127-1
base-files              3.1-4
base-passwd             2.1-1
bash                    2.05b-16
bc                      1.06-2
bzip2                   1.0.2-6
cabextract              0.6-2
ccrypt                  1.7-1
chere                   0.5-2
clamav                  0.80-2
clear                   1.0-1
coreutils               5.2.1-5
cpio                    2.5-3
cron                    3.0.1-17
crypt                   1.1-1
curl                    7.11.1-1
curl-devel              7.11.1-1
cvs                     1.11.17-1
cygrunsrv               1.0-1
cygutils                1.2.5-1
cygwin                  1.5.12-1
cygwin-doc              1.4-1
d                       1.2.0-1
desktop-file-utils      0.10-1
diffstat                1.37-2
diffutils               2.8.7-1
editrights              1.01-1
expat                   1.95.8-1
expect                  20030128-1
figlet                  2.2-1
file                    4.12-1
findutils               20041227-1
fontconfig              2.2.2-1
freetype2               2.1.5-1
gawk                    3.1.4-3
gdbm                    1.8.3-7
gettext                 0.14.1-1
glib                    1.2.10-2
glib2                   2.4.8-1
glib2-runtime           2.4.8-1
gmp                     4.1.4-2
grep                    2.5-1
groff                   1.18.1-2
gzip                    1.3.5-1
less                    381-1
lesstif                 0.93.94-2
lftp                    2.6.10-2
libapr0                 0.9.5-1
libaprutil0             0.9.5-1
libbz2_1                1.0.2-6
libcharset1             1.9.2-1
libdb4.2                4.2.52-1
libfontconfig1          2.2.2-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
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
libncurses5             5.2-1
libncurses6             5.2-8
libncurses7             5.3-4
libncurses8             5.4-1
libneon24               0.24.7-1
libpcre                 4.1-1
libpcre0                4.5-1
libpopt0                1.6.4-4
libreadline4            4.1-2
libreadline5            4.3-5
libreadline6            5.0-1
libXft                  2.1.6-1
libXft1                 1.0.0-1
libXft2                 2.1.6-1
libxml2                 2.6.16-1
links                   0.99pre14-1
login                   1.9-7
lynx                    2.8.4-8
man                     1.5o1-1
mc                      4.6.1-1
minires                 1.00-1
mktemp                  1.5-3
naim                    0.11.7.2-1
nano                    1.2.2-1
ncftp                   3.1.7-1
ncurses                 5.4-1
nedit                   5.5-1
netcat                  1.10-2
openssh                 3.9p1-2
openssl                 0.9.7e-1
patch                   2.5.8-8
patchutils              0.2.30-1
pcre                    4.5-1
pcre-devel              4.5-1
pcre-doc                4.5-1
pdksh                   5.2.14-3
perl                    5.8.5-3
perl-libwin32           0.191-1
perl_manpages           5.8.5-3
pinfo                   0.6.8-1
popt                    1.6.4-4
procps                  010801-2
python                  2.4-1
readline                5.0-1
rsync                   2.6.3-1
rxvt                    2.7.10-4
sed                     4.1.2-1
setsid                  0.0-3
sharutils               4.2.1-3
shutdown                1.4-1
ssmtp                   2.60.9-3
subversion              1.1.2-1
tar                     1.13.25-5
tcltk                   20030901-1
tcp_wrappers            7.6-1
termcap                 20021106-2
terminfo                5.4_20041009-1
texinfo                 4.7-1
time                    1.7-1
units                   1.77-1
unzip                   5.50-5
vim                     6.3-1
w32api                  3.2-1
wget                    1.9.1-1
which                   1.6-1
wtf                     0.0.4-6
X-startup-scripts       1.0.10-2
xorg-x11-base           6.8.1.0-1
xorg-x11-bin            6.8.1.0-2
xorg-x11-bin-dlls       6.8.1.0-1
xorg-x11-bin-lndir      6.8.1.0-1
xorg-x11-etc            6.8.1.0-1
xorg-x11-f100           6.8.1.0-3
xorg-x11-fenc           6.8.1.0-2
xorg-x11-fnts           6.8.1.0-3
xorg-x11-fscl           6.8.1.0-2
xorg-x11-fsrv           6.8.1.0-1
xorg-x11-libs-data      6.8.1.0-1
xorg-x11-man-pages      6.8.1.0-1
xorg-x11-man-pages-html 6.8.1.0-1
xorg-x11-xwin           6.8.1.0-8
xterm                   196-1
xwinclip                1.2.0-1
zip                     2.3-6
zlib                    1.2.2-1
Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

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

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

* Re: cygwin ver 1.5.12-1 on win2k3
  2005-07-19 12:09 Etienne Mbuyi
@ 2005-07-19 14:07 ` Igor Pechtchanski
  2005-07-20 12:54   ` Etienne Mbuyi
  0 siblings, 1 reply; 8+ messages in thread
From: Igor Pechtchanski @ 2005-07-19 14:07 UTC (permalink / raw)
  To: Etienne Mbuyi
  Cc: cygwin, 'Matthew Kurowski', 'Matthew Kurowski'

On Tue, 19 Jul 2005, Etienne Mbuyi wrote:

> We are trying to run Cron on some our win2k3 servers but without
> success.

First off, cygwin-1.5.12 is ancient!  I'd recommend upgrading.

> If we assigned the domain administrator the right to logon as a service,
> Cron service doesn't start. The service only start when using the local
> system account.

This may be an indication of restricted permissions on the log file -- the
domain admin cannot write to the log, so the service won't start.  Try
chown'ing /var/log/cron.log to the domain admin, or even simply "chmod
666"ing it.

> Even if the service is running, the job doesn't seem to work.

Which job?

> Attached you will find the cygchect.out file. Below is the
> cron_diagnose.sh output.

Looks to me like you didn't actually *read* the output.

> $ cron_diagnose.sh
> cron_diagnose.sh 1.10
>
> The owner and the Administrators need
> to have ..x permission to /usr/sbin/sendmail.
> Here are the current permissions:
>
> ls: /usr/sbin/sendmail: No such file or directory
>
> Please change the user and/or group ownership and
> permissions of /usr/sbin/sendmail, and then run this script again.
>      ssmtp and exim are suitable mailers.

This looks like one problem.

> This script did not find any errors in your cron setup.
>
> If you are running cron as yourself,
> /usr/sbin/sendmail should point to an executable mailer
>
> If you are still unable to get cron to work, then try
> shutting down the cron service, uninstalling it,
> reinstalling it, and restarting it.
>
> The following commands will do that:
>   $ cygrunsrv --stop cron
>   $ cygrunsrv --remove cron
>   $ cygrunsrv --install cron -p /usr/sbin/cron -a -D
>       (You can also add a -u switch)
>   $ cygrunsrv --start cron
>
> If the cron service does not start, try deleting the file
> /var/run/cron.pid and then repeating the commands above.
>
> Also, examine the log file for cron, /var/log/cron.log, for
> information that it might give you about the problem cron is
> having.
>
> If none of this fixes the problem, then report your problem
> to cygwin@cygwin.com.

Did you try all of the above?

> Please include a copy of your crontab, ('crontab -l')

Well, where is it?

> and the output of 'cygcheck -srv > cygcheck.txt'.
>
> Please include the generated file 'cygcheck.txt' *as an attachment*,
> and NOT in the body of the mail message.

Please alleviate the above omissions and we may be able to help you.

You could also try some simple crontab commands, e.g., '/usr/bin/date >>
/tmp/cron.date.out', and see if that runs (check the file for the latest
date).
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. /DA

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

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

* cygwin ver 1.5.12-1 on win2k3
@ 2005-07-19 12:09 Etienne Mbuyi
  2005-07-19 14:07 ` Igor Pechtchanski
  0 siblings, 1 reply; 8+ messages in thread
From: Etienne Mbuyi @ 2005-07-19 12:09 UTC (permalink / raw)
  To: cygwin, cygwin-talk
  Cc: 'Matthew Kurowski', 'Matthew Kurowski'

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



We are trying to run Cron on some our win2k3 servers but without success. If
we assigned the domain administrator the right to logon as a service, Cron
service doesn't start. The service only start when using the local system
account. Even if the service is running, the job doesn't seem to work.
Attached you will find the cygchect.out file. Below is the cron_diagnose.sh
output.

$ cron_diagnose.sh

cron_diagnose.sh 1.10

 

The owner and the Administrators need

to have ..x permission to /usr/sbin/sendmail.

Here are the current permissions:

 

ls: /usr/sbin/sendmail: No such file or directory

 

Please change the user and/or group ownership and

permissions of /usr/sbin/sendmail, and then run this script again.

     ssmtp and exim are suitable mailers.

 

This script did not find any errors in your cron setup.

 

If you are running cron as yourself,

/usr/sbin/sendmail should point to an executable mailer

 

If you are still unable to get cron to work, then try

shutting down the cron service, uninstalling it,

reinstalling it, and restarting it.

 

The following commands will do that:

  $ cygrunsrv --stop cron

  $ cygrunsrv --remove cron

  $ cygrunsrv --install cron -p /usr/sbin/cron -a -D

      (You can also add a -u switch)

  $ cygrunsrv --start cron

 

If the cron service does not start, try deleting the file

/var/run/cron.pid and then repeating the commands above.

 

Also, examine the log file for cron, /var/log/cron.log, for

information that it might give you about the problem cron is

having.

 

If none of this fixes the problem, then report your problem

to cygwin@cygwin.com.  Please include a copy of your crontab,

('crontab -l') and the output of 'cygcheck -srv > cygcheck.txt'.

 

Please include the generated file 'cygcheck.txt' *as an attachment*,

and NOT in the body of the mail message.

 

 

Etienne Mbuyi

Chicago Trading Company

111 Broadway, 10th Floor

New York, NY 10006

Tel: 917-779-7051

Fax: 917-779-7099

email: etienne.mbuyi@chiagotrading.com



[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 27489 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Mon Jul 18 15:55:34 2005

Windows .NET Server Ver 5.2 Build 3790 Service Pack 1

Path:	C:\cygwin\lib\subversion\bin
	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\ctc\dll
	C:\cygwin\bin

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 10500(Administrator) GID: 10513(Domain Users)
10513(Domain Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 10500(Administrator)          GID: 10513(Domain Users)
544(Administrators)                545(Users)
10512(Domain Admins)               10513(Domain Users)
10519(Enterprise Admins)           10520(Group Policy Creator Owners)
10518(Schema Admins)               11147(SPAdmin)

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

CYGWIN = `ntsec'
HOME = `\\server10\Administrator$'
MAKE_MODE = `unix'
PWD = `/etc/skel'
USER = `Administrator'

ALLUSERSPROFILE = `C:\Documents and Settings\All Users'
CLUSTERLOG = `C:\WINDOWS\Cluster\cluster.log'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `USCHI00MDR07'
COMSPEC = `C:\WINDOWS\system32\cmd.exe'
CVSROOT = `'
CVS_RSH = `/bin/ssh'
FP_NO_HOST_CHECK = `NO'
HOMEPATH = `\\server10\Administrator$'
HOSTNAME = `uschi00mdr07'
INFOPATH = `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel/info:/usr/autotool/stable/info:'
LOGNAME = `Administrator'
LOGONSERVER = `\\YGGDRASIL'
MAIL = `/var/spool/mail/Administrator'
MANPATH = `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man::/usr/ssl/man:/usr/X11R6/man'
NUMBER_OF_PROCESSORS = `4'
OLDPWD = `/etc'
OS = `Windows_NT'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PRINTER = `'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 15 Model 4 Stepping 1, GenuineIntel'
PROCESSOR_LEVEL = `15'
PROCESSOR_REVISION = `0401'
PROGRAMFILES = `C:\Program Files'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHELL = `/bin/bash'
SHLVL = `1'
SSH_CLIENT = `10.1.4.103 1388 22'
SSH_CONNECTION = `10.1.4.103 1388 10.75.224.153 22'
SSH_TTY = `/dev/tty1'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINDOWS'
TEMP = `c:\DOCUME~1\SSHD_S~1.001\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `c:\DOCUME~1\SSHD_S~1.001\LOCALS~1\Temp'
TZ = `CST6CDT5,M4.1.0/2,M10.5.0/2'
USERDOMAIN = `CTC'
USERNAME = `Administrator'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'
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\/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

a:  fd             N/A    N/A                    
c:  hd  NTFS     69451Mb  13% CP CS UN PA FC     
d:  cd             N/A    N/A                    

C:\cygwin      /          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
Not Found: cpp (good!)
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Not Found: make
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

  125k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_client-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_client-1-0.dll" v0.0 ts=2004/12/30 9:52
   28k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_delta-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_delta-1-0.dll" v0.0 ts=2004/12/30 9:47
   23k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_diff-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_diff-1-0.dll" v0.0 ts=2004/12/30 9:51
   15k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs-1-0.dll" v0.0 ts=2004/12/30 9:49
  113k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_fs_base-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_base-1-0.dll" v0.0 ts=2004/12/30 9:48
   81k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_fs_fs-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_fs_fs-1-0.dll" v0.0 ts=2004/12/30 9:48
    8k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_ra-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra-1-0.dll" v0.0 ts=2004/12/30 9:52
   72k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_ra_dav-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_dav-1-0.dll" v0.0 ts=2004/12/30 9:51
   16k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_ra_local-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_local-1-0.dll" v0.0 ts=2004/12/30 9:49
   53k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_ra_svn-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_ra_svn-1-0.dll" v0.0 ts=2004/12/30 9:49
   83k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_repos-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_repos-1-0.dll" v0.0 ts=2004/12/30 9:49
  128k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_subr-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_subr-1-0.dll" v0.0 ts=2004/12/30 9:47
  136k 2004/12/30 C:\cygwin\lib\subversion\bin\cygsvn_wc-1-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsvn_wc-1-0.dll" v0.0 ts=2004/12/30 9:51
   92k 2004/12/30 C:\cygwin\bin\cygapr-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygapr-0-0.dll" v0.0 ts=2004/12/30 9:20
   68k 2004/12/30 C:\cygwin\bin\cygaprutil-0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygaprutil-0-0.dll" v0.0 ts=2004/12/30 9:36
   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/13 23: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 13:09
  227k 2004/10/24 C:\cygwin\bin\cygclamav-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamav-1.dll" v0.0 ts=2004/10/24 10:58
    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 2:57
  846k 2004/12/11 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=2004/12/11 5:04
  617k 2004/03/22 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-2.dll" v0.0 ts=2004/3/22 9:52
  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 10:31
 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 10: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 3: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/10 18: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 3: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 0: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 0: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 4: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/21 23: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 2: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/10 21: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/19 21: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 3: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/10 21:13
  135k 2004/09/02 C:\cygwin\bin\cygglib-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-1-2-0.dll" v0.0 ts=2004/9/2 13:21
  564k 2004/12/30 C:\cygwin\bin\cygglib-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygglib-2.0-0.dll" v0.0 ts=2004/12/30 8:17
   11k 2004/09/02 C:\cygwin\bin\cyggmodule-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-1-2-0.dll" v0.0 ts=2004/9/2 13:23
   11k 2004/12/30 C:\cygwin\bin\cyggmodule-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmodule-2.0-0.dll" v0.0 ts=2004/12/30 8:21
  158k 2004/10/16 C:\cygwin\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2004/10/16 2:40
  288k 2004/10/16 C:\cygwin\bin\cyggmpxx-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmpxx-3.dll" v0.0 ts=2004/10/16 2:40
  252k 2004/12/30 C:\cygwin\bin\cyggobject-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggobject-2.0-0.dll" v0.0 ts=2004/12/30 8:20
   10k 2004/09/02 C:\cygwin\bin\cyggthread-1-2-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-1-2-0.dll" v0.0 ts=2004/9/2 13:23
   15k 2004/12/30 C:\cygwin\bin\cyggthread-2.0-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggthread-2.0-0.dll" v0.0 ts=2004/12/30 8:21
   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/6 22: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/10 18: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 1: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 13: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 3: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 16: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 12: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 12:09
  146k 2004/12/21 C:\cygwin\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2004/12/21 8:34
   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 3: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 0: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 0: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 4: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 15:28
   71k 2004/10/16 C:\cygwin\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2004/10/16 2:40
   95k 2004/10/16 C:\cygwin\bin\cygmpfr-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygmpfr-0.dll" v0.0 ts=2004/10/16 2:47
  882k 2004/09/13 C:\cygwin\bin\cygnaim_core-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygnaim_core-0.dll" v0.0 ts=2004/9/13 13:04
   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 3: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 0: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 0: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 3: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 0: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 0: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 4:24
   92k 2004/07/10 C:\cygwin\bin\cygneon-24.dll - os=4.0 img=1.0 sys=4.0
                  "cygneon-24.dll" v0.0 ts=2004/7/10 10:37
   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 3: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 0: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 0: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 4: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 11: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 3: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 11: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 3:31
 1061k 2004/08/19 C:\cygwin\bin\cygperl5_8_5.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_8_5.dll" v0.0 ts=2004/8/19 12:54
   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 0: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/6 22: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/10 18: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 1:51
  171k 2004/12/11 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=2004/12/11 5:04
 1242k 2004/11/13 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2004/11/13 17:28
   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/9 23:09
 1114k 2004/11/10 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2004/11/10 7:34
    Cygwin DLL version info:
        DLL version: 1.5.12
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 116
        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: Wed Nov 10 08:34:47 EST 2004
        Shared id: cygwin1S4

  243k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdps-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdps-1.dll" v0.0 ts=2004/9/17 4:48
   26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygdpstk-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygdpstk-1.dll" v0.0 ts=2004/9/17 4:48
   28k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygDtPrint-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygDtPrint-1.dll" v0.0 ts=2004/3/30 22:23
   21k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygfontenc-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygfontenc-1.dll" v0.0 ts=2004/9/17 4:53
   36k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygFS-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygFS-6.dll" v0.0 ts=2004/9/17 4:38
  417k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGL-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGL-1.dll" v0.0 ts=2004/9/17 4:45
  439k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygGLU-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygGLU-1.dll" v0.0 ts=2004/9/17 4:47
   75k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygICE-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygICE-6.dll" v0.0 ts=2004/9/17 4:30
   77k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygMrm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygMrm-2.dll" v0.0 ts=2004/3/30 22:23
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygoldX-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygoldX-6.dll" v0.0 ts=2004/9/17 4:29
 1416k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygOSMesa-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygOSMesa-4.dll" v0.0 ts=2004/9/17 4:45
   20k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygpsres-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygpsres-1.dll" v0.0 ts=2004/9/17 4:49
   30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygSM-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygSM-6.dll" v0.0 ts=2004/9/17 4:30
   66k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygUil-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygUil-2.dll" v0.0 ts=2004/3/30 22:23
  876k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygX11-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygX11-6.dll" v0.0 ts=2004/9/17 4:29
  253k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-6.dll" v0.0 ts=2004/9/17 4:34
  356k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-7.dll" v0.0 ts=2004/9/17 4:36
  362k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXaw-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygXaw-8.dll" v0.0 ts=2004/9/17 4:37
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcomposite-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcomposite-1.dll" v0.0 ts=2004/9/17 4:51
   30k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXcursor-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXcursor-1.dll" v0.0 ts=2004/9/17 4:50
    9k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXdamage-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXdamage-1.dll" v0.0 ts=2004/9/17 4:51
    7k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXevie-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXevie-1.dll" v0.0 ts=2004/9/17 4:51
   49k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXext-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXext-6.dll" v0.0 ts=2004/9/17 4:30
   16k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXfixes-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygXfixes-3.dll" v0.0 ts=2004/9/17 4:51
   56k 2004/03/11 C:\cygwin\usr\X11R6\bin\cygXft-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-1.dll" v0.0 ts=2003/11/17 19:42
   63k 2004/03/23 C:\cygwin\usr\X11R6\bin\cygXft-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXft-2.dll" v0.0 ts=2004/3/23 16:20
   27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXi-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXi-6.dll" v0.0 ts=2004/9/17 4:37
  125k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbfile-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbfile-1.dll" v0.0 ts=2004/9/17 4:38
   12k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygxkbui-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxkbui-1.dll" v0.0 ts=2004/9/17 4:38
 1294k 2004/03/31 C:\cygwin\usr\X11R6\bin\cygXm-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXm-2.dll" v0.0 ts=2004/3/30 22:20
   76k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmu-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmu-6.dll" v0.0 ts=2004/9/17 4:32
   11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXmuu-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXmuu-1.dll" v0.0 ts=2004/9/17 4:32
   26k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXp-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXp-6.dll" v0.0 ts=2004/9/17 4:33
   51k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXpm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygXpm-4.dll" v0.0 ts=2004/9/17 4:33
   11k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrandr-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrandr-2.dll" v0.0 ts=2004/9/17 4:50
   28k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXrender-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXrender-1.dll" v0.0 ts=2004/9/17 4:49
    8k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXRes-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygXRes-1.dll" v0.0 ts=2004/9/17 4:50
  282k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXt-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXt-6.dll" v0.0 ts=2004/9/17 4:32
   27k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXTrap-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXTrap-6.dll" v0.0 ts=2004/9/17 4:50
   17k 2004/09/17 C:\cygwin\usr\X11R6\bin\cygXtst-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygXtst-6.dll" v0.0 ts=2004/9/17 4:37

Cygwin Package Information
Last downloaded files to: C:\cygwin.packages
Last downloaded files from: C:\cygwin.packages

Package                 Version
_update-info-dir        00231-1
ash                     20040127-1
base-files              3.1-4
base-passwd             2.1-1
bash                    2.05b-16
bc                      1.06-2
bzip2                   1.0.2-6
cabextract              0.6-2
ccrypt                  1.7-1
chere                   0.5-2
clamav                  0.80-2
clear                   1.0-1
coreutils               5.2.1-5
cpio                    2.5-3
cron                    3.0.1-17
crypt                   1.1-1
curl                    7.11.1-1
curl-devel              7.11.1-1
cvs                     1.11.17-1
cygrunsrv               1.0-1
cygutils                1.2.5-1
cygwin                  1.5.12-1
cygwin-doc              1.4-1
d                       1.2.0-1
desktop-file-utils      0.10-1
diffstat                1.37-2
diffutils               2.8.7-1
editrights              1.01-1
expat                   1.95.8-1
expect                  20030128-1
figlet                  2.2-1
file                    4.12-1
findutils               20041227-1
fontconfig              2.2.2-1
freetype2               2.1.5-1
gawk                    3.1.4-3
gdbm                    1.8.3-7
gettext                 0.14.1-1
glib                    1.2.10-2
glib2                   2.4.8-1
glib2-runtime           2.4.8-1
gmp                     4.1.4-2
grep                    2.5-1
groff                   1.18.1-2
gzip                    1.3.5-1
less                    381-1
lesstif                 0.93.94-2
lftp                    2.6.10-2
libapr0                 0.9.5-1
libaprutil0             0.9.5-1
libbz2_1                1.0.2-6
libcharset1             1.9.2-1
libdb4.2                4.2.52-1
libfontconfig1          2.2.2-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
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
libncurses5             5.2-1
libncurses6             5.2-8
libncurses7             5.3-4
libncurses8             5.4-1
libneon24               0.24.7-1
libpcre                 4.1-1
libpcre0                4.5-1
libpopt0                1.6.4-4
libreadline4            4.1-2
libreadline5            4.3-5
libreadline6            5.0-1
libXft                  2.1.6-1
libXft1                 1.0.0-1
libXft2                 2.1.6-1
libxml2                 2.6.16-1
links                   0.99pre14-1
login                   1.9-7
lynx                    2.8.4-8
man                     1.5o1-1
mc                      4.6.1-1
minires                 1.00-1
mktemp                  1.5-3
naim                    0.11.7.2-1
nano                    1.2.2-1
ncftp                   3.1.7-1
ncurses                 5.4-1
nedit                   5.5-1
netcat                  1.10-2
openssh                 3.9p1-2
openssl                 0.9.7e-1
patch                   2.5.8-8
patchutils              0.2.30-1
pcre                    4.5-1
pcre-devel              4.5-1
pcre-doc                4.5-1
pdksh                   5.2.14-3
perl                    5.8.5-3
perl-libwin32           0.191-1
perl_manpages           5.8.5-3
pinfo                   0.6.8-1
popt                    1.6.4-4
procps                  010801-2
python                  2.4-1
readline                5.0-1
rsync                   2.6.3-1
rxvt                    2.7.10-4
sed                     4.1.2-1
setsid                  0.0-3
sharutils               4.2.1-3
shutdown                1.4-1
ssmtp                   2.60.9-3
subversion              1.1.2-1
tar                     1.13.25-5
tcltk                   20030901-1
tcp_wrappers            7.6-1
termcap                 20021106-2
terminfo                5.4_20041009-1
texinfo                 4.7-1
time                    1.7-1
units                   1.77-1
unzip                   5.50-5
vim                     6.3-1
w32api                  3.2-1
wget                    1.9.1-1
which                   1.6-1
wtf                     0.0.4-6
X-startup-scripts       1.0.10-2
xorg-x11-base           6.8.1.0-1
xorg-x11-bin            6.8.1.0-2
xorg-x11-bin-dlls       6.8.1.0-1
xorg-x11-bin-lndir      6.8.1.0-1
xorg-x11-etc            6.8.1.0-1
xorg-x11-f100           6.8.1.0-3
xorg-x11-fenc           6.8.1.0-2
xorg-x11-fnts           6.8.1.0-3
xorg-x11-fscl           6.8.1.0-2
xorg-x11-fsrv           6.8.1.0-1
xorg-x11-libs-data      6.8.1.0-1
xorg-x11-man-pages      6.8.1.0-1
xorg-x11-man-pages-html 6.8.1.0-1
xorg-x11-xwin           6.8.1.0-8
xterm                   196-1
xwinclip                1.2.0-1
zip                     2.3-6
zlib                    1.2.2-1
Use -h to see help about each section


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

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

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

end of thread, other threads:[~2005-07-21 12:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-20 13:31 cygwin ver 1.5.12-1 on win2k3 Pierre A. Humblet
2005-07-20 13:44 ` Etienne Mbuyi
2005-07-20 13:54   ` Pierre A. Humblet
2005-07-20 14:04     ` Etienne Mbuyi
  -- strict thread matches above, loose matches on Subject: below --
2005-07-21 13:03 Etienne Mbuyi
2005-07-19 12:09 Etienne Mbuyi
2005-07-19 14:07 ` Igor Pechtchanski
2005-07-20 12:54   ` Etienne Mbuyi

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