[cups.general] Test print fails .. no significant errors in log

reader at newsguy.com reader at newsguy.com
Tue Sep 12 04:22:25 PDT 2006


Setup:
     gentoo linux
     cups-1.2.3

Printer is connected to a windowsxp pro machine.  

Attempting to setup linux usage of this printer thru smb, using uri
 smb://user:passwd@host/share

That user has an account on the windows machine.

After setting things up I try to test print from cups html control
center.  I've set debug for log level.

The test fails but I see no significant error reported in error_log,
posted in part at the end.

But to the point... what is wrong here?  

>From cupsd.conf:

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.0/24
</Location>

=================================
>From printers.conf:

<DefaultPrinter chub-print>
Info chub-print
Location chub
DeviceURI smb://reader:xxxxxxxxx@chub/chub-print)
State Stopped
StateMessage /usr/libexec/cups/backend/smb failed
StateTime 1157936264
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
</Printer>

============================

Partial error_log output from `print test page'

D [11/Sep/2006:10:05:38 -0500] cupsdAcceptClient: 5 from localhost:631 (IPv4)
D [11/Sep/2006:10:05:38 -0500] cupsdReadClient: 5 GET /printers/chub-print?op=print-test-page HTTP/1.1
D [11/Sep/2006:10:05:38 -0500] cupsdReadClient: 5 Browser asked for language "en-us.utf-8"...
D [11/Sep/2006:10:05:38 -0500] cupsdAuthorize: username="root"
D [11/Sep/2006:10:05:38 -0500] CGI /usr/libexec/cups/cgi-bin/printers.cgi started - PID = 29210
I [11/Sep/2006:10:05:38 -0500] Started "/usr/libexec/cups/cgi-bin/printers.cgi" (pid=29210)
D [11/Sep/2006:10:05:38 -0500] cupsdSendCommand: 5 file=6
D [11/Sep/2006:10:05:38 -0500] cupsdAcceptClient: 8 from localhost:631 (IPv4)
D [11/Sep/2006:10:05:38 -0500] cupsdReadClient: 8 POST /printers/chub-print HTTP/1.1
D [11/Sep/2006:10:05:38 -0500] cupsdAuthorize: No authentication data provided.
D [11/Sep/2006:10:05:38 -0500] Print-Job ipp://localhost:631/printers/chub-print
D [11/Sep/2006:10:05:38 -0500] print_job: request file type is application/postscript.
D [11/Sep/2006:10:05:38 -0500] add_job: requesting-user-name="root"
D [11/Sep/2006:10:05:38 -0500] Adding default job-sheets values "none,none"...
I [11/Sep/2006:10:05:38 -0500] Adding start banner page "none" to job 15.
D [11/Sep/2006:10:05:38 -0500] Discarding unused job-created event...
I [11/Sep/2006:10:05:38 -0500] Adding end banner page "none" to job 15.
I [11/Sep/2006:10:05:38 -0500] Job 15 queued on "chub-print" by "root".
D [11/Sep/2006:10:05:38 -0500] Job 15 hold_until = 0
D [11/Sep/2006:10:05:38 -0500] cupsdProcessIPPRequest: 8 status_code=0 (successful-ok)
D [11/Sep/2006:10:05:38 -0500] PID 29210 (/usr/libexec/cups/cgi-bin/printers.cgi) exited with no errors.
D [11/Sep/2006:10:05:38 -0500] [CGI] cgiCopyTemplateLang(tmpl="header.tmpl")
D [11/Sep/2006:10:05:38 -0500] [CGI] locale="en_us"...
D [11/Sep/2006:10:05:38 -0500] [CGI] Template file is "/usr/share/cups/templates/header.tmpl"...
D [11/Sep/2006:10:05:38 -0500] [CGI] Starting at file position 0...
D [11/Sep/2006:10:05:38 -0500] [CGI] "{title}" at 205...
D [11/Sep/2006:10:05:38 -0500] [CGI] Starting "{refresh_page?" at 374, result=1...
D [11/Sep/2006:10:05:38 -0500] [CGI] Output first part...

[...]





More information about the cups mailing list