cron_diagnose.sh version 1.6

2004-07-07 Thread Harig, Mark
> > Sure enough, after creating the directory cron now works. > Neat script. > Thanks! (Shouldn't the installation have created the > directory, though?) > This diagnostic script came about because there are a number of environmental elements that have to be in place before cron can run. Al

Re: cron_diagnose.sh version 1.6

2004-07-08 Thread Reini Urban
Harig, Mark wrote: Please report the version number that this script reports so that improvements can be made to it. v1.6: permission fail for /etc/passwd: for fname in /etc/passwd /etc/group; do /usr/bin/ls -ld $fname | egrep -q '^-r..r..r.. '; if [ $? -ne 0 ]; then echo "The permissions o