From owner-freebsd-stable@FreeBSD.ORG Wed Nov 21 17:11:08 2012 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD2B7CC9 for ; Wed, 21 Nov 2012 17:11:08 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 363E98FC08 for ; Wed, 21 Nov 2012 17:11:07 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA13499; Wed, 21 Nov 2012 19:11:06 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <50AD0B29.6060602@FreeBSD.org> Date: Wed, 21 Nov 2012 19:11:05 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: Willem Jan Withagen Subject: Re: Some new hardware with 9.1 does not reboot easily References: <50ACA518.4050309@digiware.nl> <50ACEEFF.8010001@FreeBSD.org> <50AD0A20.2070408@digiware.nl> <50AD0AC2.5070804@FreeBSD.org> In-Reply-To: <50AD0AC2.5070804@FreeBSD.org> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 17:11:08 -0000 on 21/11/2012 19:09 Andriy Gapon said the following: > on 21/11/2012 19:06 Willem Jan Withagen said the following: >> Nothing that stands out for me, but then I'm not into FreeBSD kernels. >> But there is certainly no more userspace processes running other than >> reboot..... >> >> Certainly no postfix, that could complain about missing libpcre.so.1 >> That seems to be something that should have been flushed from the >> print_buffer before. >> >> What I do see i a huge amount of ZFS threads.... >> >> Rebooting from DDB is instantaneously... >> >> So I'm not certain what to look for further? > > Perhaps share the output if you are able to capture it... State of the init process should be more interesting. You can switch to it (using thread ) and capture its stack trace ('bt'). -- Andriy Gapon