On Mon, Nov 08, 2010 at 07:29:37AM -0800, [email protected] wrote: > On Fri, Nov 05, 2010 at 08:18:16PM -0700, Darren Reed wrote: > > pkg: An unexpected error happened during image-update: Release of > > unacquired lock > > > > Traceback (most recent call last): > > File "/usr/bin/pkg", line 4242, in handle_errors > > __ret = func(*args, **kwargs) > > File "/usr/bin/pkg", line 4221, in main_func > > return func(img, pargs) > > File "/usr/bin/pkg", line 1395, in image_update > > ret_code = __api_execute_plan(op, api_inst) > > File "/usr/bin/pkg", line 991, in __api_execute_plan > > api_inst.execute_plan() > > File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line > > 804, in execute_plan > > self.__img.unlock() > > File "/usr/lib/python2.6/vendor-packages/pkg/client/image.py", > > line 404, in unlock > > self.__lock.release() > > File "/usr/lib/python2.6/vendor-packages/pkg/nrlock.py", line 84, > > in release > > raise NRLockException(errbuf) > > NRLockException: Release of unacquired lock > > This looks like a dup of 16853. From what build were you upgrading?
After a bit more digging, it looks like this is a new issue, but one for which a bug has already been filed. See 17327. -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
