From: | Sam <sammyjiang721(at)shaw(dot)ca> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | two bugs in 'initdb' |
Date: | 2004-06-25 04:44:33 |
Message-ID: | 0HZU00E0EL6AJB@l-daemon |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
First bug:
Cygwin with pgsql version: 7.4.3 ( I have gcc and ipc-daemon2 in my cygwin)
When I run 'initdb -D database', it shows:
The database cluster will be initialized with locale C
creating directory database... ok
creating directory database/base... ok
creating directory database/global... ok
creating directory database/pg_xlog... ok
creating directory database/pg_clog... ok
selecting default max_connections... Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
10
selecting default shared_buffers... Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
Signal 12
50
creating configuration files... ok
creating template1 database in database/base/1... Signal 12
initdb: failed
initdb: removing data directory "database"
2. I used the 'initdb' in pgsql 7.4.3 which I downloaded from
postgresql.org:
It showed this:
The database cluster will be initialized with locale C.
creating directory database... ok
creating directory database/base... ok
creating directory database/global... ok
creating directory database/pg_xlog... ok
creating directory database/pg_clog... ok
selecting default max_connections... 10
selecting default shared_buffers... 50
creating configuration files... ok
creating template1 database in database/base/1... FATAL: semctl(35, 16,
SETVAL,
536) failed: Invalid argument
initdb: failed
initdb: removing data directory "database"
From | Date | Subject | |
---|---|---|---|
Next Message | Achilleus Mantzios | 2004-06-25 06:08:13 | tsearch2,pgsql 7.4.[1|2], pg_dump problem |
Previous Message | Tom Lane | 2004-06-24 21:41:04 | Re: Trouble with C-Language Functions |