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.

151 questions
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
2 answers

LPR command won't recognize CUPS printer

I have a cups server with one shared printer configured on it. It prints test pages without problems. printername (Idle, Accepting Jobs, Shared) Description: desc Location: Driver: Zebra ZPL Label Printer (grayscale, 2-sided…
Datapimp23
  • 181
  • 1
  • 3
  • 21
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,107
  • 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

2 Printers 1 Queue

My issue: When an order is processed, the same document needs to be printed on two printers. My proposed solution: Create a single queue in CUPS with a backend script that spits the job out to the two real printers queues. My problem: Documentation.…
Shazburg
  • 634
  • 4
  • 11
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
2 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
  • 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,351
  • 6
  • 33
  • 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
  • 9
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,622
  • 3
  • 19
  • 30
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
  • 917
  • 1
  • 12
  • 30
3
votes
0 answers

CUPS remote print queues

In my network, there are multiple printers over many locations, all connected to a single CUPS server via whatever protocols they require. Client machines on the network need to print to the printers near them, segregated by location, but each…
Robin McCorkell
  • 273
  • 1
  • 10
3
votes
2 answers

Connect to cups printer service from windows server 2008

From windows server 2003 I can easily add a cups printer service from another host: I tried the same on a windows server 2008 machine, but I did not succeed to add this kind of http printer addresses there, although the address is reachable in the…
mit
  • 1,844
  • 6
  • 29
  • 42
1
2
3
10 11