Re: postgresql in FreeBSD jails: proposal

Поиск
Список
Период
Сортировка
От Marc G. Fournier
Тема Re: postgresql in FreeBSD jails: proposal
Дата
Msg-id fmmqfh$buq$3@news.hub.org
обсуждение исходный текст
Ответы Re: postgresql in FreeBSD jails: proposal  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-jdbc
mischa_sandberg@telus.net (Mischa Sandberg) writes:

>Unfortunately, with multiple jails running PG servers and (due to app
>limitations) all servers having same PGPORT, you get the situation that
>when jail#2 (,jail#3,...) server comes up, it:
>- detects that there is a shm seg with ipc key 5432001
>- checks whether the associated postmaster process exists (with kill -0)
>- overwrites the segment created and being used by jail #1

Easiest fix: change the UID of the user running the postmaster (ie. pgsql) so
that each runs as a distinct UID (instead of distinct PGPORT) ... been doing
this since moving to FreeBSD 6.x ... no patches required ...
--
----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org                              MSN . scrappy@hub.org
Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664

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

Предыдущее
От: Jan de Visser
Дата:
Сообщение: Re: trying to connect to pg from within a local network
Следующее
От: Ken Johanson
Дата:
Сообщение: Re: Patch for Statement.getGeneratedKeys()