RE: help for a poor windoze luser?

2004-02-24 Thread Julien Gabel
> Dude :)
> add
> options PFIL_HOOKS
> to your kernel config,

See src/UPDATING, entry 20030925:

  Configuring a system to use IPFILTER now requires that PFIL_HOOKS
  also be explicitly configured.  Previously this dependency was
  magically handled through some cruft in net/pfil.h; but that has
  been removed.  Building a kernel with IPFILTER but not PFIL_HOOKS
  will fail with obtuse errors in ip_fil.c.

-- 
-jg.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: help for a poor windoze luser?

2004-02-24 Thread Remko Lodder
Dude :)

add
options PFIL_HOOKS

to your kernel config,

Cheers

--

Kind regards,

Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene

mrtg.grunn.org Dutch mirror of MRTG

-Oorspronkelijk bericht-
Van: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]
Verzonden: dinsdag 24 februari 2004 23:00
Aan: [EMAIL PROTECTED]
Onderwerp: help for a poor windoze luser?


Hi -

I'm trying to compile a kernel with IPFILTER.  This is
on a brand new install from 5.2-REL iso file I
downloaded last friday (2/21).  The kernel conf is
below, and after doing config, make depend, and then
make, I get:

cc -c -O -pipe -mcpu=pentiumpro -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -std=c99  -nostdinc
-I-  -I. -I../../.. -I../../../contrib/dev/acpica
-I../../../contrib/ipfilter -I../../../contrib/dev/ath
-I../../../contrib/dev/ath/freebsd
-I../../../contrib/ngatm -D_KERNEL -include
opt_global.h -fno-common -finline-limit=15000
-fno-strict-aliasing  -mno-align-long-strings
-mpreferred-stack-boundary=2 -ffreestanding -Werror
../../../contrib/ipfilter/netinet/ip_fil.c
../../../contrib/ipfilter/netinet/ip_fil.c: In
function `fr_check_wrapper':
../../../contrib/ipfilter/netinet/ip_fil.c:319: error:
`PFIL_OUT' undeclared (first use in this function)
../../../contrib/ipfilter/netinet/ip_fil.c:319: error:
(Each undeclared identifier is reported only once
../../../contrib/ipfilter/netinet/ip_fil.c:319: error:
for each function it appears in.)
../../../contrib/ipfilter/netinet/ip_fil.c: In
function `iplattach':
../../../contrib/ipfilter/netinet/ip_fil.c:376:
warning: unused variable `ph_inet'
../../../contrib/ipfilter/netinet/ip_fil.c: At top
level:
../../../contrib/ipfilter/netinet/ip_fil.c:317:
warning: `fr_check_wrapper' defined but not used
*** Error code 1

Stop in /usr/src/sys/i386/compile/ODIN.

%uname -a
FreeBSD bsd52.fake.domain.name 5.2-RELEASE FreeBSD
5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386

%less /sys/i386/conf/ODIN
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.394.2.2
2003/12/07 23:52:53 scottl Exp $

machine i386
cpu I686_CPU
ident   odin

#To statically compile in device wiring instead of
/boot/device.hints
#hints  "GENERIC.hints" #Default places to look for
devices.

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug
symbols

options SCHED_4BSD  #4BSD scheduler
options INET#InterNETworking
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 MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options PROCFS  #Process filesystem (requires
PSEUDOFS)
options PSEUDOFS#Pseudo-filesystem framework
options COMPAT_43   #Compatible with BSD 4.3 [KEEP
THIS!]
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 AHC_REG_PRETTY_PRINT# Print register
bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register
bitfields in debug
# output.  Adds ~215k to driver.

# Debugging for use in -current
#optionsDDB #Enable the kernel debugger
#optionsINVARIANTS  #Enable calls of extra sanity
checking
options INVARIANT_SUPPORT   #Extra sanity checks of
internal structures, required by INVARIANTS
#optionsWITNESS #Enable checks to detect deadlocks
and cycles
#optionsWITNESS_SKIPSPIN#Don't run witness on
spinlocks for speed

device  isa
device  eisa
device  pci

# Floppy drives
device  fdc

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
options ATA_STATIC_ID   #Static device numbering

# SCSI Controllers

# SCSI peripherals

# RAID controllers interfaced to the SCSI subsystem

help for a poor windoze luser?

2004-02-24 Thread [EMAIL PROTECTED]
Hi - 

I'm trying to compile a kernel with IPFILTER.  This is
on a brand new install from 5.2-REL iso file I
downloaded last friday (2/21).  The kernel conf is
below, and after doing config, make depend, and then
make, I get:

cc -c -O -pipe -mcpu=pentiumpro -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -std=c99  -nostdinc
-I-  -I. -I../../.. -I../../../contrib/dev/acpica
-I../../../contrib/ipfilter -I../../../contrib/dev/ath
-I../../../contrib/dev/ath/freebsd
-I../../../contrib/ngatm -D_KERNEL -include
opt_global.h -fno-common -finline-limit=15000
-fno-strict-aliasing  -mno-align-long-strings
-mpreferred-stack-boundary=2 -ffreestanding -Werror 
../../../contrib/ipfilter/netinet/ip_fil.c
../../../contrib/ipfilter/netinet/ip_fil.c: In
function `fr_check_wrapper':
../../../contrib/ipfilter/netinet/ip_fil.c:319: error:
`PFIL_OUT' undeclared (first use in this function)
../../../contrib/ipfilter/netinet/ip_fil.c:319: error:
(Each undeclared identifier is reported only once
../../../contrib/ipfilter/netinet/ip_fil.c:319: error:
for each function it appears in.)
../../../contrib/ipfilter/netinet/ip_fil.c: In
function `iplattach':
../../../contrib/ipfilter/netinet/ip_fil.c:376:
warning: unused variable `ph_inet'
../../../contrib/ipfilter/netinet/ip_fil.c: At top
level:
../../../contrib/ipfilter/netinet/ip_fil.c:317:
warning: `fr_check_wrapper' defined but not used
*** Error code 1

