miscellaneous_tips:02_linux:resuming_a_cups_printer_that_is_paused_or_stopped

Resuming A CUPS Printer That is Paused or Stopped

If the CUPS printing system has encountered an error with a printer, the printer is usually in stopped or paused state afterwards.

Resuming the printer can be done from the command line or from the CUPS web interface, but sufficient permissions are required anyway.


On the command line, type (e.g. as root):

cupsenable myprinter

to enable the print queue and printer. Replace myprinter from the example here by the real name of your printer.


Open the CUPS web interface in a browser and go to the Printers page:

From the list of queue names, select the printer you want to modify.


Assuming you have opened the web page associated with your printer.

From selection box Maintenance, select Resume Printer

Alternatively, the printer can be configured to automatically resume after an error. See below.


Assuming you have opened the web page associated with your printer.

From selection box Administration, select Set Default Options

The page that appears shows e.g. General - Banners - Policies, click on Policies

In the Error Policy: selection field, select e.g. retry-printer instead of stop-printer

Click on the button Set Default Options

The changed setting is saved in configuration file /etc/cups/printers.conf


Martin Burnicki martin.burnicki@burnicki.net, last updated 2023-03-21

  • miscellaneous_tips/02_linux/resuming_a_cups_printer_that_is_paused_or_stopped.txt
  • Zuletzt geändert: 2023-03-21 15:38
  • von martin