Hi all!
I've got a serious issue.
I've got a FreeBSD installation, but for some reason, the cron jobs does not run.
---
Crontab:
---
---
dmesg:
---
---
startmaintenance.sh:
---
As you can see, it's definately not a rights issue. I did destroy the crontab and recreated it, but still to no avail. The cron job does not even indicate when running 'ps -aux | grep cron'
Any, and all help will be appreciated!
Thank you
Tinus
I've got a serious issue.
I've got a FreeBSD installation, but for some reason, the cron jobs does not run.
---
Crontab:
Code:
server# crontab -l
08 15 * * * /usr/home/sunbirdtours/scripts/startmaintenance.sh
server#
---
dmesg:
Code:
FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009
[email]root@walker.cse.buffalo.edu[/email]:/usr/obj/usr/src/sys/GENERIC
---
startmaintenance.sh:
Code:
server# ll /usr/home/sunbirdtours/scripts/startmaintenance.sh
-rwxrwxrwx 1 root sunbirdtours 4637 Nov 26 07:09 /usr/home/sunbirdtours/scripts/startmaintenance.sh
server#
As you can see, it's definately not a rights issue. I did destroy the crontab and recreated it, but still to no avail. The cron job does not even indicate when running 'ps -aux | grep cron'
Any, and all help will be appreciated!
Thank you
Tinus
