Editing 797: debian-main

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 19: Line 19:
 
*<code>subprocess pre-removal script</code>: The pre-removal script is the code run before actually removing a piece of software. Mostly, this allows long-running software (such as webservers) to stop themselves before removing anything, to avoid corrupting the hard disk. That means the error came while the computer was preparing to get rid of the locusts.
 
*<code>subprocess pre-removal script</code>: The pre-removal script is the code run before actually removing a piece of software. Mostly, this allows long-running software (such as webservers) to stop themselves before removing anything, to avoid corrupting the hard disk. That means the error came while the computer was preparing to get rid of the locusts.
 
*<code>returned error exit 163</code>: "Returned error" means just what it says, the script returned an error. "Exit" means that the error was a result of calling the <code>exit()</code> function with a non-zero value, specifically the value 163. The exact value has no real significance other than signifying to a user or other application that understands what the code means; neither <code>dpkg</code> nor the Linux kernel itself treat any exit value specially, apart from checking whether the value is 0 (which means no error).
 
*<code>returned error exit 163</code>: "Returned error" means just what it says, the script returned an error. "Exit" means that the error was a result of calling the <code>exit()</code> function with a non-zero value, specifically the value 163. The exact value has no real significance other than signifying to a user or other application that understands what the code means; neither <code>dpkg</code> nor the Linux kernel itself treat any exit value specially, apart from checking whether the value is 0 (which means no error).
βˆ’
*<code>OH_GOD_THEYRE_INSIDE_MY_CLOTHES</code>: This is the message returned along with the error. This seems to be a message from the programmer, somewhat like the apocryphal "Help! I'm trapped in ... factory" [[10|urban myth]]. The programmer has failed to write a functioning pre-removal script, due to locusts and is calling for help via an error message.
+
*<code>OH_GOD_THEYRE_INSIDE_MY_CLOTHES</code>: This is the message returned along with the error. This seems to be the computer indicating that it is unwilling to go any further with the deletion because the locusts are crawling under its clothes.
  
 
==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)