bind timeouts

Cyrille Lefevre clefevre-lists at 9online.fr
Tue May 11 18:18:36 PDT 2004


forgot to tack about some configuration files, who knowns ?

in fact, the more I think, the more I'm sure this is a long
standing bug I've for a long time now which broke many services
such as : fetchmail, imap, sendmail, snmp, well, all related
network services :(

* nothing special in /etc/rc.conf except :

named_enable=YES

* /etc/sysctl.conf

kern.corefile=core
kern.randompid=10000
kern.maxprocperuid=512
kern.maxfilesperproc=1024
kern.ipc.shmseg=128
kern.ipc.shmmin=2
kern.ipc.shmall=2048
kern.ipc.shmmax=8388608
kern.ipc.somaxconn=1024
net.inet.tcp.blackhole=2
net.inet.tcp.delayed_ack=0
net.inet.tcp.inflight_enable=1
net.inet.tcp.isn_reseed_interval=1800
net.inet.udp.blackhole=1
net.inet.udp.recvspace=65536
net.inet.udp.maxdgram=57344
net.local.stream.recvspace=65535
net.local.stream.sendspace=65535
net.inet.ip.stealth=1
net.inet.ip.check_interface=1
net.inet.ip.redirect=0
net.inet.ip.rtexpire=60
net.inet.ip.ttl=128
net.inet.ip.fw.dyn_fin_lifetime=10
net.inet.ip.fw.dyn_rst_lifetime=5
net.inet.ip.fw.dyn_udp_lifetime=15
net.inet.ip.fw.dyn_short_lifetime=30
security.bsd.see_other_uids=0
security.bsd.unprivileged_proc_debug=0
security.bsd.unprivileged_read_msgbuf=0
lrexec.logall=-1
lrexec.max_bin_uid=2002

* /boot/loader.conf.local

kern.ipc.shmmni=256

* /sys/i386/conf/CUSTOM

machine         i386
cpu             I586_CPU                # aka Pentium
ident           CUSTOM
# PROC_* are local hack, see PR#65803 for details.
options         PROC_CHILDTIMES
options         PROC_CURSIG
options         PROC_MAXRSS
options         PROC_UMASK
options         PROC_SESSION
options         PROC_TTY
options         PROC_GID
options         PROC_RGID
options         PROC_NOSYSTEM
options         CPU_SUSP_HLT
options         INCLUDE_CONFIG_FILE
options         SCHED_ULE
options         COMPAT_43
options         COMPAT_FREEBSD4
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
options         COMPAT_AOUT             # mod: aout req: gzip
options         P1003_1B_SEMAPHORES
options         _KPOSIX_PRIORITY_SCHEDULING
options         DDB
options         KTRACE
options         SW_WATCHDOG
options         INET
options         INET6
options         IPSEC
options         IPSEC_ESP
options         IPDIVERT
options         PFIL_HOOKS              # req: pf
options         IPSTEALTH
options         RANDOM_IP_ID            # req: pf
options         TCP_DROP_SYNFIN
options         FFS
options         SOFTUPDATES
options         UFS_DIRHASH
options         MSGBUF_SIZE=65536
options         SHOW_BUSYBUFS
device          isa
device          pmtimer
device          atkbdc
device          atkbd   # flags 0x1
options         KBD_INSTALL_CDEV
device          vga
device          sc      # flags 0x100
options         MAXCONS=8
options         SC_CUT_SPACES2TABS
options         SC_HISTORY_SIZE=250
device          sio
device          fdc                     # mod: fdc
device          ppc                     # req: ppbus
device          ppbus                   # mod: ppbus dep: ppc req: lpt
device          lpt                     # mod: lpt dep: ppc ppbus
device          psm
device          npx     # flags 0x0 iosiz 0x0
device          pci
device          ahc                     # mod: ahc
options         AHC_ALLOW_MEMIO
options         AHC_REG_PRETTY_PRINT
device          sym                     # mod: sym
device          ata
device          scbus
options         CAMDEBUG
options         SCSI_DELAY=5000
options         SES_ENABLE_PASSTHROUGH
device          cd
device          da
device          pass
device          pt
device          sa
options         ATA_STATIC_ID
device          atadisk
device          ataraid
device          atapicd
device          atapicam
device  bpf
device  ether
device  loop
device  gzip                    # dep: aout
device  pty
device  random                  # mod: random
device  speaker                 # mod: speaker
device  splash                  # req: splash_* *_saver

Cyrille Lefevre.
-- 
home: mailto:cyrille.lefevre at laposte.net


More information about the freebsd-current mailing list