From owner-svn-doc-all@freebsd.org Sat May 11 17:54:13 2019 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AF1715A3515; Sat, 11 May 2019 17:54:13 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2D0036ACAE; Sat, 11 May 2019 17:54:13 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1D3CC1EFB9; Sat, 11 May 2019 17:54:13 +0000 (UTC) (envelope-from bhd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4BHsClZ088165; Sat, 11 May 2019 17:54:12 GMT (envelope-from bhd@FreeBSD.org) Received: (from bhd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4BHsCbp088164; Sat, 11 May 2019 17:54:12 GMT (envelope-from bhd@FreeBSD.org) Message-Id: <201905111754.x4BHsCbp088164@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhd set sender to bhd@FreeBSD.org using -f From: Bjoern Heidotting Date: Sat, 11 May 2019 17:54:12 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53005 - head/de_DE.ISO8859-1/books/handbook/virtualization X-SVN-Group: doc-head X-SVN-Commit-Author: bhd X-SVN-Commit-Paths: head/de_DE.ISO8859-1/books/handbook/virtualization X-SVN-Commit-Revision: 53005 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 2D0036ACAE X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sat, 11 May 2019 17:54:13 -0000 Author: bhd Date: Sat May 11 17:54:12 2019 New Revision: 53005 URL: https://svnweb.freebsd.org/changeset/doc/53005 Log: Update to r52827: A few changes to the Xen setup: 1) The line sysrc -f /etc/sysctl.conf vm.max_wired=-1 does not work, it only returns an error about a name containing characters not allowed in shell. Instead, use echo to add the line to sysctl.conf. 2) Fix the rules for automatic bridge creation, taken from the bridging chapter of the handbook. 3) Add a note that FreeBSD's Dom0 requires booting in legacy (BIOS) mode. 4) Remove mention of xen.4th for the loader menu. It's not working anymore with the Lua loader that we have now. Until this is fixed, don't refer readers to it. Modified: head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml Modified: head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml ============================================================================== --- head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml Sat May 11 13:22:52 2019 (r53004) +++ head/de_DE.ISO8859-1/books/handbook/virtualization/chapter.xml Sat May 11 17:54:12 2019 (r53005) @@ -5,7 +5,7 @@ $FreeBSD$ $FreeBSDde: de-docproj/books/handbook/virtualization/chapter.xml,v 1.14 2010/07/03 14:29:30 jkois Exp $ - basiert auf: r52814 + basiert auf: r52827 --> EPT) und Input/Output Memory Management Unit (IOMMU) im Host-Prozessor. + + + Um ein &os; &xen; Dom0 betreiben zu können, muss die + Maschine mit Legacy Boot + (BIOS) gestartet werden. + + @@ -1583,7 +1590,7 @@ kld_list="vmm nmdm" Begrenzung für Speicherseiten. Andernfalls lassen sich DomU VMs mit höheren Speicheranforderungen nicht ausführen. - &prompt.root; sysrc -f /etc/sysctl.conf vm.max_wired=-1 + &prompt.root; echo 'vm.max_wired=-1' >> /etc/sysctl.conf Für eine andere speicherbezogene Einstellung muss in /etc/login.conf die Option @@ -1638,12 +1645,6 @@ kld_list="vmm nmdm" falls es zu Problemen kommt. - &xen; bietet ein Bootmenü zur Aktivierung und - Deaktivierung des Hypervisors in - /boot/menu.rc.local: - - &prompt.root; echo "try-include /boot/xen.4th" >> /boot/menu.rc.local - Aktivieren Sie den xencommons Dienst während des Systemstarts: @@ -1655,12 +1656,12 @@ kld_list="vmm nmdm" beheben, können Sie eine Netzwerkbrücke über die Netzwerkschnittstelle des Hosts herstellen, die die DomU-VMs für die Verbindung zum Netzwerk benutzen können. Ersetzen Sie - igb0 durch den Namen der + em0 durch den Namen der Netzwerkschnittstelle des Hosts. - &prompt.root; sysrc autobridge_interfaces=bridge0 -&prompt.root; sysrc autobridge_bridge0=igb0 -&prompt.root; sysrc ifconfig_bridge0=SYNCDHCP + &prompt.root; sysrc cloned_interfaces="bridge0" +&prompt.root; sysrc ifconfig_bridge0="addm em0 SYNCDHCP" +&prompt.root; sysrc ifconfig_em0="up" Starten Sie den Host neu, um den &xen;-Kernel zu laden und den Dom0 zu starten. @@ -1702,8 +1703,7 @@ Domain-0 0 8192 und lokal in der Datei freebsd.iso gespeichert. - &prompt.root; fetch - ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-amd64-bootonly.iso -o freebsd.iso + &prompt.root; fetch ftp://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-amd64-bootonly.iso -o freebsd.iso Ein ZFS Volume von 20 GB namens xendisk0 wird erstellt und dient der VM