Re: Problems with initdb

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kim Kohen <kim(at)webguide(dot)com(dot)au>
Cc: postgres novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Problems with initdb
Date: 2005-04-05 06:34:29
Message-ID: 10313.1112682869@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Kim Kohen <kim(at)webguide(dot)com(dot)au> writes:
> I'm endeavouring to build postgresql from source (something with which I
> have no experience). I can configure, make and make install and all runs
> fine but when I try to run initdb it fails with a message about shared
> memory buffers and maximum connections. The docs refer to changing these in
> the .config file but if I create a config file and place it in the data
> folder then initdb refuses to run on that folder.

If initdb fails on this, then either you don't have shared memory
support in your kernel at all, or the limits are so small that Postgres
can't usefully run under them. Putting in a config file wouldn't help.

What platform are you on exactly, and what exactly is the failure
message? Also, what PG version are we talking about?

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Kim Kohen 2005-04-05 07:21:15 Re: Problems with initdb
Previous Message Kim Kohen 2005-04-05 05:45:16 Problems with initdb