Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 08 Jun 2013 21:08:50 +0400
From:      Alexander Pyhalov <alp@rsu.ru>
To:        freebsd-stable@freebsd.org
Subject:   Possible 8.4 regression
Message-ID:  <4fffaaf8a6667175fca94ce32f25a06a@sfedu.ru>

next in thread | raw e-mail | index | archive | help
Hello.

Just wanted to share a notice.
I had a 8.3 system with PostgreSQL running in a jail.
rc.conf has the following lines:

jail_enable="YES"
jail_sysvipc_allow="YES"
jail_mount_enable="YES"
jail_devfs_enable="YES"

jail_pgsql_rootdir="/jails/run/pgsql"
jail_pgsql_hostname="pgsql.freebsd"
jail_pgsql_ip="my.ip"
jail_pgsql_interface="em0"

It was running normally. However, after update to 8.4 I had to add the 
following parameter
jail_pgsql_parameters="allow.sysvipc"

Without it shmget in jail didn't work.
-- 
System Administrator of Southern Federal University Computer Center




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4fffaaf8a6667175fca94ce32f25a06a>