http://defect.opensolaris.org/bz/show_bug.cgi?id=8782


Renee Danson <renee.danson at sun.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ACCEPTED                    |FIXINPROGRESS




--- Comment #3 from Renee Danson <renee.danson at sun.com>  2009-05-13 22:19:53 
---
So I believe now I was hitting two problems:

1) the early exit in the net-nwam stop method, causing the nwam service to go
into maintenance
     on the first boot after bfu

2) rebooting after an incomplete install (i.e. no acr run after bfu, so no
/etc/passwd update)

The first was the initial problem I talked about in the description, and I
think Anurag's suggested
solution of simply removing the exit on error (if the properties we're trying
to write as part of the
legacy location don't exist, that's really not a problem, they can't matter to
the legacy location) is
the right thing to do.

The second was suggested by Darren in comment #2: I'd simply forgotten to run
the acr after bfu'ing,
and thus the netadm and netcfg users weren't created, so when svc.startd tried
to obey the manifests
saying to run netcfgd and nwamd as one of those users, it failed and the
services ended up in
maintenance.  That's not a bug, it's pilot error.

So, I believe the only real issue here is the stop method problem.  I've
verified that the suggested
fix works, so I'll get that change integrated.

-- 
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Reply via email to