I am trying to print via LPD on my MBP to a Windows 7 computer. I already enabled LPD Server in the "Enable Windows Features" dialog in Windows 7.
I added it by the CUPS admin page (IP I used was lpd://10.0.0.11/ because the computer's IP is 10.0.0.11) and it seemed to add fine. I selected the model (Samsung CLP 620) and tried printing a test page.
It fails (usr/libexec/cups/backend/lpd failed) with the following log:
Anyone have an idea why? I don't see anything in that log that tells me why it failed...
I added it by the CUPS admin page (IP I used was lpd://10.0.0.11/ because the computer's IP is 10.0.0.11) and it seemed to add fine. I selected the model (Samsung CLP 620) and tried printing a test page.
It fails (usr/libexec/cups/backend/lpd failed) with the following log:
Code:
D [09/Oct/2010:18:28:51 -0700] [Job 6] Ready to print.
D [09/Oct/2010:18:28:51 -0700] [Job 6] STATE: +connecting-to-device
D [09/Oct/2010:18:28:51 -0700] [Job 6] Looking up "10.0.0.11"...
D [09/Oct/2010:18:28:51 -0700] [Job 6] Connecting to 10.0.0.11:515 for printer
D [09/Oct/2010:18:28:51 -0700] [Job 6] Connecting to printer...
D [09/Oct/2010:18:28:51 -0700] [Job 6] STATE: -connecting-to-device
D [09/Oct/2010:18:28:51 -0700] [Job 6] Connected to printer...
D [09/Oct/2010:18:28:51 -0700] [Job 6] Connected to 10.0.0.11:515 (IPv4) (local port 1017)...
D [09/Oct/2010:18:28:51 -0700] [Job 6] lpd_command 02
D [09/Oct/2010:18:28:51 -0700] [Job 6] Sending command string (2 bytes)...
D [09/Oct/2010:18:28:51 -0700] [Job 6] Reading command status...
D [09/Oct/2010:18:28:51 -0700] [Job 6] lpd_command returning 1
D [09/Oct/2010:18:28:51 -0700] [Job 6] Backend returned status 1 (failed)
D [09/Oct/2010:18:28:51 -0700] [Job 6] Printer stopped due to backend errors; please consult the error_log file for details.
D [09/Oct/2010:18:28:51 -0700] [Job 6] End of messages
D [09/Oct/2010:18:28:51 -0700] [Job 6] printer-state=5(stopped)
D [09/Oct/2010:18:28:51 -0700] [Job 6] printer-state-message="/usr/libexec/cups/backend/lpd failed"
D [09/Oct/2010:18:28:51 -0700] [Job 6] printer-state-reasons=paused
Anyone have an idea why? I don't see anything in that log that tells me why it failed...