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

CUPS Negotiate authentication woes

I have been struggling to Kerberize certain services within our domain, one of which is CUPS. The setup is as follows: a central print server connects to each individual printer around the domain and shares them, and each client connects to certain…
Robin McCorkell
  • 273
  • 1
  • 10
1
vote
1 answer

Failed to find user 'avahi'

So I'm trying to setup CUPS + AirPrint support and one of the packages required is Avahi. I have installed it via ipkg, and have tried running the daemon, however I get the following error. Failed to find user 'avahi' How can I fix this?
Imran
  • 119
  • 1
  • 7
1
vote
2 answers

SELinux preventing cups-pdf output to samba shared directory

I want to setup an cups-pdf printer to print PDFs to a samba shared directory but SELinux denies cups access to the shared directory. (cups needs to write to a local FS directory which is hosted as a windows share by samba running on the same…
Chris
  • 111
  • 1
1
vote
1 answer

Delay in CUPS socket backend

Using the raw driver to send pre-generated PCL directly to the printer, I get response times around 4 s. When I send it to the printer using netcat I get about 300 ms. It seems that there is some problem with CUPS' socket backend:…
AndreKR
  • 523
  • 1
  • 3
  • 16
1
vote
1 answer

Why do lp and lpr return unauthorized?

I'm running Ubuntu 10.04 with latest updates. Here are my system's protections for lp and lpr. root@steamboy:/usr/bin# ls -l lp -rwxr-xr-x 1 root root 13540 2011-09-12 10:41 lp root@steamboy:/usr/bin# ls -l lpr -rwxr-xr-x 1 root root 13540…
octopusgrabbus
  • 175
  • 5
  • 20
1
vote
0 answers

SAMBA CUPS Samsung ML-191x two printers exact model both wont distinguish which is connected on which port

I have installed a version of Cent0S 6.02 with SAMBA and CUPS 1.4.8 installed, I have two Samsung ML-191x that I need to install in the server so anyone can access the, both printer, if installed separately work very well everone can print to them…
Samuel Lopez
  • 111
  • 4
1
vote
1 answer

python-cups for CentOS5

I'm try to activate airprint support on CentOS5. I found this guide, but the airprint-generate python script needs cups support. It seems this script needs the python-cups lib. How can I install this lib on CentOS 5 64bit?
InuYaksa
  • 111
  • 2
1
vote
4 answers

cups won't install

I had to remove cups from my machine to do some tests. I juste removed it with apt-get purge cups but now I can't install it again, so I can't print. I have never seen such an error, can someone give me some explanations about what's happening ? (I…
PatrickCUDO
  • 81
  • 1
  • 8
1
vote
2 answers

Printing fails after first print with Centos 6 and HP LaserJet P3015dn printer

Centos 6 recognises and configures a HP LaserJet P3015dn printer connected via USB. This machine is being configured as a small group file/print server. I can print a test page, which is processed/printed correctly. The next time printing is…
Gavin Simpson
  • 285
  • 1
  • 5
  • 11
1
vote
1 answer

CUPS printing compressed

Our apllicatuion send ascii files to the printer. This application indicates with Ctrl-O at starting that the printer should print in 132 columns. I can define a printer pr01 for 80-col printing and pr01-132 for 132 col printing and set the default…
PeterMmm
  • 895
  • 16
  • 28
1
vote
1 answer

CUPS wont start on LTSP client

I have attempted to install CUPS on an LTSP fat client. Both the client and the server are running Ubuntu 9.10 and cups runs fine on the server. When I try to start it on a client I get this: root@ltsp52:~# service cups start * Starting Common…
rybl
  • 245
  • 2
  • 8
1
vote
1 answer

CUPS printer on Vritual Machine can be access via CUPS admin, but not by XP?

I have a Zebra label printer connected to a Linux Mint virtual machine. It was set up with CUPS and a Windows XP computer can then print to it via http://192.168.1.76:632/printers/labelprinter. That was all fine and dandy I then hooked up a Fargo…
SJaguar13
  • 927
  • 1
  • 6
  • 12
1
vote
0 answers

How to set up email printer driver under IPP?

We're enhancing our software to be able to print to an IPP-based printer (I'm running CUPS on a RedHat-based Linux distro). The QA person is remote, though, and because of firewalls and proxy servers we cannot configure the IPP-server to use a…
Joe Casadonte
  • 328
  • 3
  • 16
1
vote
2 answers

AuthInfoRequired cups overwrites

My problem is basically identical to the following: http://bbs.archlinux.org/viewtopic.php?id=61826 Put simply, I have a machine in ubuntu trying to connect to another ubuntu machine via a network in order to use the printer attached. There is…
mooscape
1
vote
0 answers

is it possible to append the filename to the job-id of all jobs submitted to a CUPS printer?

as the title suggests, I want to append the filenames of files I print to the actual job-ID in CUPS. so if for instance i ran: lp some-file.pdf the job-ID would be: d00001-001somefile.pdf The reason I want to do this is that the printer interacts…
flippson
  • 11
  • 1