Bug 532085
| Summary: | puppet not compatible with network-manager | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ludwin Janvier <lud.janvier> |
| Component: | puppet | Assignee: | Todd Zullinger <tmz> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 15 | CC: | k.georgiou, orion, tmz, vanmeeuwen+fedora |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-07-28 01:17:00 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
Ludwin Janvier
2009-10-30 15:07:20 UTC
This is something that would need to get fixed upstream. It's not really tied to NetworkManager as much as it is puppet not recognizing when the network has changed state. Ludwin, any chance you could file a bug in the upstream tracker? (http://projects.reductivelabs.com/projects/puppet/) If not, I'll try to do so. Oh, and if you have boxes you can test on, perhaps check if this still occurs with 0.25.1. We've not got that into the -testing repos just yet, but I have packages available at: http://tmz.fedorapeople.org/repo/puppet/ If 0.25.1 has fixed this, we don't need to bug upstream. :) I tested the 0.25.1 packages. The error message changed to this : Oct 30 17:19:17 b01-13 puppetd[1710]: Could not request certificate: getaddrinfo: Temporary failure in name resolution But the problem is still there. I will report it at reductivelabs. Excellent, thanks Ludwin! Feel free to add me to the watch list upstream and/or add a link to the ticket here. Reported upstream: http://projects.reductivelabs.com/issues/2776 This is where upstart is supposed to kick in, and the puppet init script should be made compatible with upstart. Either way, there's virtually no way the old SysVinit type scripts are going to be compatible with NetworkManager (yet NetworkManagerDispatcher can help working around the issue). This message is a reminder that Fedora 11 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 11. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '11'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 11's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 11 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This message is a reminder that Fedora 13 is nearing its end of life. Approximately 30 (thirty) days from now Fedora will stop maintaining and issuing updates for Fedora 13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '13'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 13's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 13 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora please change the 'version' of this bug to the applicable version. If you are unable to change the version, please add a comment here and someone will do it for you. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The process we are following is described here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping Fedora 13 changed to end-of-life (EOL) status on 2011-06-25. Fedora 13 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. Until this is fixed upstream (which could be a while - it requires a fix to the ruby Resolv library), this is a workable fix: /etc/NetworkManager/dispatcher.d/98-puppet: #!/bin/bash # Restart puppet on network changes to pickup changes to /etc/resolv.conf # https://bugzilla.redhat.com/show_bug.cgi?id=532085 if [ -x /usr/bin/logger ]; then LOGGER="/usr/bin/logger -s -p user.notice -t NetworkManagerDispatcher" else LOGGER=echo fi if [ "$2" = "up" ] || [ "$2" = "down" ]; then $LOGGER "performing puppet condrestart" /sbin/service puppet condrestart fi systemd version would be: /bin/systemctl try-restart puppet.service This seems even more of an issue in Fedora 17. puppet-2.7.18-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/puppet-2.7.18-1.fc17 puppet-2.6.17-2.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/puppet-2.6.17-2.el5 puppet-2.6.17-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/puppet-2.6.17-2.el6 puppet-2.6.17-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/puppet-2.6.17-2.fc16 Package puppet-2.6.17-2.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing puppet-2.6.17-2.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6432/puppet-2.6.17-2.el6 then log in and leave karma (feedback). puppet-2.6.17-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. puppet-2.7.18-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. puppet-2.6.17-2.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. puppet-2.6.17-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |