Your message dated Tue, 13 May 2014 13:02:28 +0200
with message-id <1399978948.6532.38.camel@merkur>
and subject line Debian bug #264875
has caused the Debian Bug report #264875,
regarding cupsomatic filter doesn't append UEL for PJL controlled jobs
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
264875: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=264875
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: foomatic-bin
Version: 0.20020408-4
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux proxy 2.4.18-1-386 #3 Sat Nov 29 10:14:55 EST 2003 i586
Locale: LANG=C, LC_CTYPE=C
The cupsomatic filter (/usr/lib/cups/filter/cupsomatic) doesn't append
a UEL (the "ESC%-12345X" string) at the end of a PJL controlled job.
[See
http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl11897/bpl11897.pdf
for more information.]
On my HP 4L Laserjet, this causes a minor annoyance. Jobs print just
fine, but the "data remaining" status light continues to stay on even after
the end of a print job. I don't know how other models behave.
I am using Debian 3.0 with uname -a returning
Linux proxy 2.4.18-1-386 #3 Sat Nov 29 10:14:55 EST 2003 i586 unknown
This small fix to the cupsomatic script solves at least my problem:
--- foomatic-0.20020408/src/cupsomatic.pl Tue Mar 5 15:18:30 2002
+++ foomatic-0.20020408.new/src/cupsomatic.pl Tue Aug 10 11:05:32 2004
@@ -771,9 +771,9 @@
# Arrange for PJL EOJ command at end of job
push (@pjlappend,
- "\33%-12345X\@PJL RESET\n\@PJL EOJ\n");
+ "\33%-12345X\@PJL RESET\n\@PJL EOJ\n\033%-12345X");
- print $logh "PJL: ", @pjlprepend, "<job data>\n", @pjlappend;
+ print $logh "PJL: ", @pjlprepend, "<job data>\n", @pjlappend, "\n";
}
# Insert the page size into the $enscriptcommand
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
--- End Message ---
--- Begin Message ---
Hi,
The file cupsomatic.pl was removed from foomatic-filters.
I close this bug. If the error still exists feel free to reopen this
bug.
Regards,
Jörg
--
pgp Fingerprint: 7D13 3C60 0A10 DBE1 51F8 EBCB 422B 44B0 BE58 1B6E
pgp Key: BE581B6E
CAcert Key S/N: 0E:D4:56
Jörg Frings-Fürst
D-54526 Niederkail
IRC: [email protected]
[email protected]
signature.asc
Description: This is a digitally signed message part
--- End Message ---