Gentoo Forums
Gentoo Forums
Quick Search: in
CUPS USB Printer fails to print
View unanswered posts
View posts from last 24 hours

rackathon
Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
sjorna
n00b
n00b


Joined: 29 Nov 2006
Posts: 54
Location: New South Wales, Australia

PostPosted: Mon Jan 22, 2007 7:38 am    Post subject: CUPS USB Printer fails to print Reply with quote

Howdy peoples! :)

I got a problem with my printer - it doesn't print... :?

I followed one thread that suggested the problem was with the DeviceURI in the printer.conf, but I changed that to "DeviceURI file:/dev/usb/lp0" (which I checked exists)...

As an auxiliary note, I can't seem to get a USB flash drive/memory stick to be recognized; though that is probably a combination of no USB hotplugging daemon, and lack of experience (slowly converting from Win).

Specs:
CUPS 1.2.6
Canon S520 USB printer
Kernel 2.6.18-gentoo-r3

cups.conf:
Code:

#
# "$Id: cupsd.conf.in 5454 2006-04-23 21:46:38Z mike $"
#
#   Sample configuration file for the Common UNIX Printing System (CUPS)
#   scheduler.  See "man cupsd.conf" for a complete description of this
#   file.
#

# Log general information in error_log - change "info" to "debug" for
# troubleshooting...
LogLevel debug

# Administrator user group...
SystemGroup lpadmin

# Only listen for connections from the local machine.
Listen localhost:631
Listen /var/run/cups/cups.sock

# Show shared printers on the local network.
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL

# Default authentication type, when authentication is required...
DefaultAuthType Basic

# Restrict access to the server...
<Location />
  Order allow,deny
  Allow localhost
</Location>

# Restrict access to the admin pages...
<Location /admin>
  Encryption Required
  Order allow,deny
  Allow localhost
</Location>

# Restrict access to configuration files...
<Location /admin/conf>
  AuthType Basic
  Require user @SYSTEM
  Order allow,deny
  Allow localhost
</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 $".
#

Debug error log::
Code:

