From owner-freebsd-newbies@FreeBSD.ORG Sun Mar 14 02:47:49 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE0CD16A4CE for ; Sun, 14 Mar 2004 02:47:49 -0800 (PST) Received: from moonshine (213-84-173-33.adsl.xs4all.nl [213.84.173.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6860643D3F for ; Sun, 14 Mar 2004 02:47:49 -0800 (PST) (envelope-from albi@saynotomicrosoft.org) Received: from moonshine.eyfa.org (localhost.eyfa.org [127.0.0.1]) by moonshine (Postfix) with SMTP id D49382BD for ; Sun, 14 Mar 2004 11:47:55 +0100 (CET) Date: Sun, 14 Mar 2004 11:47:55 +0100 From: albi To: freebsd-newbies@freebsd.org Message-Id: <20040314114755.38e9e35e@moonshine.eyfa.org> In-Reply-To: <727792622.20040314124003@inbox.ru> References: <727792622.20040314124003@inbox.ru> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Linux mode X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2004 10:47:49 -0000 On Sun, 14 Mar 2004 12:40:03 +0300 DerAlSem wrote: > su-2.05b# pkg_add -r linux_base > Fetching > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.1-release/Latest/linux_base.tbz... > Done. Linux mode is not enabled. > Loading linux kernel module now... > kldload: can't load linux: No such file or directory > The linux kernel module could not be loaded. > Please enable linux mode manually and retry. put this line in /etc/rc.conf : linux_enable="YES" (and reboot)