On Wed, 12 Nov 2003 18:36:32 -0800
Patrick Powell <[EMAIL PROTECTED]> wrote:


> > 3. Users through Samba to share printers to WindowsXP... the printer status 
> > always says "Access Denied, Unable to Connect" for the printer status.  Is 
> > this status from lprng or from samba?
> 
> It appears to be from Samba...

By default, samba has a list of magic words it looks for when trying to 
determine if the printer is ready to run:

static const char *stat2_strings[] = { "jam", "paper", "error", "responding", "n
ot accepting", "not running", "turned off", NULL };

If any of those words show up in your lpq output, windows will report 
the printer not being ready.  They're all defined in 
source/printing/lpq_parse.c  You may be facing something like this...

-- 
============================================================================
   John Perkins                   |   University of Wisconsin-Madison
   Associate Researcher           |   Department of Computer Science
   [EMAIL PROTECTED]              |   1210 W. Dayton St.
   608-262-0438/608-262-6626 FAX  |   Madison, WI  53706-1685
============================================================================




-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to