From owner-p4-projects@FreeBSD.ORG Tue Feb 21 21:53:49 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 8FDB71065670; Tue, 21 Feb 2012 21:53:49 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 518A2106564A for ; Tue, 21 Feb 2012 21:53:49 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 3D64F8FC08 for ; Tue, 21 Feb 2012 21:53:49 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id q1LLrnaN025070 for ; Tue, 21 Feb 2012 21:53:49 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id q1LLrmM3025067 for perforce@freebsd.org; Tue, 21 Feb 2012 21:53:48 GMT (envelope-from rene@FreeBSD.org) Date: Tue, 21 Feb 2012 21:53:48 GMT Message-Id: <201202212153.q1LLrmM3025067@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 206684 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2012 21:53:49 -0000 http://p4web.freebsd.org/@@206684?ac=10 Change 206684 by rene@rene_acer on 2012/02/21 21:53:08 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/developers-handbook/testing/chapter.sgml#4 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/mail/chapter.sgml#11 integrate .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml#14 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/linuxemu/chapter.sgml#25 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/mac/chapter.sgml#23 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/ports/chapter.sgml#31 integrate .. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/security/chapter.sgml#37 integrate .. //depot/projects/docproj_nl/www/en/index.xsl#14 integrate .. //depot/projects/docproj_nl/www/en/where.sgml#18 integrate .. //depot/projects/docproj_nl/www/nl/where.sgml#37 integrate .. //depot/projects/docproj_nl/www/share/sgml/news.xml#132 integrate .. //depot/projects/docproj_nl/www/share/sgml/release.ent#43 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/developers-handbook/testing/chapter.sgml#4 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -32,11 +32,12 @@ - Run in single user mode. E.g. &man.cron.8;, and - other daemons only add noise. The &man.sshd.8; daemon can - also cause problems. If ssh access is required during test + Run in single user mode. E.g., &man.cron.8;, and other + daemons only add noise. The &man.sshd.8; daemon can also + cause problems. If ssh access is required during testing either disable the SSHv1 key regeneration, or kill the - parent sshd daemon during the tests. + parent sshd daemon during the + tests. @@ -75,9 +76,9 @@ reinitialize with newfs and mount). To get 100% reproducibility, populate the file system from a &man.dd.1; file (i.e.: dd - if=myimage of=/dev/ad0s1h - bs=1m) + if=myimage of=/dev/ad0s1h + bs=1m) @@ -139,7 +140,7 @@ Try to keep the temperature as stable as possible around the machine. This affects both quartz crystals and disk drive algorithms. To get real stable clock, consider - stabilized clock injection. E.g. get a OCXO + PLL, inject + stabilized clock injection. E.g., get a OCXO + PLL, inject output into clock circuits instead of motherboard xtal. Contact &a.phk; for more information about this. @@ -176,11 +177,12 @@ disable background_fsck in /etc/rc.conf unless the benchmark is not started at least 60+fsck - runtime seconds after the boot, as &man.rc.8; wakes - up and checks if fsck needs to run on any - file systems when background fsck is - enabled. Likewise, make sure there are no snapshots lying - around unless the benchmark is a test with snapshots. + runtime seconds after the boot, as &man.rc.8; + wakes up and checks if fsck needs to run + on any file systems when background fsck + is enabled. Likewise, make sure there are no snapshots + lying around unless the benchmark is a test with + snapshots. ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/mail/chapter.sgml#11 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -356,7 +356,7 @@ - Accessing local mailboxes + Accessing Local Mailboxes Mailboxes may be accessed locally by directly utilizing MUAs on the server on which the mailbox @@ -550,7 +550,7 @@ The file format is simple; the mailbox name on the left side of the colon is expanded to the target(s) on the right. The - first example simply expands the mailbox root + first example expands the mailbox root to the mailbox localuser, which is then looked up again in the aliases database. If no match is found, then the message is delivered to the local user @@ -673,7 +673,7 @@ However, for a variety of reasons, some system administrators want to change their system's MTA. These - reasons range from simply wanting to try out another MTA to + reasons range from merely wanting to try out another MTA to needing a specific feature or package which relies on another mailer. Fortunately, whatever the reason, FreeBSD makes it easy to make the change. @@ -952,7 +952,7 @@ deliver the mail it will try to connect to you (example.com) over the modem link. It will most likely time out because you are not online. The program sendmail will automatically deliver it to the - secondary MX site, i.e. your Internet provider (example.net). The secondary MX + secondary MX site, i.e., your Internet provider (example.net). The secondary MX site will then periodically try to connect to your host and deliver the mail to the primary MX host (example.com). @@ -1037,8 +1037,8 @@ locally, or would like to use a point and click client/system on another machine or even another ISP. It is also very useful if you only have one or two email - accounts set up. If there is a large number of addresses - to add, you can simply open this file in your favorite + accounts set up. If there are a large number of addresses + to add, open this file in your favorite text editor and then add the domains, one per line: your.isp.example.com @@ -1355,7 +1355,7 @@ Final hint: if you are uncertain whether some particular mail routing would work, remember the option to sendmail. It starts sendmail in address test - mode; simply enter 3,0, followed + mode; enter 3,0, followed by the address you wish to test for the mail routing. The last line tells you the used internal mail agent, the destination host this agent will be called with, and the (possibly @@ -1727,9 +1727,8 @@ will be discussed later in this chapter (). - In order to send and receive email, simply invoke the - mail command as per the following - example: + In order to send and receive email, run + mail: &prompt.user; mail @@ -1884,8 +1883,8 @@ - In order to read an email, simply select it using the cursor - keys, and press the Enter key. An example of + In order to read an email, select it using the cursor + keys and press the Enter key. An example of mutt displaying email can be seen below: ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml#14 (text+ko) ==== @@ -1,14 +1,14 @@ - Murray + Murray Stokely Contributed by @@ -17,16 +17,16 @@ Virtualization - + Synopsis - + Virtualization software allows multiple operating systems to run simultaneously on the same computer. Such software systems for PCs often involve a host operating system which runs the virtualization software and supports any number of guest operating systems. - + After reading this chapter, you will know: @@ -36,8 +36,8 @@ - How to install &os; on an &intel;-based &apple; &macintosh; - computer. + How to install &os; on an &intel;-based &apple; + &macintosh; computer. @@ -68,214 +69,216 @@ linkend="basics">). - Know how to install &os; (). + + Know how to install &os; (). + - Know how to set up your network connection (). + + Know how to set up your network connection (). + - Know how to install additional third-party - software (). + + Know how to install additional third-party + software (). + - - - &os; as a Guest OS Parallels on MacOS - Parallels Desktop for &mac; is a - commercial software product available for &intel; based &apple; - &mac; computers running &macos; 10.4.6 or higher. &os; is a - fully supported guest operating system. - Once Parallels has been installed on &macos; - X, the user must configure a virtual machine and then install - the desired guest operating system. + Parallels Desktop for &mac; is + a commercial software product available for &intel; based + &apple; &mac; computers running &macos; 10.4.6 or higher. + &os; is a fully supported guest operating system. Once + Parallels has been installed on + &macos; X, the user must configure a virtual machine and then + install the desired guest operating system. - - Installing &os; on Parallels/&macos; X + + Installing &os; on Parallels/&macos; X - The first step in installing &os; on &macos; - X/Parallels is to create a new virtual - machine for installing &os;. Select &os; - as the Guest OS Type when prompted: + The first step in installing &os; on &macos; + X/Parallels is to create a new + virtual machine for installing &os;. Select + &os; as the Guest OS + Type when prompted: - - - - - + + + + + - And choose a reasonable amount of disk and - memory depending on your plans for this virtual &os; - instance. 4GB of disk space and 512MB of RAM work well for most - uses of &os; under Parallels: + And choose a reasonable amount of disk and memory + depending on your plans for this virtual &os; instance. + 4GB of disk space and 512MB of RAM work well for most uses + of &os; under Parallels: - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - - - - - + + + + + - Select the type of networking and a network - interface: + Select the type of networking and a network + interface: - - - - - + + + + + - - - - - + + + + + - Save and finish the configuration: + Save and finish the configuration: - - - - - + + + + + - - - - - + + + + + - After your &os; virtual machine has been created, - you will need to install &os; on it. This is best done - with an official &os; CDROM or with an ISO image - downloaded from an official FTP site. When you have the - appropriate ISO image on your local &mac; filesystem or a - CDROM in your &mac;'s CD drive, click on the disc icon in the - bottom right corner of your &os; - Parallels window. This - will bring up a window that allows you to associate the - CDROM drive in your virtual machine with an ISO file on - disk or with your real CDROM drive. + After your &os; virtual machine has been created, you + will need to install &os; on it. This is best done with an + official &os; CDROM or with an ISO image downloaded from an + official FTP site. When you have the appropriate ISO image + on your local &mac; filesystem or a CDROM in your &mac;'s CD + drive, click on the disc icon in the bottom right corner of + your &os; Parallels window. This + will bring up a window that allows you to associate the + CDROM drive in your virtual machine with an ISO file on disk + or with your real CDROM drive. - - - - - + + + + + - Once you have made this association with your CDROM - source, reboot your &os; virtual machine as normal by - clicking the reboot icon. - Parallels will reboot with a - special BIOS that first checks if you have a CDROM just as a - normal BIOS would do. + Once you have made this association with your CDROM + source, reboot your &os; virtual machine as normal by + clicking the reboot icon. + Parallels will reboot with a + special BIOS that first checks if you have a CDROM just as a + normal BIOS would do. - - - - - + + + + + - In this case it will find the &os; installation media - and begin a normal sysinstall based - installation as described in . You - may install, but do not attempt to configure X11 at - this time. + In this case it will find the &os; installation media + and begin a normal sysinstall + based installation as described in . You may install, but do not attempt + to configure X11 at this time. - - - - - + + + + + - When you have finished the installation, reboot - into your newly installed &os; virtual machine. + When you have finished the installation, reboot into + your newly installed &os; virtual machine. - - - - - - + + + + + + - - Configuring &os; on &macos; X/Parallels + + Configuring &os; on &macos; X/Parallels - After &os; has been successfully installed on &macos; - X with Parallels, there are a number - of configuration steps that can be taken to optimize the system - for virtualized operation. + After &os; has been successfully installed on &macos; + X with Parallels, there are a + number of configuration steps that can be taken to + optimize the system for virtualized operation. - - - Set Boot Loader Variables + + + Set Boot Loader Variables - The most important step is to reduce the - tunable to reduce the CPU utilization - of &os; under the Parallels - environment. This is accomplished by adding the following - line to /boot/loader.conf: + The most important step is to reduce the + tunable to reduce the CPU + utilization of &os; under the Parallels + environment. This is accomplished by + adding the following line to + /boot/loader.conf: - kern.hz=100 + kern.hz=100 - Without this setting, an idle &os; - Parallels guest - OS will use roughly 15% of the CPU of a single - processor &imac;. After this change the usage will be - closer to a mere 5%. - + Without this setting, an idle &os; + Parallels guest + OS will use roughly 15% of the CPU of a single + processor &imac;. After this change the usage will be + closer to a mere 5%. + - - Create a New Kernel Configuration File + + Create a New Kernel Configuration File - You can remove all of the SCSI, FireWire, and USB - device drivers. Parallels - provides a virtual network - adapter used by the &man.ed.4; driver, so - all other network devices except for - &man.ed.4; and &man.miibus.4; can be - removed from the kernel. - + You can remove all of the SCSI, FireWire, and USB + device drivers. Parallels + provides a virtual network + adapter used by the &man.ed.4; driver, so + all other network devices except for + &man.ed.4; and &man.miibus.4; can be + removed from the kernel. + - - Configure Networking + + Configure Networking - The most basic networking setup involves simply - using DHCP to connect your virtual machine to the same - local area network as your host &mac;. This can be - accomplished by adding - ifconfig_ed0="DHCP" to - /etc/rc.conf. More advanced - networking setups are described in . - - - + The most basic networking setup involves simply + using DHCP to connect your virtual machine to the same + local area network as your host &mac;. This can be + accomplished by adding + ifconfig_ed0="DHCP" to + /etc/rc.conf. More advanced + networking setups are described in + . + + - Virtual PC on &windows; Virtual PC for &windows; is a - µsoft; software product available for free download. See - system requirements. Once Virtual PC - has been installed on µsoft.windows;, the user must configure a - virtual machine and then install the desired guest operating - system. + µsoft; software product available for free download. + See + system requirements. Once Virtual PC >>> TRUNCATED FOR MAIL (1000 lines) <<<