evil_smurf
Verified User
- Joined
- Mar 3, 2006
- Messages
- 112
bind update via yum went fine for me yesterday on CentOS 5.2 x64. it was only the clamav update via yum that just introduced a crashing clamd every 20 minutes =/
I'm confused. From where do you NOT remove bind-chroot? My understanding is that we do NOT want chrooted bind, so I'm a bit confused.Do not remove bind-chroot as you don't want that.
RPM-based distributions generally never change the version number for a given distribution; they create subversions with backported fixes.For some reason, when I updated via yum, it just updated to 9.2.4. Isn't that version still affected and aren't there later versions in the 9.2.x series? When trying to update again, it says there aren't anymore updates, so I guess it wants to keep me stuck at 9.2.4.
My understanding is that we do want to update BIND but that we do NOT want to update the bind-chroot RPM.Makes you wonder why named is in the exclude list to begin with![]()
ah. Always wondered about that. Thanks for the info.RPM-based distributions generally never change the version number for a given distribution; they create subversions with backported fixes.
Why? To keep out of dependency hell.
Jeff
bind update via yum went fine for me yesterday on CentOS 5.2 x64.
I have 4.6 and it updated fine. What's your bind version?I have CentOS 4.4 and have run 'yum update' but apparently CentOS 4.x does not have a fix out for bind?
Matt
On CentOS 4.x yum updated me too: bind-9.2.4-28.0.1.el4
Does that release have the security fix for bind?
Also, I heard disabling recursion in named.conf helps on this issue.
//
//Restricts recursive DNS lookups to following IP pools
//
allow-recursion {127.0.0.1; my_ips.0/24; };
Is that true?
Matt
Bind isn't one of our compiled sources, we always use the standard distributed binaries.
(..}
bind isn't something we provide updates for (it's not on our service install list)
Hi all,
Here is what I did to update and check my DNS servers on Debian Sarge:
Code:apt-get update apt-get install bind9
It automatically starts the DNS server again...