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

           Summary: manifest-import of network/location collides with
                    svcadm enable location in net-nwam
    Classification: Development
           Product: nwam
           Version: nwam1_133.4
          Platform: ANY/Generic
        OS/Version: All
            Status: ACCEPTED
          Severity: blocker
          Priority: P1
         Component: ON daemon
        AssignedTo: alan.maguire at sun.com
        ReportedBy: alan.maguire at sun.com
         QAContact: nwam-dev at opensolaris.org


--- Comment #0 from amaguire <alan.maguire at sun.com> 2010-02-22 21:28:08 UTC 
---
We svcadm enable -t network/location in nwam's start/refresh methods in order
to ensure the disabled-by-default service is running if NWAM is. However, on
sparc this enable can happen before manifest-import runs, and as a consequence
the manifest data is not imported and we end up with a service with missing
start/stop/refresh methods and dependencies, and no Automatic/User locations
are created.

The fix is to ensure that the network/location:default instance exists before
enabling. Use svccfg for the existence test (i.e. "svccfg -s listpg FMRI") as
it is /usr/sbin - resident and could be moved to /sbin later.

-- 
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