From owner-freebsd-net@FreeBSD.ORG Sun Jun 22 18:00:27 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA4B61BF for ; Sun, 22 Jun 2014 18:00:27 +0000 (UTC) Received: from emma.bazalt43.ru (emma.bazalt43.ru [91.193.143.8]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8818E2925 for ; Sun, 22 Jun 2014 18:00:26 +0000 (UTC) Received: from [0.0.0.0] (oneex.me [91.193.143.91]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by emma.bazalt43.ru (Postfix) with ESMTPSA id D7079172EC for ; Mon, 23 Jun 2014 00:00:16 +0600 (YEKT) Message-ID: <53A719C3.3040002@hostelnet.ru> Date: Mon, 23 Jun 2014 00:00:35 +0600 From: Alex Ros Reply-To: noc@hostelnet.ru User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: FreeBSD 9 as PPPoE BRAS(mpd 5.7) kernel panic Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2014 18:00:27 -0000 Hello. We have a problem with FreeBSD 9 stable (currently on r267070) as PPPoE BRAS by mpd 5.7. Server catches 1-3 kernel panics every month. Two last core.txt's: http://pkg.hostelnet.ru/pub/dump/core.txt.7.txt (r262224) and http://pkg.hostelnet.ru/pub/dump/core.txt.8.txt (r267070) Now trying to test hint with mpd-down script from similar trhread: http://lists.freebsd.org/pipermail/freebsd-net/2014-June/038952.html Hardware: HP DL360 with Intel 82571EB nic. Average load on server: 150-300 Mbit/s and around 150 users. FreeBSD configuration: running on GENERIC kernel IPFW with few rules (no dummynet, no nat) routing via OSPF (quagga) cat /boot/loader.conf net.isr.maxthreads=2 net.isr.numthreads=2 net.graph.maxdata=65536 net.graph.maxalloc=65536 net.isr.defaultqlimit=4096 net.link.ifqmaxlen=10240 cat /etc/sysctl.conf net.inet.ip.fastforwarding=1 net.inet.ip.redirect=0 kern.random.sys.harvest.ethernet=0 kern.random.sys.harvest.point_to_point=0 kern.random.sys.harvest.interrupt=0 net.inet.raw.maxdgram=16384 net.inet.raw.recvspace=16384 net.inet.ip.intr_queue_maxlen=10240 net.route.netisr_maxqlen=4096 Maybe someone can help to understand: it is a configuration error or a bug MPD/netgraph?