Pete Dennis wrote: > I've logged bug: > > http://defect.opensolaris.org/bz/show_bug.cgi?id=4104 > > closed as dups of bugs 3704, 3890 which is okay but > alas I am still stuck. > > pkg install SUNWipkg fails > > -bash-3.2# pkg install SUNWipkg > pkg: install failed: > > pkg image-update fails > > -bash-3.2# pkg image-update > Checking that SUNWipkg (in '/') is up to date... > .... > Traceback (most recent call last): > File "/usr/bin/pkg", line 1958, in ? > ret = main_func() > File "/usr/bin/pkg", line 1920, in main_func > return image_update(img, pargs) > File "/usr/bin/pkg", line 547, in image_update > if not ipkg_is_up_to_date(img): > File "/usr/bin/pkg", line 470, in ipkg_is_up_to_date > filters = [], noexecute = True) > File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line > 1866, in make_install_plan > self.load_optional_dependencies() > File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line > 1427, in load_optional_dependencies > self.update_optional_dependency(min_fmri) > File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line > 1395, in update_optional_dependency > matcher = pkg.fmri.exact_name_match).next()[0] > File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line > 1667, in inventory > for f in self.__inventory(*args, **kwargs): > File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line > 1632, in __inventory > raise InventoryException(notfound=nonmatchingpats) > InventoryException > > pkg: This is an internal error. Please let the developers know about this > problem by filing a bug at http://defect.opensolaris.org and including the > above traceback and this message. The version of pkg(5) is '1b1547cb8655'. > > What can I do to get out of this situation ? > > I did have two authorities but now only have one..
Answering my own question.....adding the deleted authority and then retrying the pkg image-update now appears to work (in progress as I type). > > > Thanks > pete > _______________________________________________ > pkg-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/pkg-discuss _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
