Named 9.9.3b2

MtK

Verified User
Joined
Aug 2, 2007
Messages
405
Hey,
I've upgraded to Named 9.9.3b2, but DA is still showing the old version in the System Information.

How can I fix this?
 
Try stopping and restarting BIND. If it's still running the old version you'll need to use whereis at the command line to see if you've got multiple copies installed.

Jeff
 
Try stopping and restarting BIND. If it's still running the old version you'll need to use whereis at the command line to see if you've got multiple copies installed.

Jeff

<$> service named restart
Code:
Stopping named:                                            [  OK  ]
Starting named:                                            [  OK  ]
<$> named -v
Code:
BIND 9.9.3b2
<$> whereis named
Code:
named: /usr/sbin/named /etc/named.conf /etc/named /usr/local/sbin/named /usr/share/man/man8/named.8.gz
 
Back
Top