From owner-freebsd-current@FreeBSD.ORG Mon Jun 4 20:10:09 2007 Return-Path: X-Original-To: current@freebsd.org 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 0F31F16A469 for ; Mon, 4 Jun 2007 20:10:09 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id BBAAB13C465 for ; Mon, 4 Jun 2007 20:10:08 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l54KA5Kq018011; Mon, 4 Jun 2007 14:10:05 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4664719B.4080006@samsco.org> Date: Mon, 04 Jun 2007 14:10:03 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 MIME-Version: 1.0 To: Per olof Ljungmark References: <46645710.8070801@intersonic.se> In-Reply-To: <46645710.8070801@intersonic.se> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Mon, 04 Jun 2007 14:10:05 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: current@freebsd.org Subject: Re: CISS(4) dumps core at shutdown X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 04 Jun 2007 20:10:09 -0000 Per olof Ljungmark wrote: > After running -CURRENT on several machines for nine months this is the > first major issue I've seen, probably because I just said there were no > problems... > > HP ProLiant DL360G3 1G RAM SMARTArray 5 > Kernel is GENERIC > 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Jun 4 12:14:26 CEST 2007 > > Since last weekend, when issuing shutdown or halt, it will panic just after > > All buffers synced > Uptime: 37m7s > panic: witness_save: lock (sleep mutex) cissmtx not locked > > Could it be a hardware problem or did I hit a bug? > > Thank you, > > Per olof I'll fix it soon, thanks for the report. Without WITNESS enabled, it's a harmless problem. Scott