Error updating b95 -> b96:

[EMAIL PROTECTED]:~$ pfexec pkg image-update
Checking that SUNWipkg (in '/') is up to date...
DOWNLOAD                                    PKGS       FILES     XFER (MB)
Completed                                616/616   3890/3890 613.78/613.78

PHASE                                        ACTIONS
Removal Phase                              3509/3509
Update Phase                             13012/91994 Action upgrade failed
for 'var/svc/profile/inetd_generic.xml' (pkg:/SUNWcs):
 OSError: [Errno 90] Number of symbolic links encountered during path name
traversal exceeds MAXSYMLINKS:
'/tmp/tmpF1VYgA/var/svc/profile/inetd_generic.xml'
pkg:
An unexpected error happened during image-update: [Errno 90] Number of
symbolic links encountered during path name traversal exceeds MAXSYMLINKS:
'/tmp/tmpF1VYgA/var/svc/profile/inetd_generic.xml'
 The running system has not been modified. Modifications were only made to a
clone of the running system.  This clone is mounted at /tmp/tmpF1VYgA should
you wish to inspect it.
Traceback (most recent call last):
  File "/usr/bin/pkg", line 1734, in ?
    ret = main_func()
  File "/usr/bin/pkg", line 1696, in main_func
    return image_update(img, pargs)
  File "/usr/bin/pkg", line 527, in image_update
    img.imageplan.execute()
  File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line
499, in execute
    p.execute_update(src, dest)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/pkgplan.py", line 292,
in execute_update
    dest.install(self, src)
  File "/usr/lib/python2.4/vendor-packages/pkg/actions/file.py", line 115,
in install
    os.chmod(temp, mode)
OSError: [Errno 90] Number of symbolic links encountered during path name
traversal exceeds MAXSYMLINKS:
'/tmp/tmpF1VYgA/var/svc/profile/inetd_generic.xml'
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 the output of 'pkg version'.
[EMAIL PROTECTED]:~$
[EMAIL PROTECTED]:~$ uname -a
SunOS opensolaris-ormandj 5.11 snv_95 i86pc i386 i86pc Solaris
[EMAIL PROTECTED]:~$

Should I file a bug, as it suggests, or am I missing something? I've not yet
re-tried the operation.

Cheers,
David

On Thu, Sep 4, 2008 at 3:46 PM, <[EMAIL PROTECTED]> wrote:

