[cups.general] All jobs cancelled and still printing junk

Johannes Meixner jsmeix at suse.de
Thu Feb 10 00:04:51 PST 2005


Hello

On Feb 10 02:00 Simon Liddington wrote (shortened):
> I turned my printer off to stop it spewing junk from a bad print job,
> cancelled the print job with lprm and turned the printer back on
> (at the power point). The printer starts up and carries on spewing junk.
> I can't stop it unless I disconnect the parallel port - so its coming
> from my computer, not in the printer buffer.

Cancel doesn't kill the backend process in any case.
In this case you must kill the backend process manually.
Use for example
  fuser -v /dev/lp0
to list which processes are accessing the parallel port
and/or use
  fuser -k /dev/lp0
to kill the processes which are accessing the parallel port.

I don't know why cancel doesn't kill the backend process in any case.

Regards
Johannes Meixner
-- 
SUSE LINUX Products GmbH, Maxfeldstrasse 5      Mail: jsmeix at suse.de
90409 Nuernberg, Germany                    WWW: http://www.suse.de/





More information about the cups mailing list