On Wed, March 22, 2006 11:43 am, Casey McGinty wrote:
>>>> I can only suggest to inspect every entry in /etc/crontab...
>>>>
>>> + /etc/cron.daily and friends.
>>
>> OK, will do.  Thanks Dani and Vincent.
>>
>>
>> DR
>>
>>
> I am getting the same e-mails. Please post which file is causing the
> error if you can.
>
> - Casey


I haven't a clue.  I don't have any /etc/crontab, and below are the
entries in /etc/cron.daily.  Nothing jumps out at me.

[EMAIL PROTECTED] ~]$ ls -l /etc/cron.daily/
total 16
-rwxr--r--  1 root root  51 Aug 23  2005 logrotate
-rwxr--r--  1 root root  96 Jan 29 21:49 shadow
-rwxr--r--  1 root root 180 Feb 12 23:25 updatedb
-rwxr--r--  1 root root 159 Feb  6 00:01 whatis


[EMAIL PROTECTED] ~]$ cat /etc/cron.daily/logrotate
#!/bin/sh

/usr/sbin/logrotate /etc/logrotate.conf


[EMAIL PROTECTED] ~]$ cat /etc/cron.daily/shadow
#!/bin/sh

# Verify integrity of password and group files
/usr/sbin/pwck -r
/usr/sbin/grpck -r


[EMAIL PROTECTED] ~]$ cat /etc/cron.daily/updatedb
#!/bin/sh

# Update the "locate" database
if [ -x /usr/bin/updatedb ]; then
  if [ -f /etc/updatedb.conf ]; then
    /usr/bin/updatedb
  else
    /usr/bin/updatedb -f proc
  fi
fi


[EMAIL PROTECTED] ~]$ cat /etc/cron.daily/whatis
#!/bin/sh

# Make sure MANPATH is complete
source /etc/profile
source /etc/profile.d/* 2>/dev/null

# Update the "whatis" database
/usr/sbin/makewhatis -u -w


DR



_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to