Questions tagged [cups]

CUPS is the standards-based, open source printing system for Mac OS X and other UNIX®-like operating systems.

CUPS (formerly an acronym for Common Unix Printing System) is a modular printing system for Unix-like computer operating systems which allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer.

More information at

  1. http://en.wikipedia.org/wiki/CUPS
  2. http://www.cups.org/
420 questions
0
votes
1 answer

CUPS fails to print and debug messages are blank. Suggestions?

I'm attempting to print to a Dell 2350dn using the Dell ppd. It once worked and now doesn't, but I use this printer infrequently and don't know what happened in the interim. The cups error log has: E [07/Feb/2014:16:11:53 -0800] [Job 140] Job…
Reece
  • 7,616
  • 4
  • 30
  • 46
0
votes
1 answer

how to compile pycups for openwrt routers?

I'm tring to compile pycups for my tl-wdr4300. I use a debian stable to compile. https://pypi.python.org/pypi/pycups http://wiki.openwrt.org/doc/devel/crosscompile First error I got: make CC=mips-openwrt-linux-uclibc-gcc…
Admdebian
  • 630
  • 6
  • 17
0
votes
1 answer

Printer config file in *nix

Are the settings or configuration specifics of a printer on a *nix system using CUPS stored in a file? My assumption is yes, as *nix systems seem to use files for everything as opposed to using a registry system as does Windows. If so, where are…
Southpaw Hare
  • 1,535
  • 3
  • 24
  • 50
0
votes
1 answer

Printing a document on macos

Is there any "print" or "printto" equivalent command under macos ? Simply i wanna send a file to printer but its own content have to be interpreted by default program. So "lpr" or "lp" doesn't help because it's directly sending a file itself to…
Nande kore
  • 784
  • 1
  • 8
  • 16
0
votes
0 answers

CUPS filter (C++) doesn't run until to end

I'm working on a CUPS filter in C++ (g++ as compiler). The code is a authentication process and a only can release the job if the authentication is correct. If it's wrong, I have to cancel the print job. When I print a document and the filter works,…
msantiago
  • 346
  • 2
  • 4
  • 14
0
votes
1 answer

Ghoscript /cropbox not printing correctly in linux

I'm using the Domestic shipping label api in usps to generate domestic shipping labels in pdf format. I managed to crop the top section of the pdf file which is the label needed by the usps and Ignored the bottom section which is the receipt which…
demic0de
  • 1,313
  • 1
  • 15
  • 30
0
votes
1 answer

Print job status of windows (samba) print queue from CUPS

We have a Windows machine with a shared printer (printer1) available as smb://winpc/printer1 When sending a job from CUPS to smb://winpc/printer1, the job leaves the CUPS queue and is marked as successfully printed, even when it has not yet been…
adzail
  • 3
  • 1
0
votes
2 answers

Server generated printing printing to printer closest to user

We have a SAAS application where reporting and other print jobs are generated on our application servers and then sent to CUPS print queues. The queue prints to printers at the client sites via IP printing; so far everything works fine. However,…
Ross R
  • 387
  • 1
  • 5
  • 21
0
votes
1 answer

How CUPS web interface works

I'm wondering how the Common Unix Printing System "CUPS" handels the user actions and affects the configuration files, from my humble background, a webpage only can access/edit files when there is some web server and a serverside script, so how it…
Ahmed Waheed
  • 1,281
  • 5
  • 21
  • 39
0
votes
1 answer

PrintServiceLookup.lookupPrintServices on Red Hat Linux with Java 1.5 sometimes returns array with NULLs insted of objects

We have this weird problem with obtaining printer list on RHL. I wrote a small peace of code to demonstrate what's happening: import java.io.File; import java.io.FileInputStream; import java.io.PrintStream; import javax.print.Doc; import…
cahe
  • 1
  • 2
0
votes
0 answers

Different java print implementation between OS?

I'm sending RAW data (escape codes) to the printer with the following code: PrintService pservice = this.getPrintService(); DocPrintJob job = pservice.createPrintJob(); DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE; Doc doc = new…
Enoon
  • 421
  • 4
  • 17
0
votes
1 answer

Run a script on files sent to a CUPS print queue?

I am trying to configure a Mac OS X print queue so that a script can do some processing on each file printed before forwarding it on to another CUPS printer (on the same host). I have been reading up on CUPS and have found an article describing how…
Kaelin Colclasure
  • 3,925
  • 1
  • 26
  • 36
0
votes
1 answer

custom parameters to cups pdf printing

I want to implement pdf printing from windows machine to Linux. I am using CUPS pdf in linux and driver installation in Windows. Furthermore, I want to pass some custom parameters with printing like Full name of sender, receiver name, mobile No: to…
Abdul
  • 321
  • 4
  • 22
0
votes
2 answers

Files aren't found by commands until I ls them

When I try to add printers using lpadmin (after unzipping the correct PPD's enclosing .gz archive) I often receive the error: "Unable to open PPD file [x] - No such file or directory." But when I navigate to…
ktappe
  • 109
  • 5
-1
votes
1 answer

How to downgrade cups-filters on Ubuntu 22.04

I am facing the same problem as the gentleman over here. That is I can't get my printer to print (but I could a few days ago). I get the same error messages in /var/log/cups/error_log, the only difference being that my printer is a Brother QL-700…
Buddyshot
  • 1,614
  • 1
  • 17
  • 44
1 2 3
27
28