Jump to content

Talk:Lp0 on fire: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
I just realized the order of messages should be most recent first. Changed order.
Line 45: Line 45:


I think the post referenced has been misunderstood and the information is prestented here in slightly a wrong way. I don't think the paper dust will create friction, but that's what will ignite, instead. The friction is created by the drum against the paper. Also, it's wrong to say misaligned parts because that implies incorrect installation to begin with. Finally, the direct quoting of "quite a bit" is not encyclopedia quality text. --[[Special:Contributions/80.223.57.250|80.223.57.250]] ([[User talk:80.223.57.250|talk]]) 05:21, 27 September 2008 (UTC)
I think the post referenced has been misunderstood and the information is prestented here in slightly a wrong way. I don't think the paper dust will create friction, but that's what will ignite, instead. The friction is created by the drum against the paper. Also, it's wrong to say misaligned parts because that implies incorrect installation to begin with. Finally, the direct quoting of "quite a bit" is not encyclopedia quality text. --[[Special:Contributions/80.223.57.250|80.223.57.250]] ([[User talk:80.223.57.250|talk]]) 05:21, 27 September 2008 (UTC)

== Major change to add the real story ==

Adding the real story into this page, as a good deed, is what I would like to do now. How do I go about doing this without one of you reverting it again? Michael K. Johnson told me this story in person, and I hunted around to find sources to corroborate his story. He said he put in this change and that Linus Torvalds accepted the change! The most compelling source to corroborate this story is that Michael K. Johnson is listed as the third author of lp.c, with Linus Torvalds being the second author listed. Below is a paragraph that I propose, and I intend for this to be the first thing in the History section. I can simply insert this as a new paragraph.

