| Summary: | vixie-cron return error "root: command not found"... | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Luiz da Silva <lasn_al> |
| Component: | [OLD] Core system | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED INVALID | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Luiz da Silva
2004-04-20 09:06:29 UTC
this is not a bug. do NOT "crontab /etc/crontab" with vixie-cron. /etc/crontab is read automatically when /etc/init.d/vixie-cron is started. the format for /etc/crontab is different from "crontab /path/file". do not remove "root" from /etc/crontab. "crontab /path/file" is for installing cron jobs to run as the user who executed the command. the default /etc/crontab is correct. related documentation: /usr/share/doc/vixie-cron-3.0.1-r4/ "man cron" "man crontab" "man 5 crontab" James is right. You should run "crontab -e" to remove the bogus entries you mistakenly added to root's crontab. |