Questions tagged [cups]

CUPS stands for Common Unix Printing System. It has been in use by major Linux distributions for user-friendly printing services for about a decade and was purchased by Apple Inc in 2007 when it was purchased from Michael Sweet. CUPS was notable in providing a web-based administrative interface to the Linux printing system and was considered a vast improvement over the old lpadmin CLI tools of the time.

149 questions
6
votes
4 answers

Centralized administration of campus (AD domain) printers?

I'm looking for the best way to centrally administer (and track!) printing for our AD domain. I know Windows Server can be configured to be a "Print Services" server, but it's my understanding that this is simply to centralize queues, and doesn't…
Ixobelle
  • 137
  • 8
6
votes
2 answers

Can I share the scanner functionality of a multifunction printer over a network running CUPS print server?

I have a Debian box running cups on which I share out my laser printer to all the other machines in my home network. I am in the market for an upgrade to a color laser multifunction (print/scan/fax) printer and I want to keep the same network…
Tone
  • 601
  • 4
  • 13
  • 29
6
votes
4 answers

Puppet causes endless restarts of CUPS (how does one prevent this)

It makes sense, and is in fact suggested on this site, to have a critical file change trigger a service restart with puppet meta-parameters (such as notify or subscribe). For example: ## file definition for printers.conf file {…
Purfideas
  • 163
  • 5
5
votes
1 answer

How to configure cups to allow remote printing with authentication and local printing without?

According to the cupsd.conf documentation, one should be able to "require authentication for remote access, but allow local access without authentication." There doesn't appear to be any other documentation on this subject. I tried putting the…
Jeff Strunk
  • 2,127
  • 1
  • 24
  • 29
5
votes
4 answers

Printer queues with Samba and CUPS

I've successfully got Samba and CUPS working together to give nice, consistent printing interfaces with just the Postscript drivers to Windows clients both IA32 and x64 of any variants since 95. The printing related parts of smb.conf are: [global] …
Flexo
  • 588
  • 9
  • 23
5
votes
2 answers

What is the "right" way to host CUPS behind Apache 2

I have tried some combinations of ProxyPass, ProxyPassReverse and ProxyHTMLURLMap but I'm still not having much luck. I just would like to be able to hit the printers in CUPS by going to www.printerhost.com/printers/printername rather than having…
Greymeister
  • 185
  • 1
  • 9
4
votes
3 answers

HTTPS/SSL not working with Cups

I have a site mysite.com and a printer mysite.com:631/printers/myprinter Well, https:// www.mysite.com works perfectly and is validated, but https:// www.mysite.com:631/printers/myprinter won't. It says that the connection is not secured and I…
prgrm
  • 151
  • 1
  • 2
  • 6
4
votes
3 answers

Linux CUPS auto re-add printer?

We have a Redhat machine (2.6.9-42.ELsmp) that runs CUPS. Once in a while, people send big files to the printer, and it gets stuck, so they restart the printer. After 300 seconds of it not responding, the printer becomes UNavailable. CUPS will then…
user14172
4
votes
3 answers

CUPS basic auth error through web interface

I'm trying to configure CUPS to allow remote administration through the web interface. There's enough documentation out there that I can figure out what to change in my cupsd.conf (changing Listen localhost:631 to Port 631, and adding Allow @LOCAL…
Inaimathi
  • 141
  • 1
  • 1
  • 6
4
votes
2 answers

List additional CUPS printer information

How to display printer information, such as printer description or printer location using command line tools? lpstat -t lists printer names, classes and devices for printers, but it doesn't list printer description or location. Is there a way to get…
Hubert Kario
  • 6,361
  • 6
  • 36
  • 65
4
votes
1 answer

CUPS printing How to get job number when submitting job?

I am working with CUPS and trying to wrap some job monitoring around it. Is there any way for me to get the job number when I use the lpr to submit the job? Alternatively, is there any other tool that will show me the list of jobs that are printed…
Ben Dauphinee
  • 203
  • 3
  • 10
4
votes
2 answers

CUPS - how to list all detected printers from command line (Linux)

In the CUPS web interface, when adding a printer, the interface displays all detected printers, both local and networked, and the user can pick which one they want to add to CUPS. How can I get this list from the command line? Thank you.
Ryan Griggs
  • 963
  • 2
  • 14
  • 29
3
votes
1 answer

Where does Cups keep print job information?

We are trying to assemble a free software stack to get detailed print job accounting information, something similar to what Papercut Printlogger does, for raw printing queues. We have been testing Apple Common Unix printing system (Cups) in Debian…
Leandro
  • 186
  • 1
  • 13
3
votes
0 answers

Why is my CUPS scheduler repeatedly being restarted?

In my /var/log/syslog, I see (filtered irrelevant parts out): Dec 30 15:00:10 myhost systemd[1]: Started CUPS Scheduler. Dec 30 15:13:11 myhost systemd[1]: Started CUPS Scheduler. Dec 30 15:26:11 myhost systemd[1]: Started CUPS Scheduler. Dec 30…
einpoklum
  • 1,652
  • 3
  • 21
  • 31
3
votes
3 answers

Send dummy data to printer to wake it up

I have a Dell B1260dn Mono Laser Printer connected to cups. It is used for receipts. Especially the first page in the morning takes almost a minute to print, because the printer have to warm up, it seems. Also during the day, the startup time varies…
Lenne
  • 987
  • 1
  • 13
  • 32
1
2
3
9 10