Quoth Mike Gerdts on Thu, Sep 20, 2007 at 12:23:52AM -0500: > I got in a bit of an offtopic discussion with Rainer over in > sysadmin-discuss. I think the juiciest bits are found below, but if > you would like to look at the rest of the thread, it all started out > as an innocent conversation about disk layouts... > > http://mail.opensolaris.org/pipermail/sysadmin-discuss/2007-September/001640.html > > In a nutshell, it seems as though: > > 1) Entries in inittab that should run in run level 3 race with things > that pre-SMF would have completed during sysinit through /sbin/rcS.
I believe that svc.startd doesn't signal to init that we've entered runlevel 3 until somewhere around milestone/multi-user-server. Anything that we would have done in rcS should have milestone/single-user as a dependent, and so should be done by then. Do you have an example? > 2) It's not clear that proper dependencies are set up to be sure that > dumpadm is done with swap before other things need/use swap. Hmm, yes, it's not clear to me, either. Let me contact people who know more about savecore than I. David