[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: [rhn-users] printer looping




If you print a file and then decide you actually didn't want to print it you can remove from the print queue using either the lprm command or the cancel command. First you must determine the print job sequence number by typing 'lpq -Pqueuename' which displays the jobs in the print queue. Then type 'lprm -Pqueuename sequence_number' to remove the Job. You could also type 'cancel queuename-sequence_number' do remove the job. For example user joeavg want to remove job 432 from the gaul printer queue.

	% lpq -Plw
	Rank   Owner      Job  Files                        Total Size
	1st    joeavg     432  .cshrc                       3495 bytes
	% lprm -Plw 432
	scrap: dfA432arles dequeued
	scrap: cfA432arles dequeued
	%

or, using the cancel command:

	% lpq -Plw
	Rank   Owner      Job  Files                        Total Size
	1st    joeavg     432  .cshrc                       3495 bytes
	% cancel lw-432
	scrap: dfA432arles dequeued
	scrap: cfA432arles dequeued
	%

With either command you may list more than one job to be removed. You must enter these commands from the same computer which you queued the jobs. Also, you cannot delete other peoples jobs.

regards

Naresh








On Tue, 2003-10-28 at 19:16, Charlie Bradley wrote:
I don't know if this is the right place for this but here it goes.  Can
some one point me in the right direction.

I had a print job going the other day and ran out of paper.  I didn't
need the last page so I didn't feed another sheet in.  Well, I forgot to
finish the job before shutting down.  After shutdown I put in some paper
and pressed the paper feed button and it stopped half way. This a.m. I
started another print job to clear the printer, which it did, but now it
just wants more paper and keeps printing a few lines per page of
jibberish.

How do I purge the queue of all print jobs?

I am running RH 8.0 and have an epson stylus color 980.
Charlie


_______________________________________________
rhn-users mailing list
rhn-users redhat com
https://www.redhat.com/mailman/listinfo/rhn-users



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]