From owner-freebsd-current@FreeBSD.ORG Tue May 11 18:18:36 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 422D616A4CE for ; Tue, 11 May 2004 18:18:36 -0700 (PDT) Received: from ioskeha.hittite.isp.9tel.net (ioskeha.hittite.isp.9tel.net [62.62.156.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11DA043D39 for ; Tue, 11 May 2004 18:18:35 -0700 (PDT) (envelope-from clefevre-lists@9online.fr) Received: from pc2k (unknown [81.185.165.68]) by ioskeha.hittite.isp.9tel.net (Postfix) with SMTP id BC60817B42F for ; Wed, 12 May 2004 03:19:18 +0200 (CEST) Message-ID: <147301c437bf$0aee09f0$7890a8c0@dyndns.org> From: "Cyrille Lefevre" To: "freebsd current" References: <0cc701c43704$fe189fc0$7890a8c0@dyndns.org><200405110321.i4B3LFGI073037@bunrab.catwhisker.org> <20040511093634.GA41727@gits.dyndns.org> Date: Wed, 12 May 2004 03:18:32 +0200 Organization: ACME MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Subject: Re: bind timeouts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 May 2004 01:18:36 -0000 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@laposte.net