On Thu, Apr 09, 2009 at 02:10:56PM +0800, luke woo wrote: > Ethan Quach wrote: >> The pkg.opensolaris.org/release repository doesn't have build 111 yet, >> set your publisher to the pkg.opensolaris.org/dev repository and retry. >> >> # pkg set-publisher -P -O http://pkg.opensolaris.org/dev opensolaris.org >> >> >> But if you're on the swan, I suggest using our internal ipkg dev repo >> instead: >> >> # pkg set-publisher -P -O http://ipkg.sfbay/dev ipkg.sfbay > I think should use > #pkg set-authority -P -O http://ipkg.sfbay/dev ipkg.sfbay > #pkg unset-authority opensolaris.org
Actually, better yet, just re-point opensolaris.org to ipkg.sfbay: pkg set-authority -P -O http://ipkg.sfbay/dev opensolaris.org which will provide fewer ways in which your system can get confused. Danek