Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ideal.dreams

macrumors 68020
Original poster
Jul 19, 2010
2,386
1,299
I opened up Terminal to be greeted with "You have mail". I typed in "mail" and got many different messages - all have the same content and I get one every day at the same time. One of the messages is below. Can anyone tell me why it's doing this? How can I fix the problem so I stop getting these messages? Any help would be appreciated!

adamseidler_%E2%80%94_mail_%E2%80%94_80%C3%9724-20120602-231535.png
 
Looks like you had Clover Diary installed at one time?
Apparently it sets up a cron job under your user account.

If you are familiar with vi (not sure what your default editor is in terminal), type the command, "crontab -e" to edit your crontab. You should see a line trying to run DiaryChecker or something similar. Delete that line, save and quit. That should stop the messages.
 
Looks like you had Clover Diary installed at one time?
Apparently it sets up a cron job under your user account.

If you are familiar with vi (not sure what your default editor is in terminal), type the command, "crontab -e" to edit your crontab. You should see a line trying to run DiaryChecker or something similar. Delete that line, save and quit. That should stop the messages.

Thanks, I will give that a try tomorrow morning. Will post back with results!
 
Looks like you had Clover Diary installed at one time?
Apparently it sets up a cron job under your user account.

If you are familiar with vi (not sure what your default editor is in terminal), type the command, "crontab -e" to edit your crontab. You should see a line trying to run DiaryChecker or something similar. Delete that line, save and quit. That should stop the messages.

I typed in "crontab -e" into Terminal and did see a line with DiaryChecker in it. However, I don't know how to get rid of it from here. I deleted the line and used CTRL + Z to stop the process, but when I typed the command in again, the line was still there; it didn't save.

Thanks!
 
I typed in "crontab -e" into Terminal and did see a line with DiaryChecker in it. However, I don't know how to get rid of it from here. I deleted the line and used CTRL + Z to stop the process, but when I typed the command in again, the line was still there; it didn't save.

Thanks!

If you force close the text editor, your updated crontab will not save. The commands to save and exit will vary depending on which editor you're using. If you're using Vim, press ESC and type :wq followed by enter. If you're using Emacs, press CTRL+X and CTRL+S. If you're using Pico, or press CTRL+X followed by Y.
 
If you force close the text editor, your updated crontab will not save. The commands to save and exit will vary depending on which editor you're using. If you're using Vim, press ESC and type :wq followed by enter. If you're using Emacs, press CTRL+X and CTRL+S. If you're using Pico, or press CTRL+X followed by Y.

That did the trick, thanks so much!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.