Your message dated Mon, 16 Jul 2007 18:53:13 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: modutils
Version: 2.3.9-2
Severity: normal

I was irritated by the huge amount of files in /var/log/ksymoops.
Apparently, /sbin/insmod_ksymoops_clean is responsible for cleaning
it. The second line of it says:

  # Delete saved ksyms and modules not accessed in 2 days

And in the second last line, "find" is used to delete files:

  find /var/log/ksymoops -type f -atime +2 -exec rm {} \;

But -atime +2 actually means "include files that were
accessed more than (2+1)*24 hours ago". (This is because -atime 2
means "include files that were accessed 2*24 to (2+1)*24 hours ago".

Either this is a bug in find, or the script should really say
"-atime 1" (or "not accessed in 3 days") instead.

Oskar Liljeblad ([EMAIL PROTECTED])

-- System Information
Debian Release: potato
Kernel Version: Linux oskar 2.2.14 #2 SMP Wed Jan 5 12:04:31 CET 2000 i686 
unknown

Versions of the packages modutils depends on:
ii  libc6          2.1.2-11       GNU C Library: Shared libraries and Timezone
ii  sysvinit       2.78-1         System-V like init.

--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable.  I'm therefore
closing this bug report.  The package has been removed because it
has been replaced by module-init-tools.  modutils was for 2.4 kernels
only.  It's quite unlikely that your bug still exists in
module-init-tools, but please let me know if it does.

-- 
Martin Michlmayr
http://www.cyrius.com/

--- End Message ---

Reply via email to