Re: InitDB: Bad system call

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: InitDB: Bad system call
Дата
Msg-id 4C620BD5.7030702@2ndquadrant.com
обсуждение исходный текст
Ответ на InitDB: Bad system call  (Torsten Zühlsdorff <foo@meisterderspiele.de>)
Ответы Re: InitDB: Bad system call  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Torsten Zühlsdorff wrote:
> selecting default max_connections ... Bad system call (core dumped)
> Bad system call (core dumped)
> Bad system call (core dumped)
> Bad system call (core dumped)
> Bad system call (core dumped)
> Bad system call (core dumped)
> 10
> selecting default shared_buffers ... Bad system call (core dumped)
> Bad system call (core dumped) ...

What it's doing in this part is trying to start the server process in a
special testing mode, starting with large values for the settings that
impact shared memory, then stepping down the sizes until that works.
That's why there are so many of these.  But it looks like none of them
actually work.

Have you tried running the initdb with strace or truss?  That might give
you a clue as to exactly what system call is failing.  Your jail isn't
allowing something fundamental here, but it's hard to guess what.

--
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us


В списке pgsql-general по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: MySQL versus Postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: InitDB: Bad system call