From owner-svn-src-stable@FreeBSD.ORG Sun Jun 9 15:08:51 2013 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C1090A22; Sun, 9 Jun 2013 15:08:51 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B17551D1C; Sun, 9 Jun 2013 15:08:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r59F8plu052806; Sun, 9 Jun 2013 15:08:51 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r59F8pPO052805; Sun, 9 Jun 2013 15:08:51 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201306091508.r59F8pPO052805@svn.freebsd.org> From: Hiroki Sato Date: Sun, 9 Jun 2013 15:08:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r251576 - stable/8/release/doc/en_US.ISO8859-1/errata X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jun 2013 15:08:51 -0000 Author: hrs Date: Sun Jun 9 15:08:51 2013 New Revision: 251576 URL: http://svnweb.freebsd.org/changeset/base/251576 Log: - Remove bge(4) item [*]. - Add jail_parameters incompatibility. Discussed with: yongari [*] Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Modified: stable/8/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Sun Jun 9 14:31:59 2013 (r251575) +++ stable/8/release/doc/en_US.ISO8859-1/errata/article.xml Sun Jun 9 15:08:51 2013 (r251576) @@ -206,6 +206,54 @@ Open Issues + [20130609] There is incompatibility in &man.jail.8; + configuration because the &man.jail.8; utility and + rc.d/jail script has been changed. More + specifically, the following &man.sysctl.8; variables cannot be + used to set the default parameters for jails: + + security.jail.mount_zfs_allowed +security.jail.mount_procfs_allowed +security.jail.mount_nullfs_allowed +security.jail.mount_devfs_allowed +security.jail.mount_allowed +security.jail.chflags_allowed +security.jail.allow_raw_sockets +security.jail.sysvipc_allowed +security.jail.socket_unixiproute_only +security.jail.set_hostname_allowed + + These could be set by manually using &man.sysctl.8; utility, + the &man.sysctl.conf.5; file, or for some of them the following + variables in &man.rc.conf.5;: + + jail_set_hostname_allow="yes" +jail_socket_unixiproute_only="yes" +jail_sysvipc_allow="yes" + + These parameters must now be specified in + jail_parameters (or + jail_jailname_parameters + for per-jail configuration) in &man.rc.conf.5;. For + example: + + jail_parameters="allow.sysvipc allow.raw_sockets" + + The valid keywords are the following. For more detail, see + &man.jail.8; manual page. + + allow.set_hostname +allow.sysvipc +allow.raw_sockets +allow.chflags +allow.mount +allow.mount.devfs +allow.mount.nullfs +allow.mount.procfs +allow.mount.zfs +allow.quotas +allow.socket_af + [20130608] &os; &release; no longer supports &os; CVS repository. Some documents mistakenly refer to RELENG_8_4_0_RELEASE as CVS tag for the release and @@ -220,22 +268,8 @@ Please note that &os; source tree for &release; and its security branch cannot be updated by using official CVSup servers. - [20130607] The &man.bge.4; network interface driver has an - issue when TSO (TCP Segmentation Offload) is enabled. It causes - intermittent reset and re-initialization. - - A workaround is disabling the TSO feature. One can disable - it by adding the following line into the &man.rc.conf.5; - file: - - ifconfig_bge0="-tso" - - or by using the &man.ifconfig.8; utility manually: - - &prompt.root; ifconfig bge0 -tso - - A patch to fix this issue will be released as an Errata - Notice. + [20130607] (removed about a &man.bge.4; network interface + driver issue because it was incorrect) [20130606] The &man.fxp.4; network interface driver may not work well with the &man.dhclient.8; utility. More specifically,