Here's your problem:

> Host: ipkg.sfbay.sun.com
> User-agent: pkg/26c3e2407c53 (sunos i86pc; 5.11 snv_111a; full; pkg)

> r...@factory:~# pkg publisher
> PUBLISHER                             TYPE     STATUS   URI
> ipkg                     (preferred)  origin   online    
> http://ipkg.sfbay.sun.com/release/
> opensolaris                           origin   online    
> http://pkg.opensolaris.org/release/

You're connecting to /release repository when you're on a /dev build.
The files that you're asking for from /release don't exist there because
they're only available from /dev.

Set your publishers to point to /dev instead of /release and then make
note of the following issues:

There's a bug in b111a on upgrade:

http://defect.opensolaris.org/bz/show_bug.cgi?id=8409

Once you've changed your publisher, you can work around the problem by
performing the following commands:

pfexec pkg fix SUNWckr
pfexec pkg image-update

So, just to recap, you need to execute the following series of commands
for this all to work properly:

pfexec pkg set-publisher -O http://ipkg.sfbay.sun.com/dev ipkg
pfexec pkg unset-publisher opensolaris (you don't need both, if you're on SWAN 
just use ipkg)
pfexec pkg fix SUNWckr
pfexec pkg image-update

This should work.

-j
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to