This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

cron error

Old posts that have not been replied to for several years.
Locked
k
kanibus
Halfop
Posts: 44
Joined: Tue May 03, 2005 7:22 am

cron error

Post by kanibus »

hey i know it was a dumb move but when crontab was automatically setup it used a | in the name and now i get hundeds of system emails from Cron Daemon because it cant open teh botchk. once i rename the botchk what exactly can i edit to point cron to that file?
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

check your crontab entries. with

Code: Select all

crontab -l
Dont edit that file. Copy the contents of your crontab file to another file. Edit your now new file to contain the correct entry. Then type

Code: Select all

crontab yournewfile
This will overwrite your crontab entries with your new edited version. Alternatively delete all of your crontab entries with

Code: Select all

crontab -r
and start again.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked