Страница 1 из 1

9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-19 7:36:52
perfect
FreeBSD 9.0 ругается при проверке конфига ядра на опцию IPFIREWALL_FORWARD

Код: Выделить всё

# config MYKERNEL
MYKERNEL: unknown option "IPFIREWALL_FORWARD"

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-19 8:35:27
Electronik
конфиг покажите

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-19 8:41:50
perfect

Код: Выделить всё

cpu             I486_CPU
cpu             I586_CPU
cpu             I686_CPU
ident           MAIL

makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
#makeoptions    WITH_CTF=1              # Run ctfconvert(1) for DTrace support

options         IPFIREWALL
options         IPFIREWALL_FORWARD

options         SCHED_ULE               # ULE scheduler
options         PREEMPTION              # Enable kernel thread preemption
options         INET                    # InterNETworking
#options        INET6                   # IPv6 communications protocols
options         TCP_OFFLOAD             # TCP offload
options         SCTP                    # Stream Control Transmission Protocol
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         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
options         MD_ROOT                 # MD is a potential root device
options         NFSCL                   # New Network Filesystem Client
options         NFSD                    # New Network Filesystem Server
options         NFSLOCKD                # Network Lock Manager
options         NFS_ROOT                # NFS usable as /, requires NFSCL
options         MSDOSFS                 # MSDOS Filesystem
options         CD9660                  # ISO 9660 Filesystem
options         PROCFS                  # Process filesystem (requires PSEUDOFS)
options         PSEUDOFS                # Pseudo-filesystem framework
options         GEOM_PART_GPT           # GUID Partition Tables.
options         GEOM_RAID               # Soft RAID functionality.
options         GEOM_LABEL              # Provides labelization
options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
options         KTRACE                  # ktrace(1) support
options         STACK                   # stack(9) 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         PRINTF_BUFR_SIZE=128    # Prevent printf output being interspersed.
options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
options         AUDIT                   # Security event auditing
options         CAPABILITY_MODE         # Capsicum capability mode
options         CAPABILITIES            # Capsicum capabilities
options         MAC                     # TrustedBSD MAC Framework
options         KDTRACE_HOOKS           # Kernel DTrace hooks
options         DDB_CTF                 # Kernel ELF linker loads CTF data
options         INCLUDE_CONFIG_FILE     # Include this file in kernel
...

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-19 17:03:14
perfect
LINT файла не хватает, может в этом причина

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-30 2:25:46
bu7cher
Читайте src/UPDATING.

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-30 6:07:57
perfect
спасибо

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-30 13:29:17
Neus
LINT создается make LINT в каталоге конфига ядра
только нафик он вам?

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-30 13:38:24
perfect
хотел посмотреть существует ли такая опция

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-11-30 13:42:49
perfect
да действительно нет такой опции. спасибо за make LINT

Re: 9-тка ругается на опцию IPFIREWALL_FORWARD

Добавлено: 2012-12-02 20:22:49
iZEN