RC2 will not make check on OSX 10.3 - Mailing list pgsql-bugs

From Theodore Petrosky
Subject RC2 will not make check on OSX 10.3
Date
Msg-id 20031114234719.7598.qmail@web41005.mail.yahoo.com
Whole thread Raw
Responses Re: RC2 will not make check on OSX 10.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
This is the initdb.log for my OS X 10.3.1 system.

the install was made with.

./configure
make
make check.

Ted

Running in noclean mode.  Mistakes will not be cleaned
up.
The files belonging to this database system will be
owned by user "postgres".
This user must also own the server process.

The database cluster will be initialized with locale
C.

creating directory
/Users/postgres/software/postgresql-7.4RC2/src/test/regress/./tmp_check/data...
ok
creating directory
/Users/postgres/software/postgresql-7.4RC2/src/test/regress/./tmp_check/data/base...
ok
creating directory
/Users/postgres/software/postgresql-7.4RC2/src/test/regress/./tmp_check/data/global...
ok
creating directory
/Users/postgres/software/postgresql-7.4RC2/src/test/regress/./tmp_check/data/pg_xlog...
ok
creating directory
/Users/postgres/software/postgresql-7.4RC2/src/test/regress/./tmp_check/data/pg_clog...
ok
selecting default max_connections... 10
selecting default shared_buffers... 50
creating configuration files... ok
creating template1 database in
/Users/postgres/software/postgresql-7.4RC2/src/test/regress/./tmp_check/data/base/1...
FATAL:  could not create shared memory segment: Cannot
allocate memory
DETAIL:  Failed system call was shmget(key=1,
size=1081344, 03600).
HINT:  This error usually means that PostgreSQL's
request for a shared memory segment exceeded available
memory or swap space. To reduce the request size
(currently 1081344 bytes), reduce PostgreSQL's
shared_buffers parameter (currently 50) and/or its
max_connections parameter (currently 10).
    The PostgreSQL documentation contains more
information about shared memory configuration.

initdb: failed
initdb: data directory
"/Users/postgres/software/postgresql-7.4RC2/src/test/regress/./tmp_check/data"
not removed at user's request


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

pgsql-bugs by date:

Previous
From: Christof Petig
Date:
Subject: Re: pg_dump and psql disagree on numerical precision (powerpc)
Next
From: Tom Lane
Date:
Subject: Re: RC2 will not make check on OSX 10.3