public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: reader@newsguy.com
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user]  [OT] print to printer on winxp via cups samba smb
Date: Wed, 13 Sep 2006 11:59:47 -0500	[thread overview]
Message-ID: <87lkonvh18.fsf@newsguy.com> (raw)

I need some help getting printing to work from my gentoo machine to an
HP 7410xi (one of those multi-function jobs).

No one is responding to a similar query on the cups list.  So bringing
it here although it may be a little off topic.

The printer works from windows but not from gentoo through cups.  What
is kind of baffling me is that the logs don't really show a clear
error and in fact appear to be saying that the print job was
successful, but nothing comes out of the printer.

My /etc/cups/printers.conf uses an smb:// addressing (xx'ed out in
this post):

<DefaultPrinter chub-print>
Info chub-print
Location chub
DeviceURI smb://reader:xxxxxxx@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>
 

Log level in cupsd.conf is set to debug ... here is the error_log
output from one print attempt where user reader calls:

  lp file
  request id is chub-print-18 (1 file(s))

The only thing that looks like it might indicate an error is the line
saying:
cupsdAuthorize: No authentication data provided.

28 lines from error_log produced by above print attempt:
===================================
D [13/Sep/2006:11:53:26 -0500] cupsdAcceptClient: 5 from localhost:631 (IPv4)
D [13/Sep/2006:11:53:26 -0500] cupsdReadClient: 5 POST / HTTP/1.1
D [13/Sep/2006:11:53:26 -0500] cupsdAuthorize: No authentication data provided.
D [13/Sep/2006:11:53:26 -0500] CUPS-Get-Printers
D [13/Sep/2006:11:53:26 -0500] cupsdProcessIPPRequest: 5 status_code=0 (successful-ok)
D [13/Sep/2006:11:53:26 -0500] cupsdReadClient: 5 POST / HTTP/1.1
D [13/Sep/2006:11:53:26 -0500] cupsdAuthorize: No authentication data provided.
D [13/Sep/2006:11:53:26 -0500] CUPS-Get-Classes
D [13/Sep/2006:11:53:26 -0500] cupsdProcessIPPRequest: 5 status_code=0 (successful-ok)
D [13/Sep/2006:11:53:26 -0500] cupsdReadClient: 5 POST / HTTP/1.1
D [13/Sep/2006:11:53:26 -0500] cupsdAuthorize: No authentication data provided.
D [13/Sep/2006:11:53:26 -0500] CUPS-Get-Default
D [13/Sep/2006:11:53:26 -0500] cupsdProcessIPPRequest: 5 status_code=0 (successful-ok)
D [13/Sep/2006:11:53:26 -0500] cupsdCloseClient: 5
D [13/Sep/2006:11:53:26 -0500] cupsdAcceptClient: 5 from localhost:631 (IPv4)
D [13/Sep/2006:11:53:26 -0500] cupsdReadClient: 5 POST /printers/chub-print HTTP/1.1
D [13/Sep/2006:11:53:26 -0500] cupsdAuthorize: No authentication data provided.
D [13/Sep/2006:11:53:26 -0500] Print-Job ipp://localhost/printers/chub-print
D [13/Sep/2006:11:53:26 -0500] print_job: auto-typing file...
D [13/Sep/2006:11:53:26 -0500] print_job: request file type is text/plain.
D [13/Sep/2006:11:53:26 -0500] add_job: requesting-user-name="reader"
I [13/Sep/2006:11:53:26 -0500] Adding start banner page "none" to job 18.
D [13/Sep/2006:11:53:26 -0500] Discarding unused job-created event...
I [13/Sep/2006:11:53:26 -0500] Adding end banner page "none" to job 18.
I [13/Sep/2006:11:53:26 -0500] Job 18 queued on "chub-print" by "reader".
D [13/Sep/2006:11:53:26 -0500] Job 18 hold_until = 0
D [13/Sep/2006:11:53:26 -0500] cupsdProcessIPPRequest: 5 status_code=0 (successful-ok)
D [13/Sep/2006:11:53:26 -0500] cupsdCloseClient: 5


-- 
gentoo-user@gentoo.org mailing list



             reply	other threads:[~2006-09-13 17:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-13 16:59 reader [this message]
2006-09-13 20:04 ` [gentoo-user] [OT] print to printer on winxp via cups samba smb Mick
2006-09-14  0:37   ` [gentoo-user] " reader
2006-09-13 20:18 ` [gentoo-user] " Richard Fish
2006-09-14  1:10   ` [gentoo-user] " reader
2006-09-14  1:55     ` Richard Fish
     [not found]       ` <87y7snqifr.fsf@newsguy.com>
2006-09-14  4:27         ` Richard Fish
     [not found]           ` <87ac52k3o1.fsf@newsguy.com>
2006-09-14 13:56             ` reader
2006-09-15  7:40             ` Richard Fish
2006-09-15 13:52               ` reader
2006-09-15 16:55                 ` Richard Fish
2006-09-15 17:56                   ` reader
2006-09-15 23:57                     ` Richard Fish
2006-09-17  2:09                       ` reader
2006-09-17  4:27                         ` Richard Fish
2006-09-17 11:44                           ` reader
2006-09-17 15:21                             ` Richard Fish
2006-09-18 17:12                               ` reader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lkonvh18.fsf@newsguy.com \
    --to=reader@newsguy.com \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox