Re: Can't kldload pf

From: Andy Firman (andy_at_firman.us)
Date: 03/14/05

  • Next message: pck: "Adaptec AIC7902 Ultra320 SCSI adapter and Raid1"
    Date: Mon, 14 Mar 2005 16:16:30 -0500
    To: freebsd-stable@freebsd.org
    
    

    On Fri, Mar 11, 2005 at 09:34:00AM +1030, Daniel O'Connor wrote:
    > On Fri, 11 Mar 2005 08:33, cpghost@cordula.ws wrote:
    > > On Thu, Mar 10, 2005 at 07:13:51PM +0100, Max Laier wrote:
    > > > On Thursday 10 March 2005 18:52, cpghost@cordula.ws wrote:
    > > > > on RELENG_5, cvsupped March 9th, I can't kldload pf:
    > > > >
    > > > > fw# kldload pf
    > > > > kldload: can't load pf: No such file or directory
    > > >
    > > > You don't have "options INET6" in your kernel config, but the pf module
    > > > assumes that it is there. You can either built pf into the kernel (since
    > > > you are building a custom kernel anyway), rebuild the module without that
    > > > assumption (see the module's Makefile) or you can reenable "options
    > > > INET6" in the kernel.
    > >
    > > Yes, INET6 is needed indeed. That was the catch! Adding "options INET6"
    > > solved the problem.
    > >
    > > > The ENOENT error returned from kldload is a bit misleading, though.
    > >
    > > Ugh... yes ;). Perhaps that should be documented in pf(4)?
    >
    > It's not pf per se..
    > If you ran dmesg after your kldload attempts you'd see the kernel linker
    > complaining about being unable to resolve some IPv6 related symbols.
    >
    > Other possibility is to do..
    > cd /usr/src/sys/modules/pf
    > make NO_INET6= install
    >
    > and load it again.

    Hmmmm...interesting!! Would this for for /usr/src/sys/modules/ipfilter ?

    I am having this problem:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=70401

    That seems almost too easy. :-)

    _______________________________________________
    freebsd-stable@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-stable
    To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"


  • Next message: pck: "Adaptec AIC7902 Ultra320 SCSI adapter and Raid1"

    Relevant Pages

    • Re: Cant kldload pf
      ... > If you ran dmesg after your kldload attempts you'd see the kernel linker ... > complaining about being unable to resolve some IPv6 related symbols. ...
      (freebsd-stable)
    • Re: kldload wont load
      ... the problem is *not* that kldload can not find the file? ... new at the bottom of my dmesg: ... I.e., during the boot ...
      (freebsd-current)
    • FOLLOW up - dell x300 / broad com / ndis
      ... I tried with both sets of inf/sys files I could find for this card ... When i kldload the first set, my machine freezes than reboots ... when i kldload the second set it returns to the prompt, but nothing is in dmesg or anything ...
      (freebsd-questions)
    • Re: sound card
      ... kldload snd_ich ... I'm trying to determine what sound card a notebook has. ... three relevant dmesg lines below, ... the snd_hdadriver for an 82801 card or a sigmatel ...
      (freebsd-questions)
    • Re: PS2 mouse changes for 2.6
      ... No warnings in dmesg on two different machines booted with psmouse_noext. ... I am NOT complaining -- my mouse works better today than yesterday:0) ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)