From owner-freebsd-stable@FreeBSD.ORG Thu Oct 9 15:36:15 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E528D106569A; Thu, 9 Oct 2008 15:36:15 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id BADFD8FC29; Thu, 9 Oct 2008 15:36:15 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1KnxYj-000IOj-SE; Thu, 09 Oct 2008 11:36:13 -0400 Date: Thu, 9 Oct 2008 11:36:13 -0400 From: Gary Palmer To: David Peall Message-ID: <20081009153613.GB1262@in-addr.com> References: <20081009104432.GA2053@icarus.home.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-stable@freebsd.org, Jeremy Chadwick , Christoph Schug Subject: Re: Problem with dump stalling X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2008 15:36:16 -0000 On Thu, Oct 09, 2008 at 01:58:39PM +0200, David Peall wrote: > > -----Original Message----- > > From: owner-freebsd-stable@freebsd.org [mailto:owner-freebsd- > > stable@freebsd.org] On Behalf Of Jeremy Chadwick > > Sent: 09 October 2008 12:45 PM > > To: Christoph Schug > > Cc: freebsd-stable@freebsd.org; David Peall > > Subject: Re: Problem with dump stalling > > > > This was fixed on HEAD in revision 1.48 (March 13th), with the comment > > "MFC: 1 week". > > > > The commit to RELENG_7 did not happen until April 19th, see revision > > 1.39.2.3: > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/kern/subr_sleepqueue.c > > > > The PR referenced in the CVS commit is PR 117603. > > > > David, can you verify you're using a version of > > src/sys/kern/subr_sleepqueue.c that is 1.39.2.3 or newer? > > > > If so, the problem David is experiencing is different. If not, David > > will need to csup and then rebuild world and kernel (do NOT just do > > one; do both) to pick up the changes. > > > > I'm using stable: > FreeBSD ochre.school.za 7.0-RELEASE-p4 FreeBSD 7.0-RELEASE-p4 #0: Tue > Sep 2 18:48:24 UTC 2008 > root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 > > I don't update via source only via binaries, how would I tell? > > Regards Try running: ident /boot/kernel/kernel | grep subr_sleepqueue That should give you the CVS id for the appropriate file Regards, Gary