Editing 1728: Cron Mail

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 8: Line 8:
  
 
==Explanation==
 
==Explanation==
On {{W|Unix}}-like systems, {{W|Cron|cron}} is a system utility that runs tasks on a schedule. This program has been around since the early days of Unix and has not changed much - it is still one of the most widely used functions in modern operating systems. Many administrative tasks on servers are automated using cron, including monitoring and updates.
+
{{incomplete|More detailed explanation off Cron (with wiki links). Why would it break because of Cueball's action and what is the "etc/". Title text not explained at all.}}
 +
On Unix-like systems, [https://en.wikipedia.org/wiki/Cron cron] is a background process which allows one to schedule jobs to run at well-defined time slots.  
 +
It is conceptually the same software which has been used since, at least, the 1980s and is still heavily used in modern operating systems, for example in several linux distributions. Many administrational tasks on servers can be automated with cron, like monitoring or updates. Most people administrating a server-like system with a UNIX-like operating system will therefore know it, at least the basis.
 +
When one of these jobs produces output, that output is sent as an email to the user, using the /usr/bin/sendmail program. A common situation on many unix-like systems is that sendmail (or the program implementing that binary, like exim or postfix) is not configured to send email to the actual email address of the person behind the user account that configured the cron job. In that situation, the default is often to write the mail in question to /var/mail/username, in mbox format.
  
When a cron job produces output, cron's default behavior is to send an email to the user account under which the job ran.  However, in most situations, an email address has not been set up for that user, so the email is instead written to a mailbox file.  Most Unix shells will notify the user with a message like "You have new mail" when this mailbox file is updated, but if the user doesn't know how to check this mail file, they will likely just ignore the message.
+
The "/etc" directory is used for configuration files on UNIX-systems, therefore "/etc/crontab" is the main configuration file of cron.
  
In this case, Cueball has been ignoring his mailbox for fifteen years.  When he finally learns where to look, he discovers more than a gigabyte worth of messages from the cron program, the vast majority of which are likely meaningless.  Ponytail says to Cueball "fix your cron" (likely meaning he should fix the task that's generating the output so that it doesn't do so), then set a parameter that tells cron to send email to an address he actually checks.  (He could also opt to direct the mails to <code>/dev/null</code>, which would discard them, or simply disable the mail in the crontab.)  Cueball, however, interprets the tremendous amount of email as spam and decides to redirect the emails to <code>/etc/crontab</code>, the main configuration file that contains all of cron's scheduling information.  He apparently believes that this will either stop the emails or cause cron to spam itself instead.
+
Most shells will check that file, and produce a message "You have new mail" when its timestamps have changed.
  
In reality, this will not cause significant problems as the <code>MAILTO</code> environmental variable in cron takes an email address or usernames on the local system and attempts to send emails to them.  It will not write or append output to a local file like <code>/etc/crontab</code>.  Thus when cron attempts to email <code>/etc/crontab</code> the mail program cron uses will generate an error saying it can't find the user <code>/etc/crontab</code>.  
+
[[Cueball]] is not aware of all of the above, and expresses surprise at the repeated messages. [[Ponytail]] tells him to check /var/mail/cueball, When he realizes what has happened, he configures the mail system so that it writes all mail for his user to the cron configuration, thereby probably breaking it and ensuring that the shell will stop producing "You have new mail" messages.
 
 
For example, if you create the following crontab:
 
 
 
<pre>
 
MAILTO=/etc/crontab
 
 
 
* * * * * echo "Some output from a cronjob"
 
</pre>
 
 
 
installed on a user named <code>me</code> on a system called <code>mycomputer</code> then you will see a new error messages email to you (located in <code>/var/mail/me</code>) stating it can't send email to a user named <code>/etc/crontab</code> and the undelivered email is being returned to the sender.  The error email will look like the following:
 
 
 
<pre>
 
From MAILER-DAEMON  Tue Sep  6 14:47:01 2016
 
Return-Path: <>
 
X-Original-To: [email protected]
 
Delivered-To: [email protected]
 
Received: by mycomputer.local (Postfix)
 
        id 5341C64EE516; Tue, 6 Sep 2016 14:47:01 -0400 (EDT)
 
Date: Tue, 6 Sep 2016 14:47:01 -0400 (EDT)
 
From: [email protected] (Mail Delivery System)
 
Subject: Undelivered Mail Returned to Sender
 
 
Auto-Submitted: auto-replied
 
MIME-Version: 1.0
 
Content-Type: multipart/report; report-type=delivery-status;
 
        boundary="33AF864EE514.1473187621/mycomputer.local"
 
Message-Id: <[email protected]>
 
 
 
This is a MIME-encapsulated message.
 
 
 
--33AF864EE514.1473187621/mycomputer.local
 
Content-Description: Notification
 
Content-Type: text/plain; charset=us-ascii
 
 
 
This is the mail system at host mycomputer.local.
 
 
 
I'm sorry to have to inform you that your message could not
 
be delivered to one or more recipients. It's attached below.
 
 
 
For further assistance, please send mail to postmaster.
 
 
 
If you do so, please include this problem report. You can
 
delete your own text from the attached returned message.
 
 
 
                  The mail system
 
 
 
</etc/[email protected]> (expanded from </etc/crontab>): unknown user:
 
    "/etc/crontab"
 
 
 
--33AF864EE514.1473187621/mycomputer.local
 
Content-Description: Delivery report
 
Content-Type: message/delivery-status
 
 
 
Reporting-MTA: dns; mycomputer.local
 
X-Postfix-Queue-ID: 33AF864EE514
 
X-Postfix-Sender: rfc822; [email protected]
 
Arrival-Date: Tue,  6 Sep 2016 14:47:00 -0400 (EDT)
 
 
 
Final-Recipient: rfc822; /etc/[email protected]
 
Original-Recipient: rfc822; /etc/crontab
 
Action: failed
 
Status: 5.1.1
 
Diagnostic-Code: X-Postfix; unknown user: "/etc/crontab"
 
 
 
--33AF864EE514.1473187621/mycomputer.local
 
Content-Description: Undelivered Message
 
Content-Type: message/rfc822
 
 
 
Return-Path: <[email protected]>
 
Received: by mycomputer.local (Postfix, from userid 501)
 
        id 33AF864EE514; Tue,  6 Sep 2016 14:47:00 -0400 (EDT)
 
From: [email protected] (Cron Daemon)
 
 
Subject: Cron <me@mycomputer> echo "Some output from a cronjob"
 
X-Cron-Env: <MAILTO=/etc/crontab>
 
X-Cron-Env: <SHELL=/bin/sh>
 
X-Cron-Env: <PATH=/usr/bin:/bin>
 
X-Cron-Env: <LOGNAME=me>
 
X-Cron-Env: <USER=me>
 
X-Cron-Env: <HOME=/Users/me>
 
Message-Id: <[email protected]>
 
Date: Tue,  6 Sep 2016 14:47:00 -0400 (EDT)
 
 
 
Some output from a cronjob
 
 
 
--33AF864EE514.1473187621/mycomputer.local--
 
</pre>
 
 
 
 
 
The title text shows that Cueball is somewhat aware of what cron does, including the fact that it's existed pretty much unchanged for several decades, but he hasn't bothered to really get into understanding it, treating it more as a foe to vanquish rather than as a tool to understand and use.
 
  
 
==Transcript==
 
==Transcript==

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)