Can't start named, please help

hories1 hories1 at umbc.edu
Tue Mar 12 15:26:37 UTC 2002


Thanks Jim, I've run the named-checkconf and it produced no output. I assume 
that it found no errors.  I've removed the rndc config clause from the 
named.conf since I'm not using Secure Dynamic Update.  Here is my entire 
named.run file, After that is the /etc/named.conf


root at nocr:/usr/local/sbin
383>cat named.run
Mar 12 09:35:36.969 starting BIND 9.2.0 -d11
Mar 12 09:35:36.973 using 1 CPU
Mar 12 09:35:37.023 loading configuration from '/etc/named.conf'
Mar 12 09:35:37.062 set maximum stack size to 2147483647: success
Mar 12 09:35:37.062 set maximum data size to 2147483647: success
Mar 12 09:35:37.062 set maximum core size to 2147483647: success
Mar 12 09:35:37.062 set maximum open files to 2147483647: success
Mar 12 09:35:37.064 listening on IPv4 interface en0, 10.20.20.182#53
Mar 12 09:35:37.065 clientmgr @200f4438: create
Mar 12 09:35:37.077 clientmgr @200f4438: createclients
Mar 12 09:35:37.078 clientmgr @200f4438: create new
Mar 12 09:35:37.078 client @20111f18: create
Mar 12 09:35:37.082 clientmgr @200f4438: createclients
Mar 12 09:35:37.083 clientmgr @200f4438: create new
Mar 12 09:35:37.083 client @20113e58: create
Mar 12 09:35:37.084 listening on IPv4 interface lo0, 127.0.0.1#53
Mar 12 09:35:37.085 clientmgr @20115d48: create
Mar 12 09:35:37.086 clientmgr @20115d48: createclients
Mar 12 09:35:37.086 clientmgr @20115d48: create new
Mar 12 09:35:37.087 client @201161e8: create
Mar 12 09:35:37.091 clientmgr @20115d48: createclients
Mar 12 09:35:37.091 clientmgr @20115d48: create new
Mar 12 09:35:37.092 client @201187a8: create
Mar 12 09:35:37.159 dns_master_load: db.cache:7: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.161 dns_master_load: db.cache:9: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.163 dns_master_load: db.cache:11: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.164 dns_master_load: db.cache:13: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.165 dns_master_load: db.cache:15: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.167 dns_master_load: db.cache:17: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.170 dns_master_load: db.cache:19: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.173 dns_master_load: db.cache:21: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.174 dns_master_load: db.cache:23: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.176 dns_master_load: db.cache:25: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.177 dns_master_load: db.cache:27: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.179 dns_master_load: db.cache:29: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.181 dns_master_load: db.cache:31: $TTL 2884515328 > MAXTTL, 
setting $TTL to 0
Mar 12 09:35:37.190 res 2013adb8: create
Mar 12 09:35:37.210 Cleaning interval for adb:  8 buckets every 30 seconds, 
1009 buckets in system, 3600 cl.interval
Mar 12 09:35:37.211 dns_requestmgr_create
Mar 12 09:35:37.211 dns_requestmgr_create: 2016f0a8
Mar 12 09:35:37.211 dns_requestmgr_whenshutdown
Mar 12 09:35:37.214 replacing zone database
Mar 12 09:35:37.216 replacing zone database
Mar 12 09:35:37.217 none:0: open: /etc/rndc.key: file not found
Mar 12 09:35:37.219 couldn't add command channel 127.0.0.1#953: file not found
Mar 12 09:35:37.220 none:0: open: /etc/rndc.key: file not found
Mar 12 09:35:37.221 couldn't add command channel ::1#953: file not found
Mar 12 09:35:37.222 no source of entropy found
root at nocr:/usr/local/sbin

Here is my /etc/named.conf:
385>cat /etc/named.conf
options {
       directory "/etc/named.d";
       allow-transfer { 208.237.33.4; 208.237.33.13; 198.6.1.65; 
192.48.96.196; };
};

