How do I cancel print jobs?

Asked by Bill Wells

I cancelled all jobs in the print queue from http://localhost:631 but my hp Photosmart 3210x1 continues to print jobs that are no longer in the queue. I have powered off the unit but these jobs still persist. How do I remove these jobs from `internal memory'?

Question information

Language:
English Edit question
Status:
Answered
For:
HPLIP Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Rolando Blanco (rolando) said :
#1

Open a terminal, in Applications > Accesories > Terminal

and then type:

   sudo /etc/init.d/cupsys restart

This command will restart the CUPS or Common Unix Printer System.

Let me know if it works,

Revision history for this message
Rolando Blanco (rolando) said :
#2

Plase, remember that any user that will be administrator of Printer System, most be in the group lpadmin, you can check if you are a printer admin with the command:

 cat /etc/group | grep lpadmin

then result will be somthing like:

lpadmin:x:109:<YOUR USER NAME HERE>

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#3

Run:

lpq -a

and post the output.

A

Revision history for this message
Bill Wells (hammer29) said :
#4

On Thursday 11 September 2008 15:19:20 Aaron Albright wrote:
> Your question #44892 on HPLIP changed:
> https://answers.launchpad.net/hplip/+question/44892
>
> Aaron Albright requested for more information:
> Run:
>
> lpq -a
bash-3.1$ lpq -a
no entries
bash-3.1$

>
> and post the output.
>
> A

Revision history for this message
Bill Wells (hammer29) said :
#5

On Thursday 11 September 2008 15:08:13 Rolando F. Blanco C:. wrote:
> Your question #44892 on HPLIP changed:
> https://answers.edge.launchpad.net/hplip/+question/44892
>
> Rolando F. Blanco C:. requested for more information:
> Plase, remember that any user that will be administrator of Printer
> System, most be in the group lpadmin, you can check if you are a printer
> admin with the command:
>
> cat /etc/group | grep lpadmin

bash-3.1$ cat /etc/group | grep lpadmin
bash-3.1$

>
> then result will be somthing like:
>
> lpadmin:x:109:<YOUR USER NAME HERE>

Revision history for this message
Bill Wells (hammer29) said :
#6

On Thursday 11 September 2008 15:02:35 Rolando F. Blanco C:. wrote:
> Your question #44892 on HPLIP changed:
> https://answers.edge.launchpad.net/hplip/+question/44892
>
> Status: Open => Needs information
>
> Rolando F. Blanco C:. requested for more information:
> Open a terminal, in Applications > Accesories > Terminal
>
> and then type:
>
> sudo /etc/init.d/cupsys restart
Slackware 12.0: /etc/init.d/cupsys does not exist
>
> This command will restart the CUPS or Common Unix Printer System.
>
> Let me know if it works,

Revision history for this message
Bill Wells (hammer29) said :
#7

On Thursday 11 September 2008 15:30:39 Bill Wells wrote:
> Your question #44892 on HPLIP changed:
> https://answers.launchpad.net/hplip/+question/44892
>
> Status: Needs information => Open
>
> You gave more information on the question:
>
> On Thursday 11 September 2008 15:19:20 Aaron Albright wrote:
> > Your question #44892 on HPLIP changed:
> > https://answers.launchpad.net/hplip/+question/44892
> >
> > Aaron Albright requested for more information:
> > Run:
> >
> > lpq -a
>
> bash-3.1$ lpq -a
> no entries
> bash-3.1$
>
> > and post the output.

Proper Incantation to restart using Slackware 12.0:

as root:

cd /etc/rc.d
./rc.cups restart

result will be ~:

root@TIGGER:/etc/rc.d# ./rc.cups restart
cups: restarted scheduler. [ OK ]
root@TIGGER:/etc/rc.d#

to confirm cups is running (Slackware 12.0)"

ps-ef | grep cups

if running, output will be similar to:

root@TIGGER:/etc/rc.d# ps -ef | grep cups
root 3355 1 0 16:00 ? 00:00:00 /usr/sbin/cupsd
root 4924 4908 0 21:01 pts/1 00:00:00 grep cups

combined with powering off the 3210xi for 4 hours before restarting, and
restarting cups in the meantime, problem is solved.

Thank you for all your time and effort.

I should have googled a bit more before I jumped in and asked questions for
which answers were not easily available but... available.

Bill Wells
> >
> > A

Revision history for this message
Aaron Albright (albrigha-deactivatedaccount) said :
#8

Bill,

Thanks for the update!

Closing the ticket.

Aaron

Can you help with this problem?

Provide an answer of your own, or ask Bill Wells for more information if necessary.

To post a message you must log in.