-
CUPS Printing Problem
I have setup a CUPS server on centos 5.3.
I m able to add printers(lpd,network etc) and clients(linux and windows) to this server. I m also able to print MS word and text files to this server.
The problem is that when i submit a PDF file to print from windows xp client, it is not printing...
The error_log file shows:
E [18/Nov/2010:10:29:30 +0530] Missing printer-uri, job-uri, or ppd-name attribu
te!
E [18/Nov/2010:10:29:36 +0530] Missing printer-uri, job-uri, or ppd-name attribu
te!
E [18/Nov/2010:10:29:41 +0530] cupsdReadClient: Unable to write 1460 bytes to /v
ar/spool/cups/00000001: No space left on device
E [18/Nov/2010:10:29:51 +0530] cupsdReadClient: 10 IPP Read Error!
The access_log file shows:
172.19.11.170 - - [18/Nov/2010:10:29:33 +0530] "POST /printers/LaserJet HTTP/1.1
" 200 133 Get-Printer-Attributes successful-ok
172.19.11.170 - - [18/Nov/2010:10:29:35 +0530] "POST /printers/LaserJet HTTP/1.1
" 200 133 Get-Printer-Attributes successful-ok
172.19.11.170 - - [18/Nov/2010:10:29:36 +0530] "POST /printers/LaserJet HTTP/1.1
" 200 133 Get-Printer-Attributes successful-ok
172.19.11.170 - - [18/Nov/2010:10:29:36 +0530] "POST /printers/LaserJet HTTP/1.1
" 200 133 Get-Printer-Attributes successful-ok
172.19.11.170 - - [18/Nov/2010:10:29:36 +0530] "POST /printers/OfficejetManish H
TTP/1.1" 200 75 windows-ext client-error-bad-request
172.19.11.170 - - [18/Nov/2010:10:29:36 +0530] "POST /printers/OfficejetManish H
TTP/1.1" 200 140 Get-Printer-Attributes successful-ok
172.19.11.170 - - [18/Nov/2010:10:29:37 +0530] "POST /printers/LaserJet HTTP/1.1
" 413 3685065 Print-Job -
172.19.11.170 - - [18/Nov/2010:10:29:41 +0530] "POST /printers/LaserJet HTTP/1.1
" 400 0 unknown-0000 -
172.19.11.170 - - [18/Nov/2010:10:30:06 +0530] "POST /printers/OfficejetManish H
TTP/1.1" 200 140 Get-Printer-Attributes successful-ok
So what I observe is that PDF print cannot be completed.
Can anyone help me??Thank in advance..
-
First, make sure you have plenty of room on the /var/spool file system. It may be that the amount of disc space needed to spool the PDF files IS causing the file system to run out of space, as per the error message "E [18/Nov/2010:10:29:41 +0530] cupsdReadClient: Unable to write 1460 bytes to /var/spool/cups/00000001: No space left on device". Remember, /var contains also /var/log and it is not uncommon for log files to fill up that file system, especially if /var is on its own file system.