[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
Mon Apr 7 06:47:52 UTC 2014


Issue #4258 has been updated by Predrag Zečević.


Happen again :-(

<pre>
$ pfexec pkg refresh --full 
$ pfexec pkg update -v --be-name ${BENAME}
...
PHASE                                          ITEMS
Removing old actions                       1207/1207
Installing new actions                     1015/1015
Updating modified actions                  1273/6221Action upgrade failed for 'opt/DTT/Man/man1m/syscallbypid.d.1m' (pkg://openindiana.org/developer/dtrace/toolkit):
 TypeError: coercing to Unicode: need string or buffer, NoneType found
 The running system has not been modified. Modifications were only made to a clone of the running system.  This clone is mounted at /export/tmp/tmp5xPbPG should you wish to inspect it.
pkg: An unexpected error happened during update: coercing to Unicode: need string or buffer, NoneType found

Traceback (most recent call last):
  File "/usr/bin/pkg", line 6317, in handle_errors
    __ret = func(*args, **kwargs)
  File "/usr/bin/pkg", line 6303, in main_func
    pargs=pargs, **opts)
  File "/usr/bin/pkg", line 2138, in update
    reject_list=reject_pats, update_index=update_index)
  File "/usr/bin/pkg", line 1855, in __api_op
    ret_code = __api_execute_plan(_op, _api_inst)
  File "/usr/bin/pkg", line 1434, in __api_execute_plan
    api_inst.execute_plan()
  File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 2636, in execute_plan
    self._img.imageplan.execute()
  File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 3895, in execute
    p.execute_update(src, dest)
  File "/usr/lib/python2.6/vendor-packages/pkg/client/pkgplan.py", line 532, in execute_update
    dest.install(self, src)
  File "/usr/lib/python2.6/vendor-packages/pkg/actions/file.py", line 191, in install
    stream = self.data()
  File "/usr/lib/python2.6/vendor-packages/pkg/client/transport/transport.py", line 2445, in opener
    f = open(cache_path, "rb")
TypeError: coercing to Unicode: need string or buffer, NoneType found


pkg: This is an internal error in pkg(5) version 8d10208.  Please log a
Service Request about this issue including the information above and this
message.
</pre>

Removed:
<pre>
$ uname -vors
SunOS 5.11 illumos-8f6d9da Solaris

$ pfexec pkg uninstall -v developer/dtrace/toolkit
</pre>

and update went fine... 

:-(

----------------------------------------
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: Closed
Priority: Normal
Assignee: OI PKG
Category: pkg (Image Packaging System)
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