From owner-freebsd-doc@FreeBSD.ORG Fri Oct 14 21:20:25 2005 Return-Path: X-Original-To: freebsd-doc@hub.freebsd.org Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3065016A41F for ; Fri, 14 Oct 2005 21:20:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A14B43D4C for ; Fri, 14 Oct 2005 21:20:21 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9ELKLRg083635 for ; Fri, 14 Oct 2005 21:20:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9ELKKdx083620; Fri, 14 Oct 2005 21:20:20 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2005 21:20:20 GMT Resent-Message-Id: <200510142120.j9ELKKdx083620@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alejandro Acosta Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E42E16A41F for ; Fri, 14 Oct 2005 21:19:02 +0000 (GMT) (envelope-from acosta@freebsd.fisica.unam.mx) Received: from freebsd.fisica.unam.mx (freebsd.fisica.unam.mx [132.248.209.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB96843D45 for ; Fri, 14 Oct 2005 21:19:01 +0000 (GMT) (envelope-from acosta@freebsd.fisica.unam.mx) Received: from freebsd.fisica.unam.mx (localhost.fisica.unam.mx [127.0.0.1]) by freebsd.fisica.unam.mx (8.13.1/8.13.1) with ESMTP id j9ELGRL1000620 for ; Fri, 14 Oct 2005 16:16:27 -0500 (CDT) (envelope-from acosta@freebsd.fisica.unam.mx) Received: (from acosta@localhost) by freebsd.fisica.unam.mx (8.13.1/8.13.1/Submit) id j9ELGR0c000619; Fri, 14 Oct 2005 16:16:27 -0500 (CDT) (envelope-from acosta) Message-Id: <200510142116.j9ELGR0c000619@freebsd.fisica.unam.mx> Date: Fri, 14 Oct 2005 16:16:27 -0500 (CDT) From: Alejandro Acosta To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: docs/87464: [patch] Incorrect statement for loading linux binary compatibility module in the handbook X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alejandro Acosta List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 21:20:25 -0000 >Number: 87464 >Category: docs >Synopsis: [patch] Incorrect statement for loading linux binary compatibility module in the handbook >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 14 21:20:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alejandro Acosta >Release: FreeBSD 4.10-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.fisica.unam.mx 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri Oct 1 17:02:02 CDT 2004 acosta@freebsd.fisica.unam.mx:/usr/src/sys/compile/INFIERNOS i386 >Description: In file linuxemu/chapter.sgml from handbook you can read: "Linux binary compatibility is not turned on by default. The easiest way to enable this functionality is to load the linux KLD object (.Kernel LoaDable object.). You can load this module by simply typing linux at the command prompt." In 5.x will not work . >How-To-Repeat: Type linux at the command prompt in a 5.x system >Fix: --- chapter.diff begins here --- --- chapter.sgml.old Wed Oct 12 16:46:48 2005 +++ chapter.sgml Wed Oct 12 16:21:10 2005 @@ -109,8 +109,10 @@ Linux binary compatibility is not turned on by default. The easiest way to enable this functionality is to load the linux KLD object (Kernel LoaDable - object). You can load this module by simply typing - linux at the command prompt. + object). You can load this module by typing the + following as root: + + # kldload linux If you would like Linux compatibility to always be enabled, then you should add the following line to --- chapter.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: