[Pkg] [OpenIndiana Distribution - Bug #4258] Pkg fails updating in Hipster, when /opt (without onbld) is mounted on separate dataset
illumos project
devnull at illumos.org
Wed Dec 4 13:53:33 UTC 2013
Issue #4258 has been updated by David Mackay.
I experienced the same issue. As a workaround, before updating I would rename _/opt/onbld_ to _/opt/onbld.tmp_ and then perform the update.
The update would install its files to _/opt/onbld_-- but not on the seperate _/opt_ dataset, rather, on the ROOT boot-environment it created. Therefore I mounted the boot-environment the update created to _/mnt_, renamed _/opt/onbld.tmp_ back to _/opt/onbld_, and done *cp -r /mnt/opt/onbld /opt/*, followed by *rm -rf /tmp/opt/onbld* so as to avoid mounting issues after rebooting into the new boot-environment.
----------------------------------------
Bug #4258: Pkg fails updating in Hipster, when /opt (without onbld) is mounted on separate dataset
https://www.illumos.org/issues/4258
Author: Nikola M.
Status: New
Priority: Normal
Assignee: OI PKG
Category: Release Engineering
Target version:
Difficulty: Medium
Tags: pkg
OI Hipster fails to update on pkg error. (from 7de6f2c to 2013-10-22 09:35)
Seems like it wants to use /opt for something
and I mounted /opt to separate zfs dataset and it previously failed to mount /opt and launch GUI login, untill /opt was deleted and dataset mounted to /opt.
So on every update it fails to recognize mounted /opt , make new one and create /opt/onbld and then fails to present GUI.
And now pkg fails to update (this is new).
Update Phase 937/4693Action upgrade failed for 'opt/onbld/bin/i386/protocmp' (pkg://openindiana.org/developer/build/onbld):
TypeError: 'NoneType' object is not callable
The running system has not been modified. Modifications were only made to a clone of the running system. This clone is mounted at /tmp/tmpesmIKM should you wish to inspect it.
pkg: An unexpected error happened during update: 'NoneType' object is not callable
Traceback (most recent call last):
File "/usr/bin/pkg", line 5975, in handle_errors
__ret = func(*args, **kwargs)
File "/usr/bin/pkg", line 5958, in main_func
pargs=pargs, **opts)
File "/usr/bin/pkg", line 2344, in update
reject_list=reject_pats, update_index=update_index)
File "/usr/bin/pkg", line 1604, in __api_op
ret_code = __api_execute_plan(_op, _api_inst)
File "/usr/bin/pkg", line 1290, in __api_execute_plan
api_inst.execute_plan()
File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 2177, in execute_plan
self._img.imageplan.execute()
File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 2984, in execute
p.execute_update(src, dest)
File "/usr/lib/python2.6/vendor-packages/pkg/client/pkgplan.py", line 462, in execute_update
dest.install(self, src)
File "/usr/lib/python2.6/vendor-packages/pkg/actions/file.py", line 214, in install
stream = self.data()
TypeError: 'NoneType' object is not callable
pkg: This is an internal error in pkg(5) version 1ff317412fe4+. Please log a
Service Request about this issue including the information above and this
message.
$ uname -a
SunOS oin 5.11 illumos-7de6f2c i86pc i386 i86pc Solaris
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account
More information about the Pkg-team
mailing list