From owner-freebsd-questions Sat Nov 17 11:58:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from visar.norris-net.com (adsl-156-81-152.asm.bellsouth.net [66.156.81.152]) by hub.freebsd.org (Postfix) with ESMTP id CD50337B416 for ; Sat, 17 Nov 2001 11:58:28 -0800 (PST) Received: (from derrick@localhost) by visar.norris-net.com (8.11.6/8.11.6) id fAHJwTC08514 for freebsd-questions@freebsd.org; Sat, 17 Nov 2001 14:58:29 -0500 (EST) (envelope-from derrick) Message-Id: <200111171958.fAHJwTC08514@visar.norris-net.com> Content-Type: text/plain; charset="iso-8859-1" From: Derrick Norris Reply-To: denorris@bellsouth.net To: freebsd-questions@freebsd.org Subject: Why would nightly disk cleanup stop deleting some files? Date: Sat, 17 Nov 2001 14:58:28 -0500 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I have the daily clean disks enabled in periodic.conf. I can't remember exactly when this started happening (perhaps when I cvsupped and built world to 4.4-RELEASE, not sure), but I recently noticed that the nightly disk cleanup is not deleting some files that it formerly would. For instance, I had several core files in my home directory (the well-known kdeinit core which happens every time I log out of KDE, a couple of xscreensaver core dumps, etc.) and I noticed that some of them had been there for a while, but daily disk cleanup was supposed to be getting rid of them. In fact, after I noticed this, I checked the atime on the .core files yesterday and verified that they should be deleted during last night's daily run. Well this morning, my daily mail output didn't list the files as being deleted, and they were still in my home directory with the atime reset, so the days would have to start counting up again and the .core files would apparently never get deleted. I just went ahead and deleted them manually today. Does anyone have any ideas what might cause these files to be accessed, thus resetting the atime and causing 100.clean-disks to bypass them during cleanup? Would just doing an ls -lu or a find -atime in my home directory reset the access time on those files (so that I was inadvertently doing it myself)? Thanks, Derrick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message