Difference between revisions of "Common Unix Printing System"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(New page: ==Navigation== computing: software: UNIX/Linux: Common Unix Printing System (CUPS) ==Overview== The Common Unix Printing System, abbreviated CUPS, is an [[API (prog...)
 
(NetworkPrintingWithUbuntu; general layout update, including smw)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Navigation==
+
<hide>
[[computing]]: [[software]]: [[UNIX]]/[[Linux]]: [[Common Unix Printing System]] (CUPS)
+
[[page type::article]]
==Overview==
+
[[thing type::operating system subsystem]]
The [[Common Unix Printing System]], abbreviated CUPS, is an [[API (programming)|API]] for providing printer services across different flavors of [[UNIX]]/[[Linux]].{{seed}}
+
[[platform::Linux]]
==Reference==
+
</hide>
* {{wikipedia|Common Unix Printing System}}
+
==About==
* [http://cups.org official web site]
+
The [[Common Unix Printing System]], abbreviated "CUPS", is an [[API (programming)|API]] for providing printer services across different flavors of [[UNIX]]/[[Linux]]. It also provides a GUI application and web interface, for both usage and administration.{{seed}}
==Concepts==
+
===Related===
* '''queue'''
+
* [[2007-04-16 hypertwins printing problem]] -- this is probably quite obsolete now
* A '''class''' of printers is a group of printers wherein the first available printer will accept each job sent to the class.
+
===Concepts===
 +
* '''class''': a group of printers wherein the first available printer will accept each job sent to the class.
 +
* '''job''': a particular document submitted for printing by a particular client (machine) to a particular printer
 +
* '''queue''': a list of documents to be printed by a particular printer or class
 
* '''printer'''
 
* '''printer'''
==Error Messages==
+
===Error Messages===
 
There doesn't seem to be any catalog on the CUPS site of possible error messages and what they mean.
 
There doesn't seem to be any catalog on the CUPS site of possible error messages and what they mean.
 
* cupsdAuthorize:
 
* cupsdAuthorize:
 
** Local authentication certificate not found!
 
** Local authentication certificate not found!
 +
===Commands===
 +
To restart CUPS (on [[Ubuntu]] and similar distros, anyway) is:
 +
invoke-rc.d cupsys restart
 +
===Fixing Problems===
 +
* '''Control panel applet won't browse Windows [[Network Neighborhood]] for printers''': make sure python-smbc is installed
 +
==Links==
 +
===Reference===
 +
* {{wikipedia}}
 +
* [http://cups.org official web site]
 +
* [https://help.ubuntu.com/community/NetworkPrintingWithUbuntu Network Printing With Ubuntu]
 +
* Local pages (should work if you have CUPS running):
 +
** [http://localhost:631/ menu]
 +
** manual pages (searchable):
 +
*** [http://localhost:631/help/overview.html Overview of CUPS]
 +
*** [http://localhost:631/help/?TOPIC=Man+Pages manpages]
 +
**** [http://localhost:631/help/ref-cupsd-conf.html cupsd.conf]

Latest revision as of 15:29, 23 February 2015

About

The Common Unix Printing System, abbreviated "CUPS", is an API for providing printer services across different flavors of UNIX/Linux. It also provides a GUI application and web interface, for both usage and administration.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Related

Concepts

  • class: a group of printers wherein the first available printer will accept each job sent to the class.
  • job: a particular document submitted for printing by a particular client (machine) to a particular printer
  • queue: a list of documents to be printed by a particular printer or class
  • printer

Error Messages

There doesn't seem to be any catalog on the CUPS site of possible error messages and what they mean.

  • cupsdAuthorize:
    • Local authentication certificate not found!

Commands

To restart CUPS (on Ubuntu and similar distros, anyway) is:

invoke-rc.d cupsys restart

Fixing Problems

  • Control panel applet won't browse Windows Network Neighborhood for printers: make sure python-smbc is installed

Links

Reference