From owner-freebsd-newbies@FreeBSD.ORG Sat Aug 7 10:46:26 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 E710416A4CE for ; Sat, 7 Aug 2004 10:46:26 +0000 (GMT) Received: from pike.mail.pike.ru (pike.mail.pike.ru [194.135.18.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB16B43D49 for ; Sat, 7 Aug 2004 10:45:10 +0000 (GMT) (envelope-from deralsem@inbox.ru) Received: (qmail 62237 invoked from network); 7 Aug 2004 06:56:14 -0000 Received: from deralsem.pikenet.ru (HELO ?192.168.0.2?) (194.135.17.85) by pike.mail.pike.ru with SMTP; 7 Aug 2004 06:56:14 -0000 Message-ID: <41147A78.8090801@inbox.ru> Date: Sat, 07 Aug 2004 10:45:12 +0400 From: DerAlSem User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-newbies@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Enabling 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: Sat, 07 Aug 2004 10:46:27 -0000 cd /usr/ports/emulators/linux_base make install distclean blah-blah-blah... gmake[2]: Leaving directory `/usr/ports/archivers/rpm/work/rpm-3.0.6' gmake[1]: Leaving directory `/usr/ports/archivers/rpm/work/rpm-3.0.6' install -o root -g wheel -m 444 /usr/ports/archivers/rpm/work/rpm-3.0.6/doc/gendiff.1 /usr/local/man/man1 install -o root -g wheel -m 444 /usr/ports/archivers/rpm/work/rpm-3.0.6/doc/rpm.8 /usr/local/man/man8 install -o root -g wheel -m 444 /usr/ports/archivers/rpm/work/rpm-3.0.6/doc/rpm2cpio.8 /usr/local/man/man8 ===> Compressing manual pages for rpm-3.0.6_8 ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for rpm-3.0.6_8 ===> Returning to build of linux_base-7.1_5 ===> Configuring for linux_base-7.1_5 ===> Installing for linux_base-7.1_5 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. *** Error code 1 What's going on? ;-(