Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114368 - vixie-cron 4.1-r8 expects mail delivery package to be available
Summary: vixie-cron 4.1-r8 expects mail delivery package to be available
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-03 10:11 UTC by Jan Hrabe
Modified: 2005-12-03 10:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Hrabe 2005-12-03 10:11:33 UTC
The cron keeps creating dead.letter file in /root containing only lines

/bin/bash: root: command not found
...

I suspects it expects something like sendmail being available.  However,
it emerges and runs without indicating this dependency.  The dead.letter
file is recreated very fast, much more sooner than cron.hourly script
are run.  Therefore, the problem cannot be caused by the scripts in
cron.hourly and friends.

Reproducible: Always
Steps to Reproduce:
1. rm /root/dead.letter
2. /etc/init.d/vixie-cron start
3. wait a few minutes
4. tail -f /root/dead.letter
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-12-03 10:15:18 UTC
(In reply to comment #0)
> I suspects it expects something like sendmail being available.  However,
> it emerges and runs without indicating this dependency. 

No. It inherits cron eclass which RDEPENDS on virtual/mta.