modutils tries to cleanup /var/log/ksymoops with the /sbin/insmod_ksymoops_clean script, copying /proc files then rm'ing with
find /var/log/ksymoops -type f -atime +2 -exec rm {} \;
but it just returns error messages like
/etc/cron.daily/modutils:
rm: cannot remove `/var/log/ksymoops/20010119092803.ksyms': No such file or
directory
Feedback/man directions appreciated. Any of the find flags like
-atim, -ctime, -mtime return null at +2, return many at +1

