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
2
votes
1 answer

CentOS CUPS Configuration

I have a question about configuring CUPS for CentOS. I have CUPS installed on CentOS in one machine, and I am trying to access the web interface of CUPS from a different machine. The machine with CentOS and CUPS have an IP of 10.0.0.1, and the…
YTKColumba
  • 177
  • 1
  • 2
  • 6
2
votes
2 answers

Broken cups installation on a ubuntu server 64

I am having trouble with an cups installation. It seems to be in a broken state. When i try to reinstall it it stalls, the same if i try to remove it completely. I am running the server version 64 bit of Ubuntu 10.10 with kernel Linux version…
user67046
  • 31
  • 1
  • 3
2
votes
2 answers

Why can't I print from Windows on CUPS from a single application?

I've set up a Fedora 10 server and I want to print to an attached printer from three Windows Vista and two XP workstations. After much manual reading I got this situation: All workstations can print One workstation can print from all but one…
Daniel Rikowski
  • 758
  • 4
  • 10
  • 19
2
votes
3 answers

Know the number of pages printed from cups printing

I am using the CUPS print server on a MAC to manage printing, I would like to know the number of pages that are printed by any user for any job, however the column for pages writes unknown for each printing job. How can I go about this
Gatura
  • 573
  • 3
  • 10
  • 24
2
votes
3 answers

What LPR arguments do I need to print a 1400x800 pixel image on a 4x6 label?

This is driving me nuts. UPS sends our system a 1400x800 GIF image of a shipping label, which is supposed to fit nicely on a 4x6 page. Unfortunately, I can't seem to get the command line options right to make it happen. We're using an Eltron/Zebra…
Nick
  • 4,503
  • 29
  • 69
  • 97
2
votes
2 answers

Setting request-user on IPP printer in CUPS

I need to send a request to CUPS server with the specific request-user parameter - remote_user instead of local_user. How should I set the local CUPS server?
Maciej Piechotka
  • 677
  • 1
  • 7
  • 15
2
votes
2 answers

Password protect a printer?

A teacher at one of the schools I work for asked if, instead of having students send them files that are to be printed off in colour -- given that students aren't allowed to use the colour printer but staff can -- would it be possible to add the…
Clinton Blackmore
  • 3,520
  • 6
  • 36
  • 61
2
votes
1 answer

CUPS - output a copy of all print jobs as PDF

Is it possible to configure CUPS so that each print job is also saved as a PDF? I've installed and configured cups-pdf, which works fine if I print directly to it from a client. But what I want to achieve is a copy of all print jobs to be sent to…
AL3
  • 23
  • 5
2
votes
3 answers

CUPS printing via socket very slow

I don't find anything suitable on this topic: we have a Solaris server, running CSW CUPS and several network printers. Printing using LPD is fast, but when we try socket or SMB, it is painfully slow (<1 sec vs. 30 seconds for a small job). We…
slovon
  • 957
  • 5
  • 12
2
votes
4 answers

Print from Linux to Windows networked printer

I want to print from a Debian (Lenny) workstation to a Windows networked printer. I'm not even sure what type of Windows network this is. Our tech-support is friendly but doesn't want to get involved with supporting Linux. I need to use it for a…
user31383
  • 21
  • 1
  • 5
1
vote
1 answer

Limit CUPS printer discovery from multiple interfaces

ServerFault! Coming here right from StackOverflow :) Here is the problem: I have a Xubuntu PC that has two physical network interfaces. One of them is for purposes of my working room, another is to connect to other rooms in a building. CUPS detects…
1
vote
0 answers

Printing oversized PDF to HP printer

I am using an HP E60055 laserjet printer and using Red Hat Linux Cups version 1.6 to print to it. Previously using a Samsung SCX-483x - with which I had no problems with the default settings. When I print line-by-line reports the printer's default…
1
vote
1 answer

Text not properly centered on label (CUPS + Zebra Gk420)

I have added a custom format to /etc/cups/ppd/GK420.ppd in order to match my 70x50mm labels. *OpenUI *PageSize/Media Size: PickOne *OrderDependency: 10 AnySetup *PageSize *DefaultPageSize: w198h141 *PageSize w198h141/70x50mm: "<
ballatom
  • 23
  • 6
1
vote
1 answer

Force CUPS print server to fit-to-page if job is not A4

I've setup a CUPS print server on Debian Stretch and I need a way to modify print jobs that don't use A4 page size. I have clients (iOS) that cannot set the paper size and will send for example a PDF that is in letter size to the print server which…
user355031
  • 41
  • 1
  • 1
  • 5
1
vote
1 answer

macOS will not print to an LPR printer on different subnet

We have a fairly extensive campus network consisting of multiple subnets connected by a core router. Everything has been working fine for years, but recently I have a number of macosx clients that refuse to print to a network printer (LPR) on a…