From owner-freebsd-current Mon May 25 19:27:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA28335 for freebsd-current-outgoing; Mon, 25 May 1998 19:27:49 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from hawks.caro.net (hawks.caro.NET [209.12.201.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28326 for ; Mon, 25 May 1998 19:27:45 -0700 (PDT) (envelope-from root@hawks.caro.net) Received: from hawks.caro.net (localhost.caro.net [127.0.0.1]) by hawks.caro.net (8.8.8/8.8.8) with ESMTP id WAA00814 for ; Mon, 25 May 1998 22:27:48 -0400 (EDT) (envelope-from root@hawks.caro.net) Message-Id: <199805260227.WAA00814@hawks.caro.net> From: awhawks@usa.net To: freebsd-current@FreeBSD.ORG Subject: mtree problem in current Date: Mon, 25 May 1998 22:27:47 -0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a problem on my -current system that has been happening for a few weeks, but until now I didn't know what was causing it. I first suspected a drive going bad but have recently found that mtree is the culprit. during a make world while it is doing the installworld it calls mtree as follows: cd /usr/src/etc mtree -deu -f /usr/src/etc/mtree/BSD.root.dist -p / at this point my system hangs as far as disk access goes. Anything that requires disk access doesn't work. Network routing continues and I can change windows in my window manager but anything I do that would read or write to disk just hangs at that point. This requires that I hit the reset button to continue. The other mtree steps during make world completes fine till this point. mtree -deU /usr/src/etc/mtree/BSD.include.dist -p /usr/include is an example of one that works fine. Is this a problem in -current or is their something on my system that I need to check/fix? Thanks Adam Hawks awhawks@usa.nwt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message