zone "0.0.127.IN-ADDR.ARPA" {
        type master;
        file "db.127.0.0";
};

zone "33.237.208.IN-ADDR.ARPA" {
        type master;
        file "db.208.237.33";
};

zone "192.162.208.IN-ADDR.ARPA" {
        type master;
        file "db.208.162.192";
};

zone "128.86.216.IN-ADDR.ARPA" {
        type master;
        file "db.216.86.128";
};

zone "251.209.IN-ADDR.ARPA" {
        type master;
        file "db.209.251";
};

zone "66.30.206.IN-ADDR.ARPA" {
        type master;
        file "db.206.30.66";
};

zone "122.41.12.IN-ADDR.ARPA" {
  type master;
  file "db.12.41.122";
};

zone "204.89.65.IN-ADDR.ARPA" {
  type master;
  file "db.65.89.204";
};

zone "philkarp.com" {
        type master;
        file "db.philkarp.com";
};

zone "leggmason.com" {
        type master;
        file "db.leggmason.com";
};

zone "lmconnect.com" {
        type master;
        file "db.lmconnect.com";
};

zone "leggmasonemail.com" {
        type master;
        file "db.leggmasonemail.com";
};

zone "fa.leggmason.com" {
        type slave;
        file "db.fa.leggmason.com";
        masters {
                216.86.128.140;
                216.86.128.141;
                };
};

zone "leggmason.tv" {
        type master;
        file "db.common.com";
};

zone "myleggmason.org" {
        type master;
        file "db.common.com2";
};

zone "equityhedge.com" {
        type master;
        file "db.equityhedge.com";
};

zone "myleggmason.net" {
        type master;
        file "db.common.com3";
};

zone "lmclient.org" {
        type master;
        file "db.common.com4";
};

zone "lmclient.net" {
        type master;
        file "db.common.com5";
};

zone "lmclient.com" {
        type master;
        file "db.common.com6";
};

zone "lmtpartnersinphilanthropy.org" {
        type master;
        file "db.common.com7";
};

zone "lmtpartnersinphilanthropy.net" {
        type master;
        file "db.common.com8";
};

zone "lmtpartnersinphilanthropy.com" {
        type master;
        file "db.common.com9";
};

zone "leggmasontrust.org" {
        type master;
        file "db.common.com10";
};

zone "leggmasontrust.net" {
        type master;
        file "db.common.com11";
};

zone "leggmasontrust.com" {
        type master;
        file "db.common.com12";
};

zone "leggmasononline.com" {
        type master;
        file "db.commonaccess.com";
};

zone "leggmasononline.net" {
        type master;
        file "db.commonaccess.com2";
};

zone "leggmasononline.org" {
        type master;
        file "db.commonaccess.com3";
};

zone "leggmason.net" {
        type master;
        file "db.leggmason.net";
};

zone "leggmason.org" {
        type master;
        file "db.leggmason.org";
};

zone "legmason.com" {
        type master;
        file "db.legmason.com";
};

zone "legmason.net" {
        type master;
        file "db.legmason.net";
};

zone "legmason.org" {
        type master;
        file "db.legmason.org";
};

zone "westernassetfunds.com" {
        type master;
        file "db.westernassetfunds.com";
};

zone "westernassetfunds.net" {
        type master;
        file "db.westernassetfunds.net";
};

zone "westernassetfunds.org" {
        type master;
        file "db.westernassetfunds.org";
};

zone "lmww.com" {
        type master;
        file "db.lmww.com";
};

zone "lmww.net" {
        type master;
        file "db.lmww.net";
};

zone "lmww.org" {
        type master;
        file "db.lmww.org";
};

zone "rlecs.com" {
        type master;
        file "db.rlecs.com";
};

zone "rlecs.net" {
        type master;
        file "db.rlecs.net";
};

zone "rlecs.org" {
        type master;
        file "db.rlecs.org";
};

zone "lmifa.com" {
        type master;
        file "db.lmifa.com";
};

zone "lminstlfunds.com" {
        type master;
        file "db.lmifgen.com";
};

