http://defect.opensolaris.org/bz/show_bug.cgi?id=11385
amaguire <alan.maguire at sun.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ACCEPTED
CC| |alan.maguire at sun.com
AssignedTo|nwam-dev at opensolaris.org |alan.maguire at sun.com
--- Comment #1 from amaguire <alan.maguire at sun.com> 2009-09-16 07:25:29 UTC
---
This is due to the fact you switched from a conditional activation mode (where
no enabled property is used) to manual (where an enabled property is used).
Problem is, even if you tried to set the "enabled" property, you can't IIRC,
since it's viewed as special, and can only be set by the netadm user. The same
problem occurs when switching a prioritized NCU to a manual one. It doesn't
happen for locations since we always create the enabled value for them, even in
conditional/system activation cases.
A possible solution would be, on ncu/enm creation, to always create the
"enabled" property, setting it by default to "false" (as we currently do for
manual ENMs) for all activation modes. The property would be ignored for
conditional/prioritized activation when those activation modes are in effect.
--
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.
You are the assignee for the bug.