On Thu, Aug 06, 2009 at 10:32:19AM -0400, Anurag S. Maskey wrote: > The primary user of nwam phase 1 is using OpenSolaris. So, we're trying > to test how upgrading from phase 0/0.5 will go for these users. We also > need to test install. The current target for the project is 2010.02, > which means before build 125. So, things may be easier in the future, > but we need to test our project now (other than with BFUs).
Sure. I'm just saying that most project teams to date have just assumed that somehow magic happens and it just comes out working when the OpenSolaris build is released. > My ips source is at changeset 1291. I and the NWAM team would > greatly appreciate if any one of you experts took a look at NWAM's > webrev I think you may have a bug in your i.passwd script in its handling of the dladm user. Since it's changing groups, you need to check for the existence of the user with the old group as well, or you'll end up with two dladm users in the file, with different groups. That's probably not toxic, but it's not right, either. That's not relevant to OpenSolaris, but I thought I'd mention it. > and generated specific files/instructions on how to get the > authorizations into the repository as of my changeset. Perhaps you could put up a webrev of your pkg(5) gate changes? There are currently some problems with running an import, which can be worked around with the following two steps: - change the makefile to have FIX_FILES_120 to match FIX_FILES_121 - copy 121/common/SUNWpm to 120/common/SUNWpm In addition, you're going to want to take the complete RBAC files and dump them into the build 120 directory, just like they currently are in build 118. Note that though this will put them into the package, if the files on the system you're upgrading have been changed at all from what the packaging system expects them to be, they will not be touched on upgrade. Most people don't touch these files, so it shouldn't be an issue, and by the time you integrate, the RBAC assembly mechanisms should work just fine. But you can test assuming that those files are stock. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