The "lp0 on fire" error message, in this form, appeared in 1992 or 1993 in the Linux kernel when Michael K. Johnson wrote it as a continuation of an old Unix-related joke. Johnson stated, "When I did my Linux parallel port driver rewrite some years ago, the original author had put a comment something like 'unknown error; on fire?' under a conditional. I liked it so much I turned it into an error message (for better or worse...) that said 'lp on fire'."<ref>{{cite web |url=https://lkml.org/lkml/1996/6/24/11 |title=Mailing list post claiming authorship of lp0 on fire error|accessdate=October 18, 2013}}</ref>
The lp.c file of the Linux source version 2.6.11.8, which lists Michael K. Johnson as one of the authors of this file, has the line of code that generates this message.<ref>{{cite web |url=http://www.cs.fsu.edu/~baker/devices/lxr/http/source/linux/drivers/char/lp.c?v=2.6.11.8 |title=lp.c source code|accessdate=October 18, 2013}}</ref>

--[[User:Mitch Franklin|Mitch Franklin]] ([[User talk:Mitch Franklin|talk]]) 03:55, 25 March 2014 (UTC)

Revision as of 03:55, 25 March 2014

WikiProject iconComputing Unassessed
WikiProject iconThis article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
???This article has not yet received a rating on Wikipedia's content assessment scale.
???This article has not yet received a rating on the project's importance scale.

This is an actual error

Sadly, LLNL used to have a truly great collection of war stories (since deleted), and I once read there that they actually had a printer that would catch on fire in the event of a malfunction (it was based on an industrial newspaper printing press, IIRC), and that was the original origin of the message. I will continue to try to find a source for this... Msaunier (talk) 17:09, 14 November 2011 (UTC)[reply]

  • Found it. It's kind of hearsay at this point, but unfortunately, much about early large-scale computing is. Adding it to the article. Msaunier (talk) 17:23, 14 November 2011 (UTC)[reply]

Citation Needed?

"...it must be noted that there have never been any actual reports of printers which had friction related fires.[citation needed]"

Sorry folks, I don't think that's how citations work. One assumes that it has *NOT* been reported, UNTIL someone cites such a report. You just can't cite a report of something being unreported. —Preceding unsigned comment added by 66.242.207.229 (talk) 21:59, 19 November 2008 (UTC)[reply]

Bullshit

I call bullshit. —Preceding unsigned comment added by 67.85.176.65 (talkcontribs)

The "lp0 on fire" message is a goof, originated in the Linux kernel Way Back When. I'm trying to find a reasonable reference. --67.85.176.65 00:38, 23 October 2007 (UTC)[reply]
I live in the same city as Michael Johnson, the guy who originally put this into the Linux kernel, and he told me the story in person. He turned a joke in the comments of the code into an error message in the early 1990's and Linus Torvalds accepted the change. He said it's been "driving people on the internet crazy" since then. I tried to put the story into the main article a while back with the references I could find but someone reverted it as alleged vandalism. --Mitch Franklin (talk) 03:01, 25 March 2014 (UTC)[reply]
The message does not reliably indicate whether the printer in question is actually aflame. Glad that's cleared up. --DigiDuncan (talk) 23:03, 24 March 2014 (UTC)[reply]
This story is questionable, agreed. Moreover, nobody has seen this message simply because it's no longer in the kernel anymore. It's been replaced by "unknown error" IIRC. -- A chicken passeth by —Preceding unsigned comment added by 192.169.41.37 (talk) 10:01, 23 October 2007 (UTC)[reply]
Yes, it is. Linux kernel 2.6.22-13-generic here (with Ubuntu patches), and in drivers/char/lp.c, line 255, you can see printk(KERN_INFO "lp%d on fire\n", minor);. (You can also find other instances of the "on fire" in other components with "grep -R 'on fire' /usr/src/linux/*".) — SheeEttin {T/C} 23:17, 28 November 2007 (UTC)[reply]

To this day?

and continues to baffle users to this day. The reference cited for this is from 2000. Do we still call 7 years ago "to this day"? 200.83.177.115 04:48, 24 October 2007 (UTC)[reply]

Yes. --Kizor 10:48, 26 September 2008 (UTC)[reply]
And so the Wikipedia cogs turn. —Preceding unsigned comment added by 81.154.153.122 (talk) 22:44, 13 April 2009 (UTC)[reply]

foul

Though the error message is real, the reason for it is not as is presented here. The message is just a place holder for the last 'impossible' combination of status bits. —Preceding unsigned comment added by 75.5.14.122 (talkcontribs)

Which, as explained in the article, is often because there is a major problem with the printer, which could potentially be that the printer is on fire.
Even if it isn't actually on fire, the problem is major enough that the operator should go check on the printer immediately. — SheeEttin {T/C} 17:05, 24 January 2008 (UTC)[reply]

Printers Spontaniously Combusting

I actually saw a big dot matrix line printer catch fire and explode many years ago, in the mid 80s. It was sitting on the sysop's desk and suddenly blew up violently, shooting sparks and smoke just like in Lost in Space. It was quite spectacular, though I have no idea if it was because it got some wierd command or what. Andacar (talk) 03:27, 25 January 2008 (UTC)[reply]

I would have to go with catastrophic hardware failure. Most stuff by the late 80's had sanity checks to prevent absurd values or commands being entered. 70.113.92.201 (talk) 09:53, 19 July 2008 (UTC)[reply]

Dubious interpretation of used reference

I think the post referenced has been misunderstood and the information is prestented here in slightly a wrong way. I don't think the paper dust will create friction, but that's what will ignite, instead. The friction is created by the drum against the paper. Also, it's wrong to say misaligned parts because that implies incorrect installation to begin with. Finally, the direct quoting of "quite a bit" is not encyclopedia quality text. --80.223.57.250 (talk) 05:21, 27 September 2008 (UTC)[reply]

Major change to add the real story

Adding the real story into this page, as a good deed, is what I would like to do now. How do I go about doing this without one of you reverting it again? Michael K. Johnson told me this story in person, and I hunted around to find sources to corroborate his story. He said he put in this change and that Linus Torvalds accepted the change! The most compelling source to corroborate this story is that Michael K. Johnson is listed as the third author of lp.c, with Linus Torvalds being the second author listed. Below is a paragraph that I propose, and I intend for this to be the first thing in the History section. I can simply insert this as a new paragraph.

The "lp0 on fire" error message, in this form, appeared in 1992 or 1993 in the Linux kernel when Michael K. Johnson wrote it as a continuation of an old Unix-related joke. Johnson stated, "When I did my Linux parallel port driver rewrite some years ago, the original author had put a comment something like 'unknown error; on fire?' under a conditional. I liked it so much I turned it into an error message (for better or worse...) that said 'lp on fire'."[1] The lp.c file of the Linux source version 2.6.11.8, which lists Michael K. Johnson as one of the authors of this file, has the line of code that generates this message.[2]

--Mitch Franklin (talk) 03:55, 25 March 2014 (UTC)[reply]

  1. ^ "Mailing list post claiming authorship of lp0 on fire error". Retrieved October 18, 2013.
  2. ^ "lp.c source code". Retrieved October 18, 2013.