I think there is an easy work around for this bug. Jan has authname="opensolaris.org" in his manifest and ICT reset_image_UUID succeeds.
e.g. from Jan's manifest: <main url="http://10.18.138.30:100" authname="opensolaris.org"/> The fix could be to pass the authname to the ICT. However since there is a simple work around do we need this fixed for 112008 ? I have added this to the bug: In looking at the code where the UUID is reset the authority "opensolaris.org" is hardcoded. I suspect your manifest specifies a different authname e.g.: <main url="http://ipkg.sfbay:29047" authname="ipkg.sfbay"/> A work around for this could be to specify the authname as opensolaris.org <main url="http://ipkg.sfbay:29047" authname="opensolaris.org"/> Joe
