Re: [ADMIN] semctl(): Invalid argument

2006-04-05 Thread Koen Martens
FWIW, i've been running two postmasters on the same port on a FreeBSD 6.0-RELENG server, one in the host and one in a jail (this is on a devel server). I don't like running postgresql in a jail anyway, because it involves enabling sysv IPC inside jails, which sort of defeats the entire purpose of

[ADMIN] semctl(): Invalid argument

2006-04-02 Thread Marc G. Fournier
What would cause the following? # psql -U pgsql -l psql: FATAL: semctl(327686, 3, SETVAL, 0) failed: Invalid argument The server is FreeBSD 6.1-PRERELEASE ... there are two jails running on it ... both jails are running PostgreSQL 7.4 ... I have the kernel built with enough semaphores:

Re: [ADMIN] semctl(): Invalid argument

2006-04-02 Thread Marc G. Fournier
It looks like moving to FreeBSD 6.x for some of our servers is biting me in the butt ... they broke something with semaphores that used to work with 4.x, so that you can't run two postmasters on port 5432 within two seperate jails ... :( On Sun, 2 Apr 2006, Marc G. Fournier wrote: What