Bug 449375
| Summary: | problems updating with zoneedit | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martín Marqués <martin.marques> |
| Component: | ez-ipupdate | Assignee: | Jeff Layton <jlayton> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | steved |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ez-ipupdate-3.0.11-0.18.b8 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-06-30 11:13:47 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
Martín Marqués
2008-06-02 14:24:46 UTC
Looks like zoneedit has moved their dyndns updating app from www.zoneedit.com to dynamic.zoneedit.com. I'll see about patching it in the near future... As a workaround, you can set the "server" option to "dynamic.zoneedit.com". We'll have to see about getting this fixed upstream. The package there hasn't been updated since 2002 so I'm not sure how difficult that will be... For starters I think it's gonna be very difficult, gusnet.cx doesn't resolve. :-( The fix should be straight forward, as the first lines of ez-ipupdate.c have configuration constants that have, for example the zoneedit server and port. Anyway I'll change the server option so that the IP is sent to the right server. Thanks Jeff. OK, adding this line to each zone worked: server=dynamic.zoneedit.com Couldn't get it to work globally. I thought that adding this line to /etc/ez-ipupdate.conf would make it work for all the zones in /etc/ez-ipupdate/ directory. Anyway, it's working great. Good. When I get some time, I'll see if I can track down the ez-ipupdate author.
> I thought that adding this line to /etc/ez-ipupdate.conf would make it
> work for all the zones in /etc/ez-ipupdate/ directory.
Ahh nope... /etc/ez-ipupdate.conf probably should be eliminated now that the
init script properly handles multiple config files and daemons. You'll need to
add it to each ez-ipupdate config file.
ez-ipupdate-3.0.11-0.18.b8.fc9 has been submitted as an update for Fedora 9 ez-ipupdate-3.0.11-0.18.b8.fc8 has been submitted as an update for Fedora 8 Had no luck getting in touch with the upstream maintainer. I've gone ahead and committed a patch to fix the default, built a package and pushed it to updates-testing. If you're able to test it, please get the package from here and report the results: https://admin.fedoraproject.org/updates/F8/pending/ez-ipupdate-3.0.11-0.18.b8.fc8 ez-ipupdate-3.0.11-0.18.b8.fc8 has been pushed to the Fedora 8 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ez-ipupdate'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F8/FEDORA-2008-5117 ez-ipupdate-3.0.11-0.18.b8.fc8 has been pushed to the Fedora 8 stable repository. If problems still persist, please make note of it in this bug report. ez-ipupdate-3.0.11-0.18.b8.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. Works OK. |