Hello Latif,
Tue, 19 Aug 2008 08:00:59 -0400 Binmakhashen, Latif wrote: > Here is how I found out: [...] > # dig version.bind chaos txt @hpadm1 > > ; <<>> DiG 9.5.0-P2 <<>> version.bind chaos txt @hpadm1 > ;; global options: printcmd > ;; Got answer: > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1655 > ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0 > ;; WARNING: recursion requested but not available > > ;; QUESTION SECTION: > ;version.bind. CH TXT > > ;; ANSWER SECTION: > version.bind. 0 CH TXT "9.2.0" Seems like you have a "version" option in your /etc/named.conf set to "9.2.0". > ;; Query time: 3 msec > ;; SERVER: 172.16.1.48#53(172.16.1.48) > ;; WHEN: Tue Aug 19 07:46:22 2008 > ;; MSG SIZE rcvd: 48 > > # ps -ex|grep named > 10612 ? 171:54 /opt/bind/sbin/named -c /etc/named.conf -u named > -t /var/named -d 1 > 8929 pts/0 0:00 grep named > > # /opt/bind/sbin/named -v > BIND 9.5.0-P2 What about something like find / -name 'named*' | xargs file | grep 'ELF' Just to be sure of any other named binaries in your system. -- Yours sincerely, Andrey G. Sergeev (AKA Andris) http://www.andris.name/
