From owner-freebsd-current@FreeBSD.ORG Tue Oct 4 16:56:14 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7B6116A420; Tue, 4 Oct 2005 16:56:14 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from blue.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E52643D5A; Tue, 4 Oct 2005 16:56:11 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by blue.virtual-estates.net (8.13.4/8.13.4) with ESMTP id j94Gu9MS067837 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 4 Oct 2005 12:56:10 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j94Gu3dh020658 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 4 Oct 2005 12:56:04 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j94GtvKQ065065; Tue, 4 Oct 2005 12:55:57 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j94Gttxs065064; Tue, 4 Oct 2005 12:55:55 -0400 (EDT) (envelope-from mi+mx@aldan.algebra.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to mi+mx@aldan.algebra.com using -f From: Mikhail Teterin Organization: Virtual Estates, Inc. To: Don Lewis Date: Tue, 4 Oct 2005 12:55:54 -0400 User-Agent: KMail/1.8.2 References: <200510041616.j94GG3Gq022249@gw.catspoiler.org> In-Reply-To: <200510041616.j94GG3Gq022249@gw.catspoiler.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510041255.55183.mi+mx@aldan.algebra.com> X-Virus-Scanned: ClamAV devel-20050525/1109/Mon Oct 3 18:06:28 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 X-Mailman-Approved-At: Wed, 05 Oct 2005 11:33:25 +0000 Cc: re@freebsd.org, current@freebsd.org, openoffice@freebsd.org Subject: Re: 6.0 hangs (while building OOo) 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: Tue, 04 Oct 2005 16:56:14 -0000 > Is this problem repeatable? Yes, as per my original e-mail, it has happened twice already. The first time the last command in the build log was very similar, but involved a different object file. The perl-process was stuck as "running" and I was able to kill it, but the subsequent `rm -rf work' became unkillable in "ufs", just like `find' is now. > What does "ps lax" say about the hung processes? 0 65327 8694 0 -4 0 1432 908 ufs D+ p2 0:02,05 find work/ -name provider.o > Where is the reboot sequence did the system hang? Don't remember -- well after shutting syslogd. Presumably -- while trying to umount everything. > What problems did fsck fix? Oct 3 21:03:12 roo fsck: /dev/da0s2e: ZERO LENGTH DIR I=325352 OWNER=mi MODE=42755 Oct 3 21:03:12 roo fsck: /dev/da0s2e: SIZE=0 MTIME=Oct 3 11:22 2005 (CLEARED) Oct 3 21:03:12 roo fsck: /dev/da0s2e: Reclaimed: 0 directories, -2 files, -37 fragments Oct 3 21:03:12 roo fsck: /dev/da0s2e: 364942 files, 1204019 used, 2386729 free (79873 frags, 288357 blocks, 2.2% fragmentation) > My RELENG_6 box doesn't have enough space to build OOo, but I can try it > on HEAD, which should be very similar. Thank you! -mi