Displaying 9 results from an estimated 9 matches for "include_config_fil".
Did you mean:
include_config_file
2017 Jan 04
2
Amavis on Centosl help
I'm moving from Ubuntu to CentOS 7
Previously, on Ubuntu, installing amavisd would lead to
etc/amavis/conf.d that contained:
01-debian
05-domain_id
05-node_id
15-av_scanners
15-content_filter_mode
20-debian_defaults
21-ubuntu_defaults
25-amavis_helpers
30-template_localization
40-policy_banks
50-user
However installing amavisd on centos leads to a spaghetti config file
(i.e.
2017 Jan 04
0
Amavis on Centosl help
I'm forwarding the answer from my colleague:
release notes:
- provide two new subroutines available for calling from config files:
include_config_files() and include_optional_config_files(), each take
a list of filenames as arguments, and reads & evaluates them just like
normal configuration files specified on a command line (option -c
or a default amavisd.conf). This provides a simplified and uniform
mechanism for 'including'...
2012 Apr 24
1
Attempting to boot into ramdisk on 8.3
....inet.tcp.syncache.bucketlimit=100
The size of mfsboot is 600M.
The diff between GENERIC and my kernel config, comments left in
so people can see what I was doing 7.3ish:
28.43d26
< ### FBCD64 SPECIFIC
< #options MD_ROOT_SIZE="524288"
< options GEOM_UZIP
< #options INCLUDE_CONFIG_FILE
< #options ZERO_COPY_SOCKETS
< #options HZ=1000
< #options DEVICE_POLLING
< #options NKPT=600 # not set up on amd64
< #
< # Debugging
< options KDB
< options DDB
< options BREAK_TO_DEBUGGER
< options ALT_BREAK_TO_DEBUGGER
Thanks in advance fo...
2010 Jul 19
1
packet loss on ixgbe using vlans and ipv6
Hi,
I have a Dell T710 with 4 X 10G ethernet interfaces (2 X Dual port Intel
82599 cards). It is running FreeBSD RELENG_8 last updated on July 13.
What I see is packet loss (0 - 40%) on IPv6 packets in vlans, when the
machine is not the originator of the packets.
Let me try to describe a little more. If a neigbouring machine ping6 it,
there will be packet loss. If it act as a router for ipv6,
2003 Nov 03
3
(long) high traffic syslog server.
...SC_NORM_ATTR="(FG_GREEN|BG_BLACK)"
options SC_NORM_REV_ATTR="(FG_YELLOW|BG_GREEN)"
options SC_KERNEL_CONS_ATTR="(FG_RED|BG_BLACK)"
options SC_KERNEL_CONS_REV_ATTR="(FG_BLACK|BG_RED)"
options UFS_DIRHASH
options INCLUDE_CONFIG_FILE
options NMBUFS=81408
options NMBCLUSTERS=20352
device isa
device pci
device fdc0 at isa? port IO_FD1 irq 6 drq 2
device fd0 at fdc0 drive 0
device fd1 at fdc0 drive 1
device ata0 at isa? port IO_WD1 irq 14
device...
2003 Apr 10
0
panic: vinvalbuf: flush failed
...rived from GENERIC. I've removed
devices which are not needed, and added the following:
options MAXDSIZ="(768*1024*1024)"
options MAXSSIZ="(256*1024*1024)"
options DFLDSIZ="(512*1024*1024)"
options NMBCLUSTERS=32768
options INCLUDE_CONFIG_FILE # Include this file in kernel
options CPU_ENABLE_SSE # Enable SSE/MMX2 instructions support.
options USER_LDT # Allow user-level control of i386 LDT.
options DDB # Enable the kernel debugger.
options DDB_UNATTENDED...
2003 Jul 27
2
SMP Problems with 4.8-RELEASE
...Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device bpf #Berkeley packet filter
device smbus
device smb
device amdpm
device rp
device adv
#options PSM_DEBUG=1
#options KBD_MAXRETRY=4
#options KBD_MAXWAIT=6
#options KBD_RESETDELAY=2000
options INCLUDE_CONFIG_FILE # Include this file in kernel
-------------- next part --------------
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.8-RELEASE #0: Sat Jul 26 19:5...
2004 Feb 06
2
IPFIREWALL_DEFAULT_TO_ACCEPT becomes default to deny
Hey Guys,
today I upgraded to 4.8-RELEASE-p15. As usual I set IPFIREWALL to default
accept in my kernel config file.
Config & make weren't complaining so, installed the kernel, reboot and there
it was:
>IP packet filtering initialized, divert disabled, rule-based forwarding
enabled, default to deny, logging disabled
Another rebuild didn't work out so... I reviewed
2008 Aug 10
1
IPMI Console: No luck once OS is booted
...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.
#options STOP_NMI # Stop CPUS using NMI instead of IPI
options AUDIT
options INCLUDE_CONFIG_FILE
# Debugging for use in -current
options KDB # Enable kernel debugger support.
options KDB_TRACE # Enable kernel debugger support.
options KDB_UNATTENDED # Enable kernel debugger support.
options DDB # Support DDB.
options GDB # Support remote GDB.
options STACK
#options INVARIANTS...