[Bug 337665] New: Printer out of paper disables printer, needs admin to fix
https://bugzilla.novell.com/show_bug.cgi?id=337665 Summary: Printer out of paper disables printer, needs admin to fix Product: openSUSE 10.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Printing AssignedTo: jsmeix@novell.com ReportedBy: com.opensuse@bucksch.org QAContact: jsmeix@novell.com Found By: Customer Reproduction: (typical day-to-day end-user scenario) 1. Put only 2 sheets of paper in your printer, or no paper at all 2. Print a document with 3 pages 3. When printer complains, refill paper 4. Press print again and again and again Actual result: When the printer is out of paper, CUPS automatically disables the printer. You can only reactivate it by going to the CUPS admin console, entering the admin (typically root) password, and enable the printer. Expected result: - When the printer has paper again, the printing of the current job resumes and new jobs are carries out as well. - Or, worse, but far better than now: Only cancel current job, but keep printer active. Importance: This is an extremely common end user scenario. Clueless newbies being out of paper happens all the time. I just had to remote assist my father because of that, and felt embarrassed for Linux. Of course he felt no need to tell me that he once was out of paper, because that's a completely normal and unproblematic situation for him - put paper in and all is well. And he's right: It's a complete non-issue on all other systems I used in the last decade. The first time that happened, it took me *hours* to figure out what happened. I did not imagine that such a simple, temporary problem would permanently disable a printer. You need an admin to recover from "out of paper". It may make sense for a big facility where the printer has its own admin (and that admin can reconfigure CUPS all he wants), but makes no sense at all in the normal desktop situation where you have an average users who doesn't know what "print jobs" are, much less the admin interfaces or root password. The average users are the majority and rely on the default settings, so the default needs to change. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c1 Jan Engelhardt <jengelh@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jengelh@gmx.de --- Comment #1 from Jan Engelhardt <jengelh@gmx.de> 2007-10-29 14:26:57 MST --- (IOW: Default error policy should be "abort-job", not "stop-printer") -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c2 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal Status|NEW |NEEDINFO Info Provider| |com.opensuse@bucksch.org --- Comment #2 from Johannes Meixner <jsmeix@novell.com> 2007-10-30 01:50:30 MST --- Out of paper works well for my printers - exactly as you expect it to work: Printing stops until one inserts paper, then printing continues. Therefore what happens for you is not the normal case. The crucial questions to find out why it goes wrong for you are: Which printer model? How is it conected? Which CUPS backend do you use? Please attach all in /etc/cups/ and /var/log/cups/error_log to this bug, e.g. as root do tar -czvf /tmp/cups.tgz /etc/cups/* /var/log/cups/error_log and then attach /tmp/cups.tgz to this bug. See http://en.opensuse.org/SDB:CUPS_in_a_Nutshell "The Backends" Usually the backend waits of there is only out of paper. In your case the out of paper situation leads to the unexpected consequence that for the backend it looks like a severe error (i.e. somehow your printer seems to signal the backend that there is a severe error) and then it would be correct to disable further printing until the admin has fixed the severe error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c4 --- Comment #4 from Johannes Meixner <jsmeix@novell.com> 2007-10-30 02:35:38 MST --- Regarding comment #3: See your /var/log/cups/error_log why the socket backend assumes there is a fatal error. It is your printer which indicates such a problem - more percisely the network interface of your printer. See http://en.opensuse.org/SDB:CUPS_in_a_Nutshell in the "Configuration of the CUPS network servers" section what to do "If problems are encountered". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c5 Ben Bucksch <com.opensuse@bucksch.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|com.opensuse@bucksch.org | --- Comment #5 from Ben Bucksch <com.opensuse@bucksch.org> 2007-10-30 04:26:53 MST --- I'm using Samsung ML-2010, connected via USB. I saw some strange "usb:/Samsung/ML 2010" URIs, so probably "usb (new)" backend. I use SuSE 10.1, and I don't remember changing settings. The bug is filed against 10.3 due to Jan reporting the same problem there (just that 10.2+ allowes you to change the behaviour, but 10.1 doesn't, to my knowledge). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c6 --- Comment #6 from Ben Bucksch <com.opensuse@bucksch.org> 2007-10-30 04:34:44 MST --- Created an attachment (id=181170) --> (https://bugzilla.novell.com/attachment.cgi?id=181170) error_log, cupsd.conf, printers.conf Johannes, please *never* ask users to upload their whole /etc/cups/, zipped or not, because it contains passwd.md5! Here is my error_log (usernames altered), cupsd.conf and printers.conf. the other files didn't have anything interesting, most (e.g. classes.conf) were even empty. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c7 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |com.opensuse@bucksch.org --- Comment #7 from Johannes Meixner <jsmeix@novell.com> 2007-10-30 04:40:45 MST --- Does it happens only with your Samsung ML-2010 but not with your HP PSC 1400? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c8 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|com.opensuse@bucksch.org | Resolution| |INVALID --- Comment #8 from Johannes Meixner <jsmeix@novell.com> 2007-10-30 04:53:12 MST --- In your error_log there is ------------------------------------------------------------------------- I [28/Oct/2007:12:57:22 +0100] Started backend /usr/lib/cups/backend/usb (PID 6632) for job 235. E [28/Oct/2007:12:57:22 +0100] PID 6632 stopped with status 1! E [28/Oct/2007:12:57:22 +0100] [Job 235] Unable to open USB device "usb://Samsung/ML-2010": No such device ----------------------------------------------------------------------- I.e. in case of "paper out" your printer seems to disappear completely from the USB and this is a fatal error for the backend. Therefore for me it doesn't look like a bug in the printing system but more like a bug in the printer. By the way: Automated "Resume" (e.g. when in your casee it might re-appear at the USB after the "paper out") is often asked for on the CUPS mailing list but the answer is always the same: If communication with the device fails, the backend disables further printing. See our online documentation (package suselinux-manual_en) /usr/share/doc/manual/suselinux-manual_en/manual/sec.drucken.prob.html "Disabled Queues" or our support database http://en.opensuse.org/SDB:CUPS_in_a_Nutshell "The Backends" In this state there is no generic way to correctly autodetect when it is really save to send data to the device without risk to loose print jobs. Therefore CUPS waits for an approval from the admin. For CUPS 1.1 and later: If you know that it doesn't matter when you loose print jobs, we provide a backend wrapper "beh" (package cups-backends) which you can use to do infinite retries or to let jobs silently be dropped when they cannot be sent to the device. For business printing this is not a possible solution but for a personal workstation it may be o.k. because the user can more easily re-submit a lost print job (nevertheless it may be annoying e.g. when the printout of a certain web-page gets lost and the page must be loaded again in the browser). See the /usr/lib[64]/cups/backend/beh perl script how to set it up. Only since CUPS 1.2: If you know that it doesn't matter when you loose print jobs, set a different printer-error-policy for the print queue, see http://www.cups.org/documentation.php/man-printers.conf.html and see "man lpadmin", e.g. do lpadmin -p <queue-name> -o printer-error-policy=abort-job -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c9 Ben Bucksch <com.opensuse@bucksch.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #9 from Ben Bucksch <com.opensuse@bucksch.org> 2007-10-30 05:40:28 MST --- We barely use the HP, so I don't know whether it happens there. I bought the Samsung ML-2010 specifically for Linux. It's one of the few desktop printers which are officially supported. Don't tell me that it's "not good" either. <quote src="http://en.opensuse.org/SDB:CUPS_in_a_Nutshell#The_Backends"> If the data transmission to the recipient fails (usually after several attempts by the backend), the backend will report an error to the print system (more precisely, to cupsd). The backend decides if and how many attempts make sense before it reports that the data transmission has failed. As further attempts would be futile, cupsd disables printing on the affected queue. After eliminating the cause of the problem, the system administrator must reenable printing with /usr/bin/enable (for CUPS 1.1 - i.e. up to Suse Linux 10.1) or with cupsenable (since CUPS 1.2 - i.e. since openSUSE 10.2)." </quote> The last 2 sentences *are* the bug. If "out of paper" is an error, that would result in the printer being disabled, i.e. the bug. Even when the USB cable was accidentally ripped out (somebody tripped over the cable, or rearranged the printer/computer etc.) and it is plugged back in by the user, he expects it to work again, not to need a root password and re-"enable" a printer in some admin console. In other words, removing the USB cable and adding paper is a normal operation done by normal users and must not need root password, admin consoles or any special action at all.
Automated "Resume" (e.g. when in your casee it might re-appear at the USB after the "paper out") is often asked for on the CUPS mailing list but the answer is always the same:
In that case, the answer is always wrong. The fact that it's often asked should show you that there's something wrong with the software, not the users. As the original description states: Please change the default policy. Average users will just hit the print button again (as you can see from my error log, which accumulated 10 print jobs, because my father kept hitting "print" when nothing happened, which is a normal reaction). Default settings should be for average desktop users, not big sites with remote printers. Big sites can easily change settings, normal users can not, they don't even know the setting. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c10 Ben Bucksch <com.opensuse@bucksch.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Alias|outofpaper | Summary|Printer out of paper disables printer, needs |Temporary printer problem disables printer, |admin to fix |needs admin to fix --- Comment #10 from Ben Bucksch <com.opensuse@bucksch.org> 2007-10-30 05:43:58 MST --- Oh, there's an even simpler situation: User forgets to power on the printer before he clicks "Print". This would also result in the above situation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c11 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |DUPLICATE --- Comment #11 from Johannes Meixner <jsmeix@novell.com> 2007-10-30 06:56:03 MST --- If there was only the "desktop" the right default ErrorPolicy would be relatively easy to find. But we must also have the server systems in mind. Currently we are in compliance with the CUPS upstream defaults and those cannot be too wrong when one has all situations in mind. ErrorPolicy "abort-job" might be annoying even on the desktop, see comment #8 so that ErrorPolicy "retry-job" might be best but this is also annoying if the error happens while a 100 pages job is printed up to page 90 and then because of "retry-job" it is printed again from the beginning. I filed bug #337794 to find a solution. *** This bug has been marked as a duplicate of bug 337794 *** https://bugzilla.novell.com/show_bug.cgi?id=337794 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c12 --- Comment #12 from Ben Bucksch <com.opensuse@bucksch.org> 2007-10-30 07:32:27 MST --- I don't see what it gains to file a new bug, because all arguments are here, but OK.
But we must also have the server systems in mind.
Yes. See above: "Default settings should be for average desktop users ... big sites with remote printers can easily change settings" Dedicated print servers are far more rare than desktop systems, and the former have dedicated admins who can change settings. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c13 Kurt Pfeifle <pfeifle@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pfeifle@kde.org --- Comment #13 from Kurt Pfeifle <pfeifle@kde.org> 2007-11-27 11:58:09 MST --- Ben Bucksch said: "I bought the Samsung ML-2010 specifically for Linux. It's one of the few desktop printers which are officially supported." What do you mean by "officially" supported? If you mean "supported by the printer vendor", let me tell you that HP provides FOSS drivers (HPLIP), developed in-house, for *all* of their current desktop model portfolio (and most of their past as well). That's not "few"; that alone covers roughly half the market already. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665#c14 --- Comment #14 from Kurt Pfeifle <pfeifle@kde.org> 2007-11-27 12:07:41 MST --- (In reply to comment #10 from Ben Bucksch)
Oh, there's an even simpler situation: User forgets to power on the printer before he clicks "Print". This would also result in the above situation.
Dunno about Gnome's behaviour... but in KDE, if you hit "Print", you get the "kprinter" dialog. That dialog shows a red-ish icon indicating for each queue if is disabled. (I know, that doesn't count for printing from OOo, Firefox or Thunderbird. But it is an indication of the fact that not *all* printing related things are to be solved on the CUPS level only. *Some* of the problems are rooted in the fact that the overall integration of the CUPS desktop/end-user applications aren't well integrating with each other nor with CUPS. CUPS *knows* about disabled queues, and it *tells* you if you ask it. The thing is that the GUI apps need to ask it and tell the result to the user, somehow. It can't be all solved by CUPS on its own....) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=337665 User linux.news@bucksch.org added comment https://bugzilla.novell.com/show_bug.cgi?id=337665#c15 --- Comment #15 from Ben Bucksch <linux.news@bucksch.org> 2009-02-08 17:33:09 MST --- You SuSE guys have the tendency of blaming the user, and being stubborn. This bug, more precisely your incredible reaction to such a basic and serious every day user problem, is a major reason why I consider switching to another distro. I know it doesn't mean much to you. But that in itself is a problem, because soon, there won't be many users left. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com