Bug 844047
| Summary: | named 9.9.1 does not listen on eth0 as something happen and start before of network correct init | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alberto Colosi <alcol> |
| Component: | bind | Assignee: | Adam Tkac <atkac> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | atkac, danw, dcbw, johannbg, lnykryn, metherid, msekleta, notting, ovasik, plautrba, systemd-maint, thozza, vpavlin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
fc 17
with yum update
isc bind (named) start before of network and listen only on lo 127.0.0.1
is widely reported on the net
before yum update it was not happening
|
|
| Last Closed: | 2012-07-30 15:35:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alberto Colosi
2012-07-28 10:11:18 UTC
possible fix as stated on https://bugzilla.redhat.com/show_bug.cgi?id=837173 Fix: Change the four occurrences of "/sbin/systemctl" in /etc/NetworkManager/dispatcher.d/13-named to "/usr/bin/systemctl". I even changed line 1 as I don't use chroot by now in all case a 'locate systemctl' say that systemctl is not inside /sbin but inside /usr/bin so all statements inside /etc/NetworkManager/dispatcher.d/13-named *FAIL* please let me to know That file comes from bind. *** This bug has been marked as a duplicate of bug 837173 *** |