Using our internal pkg repo I saw a bunch of errors when I ran from a BE
running snv_129:

nice -n 10 pkg image-update -v --be-name opensolaris_133

Note that the first time I ran that it told me I needed to update the
pkg utility so I ran:

nice -n 10 pkg install SUNWipkg

which succeeded then I reran:

nice -n 10 pkg image-update -v --be-name opensolaris_133

The error output started with:

Actuators:
      restart_fmri: 
svc:/application/desktop-cache/pixbuf-loaders-installer:default
      restart_fmri: svc:/application/desktop-cache/gconf-cache:default
      restart_fmri: svc:/application/desktop-cache/input-method-cache:default
      restart_fmri: svc:/system/rbac:default
      restart_fmri: svc:/application/font/fc-cache:default
      restart_fmri: svc:/system/manifest-import:default
      restart_fmri: svc:/application/desktop-cache/icon-cache:default
      restart_fmri: svc:/application/desktop-cache/mime-types-cache:default
     reboot-needed: true

DOWNLOAD                                  PKGS       FILES    XFER (MB)
Completed                              3353/3353 294186/294186 2752.8/2752.8 

PHASE                                        ACTIONS
Removal Phase                            2177/317832 
driver (igb) clone permission update failed with return code 252
command run was: /usr/sbin/update_drv -b /tmp/tmpIOJ_lL -d -m igb 0666 root sys 
clone
command output was:
------------------------------------------------------------
No entry found for driver (clone) in file (/tmp/tmpIOJ_lL/etc/minor_perm).
------------------------------------------------------------
Removal Phase                            2183/317832 
driver (wpi) clone permission update failed with return code 252
command run was: /usr/sbin/update_drv -b /tmp/tmpIOJ_lL -d -m wpi 0666 root sys 
clone
command output was:
------------------------------------------------------------
No entry found for driver (clone) in file (/tmp/tmpIOJ_lL/etc/minor_perm).
-
driver (uath) clone permission update failed with return code 252

[a bunch of similar error messages deleted]

and ended with:

------------------------------------------------------------
No entry found for driver (clone) in file (/tmp/tmpIOJ_lL/etc/minor_perm).
------------------------------------------------------------
Removal Phase                            10664/317832Action removal failed for 
'etc/apache2/2.2/conf.d/fcgid.conf' (pkg://opensolaris.org/SUNWapch22m-fcgid):
 OSError: [Errno 2] No such file or directory: 
'/tmp/tmpIOJ_lL/etc/apache2/2.2/conf.d/fcgid.conf'
 The running system has not been modified. Modifications were only made to a 
clone of the running system.  This clone is mounted at /tmp/tmpIOJ_lL should 
you wish to inspect it.
pkg: An unexpected error happened during image-update: [Errno 2] No such file 
or directory: '/tmp/tmpIOJ_lL/etc/apache2/2.2/conf.d/fcgid.conf'
Traceback (most recent call last):
  File "/usr/bin/pkg", line 3139, in handle_errors
    __ret = func(*args, **kwargs)
  File "/usr/bin/pkg", line 3116, in main_func
    return func(img, pargs)
  File "/usr/bin/pkg", line 947, in image_update
    ret_code = __api_execute_plan(op, api_inst)
  File "/usr/bin/pkg", line 615, in __api_execute_plan
    api_inst.execute_plan()
  File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line 587, in 
execute_plan
    self.__img.imageplan.execute()
  File "/usr/lib/python2.6/vendor-packages/pkg/client/imageplan.py", line 849, 
in execute
    p.execute_removal(src, dest)
  File "/usr/lib/python2.6/vendor-packages/pkg/client/pkgplan.py", line 262, in 
execute_removal
    src.remove(self)
  File "/usr/lib/python2.6/vendor-packages/pkg/actions/file.py", line 329, in 
remove
    self.save_file(pkgplan.image, path)
  File "/usr/lib/python2.6/vendor-packages/pkg/actions/file.py", line 376, in 
save_file
    misc.copyfile(full_path, saved_name)
  File "/usr/lib/python2.6/vendor-packages/pkg/misc.py", line 89, in copyfile
    fs = os.lstat(src_path)
OSError: [Errno 2] No such file or directory: 
'/tmp/tmpIOJ_lL/etc/apache2/2.2/conf.d/fcgid.conf'


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 '512c6b2dfda2'.

Is it safe for me to boot the 133 BE or do I need to fix something?
-- 
Will Fiveash
Sun Microsystems Inc.
http://opensolaris.org/os/project/kerberos/
Sent from mutt, a sweet text MUA

Reply via email to