On 11/05/08 09:53, Sean Wilcox wrote: > 6332610 - http://bugs.opensolaris.org/view_bug.do?bug_id=6332610 startd > doesn't notice configd's woes > > Webrev : http://cr.opensolaris.org/~swilcox/6332610/ > > Thanks, > > Hmmm! I may be wrong but I don't see how the fix can prevent the situation from happening again since you are still forking a child to run sulogin (B_FALSE to fork_sulogin) and svc.configd will be restarted after exit of child. You may consider exec sulogin directly after a certain of retries.
Steve