On Aug 17, 2012, at 22.02, Michael Hoskins (michoski) wrote: > -----Original Message----- > > From: Jeff Justice <[email protected]> > Date: Friday, August 17, 2012 6:10 PM > To: "[email protected]" <[email protected]> > Subject: Re: Version statement... > >> Okay, here's what I know: >> >> named-checkconf says there are no errors. >> There is only one named process running. >> When I apply my edited named.conf, the log shows named stopping and >> restarting with no errors. >> >> How can I check to see the path where my named process thinks named.conf >> is located? > > I think configuration and OS tools are your best bet...
strings -a /path/to/named | grep -iF 'named.conf' and/or named -V, looking for --sysconfdir= -ben _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

