From owner-freebsd-newbies Wed Jul 12 13:40: 2 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from smtp.smed.com (smtp.smed.com [12.20.51.11]) by hub.freebsd.org (Postfix) with ESMTP id EAD8C37C05F for ; Wed, 12 Jul 2000 13:39:57 -0700 (PDT) (envelope-from Joe.Warner@smed.com) Received: from smtpgate.shrmed.com (keymaster.smed.com [12.20.51.2]) by smtp.smed.com (Postfix) with ESMTP id 752AA161E0 for ; Wed, 12 Jul 2000 16:39:57 -0400 (EDT) Received: from iesa14.shrmed.com (iesa14.shrmed.com [10.1.99.114]) by smtpgate.shrmed.com (8.9.3/8.9.3) with ESMTP id QAA02933 for ; Wed, 12 Jul 2000 16:39:56 -0400 From: Joe.Warner@smed.com Received: from Deimos.smed.com (unverified) by iesa14.shrmed.com (Content Technologies SMTPRS 2.0.15) with SMTP id ; Wed, 12 Jul 2000 16:39:52 -0400 Received: by Deimos.smed.com(Lotus SMTP MTA v4.6.5 (863.2 5-20-1999)) id 8525691A.007174F2 ; Wed, 12 Jul 2000 16:39:15 -0400 X-Lotus-FromDomain: SMS To: Jens Sauer Cc: freebsd-newbies@freebsd.org Message-Id: <8525691A.00717422.00@Deimos.smed.com> Date: Wed, 12 Jul 2000 14:40:52 -0600 Subject: Re: How to disable Kernel-Modules-Support? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm not familiar with the 4.0 release and can't offer much help if you're positive you've checked the kernel configuration file and LINT and have come up empty. You might try "option NO_KLD" instead of "LKM". A safer approach would be to unload the modules with the kdunload command. Here's an example: #kldunload -n vinum Note that you can unload some of the klds this way but not all of them. Good luck! Joe |--------+-----------------------> | | Jens Sauer | | | | | | | | | 07/12/00 | | | 02:19 PM | | | Please | | | respond to | | | Jens Sauer | | | | |--------+-----------------------> >--------------------------------------------------------| | | | To: freebsd-newbies@FreeBSD.ORG | | cc: (bcc: Joe Warner/SMS) | | Subject: How to disable | | Kernel-Modules-Support? | >--------------------------------------------------------| Hi, anyone can tell, how I can disable the support for Loadable Kernel Modules when compiling a new kernel. I tried kernel-option "option NO_LKM", but kldstat shows 3 loaded modules anyway. And I reviewed LINT many times, but still haven't found anything. I'm using FreeBSD Stable of 07/2000, and think in my official Walnut Creek Distribution 4.0 it was disabled by default. Thanks in advance Jens To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message