Date: Tue, 10 Aug 2004 08:21:27 +1000 From: Andrew Milton <akm@theinternet.com.au> To: Max Laier <max@love2party.net> Cc: Jiawei Ye <leafy7382@gmail.com> Subject: Re: kldload pf failed on -current Message-ID: <20040809222127.GU64690@camelot.theinternet.com.au> In-Reply-To: <200408092003.28922.max@love2party.net> References: <c21e92e2040809095447587b64@mail.gmail.com> <200408092003.28922.max@love2party.net>
next in thread | previous in thread | raw e-mail | index | archive | help
+-------[ Max Laier ]---------------------- | On Monday 09 August 2004 18:54, Jiawei Ye wrote: | > root@chihiro:/usr/src# kldload -v pf | > kldload: can't load pf: No such file or directory | > root@chihiro:/usr/src# kldload /boot/kernel/pf.ko | > root@chihiro:/usr/src# /etc/rc.d/pf restart | > Enabling pf. | > pf enabled | > | > Somehow kldload cannot find pf.ko if no specific path is given. This | > is a 2 hours old -current. | | Sounds like kldxref didn't finish it's job correctly. Try (as root): | kldxref /boot/kernel /boot/modules | and check the output of: | kldxref -dv /boot/kernel | for proper pf.ko entries. Please tell me if that did not help or if you see | anything suspicious in the xref dump. I have this same problem with nfsclient and nfsserver being loaded. kldxref doesn't fix the problem (for me). I figured I just updated at a bad time since noone else had reported a similar thing occurring (it wasn't a big drama for me to load those by hand). ACPI also doesn't autoload at boot. This was from a -current from August 8th. -- Andrew Milton akm@theinternet.com.au
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040809222127.GU64690>