[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] /bin/bash: root/
- Subject: RE: [cobalt-users] /bin/bash: root/
- From: "Bryan - Utopian Web Productions" <bryan@xxxxxxxxxxx>
- Date: Sat Jan 20 21:26:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> I'm receiving this message every hour... Any thoughts
>
> >From root Sat Jan 20 17:01:01 2001
> Date: Sat, 20 Jan 2001 17:01:01 -0500
> From: root (Cron Daemon)
> To: root
> Subject: Cron <root@alpha> root run-parts /etc/cron.hourly
> X-Cron-Env: <SHELL=/bin/bash>
> X-Cron-Env: <PATH=/sbin:/bin:/usr/sbin:/usr/bin>
> X-Cron-Env: <MAILTO=root>
> X-Cron-Env: <HOME=/>
> X-Cron-Env: <LOGNAME=root>
>
> /bin/bash: root: command not found
Hmmmmm....
That's the right syntax; why is it trying to run "root" at a command?
Have you tried manipulating any cron jobs manually? How?
Can you send us a copy of your /etc/crontab file? It shouldn't be more
than a few lines long.
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
# Monitor services to make sure everything is still okay.
0,15,30,45 * * * * root /usr/local/sbin/swatch >>/var/cobalt/adm.log 2>&1