Shawn Walker wrote: > Rich Burridge wrote: >> I just tried to update my work machine (was at build 94) >> and got the following: >> >> $ pfexec pkg image-update >> ... >> OSError: [Errno 2] No such file or directory: >> '/tmp/tmpdawH1_/opt/DTT/Code/Python/func_abc.py' >> >> What should I be inspecting it for to see what went wrong? > > You're seeing bug 2928 which is really a duplicat eof bug 1333. > > In short, you should be able to workaround it by uninstalling > SUNWDTraceToolkit first and then performing the update again. > > Once the update is complete, you can reinstall the toolkit.
Thanks Shawn (and also to Michael). This was indeed it. I did: $ pfexec pkg uninstall $ pfexec pkg image-update <reboot into build 95> When I was logged in, I then tried: $ pfexec pkg install SUNWDTraceToolkit It replied with: Nothing to install in this image (is this package already installed?) and sure enough it was already there: $ pkg list SUNWDTraceToolkit NAME (AUTHORITY) VERSION STATE UFIX SUNWDTraceToolkit 0.5.11-0.95 installed ---- _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
