Comment 9 for bug 510587

Revision history for this message
mibus (mibus) wrote :

I have a near-identical issue. During boot, this gets logged:

named[770]: could not get query source dispatcher (2001:xxxx:xxxx:xxxx::xxx#0)
named[770]: loading configuration: address not available
named[770]: exiting (due to fatal error)

Manually starting BIND fixes the issue.

This is the named.conf line in question:
query-source-v6 address 2001:xxxx:xxxx:xxxx::xxx port *;

I believe it's because the IPv6 address is marked 'tentative' while the IPv6 duplicate-address-detection process is in progress, and BIND is starting before it's finished.