From owner-freebsd-net@FreeBSD.ORG Sun Jun 15 15:34:29 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B806AE20 for ; Sun, 15 Jun 2014 15:34:29 +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 63D522458 for ; Sun, 15 Jun 2014 15:34:28 +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 44F99172FA; Sun, 15 Jun 2014 21:25:56 +0600 (YEKT) Message-ID: <539DBB0D.1080502@hostelnet.ru> Date: Sun, 15 Jun 2014 21:26:05 +0600 From: noc@hostelnet.ru Reply-To: noc@hostelnet.ru User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Mark van der Meulen , freebsd-net@freebsd.org Subject: Re: FreeBSD 9 w/ MPD5 crashes as LNS with 300+ tunnels. Netgraph issue? References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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, 15 Jun 2014 15:34:29 -0000 15.06.2014 17:09, Mark van der Meulen пишет: > Hi List, > > I¹m wondering if anyone can help me with this problem or at least help > point me in the direction of where to start looking? I have FreeBSD 9 > based servers which are crashing every 4-10 days and producing crash dumps > similar to this one: http://pastebin.com/F82Jc08C > Since we have similar situation - try use 8-stable. We used FreeBSD 9-stable (from r259072 to r262224) with 150-300 PPPoE tunnels (mpd 5.7) and it randomly crashing 1-2 times in month. Some times ago one server was rolled back to 8-stable (r259629) - it never crashed since december 2013, while on server with 9-stable already got 8 crash dumps. Both systems have same hardware, GENERIC kernels, same pkgs versions and same configs: /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 /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