zone "lminstlfunds.net" {
        type master;
        file "db.lmifgen.com1";
};

zone "lminstlfunds.org" {
        type master;
        file "db.lmifgen.com2";
};

zone "leggmasoninstitutionalfunds.com" {
        type master;
        file "db.lmifgen.com3";
};

zone "leggmasoninstitutionalfunds.net" {
        type master;
        file "db.lmifgen.com4";
};

zone "leggmasoninstitutionalfunds.org" {
        type master;
        file "db.lmifgen.com5";
};

zone "lminstitutionalfunds.com" {
        type master;
        file "db.lmifgen.com6";
};

zone "lminstitutionalfunds.net" {
        type master;
        file "db.lmifgen.com7";
};

zone "lminstitutionalfunds.org" {
        type master;
        file "db.lmifgen.com8";
};

zone "leggmasonfunds.com" {
        type master;
        file "db.leggmasonfunds.com";
};

zone "bartlett1898.com" {
        type master;
        file "db.bartlett1898.com";
};

zone "brandywinemgmtinc.com" {
        type master;
        file "db.brandywinemgmtinc.com";
};

zone "brandywineinc.com" {
        type master;
        file "db.brandywine.common";
};

zone "brandywineinc.org" {
        type master;
        file "db.brandywine.common2";
};

zone "brandywineinc.net" {
        type master;
        file "db.brandywine.common3";
};

zone "brandywine-online.com" {
        type master;
        file "db.brandywine-online.com";
};

zone "brandywine-online.org" {
        type master;
        file "db.brandywine.common4";
};

zone "brandywine-online.net" {
        type master;
        file "db.brandywine.common5";
};

zone "brandywineassetmgmtinc.com" {
        type master;
        file "db.brandywineassetmgmtinc.com";
};

zone "brandywinemgmt.com" {
        type master;
        file "db.brandywinemgmt.com";
};

zone "brandyco.com" {
        type master;
        file "db.brandyco.com";
};

zone "leggmasoncapmgmt.com" {
        type master;
        file "db.leggmasoncapmgmt.com";
};

zone "leggmasonretirement.com" {
        type master;
        file "db.leggmasonretirement.com";
};

zone "leggmason401konline.com" {
        type master;
        file "db.leggmason401konline.com";
};

zone "leggmasonretirementplans.com" {
        type master;
        file "db.leggmasonretirementplans.com";
};

zone "leggmasonretirementplansonline.com" {
        type master;
        file "db.leggmasonretirementplansonline.com";
};

zone "lmam.com" {
        type master;
        file "db.lmam.com";
};

zone "lmfm.com" {
        type master;
        file "db.lmfm.com";
};

zone "lmfunds.com" {
        type master;
        file "db.lmfunds.com";
};

zone "10.IN-ADDR.ARPA" {
        type master;
        file "db.10";
};

zone "." {
        type hint;
        file "db.cache";
};
root at nocr:/usr/local/sbin




>===== Original Message From Jim Reid <jim at rfc1035.com> =====
>>>>> "Howard" == Howard  <hories1 at gl.umbc.edu> writes:
>
>    Howard> I'm using the same /etc/named.conf that works fine in
>    Howard> version 8.
>
>That doesn't necessarily mean the file is OK for BIND9. There are
>some syntax differences. named-checkconf can catch these.
>
>    Howard> I've run /usr/local/sbin/named-checkconf with
>    Howard> no problems.  The "no source of entropy" message is the
>    Howard> last message I get in named.run, that's why I thought it
>    Howard> was a problem. What other logs can I look at?
>
>Er.... the logs the name server produces when it starts? Why don't you
>show us what the name server logs from the point is starts running to
>the point where it dies? You might well be overlooking something that
>another pair of eyes would spot immediately. An exact copy of your
>named.conf file might help too.
>
>You'll get on a lot better if you provide full disclosure rather than
>report a summary of your perception of the problem. Let the logs and
>config files speak for themselves.



More information about the bind-users mailing list