Public bug reported:

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

** Affects: mountall (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-bug i386 maverick

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/731128

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to