I [22/Jan/2007:23:34:04 +1100] Listening to 127.0.0.1:631 (IPv4)
I [22/Jan/2007:23:34:04 +1100] Listening to ::1:631 (IPv6)
I [22/Jan/2007:23:34:04 +1100] Listening to /var/run/cups/cups.sock (Domain)
I [22/Jan/2007:23:34:04 +1100] Loaded configuration file "/etc/cups/cupsd.conf"
I [22/Jan/2007:23:34:04 +1100] Using default TempDir of /var/spool/cups/tmp...
I [22/Jan/2007:23:34:04 +1100] Cleaning out old temporary files in "/var/spool/cups/tmp"...
I [22/Jan/2007:23:34:04 +1100] Configured for up to 100 clients.
I [22/Jan/2007:23:34:04 +1100] Allowing up to 100 client connections per host.
I [22/Jan/2007:23:34:04 +1100] Using policy "default" as the default!
I [22/Jan/2007:23:34:04 +1100] Full reload is required.
I [22/Jan/2007:23:34:04 +1100] Loaded MIME database from '/etc/cups': 34 types, 38 filters...
D [22/Jan/2007:23:34:04 +1100] Loading printer Canon_S520...
D [22/Jan/2007:23:34:05 +1100] Scanning /var/spool/cups for jobs...
D [22/Jan/2007:23:34:05 +1100] Loading attributes for job 1...
D [22/Jan/2007:23:34:05 +1100] Unloading job 1...
D [22/Jan/2007:23:34:05 +1100] Loading attributes for job 5...
D [22/Jan/2007:23:34:05 +1100] Auto-typing document file "/var/spool/cups/d00005-001"...
D [22/Jan/2007:23:34:05 +1100] Loading attributes for job 2...
D [22/Jan/2007:23:34:05 +1100] Unloading job 2...
D [22/Jan/2007:23:34:05 +1100] Loading attributes for job 3...
D [22/Jan/2007:23:34:05 +1100] Auto-typing document file "/var/spool/cups/d00003-001"...
D [22/Jan/2007:23:34:05 +1100] Loading attributes for job 4...
D [22/Jan/2007:23:34:05 +1100] Unloading job 4...
I [22/Jan/2007:23:34:05 +1100] Full reload complete.
I [22/Jan/2007:23:34:05 +1100] Listening to 127.0.0.1:631 on fd 2...
E [22/Jan/2007:23:34:05 +1100] Unable to open listen socket for address ::1:631 - Address family not supported by protocol.
I [22/Jan/2007:23:34:05 +1100] Listening to /var/run/cups/cups.sock on fd 3...
D [22/Jan/2007:23:34:08 +1100] cupsdAcceptClient: 7 from localhost (Domain)
D [22/Jan/2007:23:34:08 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:08 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:08 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:08 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:08 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:08 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:08 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:08 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:08 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:08 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:08 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:08 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:08 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:13 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:13 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:13 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:13 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:13 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:13 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:13 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:13 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:13 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:13 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:13 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:13 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:13 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:18 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:18 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:18 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:18 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:18 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:18 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:18 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:18 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:18 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:18 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:18 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:18 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:18 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:23 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:23 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:23 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:23 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:23 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:23 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:23 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:23 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:23 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:23 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:23 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:23 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:23 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:27 +1100] cupsdCloseClient: 7
D [22/Jan/2007:23:34:30 +1100] cupsdAcceptClient: 7 from localhost (Domain)
D [22/Jan/2007:23:34:30 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:30 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:30 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:30 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:30 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:30 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:30 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:30 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:30 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:30 +1100] cupsdAcceptClient: 9 from localhost (Domain)
D [22/Jan/2007:23:34:30 +1100] cupsdCloseClient: 9
D [22/Jan/2007:23:34:31 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:31 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:31 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:31 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:31 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:31 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:31 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:31 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:31 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:31 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:31 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:31 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:31 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:32 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:32 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:32 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:34:32 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:35 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:35 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:35 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:34:35 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:36 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:36 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:36 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:36 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:36 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:36 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:36 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:36 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:36 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:36 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:36 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:36 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:36 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:38 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:38 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:38 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:38 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:38 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:38 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:38 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:38 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:38 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:38 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:38 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:38 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:38 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:38 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:38 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:38 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:34:38 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:41 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:41 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:41 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:41 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:41 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:41 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:41 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:41 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:41 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:41 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:41 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:41 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:41 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:41 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:41 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:41 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:34:41 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:44 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:44 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:44 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:44 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:44 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:44 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:44 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:44 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:44 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:44 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:44 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:44 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:44 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:44 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:44 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:44 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:34:44 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:46 +1100] CUPS-Get-Default
D [22/Jan/2007:23:34:46 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:34:46 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:34:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:46 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:34:46 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:34:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:34:46 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:34:46 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:34:46 +1100] cupsdCloseClient: 7
D [22/Jan/2007:23:35:08 +1100] Unloading job 3...
D [22/Jan/2007:23:35:08 +1100] Unloading job 5...
D [22/Jan/2007:23:35:50 +1100] cupsdAcceptClient: 7 from localhost (Domain)
D [22/Jan/2007:23:35:50 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:50 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:50 +1100] CUPS-Get-Default
D [22/Jan/2007:23:35:50 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:35:50 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:35:50 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:50 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:50 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:35:50 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:35:50 +1100] cupsdAcceptClient: 9 from localhost (Domain)
D [22/Jan/2007:23:35:50 +1100] cupsdCloseClient: 9
D [22/Jan/2007:23:35:51 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:51 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:51 +1100] CUPS-Get-Default
D [22/Jan/2007:23:35:51 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:35:51 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:35:51 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:51 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:51 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:35:51 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:35:51 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:51 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:51 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:35:51 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:35:55 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:55 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:55 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:35:55 +1100] Loading attributes for job 3...
D [22/Jan/2007:23:35:55 +1100] Loading attributes for job 5...
D [22/Jan/2007:23:35:55 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:35:56 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:56 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:56 +1100] CUPS-Get-Default
D [22/Jan/2007:23:35:56 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:35:56 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:35:56 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:56 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:56 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:35:56 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:35:56 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:56 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:56 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:35:56 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:35:58 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:58 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:58 +1100] CUPS-Get-Default
D [22/Jan/2007:23:35:58 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:35:58 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:35:58 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:58 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:58 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:35:58 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:35:58 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:58 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:58 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:35:58 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:35:58 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:35:58 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:35:58 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:35:58 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:01 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:01 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:01 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:01 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:01 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:01 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:01 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:01 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:01 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:01 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:01 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:01 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:01 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:01 +1100] cupsdReadClient: 7 GET /printers/Canon_S520.ppd HTTP/1.1
D [22/Jan/2007:23:36:01 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:01 +1100] write_file: 7 file=9
D [22/Jan/2007:23:36:01 +1100] cupsdAcceptClient: 9 from localhost (Domain)
D [22/Jan/2007:23:36:01 +1100] cupsdReadClient: 9 POST /printers/Canon_S520 HTTP/1.1
D [22/Jan/2007:23:36:01 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:01 +1100] Print-Job ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:01 +1100] print_job: auto-typing file...
D [22/Jan/2007:23:36:01 +1100] print_job: request file type is application/postscript.
D [22/Jan/2007:23:36:01 +1100] add_job: requesting-user-name="wraeth"
D [22/Jan/2007:23:36:01 +1100] Adding default job-sheets values "none,none"...
I [22/Jan/2007:23:36:01 +1100] Adding start banner page "none" to job 6.
D [22/Jan/2007:23:36:01 +1100] Discarding unused job-created event...
I [22/Jan/2007:23:36:01 +1100] Adding end banner page "none" to job 6.
I [22/Jan/2007:23:36:01 +1100] Job 6 queued on "Canon_S520" by "wraeth".
D [22/Jan/2007:23:36:01 +1100] Job 6 hold_until = 0
D [22/Jan/2007:23:36:01 +1100] Discarding unused printer-state-changed event...
D [22/Jan/2007:23:36:01 +1100] job-sheets=none,none
D [22/Jan/2007:23:36:01 +1100] banner_page = 0
D [22/Jan/2007:23:36:01 +1100] [Job 6] argv[0]="Canon_S520"
D [22/Jan/2007:23:36:01 +1100] [Job 6] argv[1]="6"
D [22/Jan/2007:23:36:01 +1100] [Job 6] argv[2]="wraeth"
D [22/Jan/2007:23:36:01 +1100] [Job 6] argv[3]="Test Page"
D [22/Jan/2007:23:36:01 +1100] [Job 6] argv[4]="1"
D [22/Jan/2007:23:36:01 +1100] [Job 6] argv[5]="job-uuid=urn:uuid:6ef5e227-8da8-372f-561a-420bc20dd832"
D [22/Jan/2007:23:36:01 +1100] [Job 6] argv[6]="/var/spool/cups/d00006-001"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[0]="CUPS_CACHEDIR=/var/cache/cups"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[1]="CUPS_DATADIR=/usr/share/cups"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[2]="CUPS_DOCROOT=/usr/share/cups/html"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[3]="CUPS_FONTPATH=/usr/share/cups/fonts"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[4]="CUPS_REQUESTROOT=/var/spool/cups"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[5]="CUPS_SERVERBIN=/usr/libexec/cups"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[6]="CUPS_SERVERROOT=/etc/cups"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[7]="CUPS_STATEDIR=/var/run/cups"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[8]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[9]="SERVER_ADMIN=root@cerebellum.cerebellum.sytes.net"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[10]="SOFTWARE=CUPS/1.2.6"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[11]="TMPDIR=/var/spool/cups/tmp"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[12]="USER=root"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[13]="CUPS_SERVER=/var/run/cups/cups.sock"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[14]="CUPS_ENCRYPTION=IfRequested"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[15]="IPP_PORT=631"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[16]="CHARSET=utf-8"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[17]="LANG=en_US"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[18]="PPD=/etc/cups/ppd/Canon_S520.ppd"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[19]="RIP_MAX_CACHE=8m"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[20]="CONTENT_TYPE=application/postscript"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[21]="DEVICE_URI=file:/dev/usb/lp0"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[22]="PRINTER=Canon_S520"
D [22/Jan/2007:23:36:01 +1100] [Job 6] envp[23]="FINAL_CONTENT_TYPE=printer/Canon_S520"
I [22/Jan/2007:23:36:01 +1100] Started filter /usr/libexec/cups/filter/pstops (PID 24033) for job 6.
I [22/Jan/2007:23:36:01 +1100] Started filter /usr/libexec/cups/filter/foomatic-rip (PID 24034) for job 6.
D [22/Jan/2007:23:36:01 +1100] Discarding unused job-state event...
D [22/Jan/2007:23:36:01 +1100] cupsdProcessIPPRequest: 9 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:01 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:01 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:01 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:01 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:01 +1100] [Job 6] Page = 595x842; 0,0 to 595,842
D [22/Jan/2007:23:36:01 +1100] [Job 6] slow_collate=0, slow_duplex=0, slow_order=0
D [22/Jan/2007:23:36:01 +1100] [Job 6] Before copy_comments - %!PS-Adobe-3.0 EPSF-3.0
D [22/Jan/2007:23:36:01 +1100] [Job 6] %!PS-Adobe-3.0 EPSF-3.0
D [22/Jan/2007:23:36:01 +1100] [Job 6] %%BoundingBox: 0 0 595 842
D [22/Jan/2007:23:36:01 +1100] [Job 6] %%Pages: 0
D [22/Jan/2007:23:36:01 +1100] [Job 6] %%Creator: Sun Microsystems, Inc.
D [22/Jan/2007:23:36:01 +1100] [Job 6] %%Title: none
D [22/Jan/2007:23:36:01 +1100] [Job 6] %%CreationDate: none
D [22/Jan/2007:23:36:01 +1100] [Job 6] %%LanguageLevel: 2
D [22/Jan/2007:23:36:01 +1100] [Job 6] %%EndComments
D [22/Jan/2007:23:36:01 +1100] [Job 6] Before copy_prolog - %%BeginProlog
D [22/Jan/2007:23:36:01 +1100] [Job 6] Before copy_setup - %%BeginSetup
D [22/Jan/2007:23:36:01 +1100] [Job 6] Before page loop - %%Page: 1 1
D [22/Jan/2007:23:36:01 +1100] [Job 6] Copying page 1...
D [22/Jan/2007:23:36:01 +1100] [Job 6] pagew = 595.0, pagel = 842.0
D [22/Jan/2007:23:36:01 +1100] [Job 6] bboxw = 595, bboxl = 842
D [22/Jan/2007:23:36:01 +1100] [Job 6] PageLeft = 0.0, PageRight = 595.0
D [22/Jan/2007:23:36:01 +1100] [Job 6] PageTop = 842.0, PageBottom = 0.0
D [22/Jan/2007:23:36:01 +1100] [Job 6] PageWidth = 595.0, PageLength = 842.0
D [22/Jan/2007:23:36:02 +1100] [Job 6] foomatic-rip version $Revision$ running...
D [22/Jan/2007:23:36:02 +1100] [Job 6] Parsing PPD file ...
D [22/Jan/2007:23:36:02 +1100] [Job 6] *cupsFilter: "application/vnd.cups-postscript 0 foomatic-rip"
D [22/Jan/2007:23:36:02 +1100] [Job 6] Added option ColorSpace
D [22/Jan/2007:23:36:02 +1100] [Job 6] Added option Resolution
D [22/Jan/2007:23:36:02 +1100] [Job 6] Added option PageSize
D [22/Jan/2007:23:36:02 +1100] [Job 6] Added option PageRegion
D [22/Jan/2007:23:36:02 +1100] [Job 6] Added option ImageableArea
D [22/Jan/2007:23:36:02 +1100] [Job 6] Added option PaperDimension
D [22/Jan/2007:23:36:02 +1100] [Job 6] Added option Quality
D [22/Jan/2007:23:36:02 +1100] [Job 6] Added option Font
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] Parameter Summary
D [22/Jan/2007:23:36:02 +1100] [Job 6] -----------------
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] Spooler: cups
D [22/Jan/2007:23:36:02 +1100] [Job 6] Printer: Canon_S520
D [22/Jan/2007:23:36:02 +1100] [Job 6] Shell: /bin/sh
D [22/Jan/2007:23:36:02 +1100] [Job 6] PPD file: /etc/cups/ppd/Canon_S520.ppd
D [22/Jan/2007:23:36:02 +1100] [Job 6] ATTR file:
D [22/Jan/2007:23:36:02 +1100] [Job 6] Printer model: Canon S500 Foomatic/bj8pa06n.upp (recommended)
D [22/Jan/2007:23:36:02 +1100] [Job 6] Job title: Test Page
D [22/Jan/2007:23:36:02 +1100] [Job 6] File(s) to be printed:
D [22/Jan/2007:23:36:02 +1100] [Job 6] <STDIN>
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] GhostScript extra search path ('GS_LIB'): /usr/share/cups/fonts
D [22/Jan/2007:23:36:02 +1100] [Job 6] Pondering option 'job-uuid=urn:uuid:6ef5e227-8da8-372f-561a-420bc20dd832'
D [22/Jan/2007:23:36:02 +1100] [Job 6] Unknown option job-uuid=urn:uuid:6ef5e227-8da8-372f-561a-420bc20dd832.
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] ================================================
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] File: <STDIN>
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] ================================================
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] Reading PostScript input ...
D [22/Jan/2007:23:36:02 +1100] [Job 6] --> This document is DSC-conforming!
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] -----------
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %%BeginProlog
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %%EndProlog
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] -----------
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %%BeginSetup
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %%BeginFeature: *PageSize A4
D [22/Jan/2007:23:36:02 +1100] [Job 6] Option: PageSize=A4 --> Option will be set by PostScript interpreter
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %%BeginFeature: *Quality 600PlainNormal
D [22/Jan/2007:23:36:02 +1100] [Job 6] Option: Quality=600PlainNormal --> Setting option
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %% FoomaticRIPOptionSetting: Quality=600PlainNormal
D [22/Jan/2007:23:36:02 +1100] [Job 6] Option: Quality=600PlainNormal --> Setting option
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %%EndSetup
D [22/Jan/2007:23:36:02 +1100] [Job 6] Inserting PostScript code for CUPS' page accounting
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] -----------
D [22/Jan/2007:23:36:02 +1100] [Job 6] New page:  1 1
D [22/Jan/2007:23:36:02 +1100] [Job 6] Inserting option code into "PageSetup" section.
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %%BeginPageSetup
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found: %%EndPageSetup
D [22/Jan/2007:23:36:02 +1100] [Job 6] End of page header
D [22/Jan/2007:23:36:02 +1100] [Job 6] Stopping search for page header options
D [22/Jan/2007:23:36:02 +1100] [Job 6] Found:
D [22/Jan/2007:23:36:02 +1100] [Job 6] 272.61532 887.70906 l  286.04014 909.21911 l  300.83795 929.43245 l
D [22/Jan/2007:23:36:02 +1100] [Job 6] --> Output goes directly to the renderer now.
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] Starting renderer
D [22/Jan/2007:23:36:02 +1100] [Job 6] JCL: <job data>
D [22/Jan/2007:23:36:02 +1100] [Job 6]
D [22/Jan/2007:23:36:02 +1100] [Job 6] renderer PID kid4=24039
D [22/Jan/2007:23:36:02 +1100] [Job 6] renderer command: gs @bj8pa06n.upp -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE  -sOutputFile=- -
D [22/Jan/2007:23:36:02 +1100] [Job 6] foomatic-gswrapper: gs '@bj8pa06n.upp' '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
D [22/Jan/2007:23:36:02 +1100] [Job 6] sh: line 1: 24068 Segmentation fault      gs '@bj8pa06n.upp' '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
D [22/Jan/2007:23:36:02 +1100] [Job 6] renderer return value: 139
D [22/Jan/2007:23:36:02 +1100] [Job 6] renderer received signal: 139
D [22/Jan/2007:23:36:02 +1100] [Job 6] Process dying with "The renderer may have dumped core.", exit stat: 3
D [22/Jan/2007:23:36:02 +1100] [Job 6] error: Illegal seek (29)
D [22/Jan/2007:23:36:02 +1100] [Job 6] The renderer may have dumped core.
D [22/Jan/2007:23:36:02 +1100] [Job 6] tail process done writing data to STDOUT
D [22/Jan/2007:23:36:02 +1100] [Job 6] KID4 finished
D [22/Jan/2007:23:36:03 +1100] [Job 6] Wrote 1 pages...
D [22/Jan/2007:23:36:03 +1100] PID 24033 (/usr/libexec/cups/filter/pstops) exited with no errors.
D [22/Jan/2007:23:36:03 +1100] [Job 6]
D [22/Jan/2007:23:36:03 +1100] [Job 6] Closing renderer
D [22/Jan/2007:23:36:03 +1100] [Job 6] KID3 exited with status 3
D [22/Jan/2007:23:36:03 +1100] [Job 6] Renderer exit stat: 3
D [22/Jan/2007:23:36:03 +1100] [Job 6] Renderer process finished
D [22/Jan/2007:23:36:03 +1100] [Job 6] Killing process 24038 (KID3)
D [22/Jan/2007:23:36:03 +1100] [Job 6] Process dying with "Error closing renderer", exit stat: 3
D [22/Jan/2007:23:36:03 +1100] [Job 6] error: Illegal seek (29)
D [22/Jan/2007:23:36:03 +1100] [Job 6] Error closing renderer
E [22/Jan/2007:23:36:03 +1100] PID 24034 (/usr/libexec/cups/filter/foomatic-rip) stopped with status 3!
D [22/Jan/2007:23:36:03 +1100] [Job 6] File 0 is complete.
D [22/Jan/2007:23:36:03 +1100] Discarding unused printer-state-changed event...
D [22/Jan/2007:23:36:03 +1100] Discarding unused job-stopped event...
D [22/Jan/2007:23:36:04 +1100] Unloading job 6...
D [22/Jan/2007:23:36:04 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:04 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:04 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:04 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:04 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:04 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:04 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:04 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:04 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:04 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:04 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:04 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:04 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:04 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:04 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:04 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:04 +1100] Loading attributes for job 6...
D [22/Jan/2007:23:36:04 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:06 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:06 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:06 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:06 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:06 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:06 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:06 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:06 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:06 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:06 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:06 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:06 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:06 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:07 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:07 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:07 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:07 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:10 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:10 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:10 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:10 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:10 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:10 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:10 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:10 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:10 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:10 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:10 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:10 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:10 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:10 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:10 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:10 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:10 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:11 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:11 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:11 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:11 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:11 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:11 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:11 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:11 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:11 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:11 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:11 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:11 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:11 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:13 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:13 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:13 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:13 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:16 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:16 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:16 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:16 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:16 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:16 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:16 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:16 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:16 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:16 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:16 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:16 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:16 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:16 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:16 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:16 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:16 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:16 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:16 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:16 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:16 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:16 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:16 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:16 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:16 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:16 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:16 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:16 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:16 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:16 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:19 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:19 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:19 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:19 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:21 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:21 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:21 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:21 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:21 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:21 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:21 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:21 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:21 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:21 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:21 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:21 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:21 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:22 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:22 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:22 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:22 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:22 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:22 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:22 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:22 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:22 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:22 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:22 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:22 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:22 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:22 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:22 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:22 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:22 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:25 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:25 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:25 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:25 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:26 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:26 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:26 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:26 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:26 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:26 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:26 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:26 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:26 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:26 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:26 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:26 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:26 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)

