On 10/10/12 04:34 PM, David Sechrest wrote:
I need some help in determining what the cause of this error might be and how to overcome it. # pkg change-facet facet.version-lock.consolidation/cacao/cacao-incorporation=False Creating Plan - Errors were encountered while attempting to retrieve package or file data for the requested operation. Details follow: https protocol error: code: 404 reason: Not Found URL: 'https://pkg.oracle.com/solaris/support/solaris/file/1/235c7674d821032ae3eeda280c7837d1f1f4fdb5'. (happened 4 times) Here are the some details - % pkg list -H entire entire 0.5.11-0.175.0.9.0.5.0 i-- % pkg publisher PUBLISHER TYPE STATUS URI solaris origin online https://pkg.oracle.com/solaris/support/ cacao origin online file:///var/opt/sun/xvm/images/IPS/ac-ips-repo/ mp-re origin online file:///var/opt/sun/xvm/images/IPS/ac-ips-repo/ opscenter origin online file:///var/opt/sun/xvm/images/IPS/ac-ips-repo/ I am able to reach the solaris publisher as I'm able to install packages from this solaris repo. I can provide access to the system if that would help.
If you want to install a more recent version of a consolidation than you have in the repo for the solaris publisher you have to search this consolidation repo before the solaris repo.
Based on your setup above, you should be able to fix things by doing: pkg set-publisher --search-after opscenter solaris This will move it to the end of the list. It might also be necessary to make the solaris publisher non-sticky. Erik _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
