https://forum.directadmin.com/showthread.php?t=46055
For people with CentOS 5 or 6 + DA it is easy
to update.
Check if the bind rpm is installed:
Check if the bind rpm is installed:
Code:
rpm -qv bind
Check if the version is the same:
Code:
named -v
If it is (which is in most cases) you can
safely use yum to update the package:
Code:
yum clean all
yum update bind
If it returns no errors, check again to see
it's version:
Code:
named -v
or
https://www.godaddy.com/help/update-bind-on-your-linux-dedicatedvirtual-dedicated-server-4690
- Connect to your server via SSH
(more info).
- Switch to the root user (more info).
- Type cp /etc/sysconfig/named
/etc/sysconfig/named.bak
- Type yum clean all.
- Type yum update bind
If not start up
cd /etc/init.d
mv named named.backup
wget -O named http://www.directadmin.com/named
chmod 755 named
/sbin/chkconfig named reset
mv named named.backup
wget -O named http://www.directadmin.com/named
chmod 755 named
/sbin/chkconfig named reset
沒有留言:
張貼留言