From owner-freebsd-stable Fri Oct 11 21:27:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C423337B401 for ; Fri, 11 Oct 2002 21:27:50 -0700 (PDT) Received: from view.scoundrelz.net (osh202-181.broadacre.com [66.54.202.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3113F43E4A for ; Fri, 11 Oct 2002 21:27:50 -0700 (PDT) (envelope-from hemi@scoundrelz.net) Received: from view.scoundrelz.net (localhost.scoundrelz.net [127.0.0.1]) by view.scoundrelz.net (8.12.3/8.12.3) with ESMTP id g9C4GCFM068741 for ; Fri, 11 Oct 2002 23:16:12 -0500 (CDT) (envelope-from hemi@scoundrelz.net) Received: from localhost (hemi@localhost) by view.scoundrelz.net (8.12.3/8.12.3/Submit) with ESMTP id g9C4G25t068738 for ; Fri, 11 Oct 2002 23:16:12 -0500 (CDT) X-Authentication-Warning: view.scoundrelz.net: hemi owned process doing -bs Date: Fri, 11 Oct 2002 23:16:02 -0500 (CDT) From: Josh Tolbert To: freebsd-stable@FreeBSD.ORG Subject: Left-over directory when asked to remove /var/tmp/temproot Message-ID: <20021011230255.O68599-100000@view.scoundrelz.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, After cvsupping/make buildworld/make buildkernel/make installkernel/mergemaster from 4.7-RELEASE to 4.7-STABLE as of about four hours ago I ran in to a slight problem with mergemaster. The mergemaster itself went perfectly fine, as I've come to expect. Unfortunately, mergemaster wasn't able to remove all of /var/tmp/tmproot when I answered yes to the question about removing the rest of /var/tmp/tmproot. After poking around, here's what I've found: blahblah# pwd /var/tmp/temproot/var blahblah# ls -alo total 6 drwxrwxrwx 3 root wheel - 512 Oct 11 22:39 . drwxrwxrwx 3 root wheel - 512 Oct 11 22:39 .. dr-xr-xr-x 2 root wheel schg 512 Oct 11 22:38 empty blahblah# ls -lAR * blahblah# chflags noschg empty chflags: empty: Operation not permitted chflags: empty: Operation not permitted blahblah# chmod -R 777 empty chmod: empty: Operation not permitted /var/tmp/temproot/var/empty is, well, empty. I'm probably missing something trivial with chflags. How do I make /var/tmp/temproot/var/empty deletable? Also, when did mergemaster start leaving things behind? Any ideas? Thanks, Josh P. S.: interestingly, there's also a /var/empty that's also schg. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message