Bug 105402
| Summary: | Duplicate "Listen 127.0.0.1:631" in cupsd.conf (even after bugfix 88303) | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Philip Spencer <pspencer> |
| Component: | redhat-config-printer | Assignee: | Tim Waugh <twaugh> |
| Status: | CLOSED ERRATA | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | ||
| 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: | 2004-05-12 04:42:13 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
Philip Spencer
2003-09-25 19:04:20 UTC
I can't seem to reproduce this problem unless I explicitly list 127.0.0.0/255.255.255.0 as a network interface to listen on. Is that what you've done? (I'm afraid your reply got lost from bugzilla due to a hardware problem; I had a
copy in my mailbox though:)
--->
No. I simply shared out the printer to two subnets, on different ethernet
interfaces.
Here is a procedure to duplicate the problem (which really shouldn't be
necessary; just look at the code! It shows quite clearly how the two lines
get added).
* Install two ethernet cards in a machine.
* Install RedHat Linux 9. Assign IP addresses A.B.C.D and E.F.G.H to the
two network cards.
* Upgrade to latest errata
* Run redhat-config-printer
* Add a local printer and click Apply.
* Choose "Sharing" from the Action menu for that printer.
* Remove the default "All Hosts" entry.
* Add an entry and specify the firs subnet IP address and mask:
A.B.C.0/255.255.255.0
* Add a second entry for the second subnet:
E.F.G.0/255.255.255.0
* Click Apply.
The cupsd.conf file now has two "Listen 127.0.0.1:631" lines.
And here is another bug: when I do it this way, there is no listen line for
A.B.C.D, just for E.F.G.H! Unless I also explicitly turn on sharing to the
ethernet card via @IF(eth0) as well!
<---
If possible, could you try redhat-config-printer-0.6.76-1, which is in rawhide at the moment? It contains further fixes in this area, and I'd like to verify that it fixes the original problem. Yes, the new redhat-config-printer-0.6.76-1 does fix the original problem. It also seems to fix the second problem I noticed when making the previous reply. Now both subnet IP addresses get listed as they should (instead of just the second one), and the localhost address 127.0.0.1 gets listed just once as it should (instead of twice). Thanks! Fixed in CVS. An errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2004-071.html |