Bind 8.2.3 errors in log.

Shawn_Evans at oxy.com Shawn_Evans at oxy.com
Tue Mar 6 21:46:06 UTC 2001



I am getting this on several machines all with the following setup;

Solaris 2.6
Bind 8.2.3
Server is Slave

The only solid reference I found in the archive said this is because the
slave can not connect to the master.  I find this odd, because the server
pulls all data files if you delete them by hand and start named, so it
appears to communicate.

Any ideas welcome.. 

This is the err in the logs;

Mar  6 15:28:23 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"oxyvinyls.com"
Mar  6 15:28:23 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"occidentaltower.com"
Mar  6 15:28:23 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"laporte.laurelind.com"
Mar  6 15:28:23 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"oxy.com"
Mar  6 15:28:52 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"167.248.199.in-addr.arpa"
Mar  6 15:28:53 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"252.35.208.in-addr.arpa"
Mar  6 15:28:56 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"oxypermian.com"
Mar  6 15:28:58 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"carroll-acs.org"
Mar  6 15:29:24 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"oogc.com"
Mar  6 15:29:25 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"durez.com"
Mar  6 15:29:25 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"166.248.199.in-addr.arpa"
Mar  6 15:29:31 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"224.155.in-addr.arpa"
Mar  6 15:29:55 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"captan.com"
Mar  6 15:29:56 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"laurelind.com"
Mar  6 15:29:56 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"corporate.laurelind.com"
Mar  6 15:30:02 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"oxyog.com"
Mar  6 15:30:24 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"164.248.199.in-addr.arpa"
Mar  6 15:30:32 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"odorant.com"
Mar  6 15:30:34 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"oxychem.com"
Mar  6 15:30:39 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"billcarroll.org"
Mar  6 15:31:01 fw19x.oxy.com named[20586]: Err/TO getting serial# for
"oxyenergy.com"

This is the named.conf file with the majority of the acl list removed.

acl "oxynets" {
                127.0.0.1;
                199.248.164/24;
                199.248.165/24;
                };
options {
        directory "/usr/local/etc/namedb";
        statistics-file "/var/log/named.stats";
        allow-transfer { "oxynets"; };
        allow-query { any; };
        version "Pack sand Buckwheet!";
        auth-nxdomain no;
        query-source address 199.248.165.219 port 53;   
};
logging {
        channel queries {
        file "/var/log/named.queries" versions 1 size 10M; };
        category queries { queries; };
        channel lame-servers {
        file "/var/log/named.lame-servers" versions 1 size 5M; };
        category lame-servers { lame-servers; };
};
zone "." {
        type hint;
        file "cache";
};
zone "0.0.127.in-addr.arpa" {
        type master;
        file "db.127.0.0.txt";
};
zone "oxy.com" {
        type slave;
        file "S-oxy.com.txt";
        masters { 199.248.164.212; };
};
zone "laurelind.com" {
        type slave;
        file "S-laurelind.com.txt";
        masters { 199.248.164.212; };
};
zone "corporate.laurelind.com" {
        type slave;
        file "S-corporate.laurelind.com.txt";
        masters { 199.248.164.212; };
};
zone "laporte.laurelind.com" {
        type slave;
        file "S-laporte.laurelind.com.txt";
        masters { 199.248.164.212; };
};
zone "occidentaltower.com" {
        type slave;
        file "S-occidentaltower.com.txt";
        masters { 199.248.164.212; };
};
zone "oogc.com" {
        type slave;
        file "S-oogc.com.txt";
        masters { 199.248.164.212; };
};
zone "oxychem.com" {
        type slave;
        file "S-oxychem.com.txt";
        masters { 199.248.164.212; };
};
zone "oxyenergy.com" {
        type slave;
        file "S-oxyenergy.com.txt";
        masters { 199.248.164.212; };
};
zone "oxyog.com" {
        type slave;
        file "S-oxyog.com.txt";
        masters { 199.248.164.212; };
};
zone "oxypermian.com" {
        type slave;
        file "S-oxypermian.com.txt";
        masters { 199.248.164.212; };
};
zone "oxysim.com" {
        type slave;
        file "S-oxysim.com.txt";
        masters { 199.248.164.212; };
};
zone "oxyvinyls.com" {
        type slave;
        file "S-oxyvinyls.com.txt";
        masters { 199.248.164.212; };
};
zone "odorant.com" {
        type slave;
        file "S-odorant.com.txt";
        masters { 199.248.164.212; };
};
zone "captan.com" {
        type slave;
        file "S-captan.com.txt";
        masters { 199.248.164.212; };
};
zone "durez.com" {
        type slave;
        file "S-durez.com.txt";
        masters { 199.248.164.212; };
};
zone "carroll-acs.org" {
        type slave;
        file "S-carroll-acs.org.txt";
        masters { 199.248.164.212; };
};
zone "billcarroll.org" {
        type slave;
        file "S-billcarroll.org.txt";
        masters { 199.248.164.212; };
};
zone "224.155.in-addr.arpa" {
        type slave;
        file "S-155.224.txt";
        masters { 199.248.164.212; };
};
zone "165.248.199.in-addr.arpa" {
        type slave;
        file "S-199.248.165.txt";
        masters { 199.248.164.212; };
};
zone "166.248.199.in-addr.arpa" {
        type slave;
        file "S-199.248.166.txt";
        masters { 199.248.164.212; };
};
zone "167.248.199.in-addr.arpa" {
        type slave;
        file "S-199.248.167.txt";
        masters { 199.248.164.212; };
};
zone "252.35.208.in-addr.arpa" {
        type slave;
        file "S-208.35.252.txt";
        masters { 199.248.164.212; };
};
zone "164.248.199.in-addr.arpa" {
        type slave;
        file "S-199.248.164.txt";
        masters { 199.248.164.20; };
};

---
-   Shawn L. Evans, mailto:shawn_evans at oxy.com   -
-  Phone: 1-918-610-1897 Mobile: 1-918-361-7601  -
-      Text Page: 8008056238 at airmessage.net      -
-             Pager:  1-800-805-6238             -


More information about the bind-users mailing list