Quoth Frank Cusack on Mon, May 15, 2006 at 12:58:53PM -0700: > On May 15, 2006 12:45:05 PM -0700 David Bustos <David.Bustos at sun.com> > wrote: > >Quoth Frank Cusack on Mon, May 15, 2006 at 11:34:24AM -0700: ... > >This looks like 6226796 (dns/server ends up being disabled on reboot). > > Sure does. I can't see that bug report for some reason, but from the > the files in patch 119783-01 it certainly seems like a bind thing. > I'll look at the source changes. > > >What sources are you compiling from? > > isc.org 9.3.1. > > Any ideas (before I go looking through sources) why named has to exit > a certain way? It certainly seems to exit(0) in response to SIGTERM > (from my limited truss output).
This is a bug in named/smf integration. On SIGTERM named disables itself thinking that it has been signaled by rndc. I don't know why we started patching it for SFW but didn't push the fix back into the main source base. I'll try to fix that. > Also, how could I tell smf/svcs to give me more details? Having a > problem here is one thing, not telling me what's going reminds me > of the Mac. I've filed 6425967 svcs -x makes claims about disabled services that it can't back up for you. David