Continued next message:
Back to top
View user's profile Send private message
sjorna
n00b
n00b


Joined: 29 Nov 2006
Posts: 54
Location: New South Wales, Australia

PostPosted: Mon Jan 22, 2007 7:40 am    Post subject: Continued log Reply with quote

Code:

D [22/Jan/2007:23:36:28 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:28 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:28 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:28 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:28 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:28 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:28 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:28 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:28 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:28 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:28 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:28 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:28 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:28 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:28 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:28 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:28 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:31 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:31 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:31 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:31 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:31 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:31 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:31 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:31 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:31 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:31 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:31 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:31 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:31 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:31 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:31 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:31 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:31 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:34 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:34 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:34 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:34 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:34 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:34 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:34 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:34 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:34 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:34 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:34 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:34 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:34 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:34 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:34 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:34 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:34 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:36 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:36 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:36 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:36 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:36 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:36 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:36 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:36 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:36 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:36 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:36 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:36 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:36 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:37 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:37 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:37 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:37 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:40 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:40 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:40 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:40 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:40 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:40 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:40 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:40 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:40 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:40 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:40 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:40 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:40 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:40 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:40 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:40 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:40 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:41 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:41 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:41 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:41 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:41 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:41 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:41 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:41 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:41 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:41 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:41 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:41 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:41 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:43 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:43 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:43 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:43 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:46 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:46 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:46 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:46 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:46 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:46 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:46 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:46 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:46 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:46 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:46 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:46 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:46 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:46 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:46 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:46 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:46 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:46 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:49 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:49 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:49 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:49 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:51 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:51 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:51 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:51 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:51 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:51 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:51 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:51 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:51 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:51 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:51 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:51 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:51 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:52 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:52 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:52 +1100] CUPS-Get-Default
D [22/Jan/2007:23:36:52 +1100] CUPS-Get-Default client-error-not-found: No default printer
D [22/Jan/2007:23:36:52 +1100] cupsdProcessIPPRequest: 7 status_code=406 (client-error-not-found)
D [22/Jan/2007:23:36:52 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:52 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:52 +1100] CUPS-Get-Printers
D [22/Jan/2007:23:36:52 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:52 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:52 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:52 +1100] Get-Printer-Attributes ipp://localhost/printers/Canon_S520
D [22/Jan/2007:23:36:52 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)
D [22/Jan/2007:23:36:52 +1100] cupsdReadClient: 7 POST / HTTP/1.1
D [22/Jan/2007:23:36:52 +1100] cupsdAuthorize: No authentication data provided.
D [22/Jan/2007:23:36:52 +1100] Get-Jobs ipp://localhost:631/printers/Canon_S520
D [22/Jan/2007:23:36:52 +1100] cupsdProcessIPPRequest: 7 status_code=0 (successful-ok)


