"find" command in mounted-tmp.conf no finding files

Bug #731128 reported by pbrufal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
mountall (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: mountall

The mounted-tmp.conf executes "find" command to delete old files, but this doesn't works because the "atime" parameter. Example in my system:

find without "atime":

# find /tmp -depth -xdev -mtime +14 -ctime +14 | wc -l
99

find with "atime":

# find /tmp -depth -xdev -mtime +14 -ctime +14 -atime +14 | wc -l
0

With "atime", there are no files found... :?

I have only one partition:

/dev/sda1 on / type ext4 (rw,errors=remount-ro,commit=0)

Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: mountall 2.19
ProcVersionSignature: Ubuntu 2.6.35-28.49-generic 2.6.35.11
Uname: Linux 2.6.35-28-generic i686
Architecture: i386
Date: Tue Mar 8 09:40:22 2011
InstallationMedia: Xubuntu 10.04 "Lucid Lynx" - Beta i386 (20100318)
ProcEnviron:
 LANGUAGE=es_ES:en_US:en
 LANG=es_ES.UTF8
 SHELL=/bin/bash
SourcePackage: mountall

Revision history for this message
pbrufal (pbrufal) wrote :
Revision history for this message
Steve Langasek (vorlon) wrote :

If the files have been accessed in the past 14 days, they're not supposed to be deleted. Apparently you don't actually have any files that are old and not in use.

Changed in mountall (Ubuntu):
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.