All jobs cancelled and still printing junk

WL Yeow wlyeow at gmail.com
Sat Mar 19 02:19:10 PST 2005


Hello,

I have the exact same problem and I would like to know 2 things:

1) if there's any elegant way of killing print jobs. As a sysadmin, I would want to limit shell access to users who really needs them, not those who just need to cancel print jobs.

2) when the printer jams or encounter errors in printing, why isn't it reflected in CUPS but continuing spewing junk? Is this a printer driver problem? my printer is a HP810C, if that info helps.

Thanks in advance for any assistance.

Regards
WL

>
> 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