I hope you can help... Thanks in advance...
-Sam
Back to top
View user's profile Send private message
TheCoop
Veteran
Veteran


Joined: 15 Jun 2002
Posts: 1814
Location: Where you least expect it

PostPosted: Mon Jan 22, 2007 4:46 pm    Post subject: Reply with quote

any error message when you try to print a test page?
_________________
95% of all computer errors occur between chair and keyboard (TM)

"One World, One web, One program" - Microsoft Promo ad.
"Ein Volk, Ein Reich, Ein Führer" - Adolf Hitler

Change the world - move a rock
Back to top
View user's profile Send private message
sjorna
n00b
n00b


Joined: 29 Nov 2006
Posts: 54
Location: New South Wales, Australia

PostPosted: Mon Jan 22, 2007 9:11 pm    Post subject: Reply with quote

TheCoop wrote:
any error message when you try to print a test page?


No - shows message "A4 test page has been sent to Canon_S520", new job appears in the job list, and after a second or so, status changes to "Stopped: job-stopped". When I run under 'su' from the console, the output on the console is this:

Code:

cerebellum wraeth # gnome-cups-manager

(gnome-printer-view:27110): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.

** (gnome-printer-view:27110): WARNING **: failed request with status 1030

** (gnome-printer-view:27110): WARNING **: failed request with status 1030

