LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Fedora 10 - cups error " client-error-document-format-not-supported: Unsupported for (https://www.linuxquestions.org/questions/linux-newbie-8/fedora-10-cups-error-client-error-document-format-not-supported-unsupported-for-700995/)

parmar_rs 01-30-2009 06:03 AM

Fedora 10 - cups error " client-error-document-format-not-supported: Unsupported for
 
Getting the message in /var/log/cups/error_log while doing a test page on printer on Fedora 10 - " client-error-document-format-not-supported: Unsupported format 'application/postscript'!"

Here is a complete log:

--------------------
D [30/Jan/2009:17:29:52 +0530] cupsdAcceptClient: skipping getpeercon()
D [30/Jan/2009:17:29:52 +0530] cupsdAcceptClient: 12 from localhost (Domain)
D [30/Jan/2009:17:29:52 +0530] cupsdReadClient: 12 POST / HTTP/1.1
D [30/Jan/2009:17:29:52 +0530] cupsdAuthorize: No authentication data provided.
D [30/Jan/2009:17:29:52 +0530] Get-Notifications /
D [30/Jan/2009:17:29:52 +0530] cupsdIsAuthorized: requesting-user-name="root"
D [30/Jan/2009:17:29:52 +0530] cupsdProcessIPPRequest: 12 status_code=0 (successful-ok)
D [30/Jan/2009:17:29:52 +0530] cupsdCloseClient: 12
D [30/Jan/2009:17:30:14 +0530] cupsdAcceptClient: skipping getpeercon()
D [30/Jan/2009:17:30:14 +0530] cupsdAcceptClient: 12 from localhost (Domain)
D [30/Jan/2009:17:30:14 +0530] cupsdReadClient: 12 POST /printers/ps-192168000017-lp1 HTTP/1.1
D [30/Jan/2009:17:30:14 +0530] cupsdAuthorize: No authentication data provided.
D [30/Jan/2009:17:30:14 +0530] Print-Job ipp://localhost/printers/ps-192168000017-lp1
D [30/Jan/2009:17:30:14 +0530] Print-Job client-error-document-format-not-supported: Unsupported format 'application/postscript'!
D [30/Jan/2009:17:30:14 +0530] cupsdProcessIPPRequest: 12 status_code=40a (client-error-document-format-not-supported)
--------------------

Any help ???

Thanks.

anomie 01-30-2009 11:10 PM

Post the output of:
Code:

grep '^#* *application/postscript' /etc/cups/mime.*
(Be sure to copy the expression exactly.)

parmar_rs 02-01-2009 10:43 PM

[root@localhost ~]# grep '^#* *application/postscript' /etc/cups/mime.*

/etc/cups/mime.convs:application/postscript application/vnd.cups-postscript 66 pstops
/etc/cups/mime.types:application/postscript ai eps ps string(0,%!) string(0,<04>%!) \

anomie 02-01-2009 11:35 PM

I just wanted to confirm you didn't have those entries commented out. Next, I would suggest editing cups.conf such that the following directive is in place:

LogLevel debug

Save that change and restart cupsd. Then try printing again, and review /var/log/cups/error_log again. It should give some more verbose chatter (and sometimes cups is intelligent enough to even offer a fix).

parmar_rs 02-03-2009 09:58 PM

Confirmed that these entries have not been commented out. Before posting this issue, Changed LogLevel to Debug mode in cups.conf and provided the same output (error log) in the first post.


All times are GMT -5. The time now is 03:49 PM.