Quoth Jordan Brown (Sun) on Wed, Apr 09, 2008 at 03:04:02PM -0700: > David Powell wrote: > > "uninitialized" means its restarter hasn't processed the service, > > which means either the restarter is out to lunch or has been > > mis-specified. > > > > What does 'svcs -l' say its restarter is? > > # svcs -l svc:/application/scn/update-agent:default > fmri svc:/application/scn/update-agent:default > name Update Connection Enterprise - Agent > enabled false > state uninitialized > next_state none > state_time Wed Apr 09 09:57:15 2008 > restarter svc:/system/svc/restarter:default
Does "echo ::startd_log | mdb -p `pgrep startd`" yield anything interesting? In particular, anything related to your service? David