From owner-freebsd-current@FreeBSD.ORG Wed Oct 8 23:20:46 2003 Return-Path: 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 B6A6816A4B3 for ; Wed, 8 Oct 2003 23:20:46 -0700 (PDT) Received: from nikom.tagil.ru (nikom.tagil.ru [195.151.0.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6815243FA3 for ; Wed, 8 Oct 2003 23:20:42 -0700 (PDT) (envelope-from boris@ntmk.ru) Received: from nikom.tagil.ru (localhost.localdomain [127.0.0.1]) by nikom.tagil.ru (8.12.8/8.9.3) with ESMTP id h996Kfwa031614 for ; Thu, 9 Oct 2003 12:20:41 +0600 Received: from ntmk.ru (boris.nikom.ru [10.1.16.195]) by nikom.tagil.ru (8.12.8/8.9.3) with ESMTP id h996KeBJ031609; Thu, 9 Oct 2003 12:20:40 +0600 Message-ID: <3F84FE37.3060005@ntmk.ru> Date: Thu, 09 Oct 2003 12:20:39 +0600 From: Boris Kovalenko User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Dan Nelson , freebsd-current References: <3F84ED93.9080606@ntmk.ru> <20031009054348.GF63777@dan.emsphone.com> In-Reply-To: <20031009054348.GF63777@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Can not remove directory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 09 Oct 2003 06:20:46 -0000 Hello! Seems You are right: BAD INODE NUMBER FOR '.' I=353381 OWNER=root MODE=40755 SIZE=512 MTIME=Oct 9 08:54 2003 DIR=/obj/usr/src/gnu/usr.bin/cc/cc1 UNEXPECTED SOFT UPDATE INCONSISTENCY FIX? no Will reboot and run fsck manually. Thanks for advance! Yours truly, Boris Kovalenko Dan Nelson wrote: >In the last episode (Oct 09), Boris Kovalenko said: > > >>Can not remove directory /usr/obj/usr/src/gnu/usr.bin/cc/cc1 >>rm: /usr/obj/usr/src/gnu/usr.bin/cc/cc1: Directory not empty >> >>bash-2.05b# pwd; ls -la >>/usr/obj/usr/src/gnu/usr.bin/cc/cc1 >>total 4 >>drwxr-xr-x 2 root wheel 512 Oct 9 08:54 . >>drwxr-xr-x 13 root wheel 512 Oct 9 08:54 .. >> >> > >Interesting. Usually you get this after a crash, due to how >softupdates buffers directory updates. The background fsck should have >repaired the directory, though. If it isn't still running, try >rebooting in single-user mode and run fsck -p on the filesystem. > > >