Re: Starting isc_named earlier

2015-08-25 Thread George
On Mon, 24 Aug 2015 16:56:37 -0600 Devin Reade wrote: > --On Monday, August 24, 2015 12:27:06 AM + Stuart Henderson > wrote: > > > Having NFS rely on DNS is not ideal. I don't see why dhcpd would > > need DNS to run at all? > > If you have a 'fixed-address' definition in a 'host' block, a

Re: Starting isc_named earlier

2015-08-24 Thread Devin Reade
--On Monday, August 24, 2015 12:27:06 AM + Stuart Henderson wrote: Having NFS rely on DNS is not ideal. I don't see why dhcpd would need DNS to run at all? If you have a 'fixed-address' definition in a 'host' block, and the fixed-address uses a FQDN rather than an IP, you will have probl

Re: Starting isc_named earlier

2015-08-23 Thread Stuart Henderson
On 2015-08-23, George wrote: >> >> -start_daemon syslogd ldattach pflogd nsd unbound ntpd >> >> +start_daemon syslogd ldattach pflogd isc_named ntpd >> >>start_daemon iscsid isakmpd iked sasyncd ldapd npppd >> >>echo '.' >> >> >> probably have to add something to /etc/rc.conf.local like >

Re: Starting isc_named earlier

2015-08-23 Thread George
On Sun, 23 Aug 2015 12:49:20 -0500 Edgar Pettijohn wrote: > On 08/23/15 12:40, Theo de Raadt wrote: > >> something like this would probably do it, but would be undone > >> anytime you update > or at least I think it will be undone, but maybe not I don't have any > experience with making changes

Re: Starting isc_named earlier

2015-08-23 Thread Edgar Pettijohn
On 08/23/15 12:40, Theo de Raadt wrote: something like this would probably do it, but would be undone anytime you update or at least I think it will be undone, but maybe not I don't have any experience with making changes to it. --- /etc/rc Sat Aug 22 03:06:56 2015 +++ /etc/rc.new Sun Aug

Re: Starting isc_named earlier

2015-08-23 Thread Theo de Raadt
> something like this would probably do it, but would be undone anytime > you update > > --- /etc/rc Sat Aug 22 03:06:56 2015 > +++ /etc/rc.new Sun Aug 23 12:27:53 2015 > @@ -371,7 +371,7 @@ > make_keys > > echo -n 'starting early daemons:' > -start_daemon syslogd ldattach pflogd nsd unb

Re: Starting isc_named earlier

2015-08-23 Thread Edgar Pettijohn
something like this would probably do it, but would be undone anytime you update --- /etc/rc Sat Aug 22 03:06:56 2015 +++ /etc/rc.new Sun Aug 23 12:27:53 2015 @@ -371,7 +371,7 @@ make_keys echo -n 'starting early daemons:' -start_daemon syslogd ldattach pflogd nsd unbound ntpd +start_daem

Starting isc_named earlier

2015-08-23 Thread George
Hi guys, I was wondering if someone might have a hint on how to start isc_name (on 5.7) earlier than network services like DHCP and NFS. This was OK for me on 5.6 when it was in base but now I have issues as my configs are tied to DNS services on the local machine. I read a bit and fiddled with