i had that issue too, we (dennis and me) installed ksh from the ksh project
i solved it tho: $ pkgrecv -s http://pkg.opensolaris.org pkg:/[EMAIL PROTECTED],5.11-0.95:20080807T153827Z $ pfexec cp SUNWcs/1e036befffbb72b6f76f8a67b9a4f4b8bf92c9e3 /etc/ksh.kshrc On Fri, Sep 5, 2008 at 7:38 PM, Dennis Clarke <[EMAIL PROTECTED]> wrote: > > anyone else seeing pkg image-update fail ? > > [EMAIL PROTECTED]:~# pkg version > bfe78d71dc9a > > # pkg image-update -v > . > . > . > > end result is ... > > [EMAIL PROTECTED]:~# pkg list -av SUNWipkg | head -3 > FMRI STATE > UFIX > pkg:/[EMAIL PROTECTED],5.11-0.96:20080829T151252Z installed > ---- > pkg:/[EMAIL PROTECTED],5.11-0.96:20080825T191122Z known > u--- > > > None > DOWNLOAD PKGS FILES XFER (MB) > Completed 558/558 4046/4046 131.74/131.74 > > PHASE ACTIONS > Removal Phase 3368/3368 > Install Phase 3315/3315 > Update Phase 19794/86070 Action upgrade failed > for 'etc/ksh.kshrc' (pkg:/SUNWcs): > OSError: [Errno 2] No such file or directory > pkg: > An unexpected error happened during image-update: [Errno 2] No such file > or directory > The running system has not been modified. Modifications were only made to > a clone of the running system. This clone is mounted at /tmp/tmpLOBcTI > should you wish to inspect it. > Traceback (most recent call last): > File "/bin/pkg", line 1830, in ? > ret = main_func() > File "/bin/pkg", line 1792, in main_func > return image_update(img, pargs) > File "/bin/pkg", line 537, in image_update > img.imageplan.execute() > File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line > 615, in execute > p.execute_update(src, dest) > File "/usr/lib/python2.4/vendor-packages/pkg/client/pkgplan.py", line > 270, in execute_update > dest.install(self, src) > File "/usr/lib/python2.4/vendor-packages/pkg/actions/file.py", line 166, > in install > portable.rename(temp, final_path) > File "/usr/lib/python2.4/vendor-packages/pkg/portable/os_unix.py", line > 169, in rename > os.rename(src, dst) > OSError: [Errno 2] No such file or directory > 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'. > > I'm not going to file a bug report if this is something others are seeing. > In which case .. it would be common knowledge. > > Dennis > > > _______________________________________________ > opensolaris-discuss mailing list > [email protected] > -- Andy http://blog.sartek.net _______________________________________________ opensolaris-discuss mailing list [email protected]
