Linux Operating System (MOSC)

MOSC Banner

How to let CUPS printer clean up print jobs in the queue after it finished printing out all jobs.

 The configuration parameter "PreserveJobHistory" can be used to specify whether or not to preserve the job history after they are printed. For this case, please set the 'PreserveJobHistory' to "NO" in /etc/cups/cupsd.conf. It's enabled by default on EL 5. E.g:
# grep PreserveJobHistory /etc/cups/cupsd.conf
PreserveJobHistory No

To take effect, please restart cups daemon(#/etc/init.d/cups restart) or reboot the machine. I verified on my test environment it works fine.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center