From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Metzger Subject: cron script won't run Date: Tue, 26 Sep 2006 02:46:08 -0500 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-admin@vger.kernel.org Hello, I have a script that works great when I run it from the command line, but doesn't work at all when added to crontab. The strange part is that /var/log/cron shows the job running: Sep 26 03:39:01 cono crond[25241]: (root) CMD (/etc/cron.3min/mail-restart.sh) However, the log shows some other errors that may have something to do with it. PAM adding faulty module: /lib/security/pam_krb5.so (root) CMD (/etc/cron.3min/mail-restart.sh) PAM unable to dlopen(/lib/security/pam_krb5.so) PAM [dlerror: /lib/security/pam_krb5.so: cannot open shared object file: No such file or directory] However, other cron jobs run just fine. So I'm not sure what is the problem. Any help in figuring this out would be greatly appreciated. Thanks. -Matthew