Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10527 - Install doc codelisting 14.4 should *NOT* include crontab for vcron
Summary: Install doc codelisting 14.4 should *NOT* include crontab for vcron
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-10 08:41 UTC by guchi
Modified: 2003-02-04 19:42 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 guchi 2002-11-10 08:41:04 UTC
"crontab /etc/crontab" cause an error every 15 minutes in the case of using
vcron, because vcron reads /etc/crontab directry. 
I suggest following.

------------------------------------------------------------------
Code listing 14.4: Choosing a CRON Daemon

# emerge sys-apps/dcron
# crontab /etc/crontab
or
# emerge sys-apps/fcron
# crontab /etc/crontab
or
# emerge sys-apps/vcron
Note: You must not 'crontab /etc/crontab' in the case using vcron.

Don't forget to add your *cron to the proper init level. 
# rc-update add *cron default 
------------------------------------------------------------------

Thanks.
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2002-11-12 18:24:32 UTC
Fixed in cvs.
//ZhEN