Re: Basic info on interfaces file

2015-03-31 Thread Chris Buxton
This is not really a BIND question; this mailing list is for BIND questions. RTM. Start with this command: man 5 interfaces You can use the 'q' key to exit from the manual page. The BIND name server will not read /etc/resolv.conf (which is what that dns-nameserver line refers to), so set it to

Basic info on interfaces file

2015-03-31 Thread STEPHEN EYRE
For educational interest i am setting up an authoritative only DNS server at home and after a few failures i am starting at the beginning again. I am using Bind9 with Ubuntu 14.04 server software.  Todays question revoles around the /etc/network/interfaces file. In the line starting with 'ad

Re: compile and install from source

2015-03-31 Thread @lbutlr
> On Mar 31, 2015, at 02:46, Mathieu Arnold wrote: > > +--On 30 mars 2015 19:32:09 -0600 "@lbutlr" wrote: > |> # /usr/local/sbin/named -u bind -c /etc/namedb/named.conf \ > |>-t /var/named > | > | Yes, that works without reporting any errors, so the issue appears to be > | with /usr/local/

Re: compile and install from source

2015-03-31 Thread Matthew Seaman
On 31/03/2015 02:32, @lbutlr wrote: >> Can you start the named process "by hand" -- the command line should be >> > something like: >> > >> > # /usr/local/sbin/named -u bind -c /etc/namedb/named.conf \ >> >-t /var/named > Yes, that works without reporting any errors, so the issue appears to >

Re: compile and install from source

2015-03-31 Thread Mathieu Arnold
+--On 30 mars 2015 19:32:09 -0600 "@lbutlr" wrote: |> # /usr/local/sbin/named -u bind -c /etc/namedb/named.conf \ |> -t /var/named | | Yes, that works without reporting any errors, so the issue appears to be | with /usr/local/etc/rc.d/named startup script. Well, your first post says you're

Re: compile and install from source

2015-03-31 Thread Mathieu Arnold
+--On 30 mars 2015 17:13:15 -0700 Kevin Oberman wrote: | Note that chroot has just been re-enabled in the FreeBSD BIND ports. It's | not default, so you must select the CHROOT option. This was just | announced last week, and I am not sure the change has actually been | committed. There is no CHR