"Richard Fish" <[EMAIL PROTECTED]> writes:

> On 9/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>> State Stopped
>
> I'm guessing that this is your problem.  What does "lpc status"
> report?  Does "cupsenable chub-print" help?

lpc status first reported:
chub-print:
        printer is on device 'smb' speed -1
        queuing is enabled
        printing is disabled
        no entries
        daemon present

As you see, `disabled' but why would that be?  My config doesn't
mention enable/disable and in the past I simply ran the cupsd service
or not to turn off/on.  Something new?

So I thought it might just start working after:
  cupsenable chub-print
But I guess it is not going to.

After running `cupsenable chub-print' and attempting to print a job
the log output in error_log contains thousands of lines of output from
just one attempt.  Among them grepping for the Error lines I see stuff
indicating a connection was not allowed.  That output in a moment.

First let me show that a connection is definately in working order:

 smbclient -L //chub -Ureader |grep print

 WARNING: The "printer admin" option is deprecated
 Password: 
 Domain=[CHUB] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
 Domain=[CHUB] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
        print$          Disk      Printer Drivers
        chub-print      Printer   HP Officejet 7400 series

 smbclient //chub/chub-print -U reader

 WARNING: The "printer admin" option is deprecated
 Password: 
 Domain=[CHUB] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
 smb: \>

The share is there and can be accessed with smbclient

After attempting to print, a few minutes pass and a new look with
lpc status:  Shows printing is now disabled again. 

Partial Error_log output follows:
grep ^E /var/log/cups/error_log

(Note: Many in-between lines are skipped and those printed are wrapped
for mail)

  E [13/Sep/2006:19:44:53 -0500] [Job 24] Tree connect failed
  (NT_STATUS_BAD_NETWORK_NAME)
  
  E [13/Sep/2006:19:44:53 -0500] [Job 24] No ticket cache found for
  userid=1000
  
  E [13/Sep/2006:19:44:53 -0500] [Job 24] Can not get the ticket cache
  for reader
  
  E [13/Sep/2006:19:44:53 -0500] [Job 24] Session setup failed:
  NT_STATUS_LOGON_FAILURE
  
  E [13/Sep/2006:19:44:53 -0500] [Job 24] Tree connect failed
  (NT_STATUS_BAD_NETWORK_NAME)
  
  E [13/Sep/2006:19:44:53 -0500] [Job 24] Unable to connect to CIFS
  host, will retry in 60 seconds...
  
  E [13/Sep/2006:19:45:53 -0500] [Job 24] Tree connect failed
  (NT_STATUS_BAD_NETWORK_NAME)
  
  E [13/Sep/2006:19:45:53 -0500] [Job 24] No ticket cache found for
  userid=1000
  
  E [13/Sep/2006:19:45:53 -0500] [Job 24] Can not get the ticket cache
  for reader
  
  E [13/Sep/2006:19:45:53 -0500] [Job 24] Session setup failed:
  NT_STATUS_LOGON_FAILURE
  
  E [13/Sep/2006:19:45:53 -0500] [Job 24] Tree connect failed
  (NT_STATUS_BAD_NETWORK_NAME)
  
  E [13/Sep/2006:19:45:53 -0500] [Job 24] Unable to connect to CIFS
  host, will retry in 60 seconds...
  
  E [13/Sep/2006:19:46:53 -0500] [Job 24] Tree connect failed
  (NT_STATUS_BAD_NETWORK_NAME)
  
  E [13/Sep/2006:19:46:53 -0500] [Job 24] No ticket cache found for
  userid=1000
  
  E [13/Sep/2006:19:46:53 -0500] [Job 24] Can not get the ticket cache
  for reader
  
  E [13/Sep/2006:19:46:53 -0500] [Job 24] Session setup failed:
  NT_STATUS_LOGON_FAILURE
  
  E [13/Sep/2006:19:46:53 -0500] [Job 24] Tree connect failed
  (NT_STATUS_BAD_NETWORK_NAME)
  
  E [13/Sep/2006:19:46:53 -0500] [Job 24] Unable to connect to CIFS
  host, will retry in 60 seconds...
  
  E [13/Sep/2006:19:47:53 -0500] [Job 24] Unable to connect to CIFS host
  after (tried 3 times)
  
  E [13/Sep/2006:19:47:53 -0500] PID 15252
  (/usr/libexec/cups/backend/smb) stopped with status 1!
  
  E [13/Sep/2006:19:47:54 -0500] PID 15251
  (/usr/libexec/cups/filter/foomatic-rip) stopped with status 9!

-- 
gentoo-user@gentoo.org mailing list

Reply via email to