for jailed crons, by putting
something like this into jail rc.conf:
cron_flags="-J10"
--
Alexander Rusinov
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Just add the following line to your /etc/rc.conf
jail_sysvipc_allow="YES"
and ipc configuration will be shared with the jails
I have IPC enabled for jails already. So unfortunately this is not a
solution.
Is anybody here who do run several jailed PostgreSQL servers?
AFAIR PostgreSQL generates
Marc G. Fournier wrote:
On Tue, 26 Apr 2005, Bill Moran wrote:
Alexander Rusinov <[EMAIL PROTECTED]> wrote:
Hi,
I need to run a number of PostgreSQL servers in different FreeBSD
jails.
I managed to run a first instance of PostgreSQL server in a jail, but
after I launch a new server in a
Renato Botelho wrote:
On 26/04/05, Alexander Rusinov <[EMAIL PROTECTED]> wrote:
Hi,
I need to run a number of PostgreSQL servers in different FreeBSD jails.
I managed to run a first instance of PostgreSQL server in a jail, but
after I launch a new server in another jail the first one sta
Spartak Radchenko wrote:
On Tue, Apr 26, 2005 at 05:58:27PM +0300, Alexander Rusinov wrote:
Hi,
I need to run a number of PostgreSQL servers in different FreeBSD jails.
Is SYSV IPC allowed for jails? It's not enabled by default.
Yes, it is on:
security.jail.sysvipc_allowed: 1
I wo
: 100
kern.ipc.semume: 10
kern.ipc.semusz: 92
kern.ipc.semvmx: 32767
kern.ipc.semaem: 16384
Trying to solve the problem I've set the following in postgresql.conf
files:
max_connections = 5
shared_buffers = 100
Please help! What am I doing wrong?
--
Alexand