Bug 69352

Summary: Samba not handling LPRng print jobs in "done" state correctly
Product: [Retired] Red Hat Linux Reporter: James Henstridge <james>
Component: sambaAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: low Docs Contact:
Priority: medium    
Version: 7.3   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://lists.samba.org/pipermail/samba-technical/2002-July/037980.html
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-07-22 08:08:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description James Henstridge 2002-07-22 08:08:31 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530

Description of problem:
With the version of LPRng distributed with RH7.3, the last printed job comes up
in the "lpq" output in the "done" state.  This confuses samba, which interprets
these jobs as "paused" as a fallback.

This means that windows clients never realise that their print jobs are done
(until the next person submits a job).  I wrote a simple patch to address this
problem (make samba interpret these jobs as "printed"), which is going into
Samba 2.2.6, but you may wish to include it in an errata:

 http://lists.samba.org/pipermail/samba-technical/2002-July/037980.html

This resulted in many less problem reports from users :)

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Set up a print queue with the LPRng printer config program 
2.print a document to that print queue from a Windows machine
3.look in the print queue window on the Windows machine
	

Actual Results:  The print job is marked as "Paused", and the printer icon does
not disapear from the system tray on the windows machine (which is used as
notification of the print job completing).

Expected Results:  print job should disapear or change to "printed" state.

Additional info:

Comment 1 Trond Eivind Glomsrxd 2002-07-24 01:28:08 UTC
Added to samba 2.2.5-6 - thanks.