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

Change font type of printer in CUPS

I am simply looking for a way to change the font type of a printer in CUPS. I have tried updating fonts, changing PPD's, changing font directories, and updating charset files. The only partial solution I found was to change the charset file to…
runninghair08
  • 313
  • 4
  • 7
0
votes
0 answers

How to enable user permission to dymaically mounted port in fedor 20

I have printer port which is use to mount in /dev/usb/lp0 port. But this port doesnot have user permission to access.How to give read & write permission to this file in fedora 20 when i every time plug in the cable ? Thanks in advance.
user1495372
  • 585
  • 2
  • 6
  • 13
0
votes
1 answer

lpr saturation not working (CUPS)

it's a simple question, I just want to know why this command is not working for me. I'm using on terminal this: lpr -o saturation=0 nameFile.png This should print in black & white but this always is printing in color. Maybe i need to install…
Alex Perez
  • 69
  • 1
  • 9
0
votes
1 answer

Is there a reason why `cups_option_t::name` and `::value` aren't `const char*`?

I don't want to use cupsAddOption(), because it has quadratic behaviour (only ever adds one entry to the allocated memory block), and because it strdups every name and value string, while in my case, they are all string literals. So in a call to…
Marc Mutz - mmutz
  • 24,485
  • 12
  • 80
  • 90
0
votes
1 answer

postscript file is not collating when cups copies is set

Our C++ application is using cups to print out a postscript file generated by XRT XrtTblVaDrawPS command. But when I print 2 copies and set the cups collate option the file is not printed out as collated.
user3416126
  • 148
  • 11
0
votes
1 answer

Where is the cupsctl terminal executable on MacOSX?

I've looked everywhere, and can't seem to find cupsctl anywhere. I assume it's a lot like echo or sh, it's just an executable with a PATH variable sat somewhere on the system. In order for me to call an NSTask from an Obj-C app I'm working on, I…
Mike Armstrong
  • 174
  • 1
  • 9
0
votes
1 answer

How to get a response of file printing job to user from printer using CUPS in linux

I am trying to print a file in remote server through CUPS command , User needs to know the status of job status. How to get a response from that. Here is my code : #!/usr/bin/perl my $response = system("lpr -P laserJet123 -o raw -T…
user3829086
  • 353
  • 5
  • 12
  • 25
0
votes
0 answers

Ldap Authentication before print with cups

I configured cups in my ubuntu server. I have LDAP server with 250+ users. Before any print job, it will ask for authentication (from LDAP server) of users. and after successful authentication print job should complete. How to do it.. ? what changes…
Shirrya
  • 1
  • 1
0
votes
2 answers

Network printer doesn't accept job from Debian Linux, no errors in error_log

There is a shared printer at my workplace. We send jobs and then go to the printer and authenticate, so printer prints your documents only when you present at it. Periodically, we change domain passwords, so I also have to change it in…
Sergius
  • 908
  • 8
  • 20
0
votes
1 answer

Is there a limit on the length of the JCLBEGIN attribute in CUPS DRV/PPD files?

I am using CUPS 1.4. I have a DRV file with a long Attribute "JCLBegin". When I use ppdc on the drv file, the generated *JCLBegin is apparently truncated at 1024 characters. Is this a limit? If so, is there a way around it? I have to use Kodak KDK…
AixNPanes
  • 1,170
  • 3
  • 14
  • 33
0
votes
1 answer

Permission denied folder : /var/spool/cups

when i try run my script , is giving the message " /var/spool/cups : Permission denied " But , i try use this : chmod 777 /var/spool/cups but , dont work . someone could help me ? I have acess to root user .
0
votes
1 answer

Rounding up Dependencies for PyQt

I have been trying to get a program I wrote in PyQt to work being called from a CUPS backend on OS X. The problem is that CUPS sandboxing keeps the program from being able to access the PyQt python modules which I have brewed in…
jordan9001
  • 317
  • 3
  • 10
0
votes
0 answers

remote printer is only printing when using eth0 and not wlan0

I have a weird scenario where my network printer (local network) only prints when I connect my laptop with ethernet (using eth0). When the laptop uses wifi (wlan0) the job ends up in the queue but is not send to the printer. When I look at…
ensonic
  • 3,304
  • 20
  • 31
0
votes
1 answer

make an lp script into functioning printer

I'm trying to print to separate printers simultaneously in Ubuntu 14.04 From all of my reading the best option I've seen is to write a script that sends an lp command to the separate printers. This is the script I've written so far !/bin/bash lp -d…
carson
  • 11
  • 2
0
votes
1 answer

CUPS will print ignoring the quotas set

I set the quotas both ways(though lpadmin and by editing printers.conf) and neither seem to work(i did restart the daemon) but print requests are still granted with no error. What is wrong?(i am running ubuntu linux 9.04)
fakedrake
  • 6,528
  • 8
  • 41
  • 64