From owner-freebsd-stable@FreeBSD.ORG Wed Nov 21 15:10:59 2012 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 05DF7EC for ; Wed, 21 Nov 2012 15:10:59 +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 4FC358FC16 for ; Wed, 21 Nov 2012 15:10:57 +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 RAA11938; Wed, 21 Nov 2012 17:10:56 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <50ACEEFF.8010001@FreeBSD.org> Date: Wed, 21 Nov 2012 17:10:55 +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> In-Reply-To: <50ACA518.4050309@digiware.nl> X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: "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 15:10:59 -0000 on 21/11/2012 11:55 Willem Jan Withagen said the following: > Hoi, > > I'm building some new hardware for a customer, and given that 9.1 is > about to be around the corner, I installed 9.1-stable. > > svn from last night.... > > Trouble is that a reboot takes for ever... > Same with shutdown -r now... > > What happens is: > services get killed > we end with all buffers synced. > > Then the systems is idle for like 30 secs (or more) At this stage try to enter ddb and run ps in it. Maybe you could spot something interesting / obvious. > And then after a while I go CTRL-ALT-DEL to see what happens..... > Which gets me: > > shared obj libpcre.so.1 not found, required by postfix > Writing entropy file > Terminated. > Init some proccess would not die; ps axl advised > > And the I get the std shutdown kernel messages again, but then with > time-outs. > Waiting (max 60 sec) for system process 'vnlru' to stop ... timed out > Waiting (max 60 sec) for system process 'bufdeamon' to stop ... timed out > Waiting (max 60 sec) for system process 'syncer' to stop ... timed out > > And then it reboots.... > > Now why is that? > Rebooting it on the 9.0-RELEASE memory stick seems to work just fine. > > Thanx, > --WjW > > The hardware: > Supermicro motherboard: X9SRi-3F > (Sandy bridge) > AMI bios 1.0a > E5-1260 XEON > 64Gb EEC memory > LSI diskcontroller > mps0@pci0:8:0:0: class=0x010700 card=0x30201000 chip=0x00721000 > rev=0x03 hdr=0x00 > vendor = 'LSI Logic / Symbios Logic' > device = 'SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]' > class = mass storage > subclass = SAS > > 4* Seagata ATA (2 on LSI, 2 on motherboard) > 4* Seagate SAS (ALL on LSI) > 2* Intel SSD (connected to ATA on motherboard) > > The system is completely ZFS, with a 4-way mirror on the ATA seagates as > zfsboot > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- Andriy Gapon