From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 16:59:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4BECF16A4CE for ; Wed, 22 Dec 2004 16:59:26 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADDB843D39 for ; Wed, 22 Dec 2004 16:59:25 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from [IPv6:::1] (localhost.circlesquared.com [IPv6:::1]) iBMGxIeG065558; Wed, 22 Dec 2004 16:59:19 GMT (envelope-from peter@circlesquared.com) Message-ID: <41C9A7E6.3090701@circlesquared.com> Date: Wed, 22 Dec 2004 16:59:18 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041219 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marco Beishuizen References: <41C974EF.8020002@uni-mainz.de> <41C97F72.4030409@uni-mainz.de> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: "O. Hartmann" cc: FreeBSD questions mailing list Subject: Re: fsck locks up SMP system (5.3-REL) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 16:59:26 -0000 Marco Beishuizen wrote: > On stardate Wed, 22 Dec 2004, the wise O. Hartmann entered: > >> Dear Marco. >> Thanks. In my case, FreeBSD 5.3 dies in single user mode on nearly >> each disk activity (it is obviously a FreeBSD 5.3-issue with >> my ASUS CUR-DLS based system). >> >> Please take a look at fsck_ffs(8) man page. There is at the end of the >> description of the options an explanation of the lost+find facility. >> Obviously orphaned files and directories (and in most cases those >> which are expected to be some of them) are gathered and reconnected in >> lost+found. My 'periodic' cron-job deletes the contents of lost+found >> every 7 days. >> Oliver > > > Well the problem didn't dissappear. I was just checking the filesystem > with the midnight commander, and suddenly mc froze in "ufs"-state. Now > I'm running fsck again. > What's being logged? Lots of dma errors in /var/log/messages? Peter.