Bug 101507

Summary: sending a test print creates an extra printed sheet, if *ok* during first print
Product: [Retired] Red Hat Linux Beta Reporter: Elton Woo <elwoo>
Component: cupsAssignee: Tim Waugh <twaugh>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: beta1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-10-02 16:52:10 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 Elton Woo 2003-08-02 00:04:37 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030703

Description of problem:
Setting up or editing printer properties, user (as root) selects to do
 a test print. If "ok" is selected in the dialog, the printer aborts
job, and spits out *partially completed* page, then proceeds to print a complete
page.

Version-Release number of selected component (if applicable):
redhat-config-printer-0.6.65-1

How reproducible:
Always

Steps to Reproduce:
1. Run orint configuration manager
2. Do a test print, and _while page is printing_
3. Click on "OK" when dialog appears if it asks if the result
is correct
    

Actual Results:  Printer ceases printing the page, and ejects it.
Then proceeds to print a *second* complete copy of the requested test page.

Expected Results:  Since job is already in the queue and being processed,
printer should
complete job, *regardless* of response, and then immediately stop.

Additional info:

Printer attached to Atmel 4-port USB hub.
Manufacturer / Model HP Desjket 3420.

(IMVHO, I consider this a bug in view of the wastage of ink.)

Comment 1 Tim Waugh 2003-08-08 14:19:52 UTC
The config tool just calls 'service cups reload' at this point, to set the
LogLevel back to what it was before the test print.

CUPS ought not to restart running jobs in this case.

Comment 2 Tim Waugh 2003-08-08 14:25:10 UTC
http://www.cups.org/str.php?L226

Comment 3 Tim Waugh 2003-10-02 16:51:52 UTC
1.1.19-13 has the patch applied.