From owner-svn-doc-all@FreeBSD.ORG Sun Mar 30 03:01:17 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C66D988E; Sun, 30 Mar 2014 03:01:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 87F2F9CE; Sun, 30 Mar 2014 03:01:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2U31HgK030411; Sun, 30 Mar 2014 03:01:17 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2U31HBE030410; Sun, 30 Mar 2014 03:01:17 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403300301.s2U31HBE030410@svn.freebsd.org> From: Warren Block Date: Sun, 30 Mar 2014 03:01:17 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44391 - head/en_US.ISO8859-1/books/handbook/virtualization X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 03:01:17 -0000 Author: wblock Date: Sun Mar 30 03:01:16 2014 New Revision: 44391 URL: http://svnweb.freebsd.org/changeset/doc/44391 Log: Recover lost tags. Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Sun Mar 30 02:56:52 2014 (r44390) +++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml Sun Mar 30 03:01:16 2014 (r44391) @@ -1160,7 +1160,7 @@ EndSection be added as members of this group. pw can be used to add new members: - &prompt.root; pw groupmod vboxusers -m yourusername + &prompt.root; pw groupmod vboxusers -m yourusername The default permissions for /dev/vboxnetctl are restrictive and need to be changed for bridged @@ -1195,7 +1195,7 @@ perm vboxnetctl 0660 users need to be members of operator: - &prompt.root; pw groupmod operator -m jerry + &prompt.root; pw groupmod operator -m jerry Then, add the following to /etc/devfs.rules, or create this file if @@ -1243,8 +1243,8 @@ add path 'usb/*' mode 0660 group operato In order for users to be able to use &virtualbox; DVD/CD functions, they - need access to /dev/xpt0, /dev/cdN, - and /dev/passN. + need access to /dev/xpt0, /dev/cdN, + and /dev/passN. This is usually achieved by making the user a member of operator. Permissions to these devices have to be corrected by adding the following lines to