Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Regression in #112- bad config means bind will not start. #115

Closed
tedivm opened this issue May 15, 2015 · 3 comments · Fixed by #119
Closed

Fatal Regression in #112- bad config means bind will not start. #115

tedivm opened this issue May 15, 2015 · 3 comments · Fixed by #119

Comments

@tedivm
Copy link
Contributor

tedivm commented May 15, 2015

Pull Request #112 breaks all sorts of things in the "named.conf" file.

  • The "rndc_key_file" isn't set to the proper default ("/etc/bind/rndc.key") so it prevents bind from starting up.
named[2239]: loading configuration from '/etc/bind/named.conf'
named[2239]: /etc/bind/named.conf:16: open: /etc/bind/ns-example-com_rndc-key: file not found
named[2239]: loading configuration: file not found
named[2239]: exiting (due to fatal error)
  • The zone "." is already defined in the rfc1912 zones file, so this causes it to be defined twice which again prevents bind from starting up.
named[2297]: loading configuration from '/etc/bind/named.conf'
named[2297]: /etc/bind/named.conf:6: open: /etc/bind/ns-example-com_rndc-key: file not found
named[2297]: loading configuration: file not found
amed[2297]: exiting (due to fatal error)
@natm
Copy link

natm commented May 18, 2015

Noticed this today on a fresh host.

@tedivm
Copy link
Contributor Author

tedivm commented May 18, 2015

I just noticed I copied the same error message twice, rather than getting the second distinct error message.

@solarkennedy
Copy link
Collaborator

@tedivm can you submit a different pr for the rndc-key only fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants