/var/log/cups/error_log I [10/Jul/2007:14:46:15 +0900] Listening to 192.168.1.100:631 (IPv4) I [10/Jul/2007:14:46:15 +0900] Listening to /var/run/cups/cups.sock (Domain) I [10/Jul/2007:14:46:15 +0900] Loaded configuration file "/etc/cups/cupsd.conf" I [10/Jul/2007:14:46:15 +0900] Using default TempDir of /var/spool/cups/tmp... I [10/Jul/2007:14:46:15 +0900] Cleaning out old temporary files in "/var/spool/cups/tmp"... I [10/Jul/2007:14:46:15 +0900] Configured for up to 100 clients. I [10/Jul/2007:14:46:15 +0900] Allowing up to 100 client connections per host. I [10/Jul/2007:14:46:15 +0900] Using policy "default" as the default! I [10/Jul/2007:14:46:15 +0900] Full reload is required. I [10/Jul/2007:14:46:15 +0900] Saving job cache file "/var/cache/cups/job.cache"... I [10/Jul/2007:14:46:15 +0900] Loaded MIME database from '/etc/cups': 34 types, 39 filters... I [10/Jul/2007:14:46:15 +0900] Loading job cache file "/var/cache/cups/job.cache"... I [10/Jul/2007:14:46:15 +0900] Full reload complete. I [10/Jul/2007:14:46:15 +0900] Listening to 192.168.1.100:631 on fd 1... I [10/Jul/2007:14:46:15 +0900] Listening to /var/run/cups/cups.sock on fd 3... I [10/Jul/2007:14:46:20 +0900] commptr="?op=print-test-page" I [10/Jul/2007:14:46:20 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=10575) I [10/Jul/2007:14:46:20 +0900] Adding start banner page "none" to job 10. I [10/Jul/2007:14:46:20 +0900] Adding end banner page "none" to job 10. I [10/Jul/2007:14:46:20 +0900] Job 10 queued on "LBP3210" by "root". I [10/Jul/2007:14:46:20 +0900] Started filter /usr/lib/cups/filter/pstops (PID 10576) for job 10. I [10/Jul/2007:14:46:20 +0900] Started filter /usr/lib/cups/filter/pstocapt (PID 10577) for job 10. I [10/Jul/2007:14:46:20 +0900] Started backend /usr/lib/cups/backend/ccp (PID 10578) for job 10. I [10/Jul/2007:14:46:21 +0900] Job 10 was canceled by "root". E [10/Jul/2007:14:46:21 +0900] PID 10578 (/usr/lib/cups/backend/ccp) stopped with status 1! I [10/Jul/2007:14:46:21 +0900] Hint: Try setting the LogLevel to "debug" to find out more. I [10/Jul/2007:14:46:22 +0900] commptr="" I [10/Jul/2007:14:46:22 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=10583)
Hint: Try setting the LogLevel to "debug" to find out more. ログレベルをdebugにしろとの事だったので、 confを以下に変えました。 が、膨大なログの量になり、どこ見ればいいか全然わからなくなってしまいました。 どのあたりを見ればいいか検討もつかないので、そこからご教授いただければ幸いです。 何卒宜しくお願いします。
Browsing On BrowseOrder allow,deny BrowseAllow @LOCAL
DefaultAuthType Basic
<Location /> Order allow,deny Allow localhost Allow 192.168.1.0/24 </Location>
# Restrict access to the admin pages... <Location /admin> Encryption Required Order allow,deny Allow localhost Allow 192.168.1.0/24 </Location>
# Restrict access to configuration files... <Location /admin/conf> AuthType Basic Require user @SYSTEM Order allow,deny Allow localhost Allow 192.168.1.0/24 </Location>
# Set the default printer/job policies... <Policy default> # Job-related operations must be done by the owner or an adminstrator... <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job> Require user @OWNER @SYSTEM Order deny,allow </Limit>
# All administration operations require an adminstrator to authenticate... <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default> AuthType Basic Require user @SYSTEM Order deny,allow </Limit>
# Only the owner or an administrator can cancel or authenticate a job... <Limit Cancel-Job CUPS-Authenticate-Job> Require user @OWNER @SYSTEM Order deny,allow </Limit>
<Limit All> Order deny,allow </Limit> </Policy>
# # End of "$Id: cupsd.conf.in 5454 2006-04-23 21:46:38Z mike $". # ServerCertificate /etc/httpd/conf/server.crt ServerKey /etc/httpd/conf/server.key
テストページを印刷しようとした時のlog I [11/Jul/2007:12:37:35 +0900] commptr="?op=print-test-page" I [11/Jul/2007:12:37:35 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=21155) I [11/Jul/2007:12:37:35 +0900] Adding start banner page "none" to job 16. I [11/Jul/2007:12:37:35 +0900] Adding end banner page "none" to job 16. I [11/Jul/2007:12:37:35 +0900] Job 16 queued on "LBP3210" by "root". I [11/Jul/2007:12:37:35 +0900] Started filter /usr/lib/cups/filter/pstops (PID 21156) for job 16. I [11/Jul/2007:12:37:35 +0900] Started filter /usr/lib/cups/filter/pstocapt (PID 21157) for job 16. I [11/Jul/2007:12:37:35 +0900] Started backend /usr/lib/cups/backend/ccp (PID 21158) for job 16. I [11/Jul/2007:12:37:37 +0900] commptr="" I [11/Jul/2007:12:37:37 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=21226) I [11/Jul/2007:12:37:47 +0900] commptr="" I [11/Jul/2007:12:37:47 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=21514) I [11/Jul/2007:12:37:57 +0900] commptr="" I [11/Jul/2007:12:37:57 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=21860)
クライアントWINDOWSから印刷しようとした時のlog I [11/Jul/2007:12:38:08 +0900] commptr="" I [11/Jul/2007:12:38:08 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=22130) I [11/Jul/2007:12:38:18 +0900] commptr="" I [11/Jul/2007:12:38:18 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=22478) I [11/Jul/2007:12:38:28 +0900] commptr="" I [11/Jul/2007:12:38:28 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=22772) I [11/Jul/2007:12:38:38 +0900] commptr="" I [11/Jul/2007:12:38:38 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=23094) I [11/Jul/2007:12:38:48 +0900] commptr="" I [11/Jul/2007:12:38:48 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=23384) I [11/Jul/2007:12:38:58 +0900] commptr="" I [11/Jul/2007:12:38:58 +0900] Started "/usr/lib/cups/cgi-bin/printers.cgi" (pid=23687) I [11/Jul/2007:12:39:01 +0900] commptr="?op=cancel-job&job_id=16&job_printer_uri=/printers/LBP3210" I [11/Jul/2007:12:39:01 +0900] Started "/usr/lib/cups/cgi-bin/jobs.cgi" (pid=23730) I [11/Jul/2007:12:39:01 +0900] Job 16 was canceled by "root". E [11/Jul/2007:12:39:01 +0900] PID 21158 (/usr/lib/cups/backend/ccp) stopped with status 1! I [11/Jul/2007:12:39:01 +0900] Hint: Try setting the LogLevel to "debug" to find out more. I [11/Jul/2007:12:39:17 +0900] Adding start banner page "none" to job 17. I [11/Jul/2007:12:39:17 +0900] Adding end banner page "none" to job 17. I [11/Jul/2007:12:39:17 +0900] Job 17 queued on "LBP3210" by "Pay". I [11/Jul/2007:12:39:17 +0900] Started backend /usr/lib/cups/backend/ccp (PID 24232) for job 17.
この PID 21158 (/usr/lib/cups/backend/ccp) stopped with status 1! というのがちょっと引っかかります。
/var/log/cups/error_logの内容 I [17/Jul/2007:21:01:05 +0900] Adding start banner page "none" to job 17. I [17/Jul/2007:21:01:05 +0900] Adding end banner page "none" to job 17. I [17/Jul/2007:21:01:05 +0900] Job 17 queued on "LBP3210" by "Pay". I [17/Jul/2007:21:01:05 +0900] Started backend /usr/lib/cups/backend/ccp (PID 18661) for job 17.