[Pkg] [OpenIndiana Distribution - Bug #4138] (Closed) Update fails if /opt is mounted from other disk
illumos project
devnull at illumos.org
Tue Dec 10 19:06:14 UTC 2013
Issue #4138 has been updated by Ken Mays.
Status changed from New to Closed
Estimated time set to 1.00
----------------------------------------
Bug #4138: Update fails if /opt is mounted from other disk
https://www.illumos.org/issues/4138
Author: Predrag Zečević
Status: Closed
Priority: Normal
Assignee: OI PKG
Category: pkg (Image Packaging System)
Target version:
Difficulty: Medium
Tags: pkg
Hi,
i am currently running OI from /hipster and have /opt mounted from another pool (not rpool):
<pre>
$ zfs list | grep /opt
pz500/opt 17.8G 159G 17.8G /opt
</pre>
That triggered failure of BE update:
<pre>
pfexec pkg update -v --be-name OI_151_181_hipster_20130915
...
Update Phase 1269/4414Action upgrade failed for 'opt/os-tests/tests/poll_test' (pkg://openindiana.org/system/test/ostest):
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 /var/tmp/tmpedIk5N 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.
</pre>
I have found that 2 installations/packages made trouble:
<pre>
pkg:/system/test/ostest # installed into /opt/os-tests
pkg:/system/dtrace/tests # installed into /opt/SUNWdtrt
</pre>
After removal of those (only tests/diags), pkg update went fine...
Regards.
--
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