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
Alexander Pyhalov <alp at rsu.ru> wrote in <4fffaaf8a6667175fca94ce32f25a06a at sfedu.ru>: al> Hello. al> al> Just wanted to share a notice. al> I had a 8.3 system with PostgreSQL running in a jail. al> rc.conf has the following lines: al> al> jail_enable="YES" al> jail_sysvipc_allow="YES" al> jail_mount_enable="YES" al> jail_devfs_enable="YES" al> al> jail_pgsql_rootdir="/jails/run/pgsql" al> jail_pgsql_hostname="pgsql.freebsd" al> jail_pgsql_ip="my.ip" al> jail_pgsql_interface="em0" al> al> It was running normally. However, after update to 8.4 I had to add the al> following parameter al> jail_pgsql_parameters="allow.sysvipc" al> al> Without it shmget in jail didn't work. Thank you for the report. This affects jail_set_hostname_allow and jail_socket_unixiproute_only as well. I will add it to Errata. -- Hiroki -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 196 bytes Desc: not available URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20130609/0cf420e3/attachment.sig>