Stop in /usr/src/sys/i386/compile/ODIN.

%uname -a
FreeBSD bsd52.fake.domain.name 5.2-RELEASE FreeBSD
5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386

%less /sys/i386/conf/ODIN
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.394.2.2
2003/12/07 23:52:53 scottl Exp $

machine i386
cpu I686_CPU
ident   odin

#To statically compile in device wiring instead of
/boot/device.hints
#hints  "GENERIC.hints" #Default places to look for
devices.

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug
symbols

options SCHED_4BSD  #4BSD scheduler
options INET#InterNETworking
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 MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options PROCFS  #Process filesystem (requires
PSEUDOFS)
options PSEUDOFS#Pseudo-filesystem framework
options COMPAT_43   #Compatible with BSD 4.3 [KEEP
THIS!]
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 AHC_REG_PRETTY_PRINT# Print register
bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register
bitfields in debug
# output.  Adds ~215k to driver.

# Debugging for use in -current
#optionsDDB #Enable the kernel debugger
#optionsINVARIANTS  #Enable calls of extra sanity
checking
options INVARIANT_SUPPORT   #Extra sanity checks of
internal structures, required by INVARIANTS
#optionsWITNESS #Enable checks to detect deadlocks
and cycles
#optionsWITNESS_SKIPSPIN#Don't run witness on
spinlocks for speed

device  isa
device  eisa
device  pci

# Floppy drives
device  fdc

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
options ATA_STATIC_ID   #Static device numbering

# SCSI Controllers

# SCSI peripherals

# RAID controllers interfaced to the SCSI subsystem

# RAID controllers

# atkbdc0 controls both the keyboard and the PS/2
mouse
device  atkbdc  # AT keyboard controller
device  atkbd   # AT keyboard
device  psm # PS/2 mouse

device  vga # VGA video card driver

device  splash  # Splash screen and screen saver
support

# syscons is the default console driver, resembling an
SCO console
device  sc

device  agp # support several