On 04/15/10 10:24 PM, UnixRob wrote:
Thank you Brock Pytlik and Shawn Walker for your help and advice.

I actually did run this command as the root user:  pkg install -v SUNWipkg

before I attempted to do the the pkg image-update. Note that before I
did the "pkg install -v SUNWipkg" command my output for the "pkg info
SUNWipkg" command looked like this:
...
It was only after I was certain that I had the newest (the May 2009)
version of SUNWipkg installed from the support repository and was thus
ready to upgrade to OpenSolaris 2009.06 snv_111b, I then did the pkg
image-update and got the Python stack trace error message that I posted
earlier.

So it looks like there was a newer version of SUNWipkg published to the /dev repository that for some reason didn't make to the /support repository for 2008.11. That version should fix your issue. To install it, please try the following steps:

pfexec pkg set-authority \
    -O http://pkg.opensolaris.org/dev opensolaris.org

pfexec pkg install \
  pkg:/[email protected],5.11-0.101 \
  pkg:/[email protected],5.11-0.101 \
  pkg:/[email protected],5.11-0.101

Once that's done, you should see a newer version of SUNWipkg.

Then reset the opensolaris.org publisher to use the support repository, and try your upgrade again.

Cheers,
-Shawn
_______________________________________________
install-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/install-discuss

Reply via email to