[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Postgres in jails



Hi again,

Are you running multiple postgres instances?  The sysvipc namespace is
unfortunately shared across all jails and with the host (which is why
it's normally disabled).

Apparently each postgres instance would need a different uid in
/etc/passwd to work around that:

http://wiki.freebsd.org/Jails#Known_problems_and_bugs


It's also worth noting that our kernel raised some of the default SHM
limits to specifically allow postgres to work (but you seem to have done
that already) :

http://anonscm.debian.org/viewvc/glibc-bsd/trunk/kfreebsd-9/debian/patches/906_grow_sysv_ipc_limits.diff?view=markup&pathrev=3599

Regards,
-- 
Steven Chamberlain
steven@pyro.eu.org


Reply to: