Head's up: bind/named trouble in upstream Fedora 10
Posted: Mon Oct 19, 2009 3:36 am
some users have been experiencing some trouble with installs - no name resolution after things come up. maybe no network or DHCP.
we just discovered via access to one of these systems (thanks zetass!) that there is an upstream dependency broken in fedora 10 bind. this is bad. for some reason some users may end up like this:
notice that bind is one version ahead of the others, somehow!?!?
solution for a broken system is:
we just discovered via access to one of these systems (thanks zetass!) that there is an upstream dependency broken in fedora 10 bind. this is bad. for some reason some users may end up like this:
Code: Select all
# rpm -qa bind\*
bind-libs-9.5.1-0.8.b2.fc10.i386
bind-utils-9.5.1-0.8.b2.fc10.i386
bind-9.5.2-1.fc10.i386
solution for a broken system is:
- patch /etc/resolv.conf to add nameserver 208.67.220.220 (this gets name resolution back for the system)
- yum update -y bind\*
- hdactl-hup