From owner-freebsd-current@FreeBSD.ORG Sun Nov 4 21:50:14 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BB995BB for ; Sun, 4 Nov 2012 21:50:14 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 2332B8FC0A for ; Sun, 4 Nov 2012 21:50:13 +0000 (UTC) Received: from outgoing.leidinger.net (p5DD4596B.dip.t-dialin.net [93.212.89.107]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 6B8A3844096; Sun, 4 Nov 2012 22:50:10 +0100 (CET) Received: from unknown (IO.Leidinger.net [192.168.1.12]) by outgoing.leidinger.net (Postfix) with ESMTPS id EAC78218C; Sun, 4 Nov 2012 22:50:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leidinger.net; s=outgoing-alex; t=1352065807; bh=wHwjIhxQvEcBlDGvOAODUT3x6oWsbQ4Up7IghIpufQY=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Lj7AkUhU/oF/iK9nMq8Riwatm20C3mQHxOGjoq1xQBrJqiw7MblYzQQ2ULMACRLL9 ZYzvw370ofazybIoxhlS45cql0dkZgUTdljAp3Ox+pHXZfXkSNvz0v5gM/pyHM0i15 U57pDWAPLVF+5mNVRnATOlzOCtTLF541wgxU5WMrtxLB2MVs8PONS4MwmcHpNeIZgD 53OVWzB7/SijuQaXUwpmv1z7uQGmhtOStFv2fRIkyySeinxgHeIUEhGBLO6zRCGz6E RkvXtU5rtS5hsQPVvgqeSJ37LPJr5z9edvMyc+P+3EqEAs415t0wNPJhNWWKMzE18d NMPygu9Tzq6mQ== Date: Sun, 4 Nov 2012 22:50:10 +0100 From: Alexander Leidinger To: d@delphij.net Subject: Re: watchdogd coredump Message-ID: <20121104225010.00000560@unknown> In-Reply-To: <50959F0B.7010505@delphij.net> References: <20121103225542.00001118@unknown> <20121103220843.GI73505@kib.kiev.ua> <20121103233426.0000371d@unknown> <50959F0B.7010505@delphij.net> X-Mailer: Claws Mail 3.8.0cvs30 (GTK+ 2.24.10; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 6B8A3844096.AEFC2 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-1.259, required 6, autolearn=disabled, ALL_TRUSTED -1.00, AWL -1.11, DKIM_SIGNED 0.10, J_CHICKENPOX_65 0.60, TW_SV 0.08, TW_VN 0.08, T_DKIM_INVALID 0.01, T_RP_MATCHES_RCVD -0.01) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1352670610.61308@UrAGxZe/x4iloCt7UlrQBA X-EBL-Spam-Status: No Cc: freebsd-current@freebsd.org, delphij@delphij.net X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 04 Nov 2012 21:50:14 -0000 On Sat, 03 Nov 2012 15:47:39 -0700 Xin Li wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > On 11/3/12 3:34 PM, Alexander Leidinger wrote: > > On Sun, 4 Nov 2012 00:08:43 +0200 Konstantin Belousov > > wrote: > > > >> Are you sure that your kernel is at r242511 ? > >> > >> The issue should have been fixed by r242011. > > > > # svnversion 242511M > > > > # svn status M contrib/bind9/bin/named/interfacemgr.c M > > etc/defaults/rc.conf M etc/rc.d/jail M > > sys/dev/ata/ata-all.c M sys/dev/drm/drmP.h M > > sys/dev/usb/serial/ulpt.c M sys/kern/kern_jail.c M > > sys/sys/jail.h M sys/sys/priv.h M sys/vm/uma_core.c > > > > The uma_core patch is the one floating around which shall prevent > > memory fragmentation, the others are mostly my X-in-jail and some > > minor default values (ata, ulpt) changes. > > > > Currently I'm back to the previous kernel+world, but I still have > > the r242511M boot environment available (I have no time to > > investigate the problem this evening, and I want to have a stable > > system until I get time to have a deeper look at this). > > What was 'strings /boot/kernel.bad/kernel | tail' saying? I verified at boot that the kernel was booting the right kernel: ---snip--- # strings /rpool/ROOT/r242511M/boot/kernel/kernel | tail [...] @(#)FreeBSD 10.0-CURRENT #10 r242511M: Sat Nov 3 17:49:09 CET 2012 FreeBSD 10.0-CURRENT #10 r242511M: Sat Nov 3 17:49:09 CET 2012 root@Andromeda.Leidinger.net:/usr/obj/space/system/usr_src/sys/ANDROMEDA [...] ---snip--- Anything special you want me to investigate? Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137