Bug 4949

Summary: lpd doesn't spool remote requests
Product: [Retired] Red Hat Linux Reporter: Geoff Reedy <geoff+fedora>
Component: lprAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-09-07 19:26:23 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 Geoff Reedy 1999-09-07 05:33:58 UTC
lpd does not spool remote requests properly, because it is
trying to create a temprorary file, but fails.  Upon further
inspection, it is because of a mktemp(3) call returning
NULL, and then an attempt to create a file with this name.
This, of course, fails and the print job is not spooled
correctly, causing it not to print.  I have a patch, but
bugzilla wants there to be a bug report before submiting a
patch.

Comment 1 Preston Brown 1999-09-07 17:10:59 UTC
Can you please attach your patch now?

Comment 2 Bill Nottingham 1999-09-07 19:26:59 UTC
*** This bug has been marked as a duplicate of 4957 ***