Mail Archives: cygwin/2004/01/11/14:30:54
------=_NextPart_000_0019_01C3D881.C1DFDB40
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Hello
Thanks for the reply.
I uninstalled inetutils. removed /etc/inetd.conf. Installed inetutils and
run iu-config.
Installed the service and started it. Two inetd process are running (which
is correct).
But netstat -an show no listening ports.
Any ideas ?
Regards
Ruud
--------------------------------------------------------------
Ruud AT pc11 ~
$ rm /etc/inetd.conf
Ruud AT pc11 ~
$ iu-config
Overwrite existing /etc/ftpusers file? (yes/no) yes
Creating default /etc/ftpusers file
Overwrite existing /etc/ftpwelcome file? (yes/no) yes
Creating default /etc/ftpwelcome file
Overwrite existing /etc/inetd.conf file? (yes/no) yes
Creating default /etc/inetd.conf file
Overwrite existing /etc/motd file? (yes/no) yes
Creating default /etc/motd file
Overwrite existing /etc/shells file? (yes/no) yes
Creating default /etc/shells file
Configuration finished. Have fun!
Ruud AT pc11 ~
$ inetd --install-as-service
bash: inetd: command not found
Ruud AT pc11 ~
$ /usr/sbin/inetd --install-as-service
Ruud AT pc11 ~
$ net start inetd
The CYGWIN inetd service is starting.
The CYGWIN inetd service was started successfully.
Ruud AT pc11 ~
$ netstat -an
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1025 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1034 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1038 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5800 0.0.0.0:0 LISTENING
TCP 0.0.0.0:5900 0.0.0.0:0 LISTENING
TCP 0.0.0.0:21234 0.0.0.0:0 LISTENING
TCP 0.0.0.0:44334 0.0.0.0:0 LISTENING
TCP 10.1.1.11:139 0.0.0.0:0 LISTENING
TCP 10.1.1.11:14288 0.0.0.0:0 LISTENING
TCP 80.218.231.109:1038 64.12.30.140:5190 ESTABLISHED
TCP 80.218.231.109:1185 152.163.208.121:80 TIME_WAIT
TCP 80.218.231.109:16668 0.0.0.0:0 LISTENING
TCP 127.0.0.1:1028 0.0.0.0:0 LISTENING
UDP 0.0.0.0:445 *:*
UDP 0.0.0.0:1026 *:*
UDP 0.0.0.0:1031 *:*
UDP 0.0.0.0:1032 *:*
UDP 0.0.0.0:44334 *:*
UDP 10.1.1.11:137 *:*
UDP 10.1.1.11:138 *:*
UDP 10.1.1.11:11581 *:*
UDP 80.218.231.109:8802 *:*
UDP 127.0.0.1:1041 *:*
UDP 127.0.0.1:1043 *:*
Ruud AT pc11 ~
$ ps -a
PID PPID PGID WINPID TTY UID STIME COMMAND
2208 1 2208 2208 0 1003 20:17:59 /usr/bin/bash
4068 1 4068 4068 ? 400 20:20:22 /usr/sbin/inetd
1888 4068 4068 1888 ? 400 20:20:22 /usr/sbin/inetd
1200 2208 1200 524 0 1003 20:20:39 /usr/bin/ps
----------------------------------------------------------------------------
-----------------------------------
----- Original Message -----
From: "Larry Hall" <cygwin-lh AT cygwin DOT com>
To: "Ruud Huynen" <ruud DOT huynen AT hispeed DOT ch>; <cygwin AT cygwin DOT com>
Sent: Sunday, January 11, 2004 8:02 PM
Subject: Re: problems with cygrunsrv and inetd
> At 12:32 PM 1/11/2004, Ruud Huynen you wrote:
> >Hello
> >
> >I looked on the internet and inetutils.README to install the inetd and
the
> >ssh service.
> >When I create the windows service inetd with:
> >cygrunsrv -I inetd -d "CYGWIN inetd" -p /usr/sbin/inetd -a -d -e
> >CYGWIN=ntsec
>
>
> Why did you install it this way? inetutils.README clearly states that
> the inetd service is installed with the '--install-as-service' flag.
>
>
> >I noticed that the executable pointed to in the service is, which is
wrong:
> >C:\cygwin\bin\cygrunsrv.exe
>
>
> No, it's not wrong for a service installed with cygrunsrv.
>
>
> >After removing it
> >cygrunsrv -R inetd
> >
> >And using:
> >/usr/sbin/inetd.exe --install-as-service
> >I have in the service: C:\cygwin\usr\sbin\inetd.exe
> >
> >Starting it shows the two inetd processes running, but netstat -an does
not
> >show any listening ports!
>
>
>
> From inetutil.README:
>
> Current caveat: inetd is visible twice in the process list.
> This is currently needed to work correctly with the service
> manager. This should be solved in a future release.
>
>
> >I thought -d means debugging. Not daemon. But I tried it and changed the
> >registry to add the -d. The same behaviour is noticed.
> >
> >Only by using the following command I have the ports open, and can
connect:
> >$ /usr/sbin/inetd.exe -d &
> >[1] 2936
> >
> >Ruud AT pc11 /
> >$ ADD : echo proto=tcp, wait=0, user=root builtin=4080d0 server=internal
> >registered internal on 4
> >ADD : echo proto=udp, wait=0, user=root builtin=4080e0 server=internal
> >registered internal on 5
> >ADD : discard proto=tcp, wait=0, user=root builtin=4080f0 server=internal
> >registered internal on 6
> >ADD : discard proto=udp, wait=0, user=root builtin=408100 server=internal
> >registered internal on 7
> >ADD : daytime proto=tcp, wait=0, user=root builtin=408130 server=internal
> >registered internal on 8
> >ADD : daytime proto=udp, wait=0, user=root builtin=408140 server=internal
> >registered internal on 9
> >ADD : chargen proto=tcp, wait=0, user=root builtin=408150 server=internal
> >registered internal on 10
> >ADD : chargen proto=udp, wait=0, user=root builtin=408160 server=internal
> >registered internal on 11
> >ADD : time proto=tcp, wait=0, user=root builtin=408110 server=internal
> >registered internal on 12
> >ADD : time proto=udp, wait=0, user=root builtin=408120 server=internal
> >registered internal on 13
> >ADD : ftp proto=tcp, wait=0, user=root builtin=0 server=/usr/sbin/in.ftpd
> >registered /usr/sbin/in.ftpd on 14
> >ADD : telnet proto=tcp, wait=0, user=root builtin=0
> >server=/usr/sbin/in.telnetd
> >registered /usr/sbin/in.telnetd on 15
> >ADD : shell proto=tcp, wait=0, user=root builtin=0
server=/usr/sbin/in.rshd
> >registered /usr/sbin/in.rshd on 16
> >ADD : login proto=tcp, wait=0, user=root builtin=0
> >server=/usr/sbin/in.rlogind
> >registered /usr/sbin/in.rlogind on 17
> >ADD : exec proto=tcp, wait=0, user=root builtin=0
server=/usr/sbin/in.rexecd
> >registered /usr/sbin/in.rexecd on 18/usr/bin/ssh-host-config -y
> >ADD : talk proto=udp, wait=1, user=root builtin=0
server=/usr/sbin/in.talkd
> >registered /usr/sbin/in.talkd on 19
> >ADD : ntalk proto=udp, wait=1, user=root builtin=0
server=/usr/sbin/in.talkd
> >registered /usr/sbin/in.talkd on 20
> >
> >Using /usr/sbin/inetd.exe without the '-d' does not work.
>
>
> Sounds to me like you didn't run iu-config. I'd recommend uninstalling,
> removing /etc/inetd.conf, reinstalling, and running iu-config.
>
>
> >Using the "/usr/bin/ssh-host-config -y" to configure ssh has the same
> >problem. In the service the executable is 'C:\cygwin\bin\cygrunsrv.exe'.
> >
> >What is wrong ?
>
>
> Nothing. That's correct.
>
>
> --
> Larry Hall http://www.rfk.com
> RFK Partners, Inc. (508) 893-9779 - RFK Office
> 838 Washington Street (508) 893-9889 - FAX
> Holliston, MA 01746
>
>
------=_NextPart_000_0019_01C3D881.C1DFDB40
Content-Type: text/plain;
name="cygcheck_output.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="cygcheck_output.txt"
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Sun Jan 11 18:13:16 2004
Windows XP Professional Ver 5.1 Build 2600 Service Pack 1
Path: C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
C:\cygwin\usr\X11R6\bin
C:\cygwin\bin
c:\Sun\j2eesdk1.4.2_02\jdk\bin
c:\Sun\j2eesdk1.4.2_02\bin
c:\Sun\j2eesdk1.4.2_02\lib\ant\bin
c:\oracle\ora92\bin
c:\Program Files\Oracle\jre\1.3.1\bin
c:\Program Files\PTP2002
c:\WINDOWS\system32
c:\WINDOWS
c:\WINDOWS\System32\Wbem
c:\Program Files\Common Files\Roxio Shared\DLLShared
c:\Program Files\UltraEdit
Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1003(Ruud) GID: 513(None)
513(None)
Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1003(Ruud) GID: 513(None)
0(root) 513(None)
544(Administrators) 545(Users)
1005(Debugger Users)
SysDir: C:\WINDOWS\System32
WinDir: C:\WINDOWS
Here's some environment variables that may affect cygwin:
CYGWIN =3D `ntsec'
HOME =3D `C:\cygwin\home\Ruud'
MAKE_MODE =3D `unix'
PWD =3D `/'
USER =3D `Ruud'
Here's the rest of your environment variables:
ALLUSERSPROFILE =3D `C:\Documents and Settings\All Users'
APPDATA =3D `C:\Documents and Settings\Ruud\Application Data'
CLIENTNAME =3D `Console'
CNVPATH =3D `C:\Program Files\Systran\4_0\Premium\Dicts'
COMMONPROGRAMFILES =3D `C:\Program Files\Common Files'
COMPUTERNAME =3D `PC11'
COMSPEC =3D `C:\WINDOWS\system32\cmd.exe'
CVS_RSH =3D `/bin/ssh'
HOMEDRIVE =3D `C:'
HOMEPATH =3D `\Documents and Settings\Ruud'
HOSTNAME =3D `pc11'
INFOPATH =3D `/usr/local/info:/usr/info:/usr/share/info:/usr/autotool/devel=
/info:/usr/autotool/stable/info:'
JAVA_HOME =3D `C:\Sun\j2sdk1.4.2_02'
LOGONSERVER =3D `\\PC11'
MANPATH =3D `/usr/local/man:/usr/man:/usr/share/man:/usr/autotool/devel/man=
::/usr/ssl/man'
NUMBER_OF_PROCESSORS =3D `1'
OLDPWD =3D `/var/log'
OS =3D `Windows_NT'
PATHEXT =3D `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE =3D `x86'
PROCESSOR_IDENTIFIER =3D `x86 Family 15 Model 2 Stepping 7, GenuineIntel'
PROCESSOR_LEVEL =3D `15'
PROCESSOR_REVISION =3D `0207'
PROGRAMFILES =3D `C:\Program Files'
PROMPT =3D `$P$G'
PS1 =3D `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SESSIONNAME =3D `Console'
SHLVL =3D `1'
SYSTEMDRIVE =3D `C:'
SYSTEMROOT =3D `C:\WINDOWS'
TEMP =3D `c:\DOCUME~1\Ruud\LOCALS~1\Temp'
TERM =3D `cygwin'
TMP =3D `c:\DOCUME~1\Ruud\LOCALS~1\Temp'
USERDOMAIN =3D `PC11'
USERNAME =3D `Ruud'
USERPROFILE =3D `C:\Documents and Settings\Ruud'
WINDIR =3D `C:\WINDOWS'
_ =3D `/usr/bin/cygcheck'
Scanning registry for keys with `Cygnus' in them...
HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
(default) =3D `/cygdrive'
cygdrive flags =3D 0x00000022
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
(default) =3D `C:\cygwin'
flags =3D 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
(default) =3D `C:\cygwin/bin'
flags =3D 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
(default) =3D `C:\cygwin/lib'
flags =3D 0x00000002
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
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options
Listing available drives...
Drv Type Size Free Flags Name
c: hd NTFS 38154Mb 72% CP CS UN PA FC PC11DISK1
d: hd NTFS 49996Mb 93% CP CS UN PA FC PC11DISK2
e: hd FAT32 28520Mb 54% CP UN PC11DISK3
f: hd NTFS 76316Mb 11% CP CS UN PA FC PC11DISK4
g: cd N/A N/A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
h: cd N/A N/A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
n: cd N/A N/A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
r: cd N/A N/A=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20
fd=3Dfloppy, hd=3Dhard drive, cd=3DCD-ROM, net=3DNetwork Share
CP=3DCase Preserving, CS=3DCase Sensitive, UN=3DUnicode
PA=3DPersistent ACLS, FC=3DFile Compression, VC=3DVolume Compression
Mount entries: these map POSIX directories to your NT drives.
-NT- -POSIX- -Type- -Flags-
C:\cygwin / user binmode
C:\cygwin/bin /usr/bin user binmode
C:\cygwin/lib /usr/lib user binmode
. /cygdrive user binmode,cygdrive
Looking to see where common programs can be found, if at all...
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
Looking for various Cygnus DLLs... (-v gives version info)
61k 2003/08/09 C:\cygwin\bin\cygbz2-1.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygbz2-1.dll" v0.0 ts=3D2003/8/9 8:35
7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=3D4.0 img=3D1.0 sys=3D4=
.0
"cygcrypt-0.dll" v0.0 ts=3D2003/10/19 9:57
842k 2003/09/30 C:\cygwin\bin\cygcrypto-0.9.7.dll - os=3D4.0 img=3D1.0 sy=
s=3D4.0
"cygcrypto-0.9.7.dll" v0.0 ts=3D2003/9/30 18:49
380k 2002/07/24 C:\cygwin\bin\cygdb-3.1.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygdb-3.1.dll" v0.0 ts=3D2002/7/24 18:24
831k 2003/09/20 C:\cygwin\bin\cygdb-4.1.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygdb-4.1.dll" v0.0 ts=3D2003/9/20 23:51
487k 2002/07/24 C:\cygwin\bin\cygdb_cxx-3.1.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygdb_cxx-3.1.dll" v0.0 ts=3D2002/7/24 18:25
1080k 2003/09/20 C:\cygwin\bin\cygdb_cxx-4.1.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygdb_cxx-4.1.dll" v0.0 ts=3D2003/9/20 23:53
45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygform5.dll" v0.0 ts=3D2001/4/25 7:28
35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygform6.dll" v0.0 ts=3D2002/1/9 7:03
48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygform7.dll" v0.0 ts=3D2003/8/9 11:25
28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cyggdbm-3.dll" v0.0 ts=3D2003/7/20 9:58
30k 2003/08/11 C:\cygwin\bin\cyggdbm-4.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cyggdbm-4.dll" v0.0 ts=3D2003/8/11 4:12
19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cyggdbm.dll" v0.0 ts=3D2002/2/20 4:05
15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=3D4.0 img=3D1.0 s=
ys=3D4.0
"cyggdbm_compat-3.dll" v0.0 ts=3D2003/7/20 10:00
15k 2003/08/11 C:\cygwin\bin\cyggdbm_compat-4.dll - os=3D4.0 img=3D1.0 s=
ys=3D4.0
"cyggdbm_compat-4.dll" v0.0 ts=3D2003/8/11 4:13
69k 2003/08/10 C:\cygwin\bin\cyggettextlib-0-12-1.dll - os=3D4.0 img=3D1=
.0 sys=3D4.0
"cyggettextlib-0-12-1.dll" v0.0 ts=3D2003/8/11 0:10
12k 2003/08/10 C:\cygwin\bin\cyggettextpo-0.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cyggettextpo-0.dll" v0.0 ts=3D2003/8/11 0:11
134k 2003/08/10 C:\cygwin\bin\cyggettextsrc-0-12-1.dll - os=3D4.0 img=3D1=
.0 sys=3D4.0
"cyggettextsrc-0-12-1.dll" v0.0 ts=3D2003/8/11 0:10
17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=3D4.0 img=3D1.0 sys=3D=
4.0
"cyghistory4.dll" v0.0 ts=3D2001/1/7 5:34
29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=3D4.0 img=3D1.0 sys=3D=
4.0
"cyghistory5.dll" v0.0 ts=3D2003/8/11 1:16
306k 2002/04/27 C:\cygwin\bin\cyghttpd.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cyghttpd.dll" v0.0 ts=3D2002/4/27 15:23
958k 2003/08/10 C:\cygwin\bin\cygiconv-2.dll - os=3D4.0 img=3D1.0 sys=3D4=
.0
"cygiconv-2.dll" v0.0 ts=3D2003/8/10 22:57
22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygintl-1.dll" v0.0 ts=3D2001/12/13 10:28
37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygintl-2.dll" v0.0 ts=3D2003/8/10 23:50
26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygmenu5.dll" v0.0 ts=3D2001/4/25 7:27
20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygmenu6.dll" v0.0 ts=3D2002/1/9 7:03
29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygmenu7.dll" v0.0 ts=3D2003/8/9 11:25
156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygncurses++5.dll" v0.0 ts=3D2001/4/25 7:29
175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygncurses++6.dll" v0.0 ts=3D2002/1/9 7:03
226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=3D4.0 img=3D1.0 sys=3D=
4.0
"cygncurses5.dll" v0.0 ts=3D2001/4/25 7:17
202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=3D4.0 img=3D1.0 sys=3D=
4.0
"cygncurses6.dll" v0.0 ts=3D2002/1/9 7:03
224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=3D4.0 img=3D1.0 sys=3D=
4.0
"cygncurses7.dll" v0.0 ts=3D2003/8/9 11:24
15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygpanel5.dll" v0.0 ts=3D2001/4/25 7:27
12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygpanel6.dll" v0.0 ts=3D2002/1/9 7:03
19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygpanel7.dll" v0.0 ts=3D2003/8/9 11:24
62k 2003/12/11 C:\cygwin\bin\cygpcre-0.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygpcre-0.dll" v0.0 ts=3D2003/12/11 18:01
63k 2003/04/11 C:\cygwin\bin\cygpcre.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygpcre.dll" v0.0 ts=3D2003/4/11 10:31
9k 2003/12/11 C:\cygwin\bin\cygpcreposix-0.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygpcreposix-0.dll" v0.0 ts=3D2003/12/11 18:01
61k 2003/04/11 C:\cygwin\bin\cygpcreposix.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygpcreposix.dll" v0.0 ts=3D2003/4/11 10:31
1049k 2003/11/07 C:\cygwin\bin\cygperl5_8_2.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygperl5_8_2.dll" v0.0 ts=3D2003/11/7 12:08
22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygpopt-0.dll" v0.0 ts=3D2002/6/9 7:45
108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygreadline4.dll" v0.0 ts=3D2001/1/7 5:34
148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygreadline5.dll" v0.0 ts=3D2003/8/11 1:16
171k 2003/09/30 C:\cygwin\bin\cygssl-0.9.7.dll - os=3D4.0 img=3D1.0 sys=
=3D4.0
"cygssl-0.9.7.dll" v0.0 ts=3D2003/9/30 18:49
60k 2003/08/09 C:\cygwin\bin\cygz.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygz.dll" v0.0 ts=3D2003/8/9 8:28
949k 2003/09/20 C:\cygwin\bin\cygwin1.dll - os=3D4.0 img=3D1.0 sys=3D4.0
"cygwin1.dll" v0.0 ts=3D2003/9/20 22:31
Cygwin DLL version info:
DLL version: 1.5.5
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 94
Shared data: 3
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:=20
Build date: Sat Sep 20 16:31:15 EDT 2003
CVS tag: cr-0x9b
Shared id: cygwin1S3
Cygwin Package Information
Last downloaded files to: E:\win\utils\cygwin
Last downloaded files from: http://sources-redhat.mirror.redwire.net/cygwin
Package Version=20=20=20=20=20=20=20=20=20=20=20=20
_update-info-dir 00225-1=20=20=20=20=20=20=20=20=20=20=20=20
apache 1.3.24-5=20=20=20=20=20=20=20=20=20=20=20
ash 20031007-1=20=20=20=20=20=20=20=20=20
base-files 2.6-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
base-passwd 1.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
bash 2.05b-16=20=20=20=20=20=20=20=20=20=20=20
bzip2 1.0.2-5=20=20=20=20=20=20=20=20=20=20=20=20
crypt 1.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
cygrunsrv 0.97-1=20=20=20=20=20=20=20=20=20=20=20=20=20
cygutils 1.2.2-1=20=20=20=20=20=20=20=20=20=20=20=20
cygwin 1.5.5-1=20=20=20=20=20=20=20=20=20=20=20=20
cygwin-doc 1.3-6=20=20=20=20=20=20=20=20=20=20=20=20=20=20
diffutils 2.8.4-1=20=20=20=20=20=20=20=20=20=20=20=20
editrights 1.01-1=20=20=20=20=20=20=20=20=20=20=20=20=20
fileutils 4.1-2=20=20=20=20=20=20=20=20=20=20=20=20=20=20
findutils 4.1.7-4=20=20=20=20=20=20=20=20=20=20=20=20
gawk 3.1.3-4=20=20=20=20=20=20=20=20=20=20=20=20
gdbm 1.8.3-7=20=20=20=20=20=20=20=20=20=20=20=20
grep 2.5-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
groff 1.18.1-2=20=20=20=20=20=20=20=20=20=20=20
gzip 1.3.5-1=20=20=20=20=20=20=20=20=20=20=20=20
inetutils 1.3.2-25=20=20=20=20=20=20=20=20=20=20=20
less 381-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
libbz2_1 1.0.2-5=20=20=20=20=20=20=20=20=20=20=20=20
libdb3.1 3.1.17-2=20=20=20=20=20=20=20=20=20=20=20
libdb4.1 4.1.25-1=20=20=20=20=20=20=20=20=20=20=20
libgdbm 1.8.0-5=20=20=20=20=20=20=20=20=20=20=20=20
libgdbm-devel 1.8.3-7=20=20=20=20=20=20=20=20=20=20=20=20
libgdbm3 1.8.3-3=20=20=20=20=20=20=20=20=20=20=20=20
libgdbm4 1.8.3-7=20=20=20=20=20=20=20=20=20=20=20=20
libgettextpo0 0.12.1-3=20=20=20=20=20=20=20=20=20=20=20
libiconv2 1.9.1-3=20=20=20=20=20=20=20=20=20=20=20=20
libintl1 0.10.40-1=20=20=20=20=20=20=20=20=20=20
libintl2 0.12.1-3=20=20=20=20=20=20=20=20=20=20=20
libncurses5 5.2-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
libncurses6 5.2-8=20=20=20=20=20=20=20=20=20=20=20=20=20=20
libncurses7 5.3-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20
libpcre 4.1-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
libpcre0 4.5-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
libpopt0 1.6.4-4=20=20=20=20=20=20=20=20=20=20=20=20
libreadline4 4.1-2=20=20=20=20=20=20=20=20=20=20=20=20=20=20
libreadline5 4.3-5=20=20=20=20=20=20=20=20=20=20=20=20=20=20
login 1.9-7=20=20=20=20=20=20=20=20=20=20=20=20=20=20
man 1.5k-2=20=20=20=20=20=20=20=20=20=20=20=20=20
mktemp 1.5-3=20=20=20=20=20=20=20=20=20=20=20=20=20=20
mod_ssl 2.8.8-1.3.24-1=20=20=20=20=20
ncurses 5.3-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20
openssh 3.7.1p2-2=20=20=20=20=20=20=20=20=20=20
openssl 0.9.7c-1=20=20=20=20=20=20=20=20=20=20=20
pdksh 5.2.14-3=20=20=20=20=20=20=20=20=20=20=20
perl 5.8.2-1=20=20=20=20=20=20=20=20=20=20=20=20
procps 010801-2=20=20=20=20=20=20=20=20=20=20=20
proftpd 1.2.9-1=20=20=20=20=20=20=20=20=20=20=20=20
readline 4.3-5=20=20=20=20=20=20=20=20=20=20=20=20=20=20
sed 4.0.8-1=20=20=20=20=20=20=20=20=20=20=20=20
sh-utils 2.0.15-4=20=20=20=20=20=20=20=20=20=20=20
sharutils 4.2.1-3=20=20=20=20=20=20=20=20=20=20=20=20
shutdown 1.4-1=20=20=20=20=20=20=20=20=20=20=20=20=20=20
tar 1.13.25-5=20=20=20=20=20=20=20=20=20=20
termcap 20021106-2=20=20=20=20=20=20=20=20=20
terminfo 5.3_20030726-1=20=20=20=20=20
texinfo 4.2-4=20=20=20=20=20=20=20=20=20=20=20=20=20=20
textutils 2.0.21-1=20=20=20=20=20=20=20=20=20=20=20
unzip 5.50-5=20=20=20=20=20=20=20=20=20=20=20=20=20
vim 6.2.098-1=20=20=20=20=20=20=20=20=20=20
which 1.5-2=20=20=20=20=20=20=20=20=20=20=20=20=20=20
xinetd 2.3.9-1=20=20=20=20=20=20=20=20=20=20=20=20
zip 2.3-5=20=20=20=20=20=20=20=20=20=20=20=20=20=20
zlib 1.1.4-4=20=20=20=20=20=20=20=20=20=20=20=20
------=_NextPart_000_0019_01C3D881.C1DFDB40
Content-Type: text/plain; charset=us-ascii
--
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/
------=_NextPart_000_0019_01C3D881.C1DFDB40--
- Raw text -