From owner-freebsd-stable@FreeBSD.ORG Tue Feb 26 21:20:22 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 ADC371065674; Tue, 26 Feb 2008 21:20:22 +0000 (UTC) (envelope-from defan@zenon.net) Received: from mp.zenon.net (mp.zenon.net [195.2.72.79]) by mx1.freebsd.org (Postfix) with ESMTP id E81EB13C459; Tue, 26 Feb 2008 21:20:21 +0000 (UTC) (envelope-from defan@zenon.net) Received: from [195.2.69.96] (HELO defan.zenon.net) by mp.zenon.net (CommuniGate Pro SMTP 4.3.7) with ESMTPS id 46777514; Tue, 26 Feb 2008 23:20:18 +0300 Date: Tue, 26 Feb 2008 23:20:18 +0300 (MSK) From: "Andrew N. Below" To: Ivan Voras In-Reply-To: Message-ID: <20080226231825.E8595@defan.zenon.net> References: <167a01c8785f$0f4bef00$970da8c0@jam.zenon.net> Organization: Zenon N.S.P. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-stable@freebsd.org Subject: Re: panic in ufs_lookup (6.2-STABLE) 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: Tue, 26 Feb 2008 21:20:22 -0000 On Tue, 26 Feb 2008, Ivan Voras wrote: > Andrew N. Below wrote: >> Hi all, >> >> freebsd box connected to Eonstor RAID with 5-6 exported >> partitions (each one has ~950Gb size, fs is UFS2) >> >> every night we have a lot of running rsyncs (rsnapshots) >> on these partitions >> >> this happens 2-4 times per month >> >> db> bt >> Tracing pid 70595 tid 100178 td 0xc95fa600 >> kdb_enter(c0634690) at kdb_enter+0x2b >> panic(c0640603,da7e1200,e8c99a58,c05b591e,cb8cc18c,...) at panic+0x127 >> ufs_dirbad(cb8cc18c,200,c06405bd,c95fa600,0,...) at ufs_dirbad+0x3a > ... >> what is exactly wrong? > > There were some bugs in the past: > > http://www.google.com/search?hl=en&rlz=&q=freebsd+ufs_dirbad > > but they should have been fixed by now. What version of FreeBSD do you use? RELENG_6 cvsuped at 2007-01-15 what should I check (source revisions) to ensure we have same bug? -- WBR, Andrew