> The OpenSolaris development package repository
>
>        http://pkg.opensolaris.org/
>
> has been updated to reflect the changes in snv_96 including major fixes
> to the Caiman "Slim Install" and the Image Packaging System (IPS).  In
> addition, NetBeans 6.1 is now available in the repository.
>
> Users who wish to update their system to the development build can do
> so using the "image-update" facility provided by the pkg(1) command.
> For important information about "image-update", see the instructions at
>
>
> http://opensolaris.org/os/project/indiana/resources/rn3/image-update/
>
> IMPORTANT NOTE: The development builds have undergone limited testing
> and users should expect to uncover issues as the next release is
> developed.
>
> ISO images are being made available for this build via BitTorrent.
> Torrent files are provided as follows
>
>        Primary Languages, gzip compression, 738MB
>        http://dlc.sun.com/torrents/info/osol-0811-96.iso.torrent
>        (if burned to media, image should be burned to a DVD)
>
>        All Languages, LZMA compression, 656MB
>        http://dlc.sun.com/torrents/info/osol-0811-96-global.iso.torrent
>        (if burned to media, image can be burned to a CD)
>
>        MD5 checksums for these images
>        http://www.opensolaris.org/os/project/indiana/files/md5sums_96.txt
>
> New packages in this repository update
> ======================================
> SUNWgsed                        gsed - GNU implementation of sed, the Unix
> SUNWlibdatrie                   libdatrie
> SUNWlibgsf                      GNOME Structured File Library
> SUNWlibthai                     libthai
> SUNWscim                        Smart Common Input Method Framework
> SUNWscim-anthy                  Smart Common Input Method Framework -
> libanthy
> SUNWscim-chewing                Smart Common Input Method Framework
> SUNWscim-hangul                 Smart Common Input Method Framework -
> libhangul
> SUNWscim-pinyin                 Smart Common Input Method Framework - Smart
> SUNWscim-sunpinyin              Smart Common Input Method Framework -
> SunPinyin
> SUNWscim-tables                 Smart Common Input Method Framework -
> Codetable
> SUNWscim-tables-chinese         Smart Common Input Method Framework -
> Codetable
> SUNWscim-tables-extra           Smart Common Input Method Framework -
> Codetable
> SUNWscim-tables-india           Smart Common Input Method Framework -
> Codetable
> SUNWscim-tables-japanese        Smart Common Input Method Framework -
> Codetable
> SUNWscim-tables-korean          Smart Common Input Method Framework -
> Codetable
> SUNWscim-thai                   Smart Common Input Method Framework -
> libthai
> SUNWw3m                         Desktop search tool - support libraries
>
> Known issues in this repository update
> ======================================
> 6733880 6677411/6677801/PSARC/2008/342 broke VirtualBox by polluting its
> http://bugs.opensolaris.org/view_bug.do?bug_id=6733880
>
>        When starting up, VirtualBox terminates prematurely with the
>        following message reported
>
>                ERROR: 0 bytes read from child process
>
>        Work-around:
>
>                Set the environment variable LD_NODIRECT to 1 prior to
>                executing VirtualBox
>
>                $ LD_NODIRECT=1 VirtualBox
>
> 3050 swap should be mandatory on systems with less than 1GB memory
> http://defect.opensolaris.org/bz/show_bug.cgi?id=3050
>
>        On systems or virtual machines with 768MB or less of memory,
>        the installer can hang.
>
>        Work-around:
>
>                In the case of a virtual machine, allocate 1GB during
>                the installation phase.  Otherwise, provide at least
>                the amount of disk space recommended by the installer
>                so that a swap volume will be created.
>
> 3200 "Malformed URL: None" when mirrors attribute on an authority is None
> http://defect.opensolaris.org/bz/show_bug.cgi?id=3200
>
>        Systems that were originally installed with Developer Preview 2
>        can fail to "pkg image-update" with the following message
>        reported
>
>                ValueError: Malformed URL: None
>
>        Work-around:
>
>                Edit the file /var/pkg/cfg_cache and change any lines
>                of the form
>
>                        mirrors = None
>
>                to instead read
>
>                        mirrors = []
>
> 3214 additional NetBeans 6.1 dependencies needed
> http://defect.opensolaris.org/bz/show_bug.cgi?id=3214
>
>        On systems that have installed a subset of NetBeans 6.1
>        packages including SUNWnetbeans-ruby and/or
>        SUNWnetbeans-javaee, executing the IDE may report certain
>        modules as being missing.
>
>        Work-around:
>
>                Manually install the dependent SUNWlibnb-gsf1 package
>
>                        $ pfexec pkg install SUNWlibnb-gsf1
>
> Image Packaging System (IPS) specific bugs addressed in this repository
> update
>
> ==============================================================================
> 45 "move" action for files that are renamed, but must be preserved
> 590 actions should be evaluated across entire image transformation
> 1018 actions with payloads should include all sizes and hashes
> 1461 depot should ignore requests for absent files
> 1730 package containing space in name handled incorrectly
> 1905 GUI package manager slow responsiveness
> 2227 File action should verify its checksums
> 2261 Support mirroring of package content
> 2285 Versions lists unavailable operations
> 2309 pkg.depotd fails when -d argument is a relative pathname
> 2330 Imageconfig incorrectly parses boolean config options
> 2333 control over access / error log destination desired
> 2402 pkg unable to remove executable file that is in use on Windows
> 2415 EPERM on Windows when updating a file in use
> 2542 Make User-agent value deal with newer Windows versions
> 2556 client should measure download progress by compressed size
> 2732 Unable to publish large file on Windows XP
> 2735 pylint shows up various errors in the pkg code that need to be fixed.
> 2778 Need a way of adding the same commands to every package
> 2779 It would be handy to confine chatrr_glob to a single type
> 2790 The GUI should check if there is newer SUNWipkg and SUNWipkg-gui
> before
> 2795 two versions of a package can be installed
> 2818 We should include pyOpenSSL in the gate
> 2838 pkg image-update to b95 died while updating indexes
> 2840 SUNWipkg-gui-l10n has incorrect group for many directories
> 2852 resync repository to snv_96
> 2855 pkg.depotd --readonly won't serve search
> 2884 Need Netbeans 6.1 packages in repo
> 2889 gui doesn't update search indices
> 2890 IPS's SUNWkdc does not have correct package dependencies
> 2892 SUNWpython-cherrypy package should only include "core" files
> 2893 Upgrading to Snv_95 failed by IPS GUI
> 2905 pkg.depotd should gracefully handle bad manifest requests
> 2907 provide linux distro name in user-agent
> 2931 RSS/Atom feed has validation errors
> 2935 pkg.depotd traceback when unsupported operation version requested
> 2939 SUNWfreetype2 didn't actually go to 2.3.7 in build 96
> 2940 pyOpenSSL tarball and directory need to be in .hgignore
> 2951 Client should check if its SSL certificates have expired
> 2955 rebuild-index causes uninstall of pkg to fail after pkg's authority is
> 2971 putback of 2261 broke info operation
> 2986 test suite outputs failure messages from cli test subprocesses instead
> of
> 2988 FileList should use pkg.csize when possible
> 2990 test_contents_2 needs to sort lines
> 3054 logfiles not properly closed during test suite execution
> 3057 Need to include pyopenssl in clusters for build 96
> 3084 updating missing files tracebacks when trying to chmod
> 3091 importer fails after fix for bug 3057
> 3099 download cache must purge invalid contents
> 3127 backpublished SUNWipkg needs to depend on pyopenssl
> 3129 need to fold SUNWipkg-gui-l10n into SUNWipkg-gui
> 3158 SUNWnetbeans-javase is missing a dependency
>
> Caiman installer specific bugs addressed in this repository update
> ==================================================================
> 1023 be_change_grub_default doesn't remove the temporary file when no boot
> 1049 beadm list -ds output could have a lot less Header information
> 1979 libbe: be_activate needs to run installgrub
> 2161 installer should be compliant with "ZFS root" design specification
> 2196 libbe should support non-legacy mounted zfs roots
> 2577 "beadm umount" should be an alias for "beadm unmount"
> 2843 libbe: destroying a BE should always destroy the snapshot used to
> create
> 2866 transfer module cpio functionality should allow cpio args to be passed
> in
> 2867 transfer module should allow ips set-authority to specify the
> preferred
> 2868 transfer module ips_retrieve should not modify cfg_cache
> 2887 beadm list space used totals for BE not intuitive
> 2891 beadm destroy has an annoying commandline
> 2918 transfer module - log_progress can write to the wrong
> 2943 be_init() fails to create new BE on Sparc platform
> 2949 Define white space and menu.lst location in header file and suppress
> 2963 beadm rename a BE to an existing BE will result in core dump
> 3009 slim_source gate fails to build on 96
> _______________________________________________
> indiana-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
>
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to