On Sun, Mar 10, 2002 at 02:21, Bill Wohler wrote: > My Win2k clients could see the new printer during the create printer > phase. However, I'm getting the message "Access denied, unable to > connect." Some messages from a Google search said that one can still > print, but that's not the case here. > > On the Debian side, I see the following error in > /var/log/samba/log.smbd: > > printing/print_cups.c:cups_job_submit(658) > Unable to print file to lp - client-error-document-format-not-supported > > Ideas?
What kind of error does cups logs in /var/log/cups/error_log, if any ? Chances are that you will see something like: print_job: Unsupported format 'application/octet-stream'! If this is the case, you'll have to edit /etc/cups/mime.convs and /etc/cups/mime.types and comment out the lines related to application/octet-stream. -- Eric-Olivier Lamey