Summary: | lpd does not handle remote requests properly | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Geoff Reedy <geoff+fedora> |
Component: | lpr | Assignee: | David Lawrence <dkl> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.0 | CC: | geoff+fedora |
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:49 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Geoff Reedy
1999-09-07 18:13:27 UTC
*** Bug 4949 has been marked as a duplicate of this bug. *** 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. ------- Additional Comments From pbrown 09/07/99 13:10 ------- Can you please attach your patch now?This has already been fixed in the latest lpd in Raw Hide. |