Bug 61508 - cron pretends to run jobs
Summary: cron pretends to run jobs
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: vixie-cron
Version: 7.3
Hardware: alpha
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jens Petersen
QA Contact: Beth Uptagrafft
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-20 21:13 UTC by Michal Jaegermann
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-03-25 14:16:17 UTC
Embargoed:


Attachments (Terms of Use)

Description Michal Jaegermann 2002-03-20 21:13:12 UTC
Description of Problem:
In a fit of a desperation after various attempts to find out why cron
does not run my jobs I ended up with the following script in
/usr/local/sbin/try_this

#! /bin/sh

data=$(
echo ======
/bin/date
echo ======
)

echo "Subject: try this
$data" | /usr/sbin/sendmail root

It does not matter if I installed that with 'crontab -e' or by directly
editing /etc/crontab to execute every minute no mail was forthcoming.
/var/log/cron has all entries of 
"CROND[30595]: (root) CMD (/usr/local/sbin/try_this)" sort every minute
but nothing happens.

After reinstalling vixie-cron from the previous beta (ostensibly the same
version) cron started to work once again and I have lots of mail.

Version-Release number of selected component (if applicable):
vixie-cron-3.0.1-63

Comment 1 Beth Uptagrafft 2002-04-19 20:16:46 UTC
This will be fixed in the next delivery.


Note You need to log in before you can comment on or make changes to this bug.