From owner-freebsd-questions Wed Mar 28 10:56:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from black.purplecat.net (ns1.purplecat.net [209.16.228.148]) by hub.freebsd.org (Postfix) with ESMTP id 2FF4937B71F for ; Wed, 28 Mar 2001 10:56:34 -0800 (PST) (envelope-from pbrezny@purplecat.net) Received: from lap (ci377160-a.ashvil1.nc.home.com [24.15.65.26]) by black.purplecat.net (8.8.8/8.8.8) with SMTP id NAA12338 for ; Wed, 28 Mar 2001 13:58:58 -0500 (EST) (envelope-from pbrezny@purplecat.net) Reply-To: From: "Peter Brezny" To: Subject: kldload clarification needed. Date: Wed, 28 Mar 2001 14:00:32 -0500 Message-ID: <000401c0b7b9$5dcb2100$26e0fea9@highland> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm working on getting MPD-Netgraph working on a 4.2-stable system running at kern_securelevel="2" Someone suggested that I needed to load some kernel modules first. Using kldstat on a system with functioning mpd-netgraph (kern_securelevel="-1") i determined that I need to load these modules 3 1 0xc0f2c000 3000 ng_socket.ko 4 7 0xc0f31000 8000 netgraph.ko 5 1 0xc0f3c000 3000 ng_iface.ko 6 1 0xc0f42000 6000 ng_ppp.ko 7 1 0xc0f4a000 4000 ng_bpf.ko 8 1 0xc0f50000 4000 ng_vjc.ko 9 1 0xc0fbb000 3000 ng_tty.ko 10 1 0xc0fc0000 3000 ng_async.ko (the system in the higher secure level is missing the last two modules when trying to run netgraph). However, I don't know the proper way to load these modules before the system is raised to a higher level. I found in the archives a command kldload But what's the proper place to put this? rc.conf? TIA for your help, and if i'm barking up the wrong tree, i'd love for someone to throw me a bone. Peter Brezny purplecat.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message