Date: Thu, 10 Mar 2005 18:52:08 +0100 From: cpghost@cordula.ws To: freebsd-stable@freebsd.org Subject: Can't kldload pf Message-ID: <20050310175208.GA947@bsdbox.farid-hajji.net>
next in thread | raw e-mail | index | archive | help
--+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, on RELENG_5, cvsupped March 9th, I can't kldload pf: fw# kldload pf kldload: can't load pf: No such file or directory fw# kldload /boot/kernel/pf.ko kldload: can't load /boot/kernel/pf.ko: No such file or directory fw# kldstat Id Refs Address Size Name 1 6 0xc0400000 2a8a44 kernel 2 1 0xc0c28000 6000 geom_bde.ko 3 4 0xc0d14000 12000 netgraph.ko 4 2 0xc0d2a000 4000 ng_ether.ko 5 1 0xc0d2f000 7000 ng_pppoe.ko 6 1 0xc0d37000 5000 ng_socket.ko fw# ls -l /boot/kernel/pf* -r-xr-xr-x 1 root wheel 170382 Mar 10 17:18 /boot/kernel/pf.ko fw# sysctl kern.module_path kern.module_path: /boot/kernel;/boot/modules Attached is the kernel config file. Any idea what's going wrong here? Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/ --+HP7ph2BbKc20aGI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=SOEKRIS # SOEKRIS kernel config file. machine i386 #cpu I386_CPU cpu I486_CPU cpu I586_CPU ident SOEKRIS options CPU_SOEKRIS #Enable Soekris hardware stuff. options CPU_GEODE #GEODE GL1100 Chips (Soekris) #device pf #Enable PF. options SCHED_4BSD # 4BSD scheduler options INET # InterNETworking #options INET6 # InterNETworking V6. options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists options UFS_DIRHASH # Improve performance on big directories options MD_ROOT # MD is a potential root device options NFSCLIENT # Network Filesystem Client options NFSSERVER # Network Filesystem Server options NFS_ROOT # NFS usable as /, requires NFSCLIENT options PROCFS # Process filesystem (requires PSEUDOFS) options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=8000 # Delay (in ms) before probing SCSI options KTRACE # ktrace(1) support options SYSVSHM # SYSV-style shared memory options SYSVMSG # SYSV-style message queues options SYSVSEM # SYSV-style semaphores options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions options KBD_INSTALL_CDEV # install a CDEV entry in /dev options ADAPTIVE_GIANT # Giant mutex is adaptive. #device apic # I/O APIC # Bus support. Do not remove isa, even if you have no isa slots device isa device eisa device pci # ATA and ATAPI devices device ata device atadisk # ATA disk drives options ATA_STATIC_ID # Static device numbering device agp # support several AGP chipsets # Floating point support - do not disable. device npx # Add suspend/resume support for the i8254. device pmtimer # Serial (COM) ports device sio # 8250, 16[45]50 based serial ports device miibus # MII bus support device sis # Silicon Integrated Systems SiS 900/SiS 7016 # Pseudo devices. device loop # Network loopback device mem # Memory and kernel memory devices device io # I/O device device random # Entropy device device ether # Ethernet support device sl # Kernel SLIP device ppp # Kernel PPP device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! device bpf # Berkeley packet filter # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic --+HP7ph2BbKc20aGI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050310175208.GA947>