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
0
votes
0 answers

Printing HTTPS Webpages in CLI

I have a CentOS 6.6 server, and I am trying to print https://* webpages using the following commands: html2ps https://mywebsite/blah.html | lpr My printer prints out a paper for all HTTPS print jobs, but only prints out "IB" in the top right. Very…
madhatter
  • 1
  • 2
0
votes
1 answer

Why would CUPS be duplicating pages when you specify how many copes to print?

I'm running ArchLinux with a CUPS server on it. I am using an gutuenprint driver for a Sinfonia printer. Whenever I tell cups to print more than one copy of a 1-page document, it duplicates the pages by the amount of copies, and then continues to…
Kyle
  • 101
  • 2
0
votes
0 answers

printing more than one page per sheet with raw postscript/IPP/CUPS

we have a raw postscript printer (HP LJP M425dn) that CUPS (1.5.3-5+deb7u1) addresses by IPP with driver "Local Raw Printer (grayscale)". CUPS's own "print test page" produces a sheet with monospaced text starting with "#PDF-BANNER", but thankfully…
Aaron Brick
  • 131
  • 4
0
votes
1 answer

CUPS Print Server; Multiple Destinations

We have about 15 printers in our office, each one a different make or model, and requiring a different driver, with differing locations as well, ranging from peoples desks to breakrooms. Due to this, many of the computers only have access to a hand…
Reid
  • 401
  • 6
  • 17
0
votes
1 answer

lpr command is different on the dev and production machine?

I'm printing some files (labels) directly from the server. On my development machine (Xubuntu 12.04) the following works: lpr -P QL-720 -H 192.168.171.53 /tmp/labels/OAQRJECIDP On the production server (Ubuntu 12.04 server) it does not. I get a…
Shreko
  • 139
  • 8
0
votes
0 answers

Safely move CUPS spool directory

For scaling purposes we need to move the spool directory from cups from one partition to another on some hosts. To keep the same configuration files across the whole pool of servers, we'll replace the old directory with a symbolic link. My question…
mveroone
  • 447
  • 7
  • 22
0
votes
1 answer

Centos 6.4. building rpm for cups 1.7

I try to build rpm from source by running rpmbuild -ta cups-1.7.0-source.tar.gz --without dbus but get Processing files: cups-1.7.0-1.x86_64 error: File not found: /root/rpmbuild/BUILDROOT/cups-1.7.0-1.x86_64/usr/share/cups/usb error: File not…
ThatsMe
  • 101
  • 3
0
votes
2 answers

How to make cups to automatically redirect prints that have more than 10 pages to specific printer

I have 2 printers on my cups server. I want that when the print has more than 10 pages, it would be redirected to a specific printer. How can I do that?
A K
  • 101
  • 4
0
votes
1 answer

CUPS Printing: Is there a way to get total page count when print job begin

Now I only can get actual page count from querying print job attribute after print job finishes. I found that page count increases on "localhost:631/jobs" during printing. What I want is get page count before the first page is printed, because I…
0
votes
1 answer

AIX 6.1 - CUPS 'unsupported document-format' when printing

I have a Zebra printer that I'm trying to send a PDF of a label to. I was reading on Zebra's website that CUPS is an optional print server/spooler that can be used for exactly what I need. So I went through the process of installing CUPS on my AIX…
Zac
  • 123
  • 1
  • 4
0
votes
1 answer

Samba printers installation

Is there any open source software which allows to install on the windows clients samba/cups printers from the web based interface? Something like Novell iPrint
0
votes
2 answers

Sharing a USB printer with IPP (internet printing protocol)?

I have a small server (Linux 2.6.x) with one dedicated USB port only for printers. And I have been asked to configure a software to automatically share via IPP (Internet Printing Protocol) any printer connected to that port. I need a really…
fazineroso
  • 123
  • 1
  • 5
0
votes
2 answers

print PDFs to printer (NOT "pdf printer")

I'm looking for a solution, either win or linux, for printing existing PDFs to network printers (available via our windows print server), preferrably by a 'hot folder' means where I could programatically or manually add PDFs to a folder for "printer…
Alan M
  • 269
  • 1
  • 3
  • 11
0
votes
1 answer

Load all printers drivers on a custom Debian CD

I am building a custom Debian CD to install a Debian web server with our software, and it have to handle a printer, which can be any existing printer. How can I add all printers drivers, and how CUPS will install it the right way? The server will…
Cédric Girard
  • 397
  • 2
  • 11
  • 25
0
votes
1 answer

How to limit printer settings for networked CUPS printer?

We have a CUPS based color laser printer. Our colleagues often tweak their print settings, resulting in non optimal configurations. E.g. they change the color reproduction so that even black and white text will be printed in full CMYK. This can be…
Arne
  • 163
  • 1
  • 1
  • 6