** (gnome-printer-view:27110): WARNING **: failed request with status 1030

** (gnome-printer-view:27110): WARNING **: failed request with status 200

** (gnome-printer-view:27110): WARNING **: failed request with status 1030

** (gnome-printer-view:27110): WARNING **: failed request with status 1030

** (gnome-printer-view:27110): WARNING **: failed request with status 1028

** (gnome-printer-view:27110): WARNING **: failed request with status 1030

** (gnome-printer-view:27110): WARNING **: failed request with status 1030


Tried printing a test page as root, but the exact same thing happens - message pops up saying it was successful, but the job changes to stopped, and refuses to resume.
:?
Back to top
View user's profile Send private message
sjorna
n00b
n00b


Joined: 29 Nov 2006
Posts: 54
Location: New South Wales, Australia

PostPosted: Tue Jan 23, 2007 8:58 pm    Post subject: Reply with quote

I take it, from the lack of replies, that no one can help...? :oops: :cry:
Back to top
View user's profile Send private message
vyralsurfer
n00b
n00b


Joined: 05 Oct 2006
Posts: 1

PostPosted: Wed Jan 24, 2007 8:54 pm    Post subject: Reply with quote

I had similar symptoms, where a test page would simply show the status of "stopped". To help solve my problem I unmerged ghostscript-gpl and merged ghostscript-esp. I now have my Canon S520 printing (black ink doesn't work however...very strange), using the S500 driver from, I believe, the gimp-print package (emerge gimp-print).
Back to top
View user's profile Send private message
onlinepancakes
Apprentice
Apprentice


Joined: 04 Sep 2006
Posts: 273
Location: Surprise - AZ

PostPosted: Wed Jan 24, 2007 9:07 pm    Post subject: Reply with quote

Did you turn on your printers in http://localhost:631/admin ?
_________________
Onlinepancakes --
Back to top
View user's profile Send private message
sjorna
n00b
n00b


Joined: 29 Nov 2006
Posts: 54
Location: New South Wales, Australia

PostPosted: Wed Jan 24, 2007 9:56 pm    Post subject: Reply with quote

I checked cups admin (localhost:631) and there are two things of note:

There are two instances of the printer: one pointing to file:/dev/usb/lp0 (I manually changed this in the .conf), and one that it 'detected' when I went to cups admin pointing to USB://Canon/S520

Second, both instances have "/usr/libexec/cups/filter/foomatic-rip failed" next to their names.

Trying to print a test on both instances shows the successful message, but the job appears stopped in the queue, with no further information...

Also, I kind of can't not-use black - I don't have the money for colour cartridges, and printing black (which is what I do most) is sort of expensive with colour...
:?
Back to top
View user's profile Send private message
sjorna
n00b
n00b


Joined: 29 Nov 2006
Posts: 54
Location: New South Wales, Australia

PostPosted: Tue Jan 30, 2007 7:32 am    Post subject: Reply with quote

Is anyone able to help me out with this? The fact that I can't print is kind of debilitating, and it's really annoying to have to continually reboot into Windows whenever I want to print something...
Back to top
View user's profile Send private message
wynn
Veteran
Veteran


Joined: 01 Apr 2005
Posts: 2395
Location: UK

PostPosted: Tue Jan 30, 2007 3:53 pm    Post subject: Reply with quote

The problem appears to be
Code:
D [22/Jan/2007:23:36:02 +1100] [Job 6] foomatic-gswrapper: gs '@bj8pa06n.upp' '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
D [22/Jan/2007:23:36:02 +1100] [Job 6] sh: line 1: 24068 Segmentation fault      gs '@bj8pa06n.upp' '-dBATCH' '-dPARANOIDSAFER' '-dQUIET' '-dNOPAUSE' '-sOutputFile=/dev/fd/3' '/dev/fd/0' 3>&1 1>&2
which may be caused by running ghostscript-gnu or ghostscript-gpl instead of ghostscript-esp which CUPS must have.

Another peculiar thing is
Code:
D [22/Jan/2007:23:36:02 +1100] [Job 6] foomatic-rip version $Revision$ running...
please see http://forums.gentoo.org/viewtopic-p-3746402.html#3746402.
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
Decibels
Veteran
Veteran


Joined: 15 Aug 2002
Posts: 1525
Location: U.S.A.

PostPosted: Tue Jan 30, 2007 4:27 pm    Post subject: Reply with quote

Have you tried running revdep-rebuild ? After updating to KDE 3.5.6 lot of things were broken on mine and another system I help maintain. One of them was no printer showing up amoungst other problems.
Remerging cups fixed the printer problem. Then gnucash wouldn't start for gnucash-bin: error while loading shared libraries: libdbus-1.so.2: cannot open shared object file: No such file or directory so ran revdep-rebuild and lot of packages broken.

Try it, even if your not using KDE, lot of times things will start working again after remerging them, so let revdep-rebuild see if it finds something.
_________________
http://webpages.charter.net/decibelshelp/
Don't assume malice for what stupidity can explain.
Always remember you're unique. Just like everyone else.
Everybody lies........but it doesn't matter since nobody listens.
Back to top
View user's profile Send private message
sjorna
n00b
n00b


Joined: 29 Nov 2006
Posts: 54
Location: New South Wales, Australia

PostPosted: Tue Jan 30, 2007 9:09 pm    Post subject: Reply with quote

Currently working on a revdep-rebuild - one of the packages failed emerge, but I've posted that to the portage forum, and am continuing with the other packages as I can...

As for the libdbus-1.so.2 problem, There is a thread (http://forums.gentoo.org/viewtopic-t-524259-highlight-dbus.html) that fixes this:

as root:
Code:

# cd /usr/lib
# ln -s libdbus-1.so.3.2 libdbus-1.so.2
# cd /root
# rm -rf .revdep*
# revdep-rebuild

Basically, the libdbus-1.so.2 library was removed, so by pointing a symlink to the newer version, things work again.

Enjoy and cheers - will try the above fixes when I get revdep to finish properly....
sjorna
Back to top
View user's profile Send private message
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 481
Location: Kiev

PostPosted: Fri Apr 27, 2007 6:40 am    Post subject: Reply with quote

sjorna wrote:
Currently working on a revdep-rebuild - one of the packages failed emerge, but I've posted that to the portage forum, and am continuing with the other packages as I can...

As for the libdbus-1.so.2 problem, There is a thread (http://forums.gentoo.org/viewtopic-t-524259-highlight-dbus.html) that fixes this:

as root:
Code:

# cd /usr/lib
# ln -s libdbus-1.so.3.2 libdbus-1.so.2
# cd /root
# rm -rf .revdep*
# revdep-rebuild

Basically, the libdbus-1.so.2 library was removed, so by pointing a symlink to the newer version, things work again.

Enjoy and cheers - will try the above fixes when I get revdep to finish properly....
sjorna


i have same "/usr/libexec/cups/filter/foomatic-rip failed" error, but aforementioned steps didn't solve it...
any ideas?
Back to top
View user's profile Send private message
wynn
Veteran
Veteran


Joined: 01 Apr 2005
Posts: 2395
Location: UK

PostPosted: Fri Apr 27, 2007 10:33 am    Post subject: Reply with quote

romalong wrote:
i have same "/usr/libexec/cups/filter/foomatic-rip failed" error, but aforementioned steps didn't solve it...
any ideas?
I don't think the solution you quoted from sjorna will correct your "/usr/libexec/cups/filter/foomatic-rip failed" error.

This is usually due to having ghostscript-gpl instead of ghostscript-esp installed: CUPS requires ghostscript-esp.

To emerge ghostscript-esp you need to remove the existing ghostscript first as it will block the new one
Code:
emerge -C ghostscript-gpl
emerge -av ghostscript-esp
the "-av" is so you can check that ghostscript-esp will be emerge'd with the "cups" USE flag.
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 481
Location: Kiev

PostPosted: Sun Apr 29, 2007 5:30 am    Post subject: Reply with quote

wynn wrote:
romalong wrote:
i have same "/usr/libexec/cups/filter/foomatic-rip failed" error, but aforementioned steps didn't solve it...
any ideas?
I don't think the solution you quoted from sjorna will correct your "/usr/libexec/cups/filter/foomatic-rip failed" error.

This is usually due to having ghostscript-gpl instead of ghostscript-esp installed: CUPS requires ghostscript-esp.

To emerge ghostscript-esp you need to remove the existing ghostscript first as it will block the new one
Code:
emerge -C ghostscript-gpl
emerge -av ghostscript-esp
the "-av" is so you can check that ghostscript-esp will be emerge'd with the "cups" USE flag.


thanks for replaying me...
i've done what you suggested, but same error is present, /usr/libexec/cups/filter/foomatic-rip failed.
Back to top
View user's profile Send private message
wynn
Veteran
Veteran


Joined: 01 Apr 2005
Posts: 2395
Location: UK

PostPosted: Sun Apr 29, 2007 5:40 am    Post subject: Reply with quote

It may be then that you are missing a driver, what printer have you got and how is it connected (parallel port, USB)?
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
xeran
n00b
n00b


Joined: 15 Jul 2004
Posts: 37

PostPosted: Sun Apr 29, 2007 11:54 pm    Post subject: Reply with quote

I'm getting the same error...I have done what you said, and it still doesn't work for me.

My Lexmark Z715 is plugged into USB
Back to top
View user's profile Send private message
wynn
Veteran
Veteran


Joined: 01 Apr 2005
Posts: 2395
Location: UK

PostPosted: Mon Apr 30, 2007 3:09 am    Post subject: Reply with quote

xeran wrote:
I'm getting the same error...I have done what you said, and it still doesn't work for me.

My Lexmark Z715 is plugged into USB
There doesn't appear to be a Linux driver for this printer.

Nothing on http://www.linux-foundation.org/en/OpenPrinting.

All other sites that have Z715 drivers are only for Windows.
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 481
Location: Kiev

PostPosted: Mon Apr 30, 2007 6:18 am    Post subject: Reply with quote

wynn wrote:
It may be then that you are missing a driver, what printer have you got and how is it connected (parallel port, USB)?


Code:
localhost ~ # lsusb
Bus 002 Device 003: ID 03f0:3104 Hewlett-Packard DeskJet 960c


Showing 1 of 1 printer.
Sort Descending
HP_DESKJET_960C_USB_1
Description: HP DESKJET 960C
Location: Local Printer
Make and Model: HP DeskJet 960C Foomatic/hpijs (recommended)
Printer State: idle, rejecting jobs, published.
Device URI: usb://HP/DESKJET%20960C?serial=MY22L1B0TKRO
Back to top
View user's profile Send private message
wynn
Veteran
Veteran


Joined: 01 Apr 2005
Posts: 2395
Location: UK

PostPosted: Mon Apr 30, 2007 9:17 am    Post subject: Reply with quote

romalong wrote:
Code:
localhost ~ # lsusb
Bus 002 Device 003: ID 03f0:3104 Hewlett-Packard DeskJet 960c


Showing 1 of 1 printer.
Sort Descending
HP_DESKJET_960C_USB_1
Description: HP DESKJET 960C
Location: Local Printer
Make and Model: HP DeskJet 960C Foomatic/hpijs (recommended)
Printer State: idle, rejecting jobs, published.
Device URI: usb://HP/DESKJET%20960C?serial=MY22L1B0TKRO
That all looks OK except that usually, with the hpijs printer driver, the Device URI starts "hp:" — have you checked your installation against HPLIP?

[edit] OpenPrinting.org shows the driver to be hpijs, not hplip as I have written: have you installed it? net-print/hpijs [/edit]

The "Printer State: idle, rejecting jobs, published." can be changed by going to http://localhost:631/printers/ and clicking on "Accept Jobs" which is to the right of "Start Printer".
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 481
Location: Kiev

PostPosted: Tue May 01, 2007 4:53 am    Post subject: Reply with quote

yes, i've taken hpijs from OpenPrinting.org.
also, i don't have hplip.
testing it with all the drivers i got displays me the same error: HP_DESKJET_960C_USB_1 "Printer not connected; will retry in 30 seconds..."
Back to top
View user's profile Send private message
wynn
Veteran
Veteran


Joined: 01 Apr 2005
Posts: 2395
Location: UK

PostPosted: Tue May 01, 2007 5:24 am    Post subject: Reply with quote

With the printer switched on and connected, could you run
Code:
lpinfo -v
/usr/libexec/cups/backend/usb
ls -l /dev/usb/lp*
and post the output from each of the three commands, please?
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
romalong
Guru
Guru


Joined: 08 Jun 2005
Posts: 481
Location: Kiev

PostPosted: Fri May 04, 2007 3:39 am    Post subject: Reply with quote

wynn wrote:
With the printer switched on and connected, could you run
Code:
lpinfo -v
/usr/libexec/cups/backend/usb
ls -l /dev/usb/lp*
and post the output from each of the three commands, please?


here you are:

Code:
localhost lng # lpinfo -v
network socket
network beh
direct usb://HP/DESKJET%20960C?serial=MY22L1B0TKRO
network http
network ipp
network lpd
direct scsi
serial serial:/dev/ttyS0?baud=115200

localhost lng # /usr/libexec/cups/backend/usb
direct usb://HP/DESKJET%20960C?serial=MY22L1B0TKRO "HP DESKJET 960C" "HP DESKJET 960C USB #1" "MFG:HEWLETT-PACKARD;MDL:DESKJET 960C;CMD:MLC,PCL,PML;CLS:PRINTER;DES:Hewlett-Packard DeskJet 960C;SN:MY22L1B0TKRO;S:00800080800010002C1100018C208005A;P:0800,FL,B0;J:                    ;Û*"

localhost lng # ls -l /dev/usb/lp*
crw-rw---- 1 root plugdev 180, 0 May  4 11:33 /dev/usb/lp0
Back to top
View user's profile Send private message
wynn
Veteran
Veteran


Joined: 01 Apr 2005
Posts: 2395
Location: UK

PostPosted: Fri May 04, 2007 4:57 am    Post subject: Reply with quote

Well, with those results, I can't see why it says the printer is not connected.

I can't think of anything else to try, sorry :(
_________________
The avatar is jorma, a "duck" from "Elephants Dream": the film and all the production materials have been made available under a Creative Commons Attribution 2.5 License, see orange.blender.org for details.
Back to top
View user's profile Send private message
Gruelius
n00b
n00b


Joined: 16 Feb 2007
Posts: 37

PostPosted: Sat May 05, 2007 5:21 am    Post subject: Reply with quote

Hi,
Ive got the exact same error aswell. Im not much of a linux expert so if you could reccomend which files i post that would be great. Ive emerged the different type of ghostscript to no avail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT - 5 Hours
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum