[Bug 731128] Re: "find" command in mounted-tmp.conf no finding files

Steve Langasek steve.langasek at canonical.com
Sat May 19 06:45:54 UTC 2012


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

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

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

Status in “mountall” package in Ubuntu:
  Invalid

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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/731128/+subscriptions




More information about the foundations-bugs mailing list