From owner-freebsd-questions Sun Nov 26 19:45:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 0B3E037B479 for ; Sun, 26 Nov 2000 19:45:09 -0800 (PST) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id TAA47363; Sun, 26 Nov 2000 19:35:07 -0800 (PST) Date: Sun, 26 Nov 2000 19:35:07 -0800 (PST) From: Annelise Anderson To: Matthew Peacock Cc: "'questions@freebsd.org'" Subject: Re: Please help with linux compatibility In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG What version of FreeBSD is that? It's probably no longer necessary to type "linux" at the prompt (or it's out of date). If you type kldstat, you should see linux.ko. If not, as root, load the kernel module, linux, with the command kldload linux. Then kldstat should see it loaded. Then your linux stuff should work, without any special references to the linux compat stuff in /usr/compat/linux. So, you've done everything right, just something more to do. Annelise On Mon, 27 Nov 2000, Matthew Peacock wrote: > Hello, > > I recently purchased a copy of the FreeBSD Toolkit v5.0. > I wanted to try the version of StarOffice-3.1 that comes with the disks in > the Toolkit. I understand that i need to run the linux KLD in order to > achieve this. > > When I installed the FreeBSD operating system on my computer it asked if I > wanted linux compatibility and I said yes. After installation I checked the > /usr/compat/linux directory and it seemed to have quite a few directories > including lib, bin, sbin... > > I also checked my rc.conf file and it said LINUX_ENABLE = "NO". I changed it > to "YES" and rebooted. > I then ran the kldstat program to see if the linux module was loaded but it > didn't appear to be. > > I then typed the following: > #linux > > And the system responded with "No such command". > > Can you please tell me what I need to do to get linux compatibility to work? > I think I have done everything right. Any help would be greatly appreciated. > > Thanks in advance, > Matthew Peacock > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message