* Re: [Postgres] initdb - does it ever finish?!?
[not found] <02Sep6.101215-0700_pdt.292221-5504+21@lmg.ahnet.net>
@ 2002-09-06 10:28 ` Jason Tishler
2002-09-07 2:20 ` news
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Jason Tishler @ 2002-09-06 10:28 UTC (permalink / raw)
To: cygwin
On Fri, Sep 06, 2002 at 07:06:27PM +0200, news@garydjones.mailshell.com wrote:
> I am currently futzing around with postgres, and initdb appears
> to be hanging at "creating template1 database in
> /cygdrive/k/pgsql/data/base/1... " Is that normal? Ctrl-C
> elicits no response.
Did you install cygipc? Did you start ipc-daemon? Did you read the
README?
http://www.tishler.net/jason/software/postgresql/postgresql-7.2.2.README
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Postgres] initdb - does it ever finish?!?
2002-09-06 10:28 ` [Postgres] initdb - does it ever finish?!? Jason Tishler
@ 2002-09-07 2:20 ` news
[not found] ` <E17nZmd-00083T-00@quimby.gnus.org>
[not found] ` <02Sep6.233728-0700_pdt.297018-2018+106@lmg.ahnet.net>
2 siblings, 0 replies; 7+ messages in thread
From: news @ 2002-09-07 2:20 UTC (permalink / raw)
To: cygwin
On 06 Sep 2002, Jason Tishler <jason@tishler.net> wrote:
> On Fri, Sep 06, 2002 at 07:06:27PM +0200,
> news@garydjones.mailshell.com wrote:
>> initdb
>> appears to be hanging at "creating template1 database in
>> /cygdrive/k/pgsql/data/base/1... "
> Did you install cygipc? Did you start ipc-daemon? Did you
> read the README?
Not yet, I was too busy reading the html docs.
> http://www.tishler.net/jason/software/postgresql/postgres
> ql-7.2.2.README
I was going to say "That doesn't seem to be included in the
package, nor a pointer to it." but that's untrue because the
content of the README is there, just in a different file
(FAQ_MSWIN). I'm so used to not reading the docs relating to
Windows when installing Cygwin packages that it didn't register.
Thanks for the advice, it works fine now (as far as I have taken
it). A bit slow, but that's my underpowered machine for you. By
the way, including the buyild options in the doc is an excellent
touch; thanks!
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Postgres - more questions (was: Re: [Postgres] initdb - does it ever finish?!?)
[not found] ` <E17nZmd-00083T-00@quimby.gnus.org>
@ 2002-09-07 3:45 ` news
[not found] ` <02Sep7.022547-0700_pdt.290634-25802+89@lmg.ahnet.net>
1 sibling, 0 replies; 7+ messages in thread
From: news @ 2002-09-07 3:45 UTC (permalink / raw)
To: cygwin
On 06 Sep 2002, news@garydjones.mailshell.com wrote:
> Thanks for the advice, it works fine now (as far
> as I have taken it).
From pg_ctl I get output like this:
$ pg_ctl stop
pg_ctl: no database directory or environment variable $PGDATA is
specified
Try 'pg_ctl --help' for more information.
and yet:
$ echo $PGDATA
/cygdrive/k/pgsql/data
Huh?!?
More worryingly:
$ pg_ctl stop -D /cygdrive/k/pgsql/data
waiting for postmaster to shut
down............................................................
.... failed
pg_ctl: postmaster does not shut down
I had to use
kill -9 `head -1 /usr/local/pgsql/data/postmaster.pid`
in the end (/usr/local/pgsql being a symlink to my data area).
I see a similar report to the latter problem in the archives
(http://sources.redhat.com/ml/cygwin/2001-05/msg00499.html) but
http://sources.redhat.com/ml/cygwin/2001-05/msg00774.html
suggests it was fixed (over a year ago). BTW, I wish I'd read
those threads about six months ago, some of the information
solved something I had to work out for myself at that time.
I forgot to ask before, btw - is there a recommended method of
running it on W9x? The docs generally recommend starting it as
user "postgres". Is it best to just add an entry to /etc/passwd
(AIUI "mkpasswd" is not supported on W9x)? I am thinking of
something like "postgres::42:99:::".
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Postgres] initdb - does it ever finish?!?
[not found] ` <02Sep6.233728-0700_pdt.297018-2018+106@lmg.ahnet.net>
@ 2002-09-07 12:44 ` Jason Tishler
0 siblings, 0 replies; 7+ messages in thread
From: Jason Tishler @ 2002-09-07 12:44 UTC (permalink / raw)
To: cygwin
On Fri, Sep 06, 2002 at 09:14:29PM +0200, news@garydjones.mailshell.com wrote:
> On 06 Sep 2002, Jason Tishler <jason@tishler.net> wrote:
> > Did you install cygipc? Did you start ipc-daemon? Did you read the
> > README?
>
> Not yet, I was too busy reading the html docs.
>
> > http://www.tishler.net/jason/software/postgresql/postgresql-7.2.2.README
>
> I was going to say "That doesn't seem to be included in the package,
> nor a pointer to it." but that's untrue because the content of the
> README is there, just in a different file (FAQ_MSWIN).
My Cygwin PostgreSQL package includes both the official PostgreSQL
FAQ/README (i.e., FAQ_MSWIN) and a README required by all Cygwin
packages (i.e., /usr/doc/Cygwin/postgresql-7.2.2.README).
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Postgres - more questions (was: Re: [Postgres] initdb - does it ever finish?!?)
[not found] ` <02Sep7.022547-0700_pdt.290634-25802+89@lmg.ahnet.net>
@ 2002-09-07 12:57 ` Jason Tishler
2002-09-11 9:22 ` Postgres - more questions news
0 siblings, 1 reply; 7+ messages in thread
From: Jason Tishler @ 2002-09-07 12:57 UTC (permalink / raw)
To: cygwin
On Sat, Sep 07, 2002 at 11:21:49AM +0200, news@garydjones.mailshell.com wrote:
> On 06 Sep 2002, news@garydjones.mailshell.com wrote:
> > Thanks for the advice, it works fine now (as far as I have taken
> > it).
>
> From pg_ctl I get output like this:
> $ pg_ctl stop
> pg_ctl: no database directory or environment variable $PGDATA is
> specified
> Try 'pg_ctl --help' for more information.
>
> and yet:
> $ echo $PGDATA
> /cygdrive/k/pgsql/data
>
> Huh?!?
Did you export PGDATA?
> More worryingly:
> $ pg_ctl stop -D /cygdrive/k/pgsql/data
> waiting for postmaster to shut
> down............................................................
> .... failed
> pg_ctl: postmaster does not shut down
Works for me:
$ pg_ctl stop -D /usr/share/postgresql/data
waiting for postmaster to shut down......done
postmaster successfully shut down
> I had to use
> kill -9 `head -1 /usr/local/pgsql/data/postmaster.pid`
> in the end (/usr/local/pgsql being a symlink to my data area).
Never "kill -9" the postmaster -- use "kill 15" instead.
> I see a similar report to the latter problem in the archives
> (http://sources.redhat.com/ml/cygwin/2001-05/msg00499.html) but
The above is unrelated...
> http://sources.redhat.com/ml/cygwin/2001-05/msg00774.html
> suggests it was fixed (over a year ago).
and has been fixed.
> I forgot to ask before, btw - is there a recommended method of
> running it on W9x? The docs generally recommend starting it as
> user "postgres". Is it best to just add an entry to /etc/passwd
> (AIUI "mkpasswd" is not supported on W9x)? I am thinking of
> something like "postgres::42:99:::".
Sorry, I don't do the 9x/Me thing. I suggest trying
pgsql-cygwin@postgresql.org -- someone there may be able to help.
Jason
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Postgres - more questions
2002-09-07 12:57 ` Jason Tishler
@ 2002-09-11 9:22 ` news
0 siblings, 0 replies; 7+ messages in thread
From: news @ 2002-09-11 9:22 UTC (permalink / raw)
To: cygwin
On 07 Sep 2002, Jason Tishler <jason@tishler.net> wrote:
> On Sat, Sep 07, 2002 at 11:21:49AM +0200,
> news@garydjones.mailshell.com wrote:
>> $ pg_ctl stop
>> pg_ctl: no database directory or environment variable
>> $PGDATA is specified
[..]
> Did you export PGDATA?
Agh! Sh8! I thought I had, but just checked and the "export" is
missing, which I guess is kind of important. Sorry.
>> $ pg_ctl stop -D /cygdrive/k/pgsql/data
>> waiting for postmaster to shut
>> down........................................................
>> .... .... failed pg_ctl: postmaster does not shut down
>
> Works for me
And me, now. Because I wanted to know what was going on I
removed the export of PGDATA, restarted bash, and tried again.
No probelm, it still shut down fine. I really don't know what
was causing this but for now it has "gone away". I haven't
changed anything else in the meantime, afair, so I've really no
idea what the difference is.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Postgres] initdb - does it ever finish?!?
@ 2002-09-06 10:22 news
0 siblings, 0 replies; 7+ messages in thread
From: news @ 2002-09-06 10:22 UTC (permalink / raw)
To: cygwin
I am currently futzing around with postgres, and initdb appears
to be hanging at "creating template1 database in
/cygdrive/k/pgsql/data/base/1... " Is that normal? Ctrl-C
elicits no response.
I don't know if it will ever finish or whether it has hung,
which I suspect.
Cygcheck output below...
Cygwin Win95/NT Configuration Diagnostics
Current System Time: Fri Sep 06 19:00:33 2002
Windows 98 SE Ver 4.10 Build 2222
Path: C:\cygwin\usr\local\bin
C:\cygwin\bin
C:\cygwin\bin
c:\WINDOWS
c:\WINDOWS\COMMAND
C:\cygwin\usr\X11R6\bin
C:\cygwin\usr\X11R6\bin
SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS
CYGWIN = `codepage:oem'
HOME = `C:\cygwin\home\Gary'
LD_LIBRARY_PATH = `C:\cygwin\lib\postgresql'
MAKE_MODE = `unix'
PWD = `/home/Gary'
USER = `Gary'
CMDLINE = `bash --login -i'
COMSPEC = `C:\WINDOWS\COMMAND.COM'
EDITOR = `jmacs'
HOMEDRIVE = `C:'
HOMEPATH = `\cygwin\home\Gary'
MANPATH = `:/usr/ssl/man'
NNTPSERVER = `localhost'
OLDPWD = `/usr/bin'
PROMPT = `$p$g'
PS1 = `\[\033]0;\w\007
\033[32m\]\u@\h \[\033[33m\w\033[0m\]
$ '
SHLVL = `1'
TEMP = `f:\Temp'
TERM = `cygwin'
TMP = `f:\Temp'
TMPDIR = `C:\cygwin\tmp'
TZ = `GMT0BST'
WINBOOTDIR = `C:\WINDOWS'
WINDIR = `C:\WINDOWS'
_ = `/usr/bin/cygcheck'
Use `-r' to scan registry
a: fd N/A N/A
c: hd FAT32 995Mb 92% CP UN
d: hd FAT32 1096Mb 67% CP UN
e: hd FAT32 1651Mb 82% CP UN
f: hd FAT32 297Mb 61% CP UN
g: hd FAT 203Mb 73% CP UN
h: hd FAT 101Mb 45% CP UN
i: hd FAT 101Mb 100% CP UN
j: hd FAT 125Mb 2% CP UN
k: hd FAT32 1119Mb 1% CP UN
z: cd N/A N/A
. /cygdrive
user binmode,cygdrive
C:\cygwin\usr\X11R6\lib\X11\fonts /usr/X11R6/lib/X11/fonts
system binmode
C:\cygwin /
system binmode
C:\cygwin/bin /usr/bin
system binmode
C:\cygwin/lib /usr/lib
system binmode
. /cygdrive
user binmode,cygdrive
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Warning: C:\cygwin\bin\find.exe hides
c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\sh.exe
19k 2002/02/20 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0
sys=4.0
"cyggdbm.dll" v0.0 ts=2002/2/20 3:05
452k 2002/07/17 C:\cygwin\bin\cygcurl-2.dll - os=4.0 img=1.0
sys=4.0
"cygcurl-2.dll" v0.0 ts=2002/7/17 15:50
22k 2002/07/18 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0
sys=4.0
"cygintl-1.dll" v0.0 ts=2001/12/13 9:28
45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0
sys=4.0
"cygform5.dll" v0.0 ts=2001/4/25 6:28
26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0
sys=4.0
"cygmenu5.dll" v0.0 ts=2001/4/25 6:27
156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0
img=1.0 sys=4.0
"cygncurses++5.dll" v0.0 ts=2001/4/25 6:29
226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0
sys=4.0
"cygncurses5.dll" v0.0 ts=2001/4/25 6:17
15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0
sys=4.0
"cygpanel5.dll" v0.0 ts=2001/4/25 6:27
35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0
sys=4.0
"cygform6.dll" v0.0 ts=2002/1/9 6:03
20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0
sys=4.0
"cygmenu6.dll" v0.0 ts=2002/1/9 6:03
175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0
img=1.0 sys=4.0
"cygncurses++6.dll" v0.0 ts=2002/1/9 6:03
202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0
sys=4.0
"cygncurses6.dll" v0.0 ts=2002/1/9 6:03
12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0
sys=4.0
"cygpanel6.dll" v0.0 ts=2002/1/9 6:03
17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0
sys=4.0
"cyghistory4.dll" v0.0 ts=2001/1/7 4:34
108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0
img=1.0 sys=4.0
"cygreadline4.dll" v0.0 ts=2001/1/7 4:34
40k 2001/11/21 C:\cygwin\bin\cygpcre.dll - os=4.0 img=1.0
sys=4.0
"cygpcre.dll" v0.0 ts=2001/11/21 22:15
39k 2001/11/21 C:\cygwin\bin\cygpcreposix.dll - os=4.0
img=1.0 sys=4.0
"cygpcreposix.dll" v0.0 ts=2001/11/21 22:15
50k 2002/07/18 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0
sys=4.0
"cygz.dll" v0.0 ts=2002/3/12 4:38
21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0
sys=4.0
"cygintl.dll" v0.0 ts=2001/6/20 18:09
50k 2002/03/17 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0
sys=4.0
"cygexslt-0.dll" v0.0 ts=2002/3/17 6:24
152k 2002/03/17 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0
sys=4.0
"cygxslt-1.dll" v0.0 ts=2002/3/17 6:19
15k 2002/03/17 C:\cygwin\bin\cygxsltbreakpoint-1.dll - os=4.0
img=1.0 sys=4.0
"cygxsltbreakpoint-1.dll" v0.0 ts=2002/3/17
6:24
58k 2002/05/07 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0
sys=4.0
"cygbz2-1.dll" v0.0 ts=2002/5/7 7:33
81k 2001/10/20 C:\cygwin\bin\cygitcl30.dll - os=4.0 img=1.0
sys=4.0
"cygitcl30.dll" v0.0 ts=2001/10/20 1:25
35k 2001/10/20 C:\cygwin\bin\cygitk30.dll - os=4.0 img=1.0
sys=4.0
"cygitk30.dll" v0.0 ts=2001/10/20 1:25
390k 2001/10/20 C:\cygwin\bin\cygtcl80.dll - os=4.0 img=1.0
sys=4.0
"cygtcl80.dll" v0.0 ts=2001/10/20 1:24
5k 2001/10/20 C:\cygwin\bin\cygtclpip80.dll - os=4.0 img=1.0
sys=4.0
10k 2001/10/20 C:\cygwin\bin\cygtclreg80.dll - os=4.0 img=1.0
sys=4.0
"cygtclreg80.dll" v0.0 ts=2001/10/20 1:24
623k 2001/10/20 C:\cygwin\bin\cygtk80.dll - os=4.0 img=1.0
sys=4.0
"cygtk80.dll" v0.0 ts=2001/10/20 1:25
54k 2002/07/18 C:\cygwin\bin\cygbz21.0.dll - os=4.0 img=1.0
sys=4.0
"cygbz21.0.dll" v0.0 ts=2002/1/27 1:07
929k 2002/06/24 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0
sys=4.0
"cygiconv-2.dll" v0.0 ts=2002/6/24 19:24
23k 2002/06/24 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0
sys=4.0
"cygintl-2.dll" v0.0 ts=2002/6/24 5:54
119k 2002/02/09 C:\cygwin\bin\cygjpeg6b.dll - os=4.0 img=1.0
sys=4.0
"cygjpeg6b.dll" v0.0 ts=2002/2/9 5:19
22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0
sys=4.0
"cygpopt-0.dll" v0.0 ts=2002/6/9 6:45
20k 2002/07/17 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0
sys=4.0
"cyghistory5.dll" v0.0 ts=2002/7/17 22:18
127k 2002/07/17 C:\cygwin\bin\cygreadline5.dll - os=4.0
img=1.0 sys=4.0
"cygreadline5.dll" v0.0 ts=2002/7/17 22:18
175k 2002/07/22 C:\cygwin\bin\cygpng10.dll - os=4.0 img=1.0
sys=4.0
"cygpng10.dll" v0.0 ts=2002/7/22 16:51
633k 2002/07/22 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0
sys=4.0
"cygxml2-2.dll" v0.0 ts=2002/7/22 7:29
625k 2002/08/09 C:\cygwin\bin\cygcrypto.dll - os=4.0 img=1.0
sys=4.0
"cygcrypto.dll" v0.0 ts=2002/8/9 21:20
159k 2002/08/09 C:\cygwin\bin\cygssl.dll - os=4.0 img=1.0
sys=4.0
"cygssl.dll" v0.0 ts=2002/8/9 21:20
253k 2002/02/10 C:\cygwin\bin\cygtiff3.dll - os=4.0 img=1.0
sys=4.0
"cygtiff3.dll" v0.0 ts=2002/2/10 8:34
883k 2002/07/06 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0
sys=4.0
"cygwin1.dll" v0.0 ts=2002/7/6 7:16
Cygwin DLL version info:
DLL version: 1.3.12
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 54
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:
Build date: Sat Jul 6 02:16:58 EDT 2002
CVS tag: cygwin-1-3-12-1
Shared id: cygwin1S3
41k 2002/05/14 C:\cygwin\usr\X11R6\bin\cygPropList-0.dll -
os=4.0 img=1.0 sys=4.0
"cygPropList-0.dll" v0.0 ts=2002/5/14 4:13
Cygwin Package Information
Last downloaded files to: F:\Cygwin\
Last downloaded files from: http://programming.ccp14.ac.uk/ftp-
mirror/programming/cygwin/pub/cygwin
Package Version
WindowMaker 0.80.0-2
XFree86-base 4.2.0-1
XFree86-bin 4.2.0-2
XFree86-doc 4.2.0-1
XFree86-etc 4.2.0-1
XFree86-fenc 4.2.0-2
XFree86-fnts 4.2.0-2
XFree86-fsrv 4.2.0-1
XFree86-lib 4.2.0-3
XFree86-man 4.2.0-1
XFree86-nest 4.2.0-1
XFree86-prog 4.2.0-1
XFree86-startup-scripts4.2.0-3
XFree86-vfb 4.2.0-1
XFree86-xserv 4.2.0-10
Xaw3d 1.5-1
_update-info-dir 00056-1
ash 20020731-1
bash 2.05b-3
binutils 20020706-2
bison 1.35-1
byacc 1.9-1
bzip2 1.0.2-2
clear 1.0-1
compface 1.4-5
crypt 1.0-1
ctags 5.2-1
curl 7.9.8-2
cvs 1.11.0-1
cygutils 1.1.2-1
cygwin 1.3.12-4
cygwin-doc 1.1-2
diff 1.0-1
diffutils 2.8.1-1
emacs 21.2-5
expect 20010117-1
fetchmail 5.9.13-2
fileutils 4.1-1
findutils 4.1.7-4
flex 2.5.4-2
gawk 3.1.1-2
gcc 2.95.3-5
gdb 20010428-3
gdbm 1.8.0-4
gettext 0.11.2-2
grep 2.5-1
groff 1.17.2-1
gzip 1.3.3-4
indent 2.2.8-1
inetutils 1.3.2-19
jpeg 6b-7
less 374-1
libPropList 0.10.1-3
libbz2_0 1.0.2-1
libbz2_1 1.0.2-2
libiconv2 1.8-2
libintl 0.10.38-3
libintl1 0.10.40-1
libintl2 0.11.2-2
libncurses5 5.2-1
libncurses6 5.2-8
libpng10 1.0.14-2
libpopt0 1.6.4-4
libreadline4 4.1-2
libreadline5 4.3-1
libxml2 2.4.23-1
libxslt 1.0.13-1
login 1.4-4
m4 0.0
make 3.79.1-7
man 1.5g-2
mc 4.5.55-1
mutt 1.2.5i-6
ncurses 5.2-8
newlib-man 20020801
openbox 0.99.1-3
openssl 0.9.6g-1
pcre 3.7-1
perl 5.6.1-2
pine 4.44-2
postgresql 7.2.1-2
procmail 3.22-7
python 2.2.1-1
readline 4.3-1
rxvt 2.7.2-10
sed 3.02-1
sh-utils 2.0-2
sharutils 4.2.1-2
ssmtp 2.38.7-3
tar 1.13.19-1
tcltk 20001125-1
termcap 20020403-1
terminfo 5.2-3
texinfo 4.2-3
textutils 2.0.21-1
tidy 020805-1
tiff 3.5.7-1
ttcp 19980512-1
w32api 1.5-1
which 1.5-1
whois 4.5.17-1
zlib 1.1.4-1
Use -h to see help about each section
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-09-11 16:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <02Sep6.101215-0700_pdt.292221-5504+21@lmg.ahnet.net>
2002-09-06 10:28 ` [Postgres] initdb - does it ever finish?!? Jason Tishler
2002-09-07 2:20 ` news
[not found] ` <E17nZmd-00083T-00@quimby.gnus.org>
2002-09-07 3:45 ` Postgres - more questions (was: Re: [Postgres] initdb - does it ever finish?!?) news
[not found] ` <02Sep7.022547-0700_pdt.290634-25802+89@lmg.ahnet.net>
2002-09-07 12:57 ` Jason Tishler
2002-09-11 9:22 ` Postgres - more questions news
[not found] ` <02Sep6.233728-0700_pdt.297018-2018+106@lmg.ahnet.net>
2002-09-07 12:44 ` [Postgres] initdb - does it ever finish?!? Jason Tishler
2002-09-06 10:22 news
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).