I made the mistake or doing some updates on Cos4/Plesk the other night while half-asleep and without logging, and I'm wondering if I've done any damage.
Essentially I have removed caching-nameserver from a few of my personal VPSes. I *think* I did this because I saw errors like:
Code: Select all
Updating : caching-nameserver ####################### [25/80]
/bin/mv: cannot move `/var/named/named.ca' to `/var/named/run-root/var/named/named.ca': No such file or directory
ln: `/var/named/named.ca': File exists
/bin/mv: cannot move `/var/named/named.local' to `/var/named/run-root/var/named/named.local': No such file or directory
ln: `/var/named/named.local': File exists
/bin/mv: cannot move `/var/named/named.ip6.local' to `/var/named/run-root/var/named/named.ip6.local': No such file or directory
ln: `/var/named/named.ip6.local': File exists
/bin/mv: cannot move `/var/named/named.broadcast' to `/var/named/run-root/var/named/named.broadcast': No such file or directory
ln: `/var/named/named.broadcast': File exists
/bin/mv: cannot move `/var/named/named.zero' to `/var/named/run-root/var/named/named.zero': No such file or directory
ln: `/var/named/named.zero': File exists
/bin/mv: cannot move `/var/named/localhost.zone' to `/var/named/run-root/var/named/localhost.zone': No such file or directory
ln: `/var/named/localhost.zone': File exists
/bin/mv: cannot move `/var/named/localdomain.zone' to `/var/named/run-root/var/named/localdomain.zone': No such file or directory
ln: `/var/named/localdomain.zone': File exists
error: %post(caching-nameserver-7.3-3.0.1.el4_6.noarch) scriptlet failed, exit status 1
No visible harm seems to have been done (I did backup named.conf before I removed caching-nameserver, and restored the conf file afterwards).
Bind is working. DNS is working. All seems to be working.
As I understand it, caching-namserver is basically a configuration change for bind that allows it to cache lookups it makes.
On a server I can see how this would be useful and reduce load when it comes to dnsrbl blacklists ... but nothing much else.
Anyway.... should I worry much about having removed this "package" (seems to be a script more than anything else)?
I can't seem to be able to restore it now that I've removed it. yum says there's no such package as caching-nameserver.
Faris.