Thanks Glenn,

You are right, there is an extra invalid publisher:

I see,

Thanks Glenn,

Sergey


On 09/02/10 13:53, Glenn Lagasse wrote:
* Sergey Sprogis ([email protected]) wrote:
On 09/01/10 14:38, Shawn Walker wrote:
On 09/ 1/10 02:29 PM, Sergey Sprogis wrote:
On 09/01/10 14:17, Shawn Walker wrote:
On 09/ 1/10 02:03 PM, Sergey Sprogis wrote:
...
...................................
Refreshing catalog 1/3 opensolaris.org

pkg: 2/3 catalogs successfully updated:

The content of the catalog for publisher 'opensolaris.org'
doesn't match
the catalog's attributes. This is likely the result of a mix of older
and newer catalog files being provided for the publisher.
...........................
Is that the *full* error output you receive?

Yes, that's all what I see on my screen.
What happens if you execute "pkg refresh --full"?

The same for:

pkg refresh --full

===============
Refreshing catalog 1/3 opensolaris.org

pkg: 2/3 catalogs successfully updated:

The content of the catalog for publisher 'opensolaris.org' doesn't match
the catalog's attributes. This is likely the result of a mix of older
and newer catalog files being provided for the publisher.
=================
Is the environment variable $http_proxy set?

No. I never heard about this requirement.
Should I set it to something?

What's the output of 'pkg publisher' ?

----------------------------------------
pkg publisher
PUBLISHER                             TYPE     STATUS   URI
opensolaris.org          (preferred)  origin   online
http://ipkg.sfbay/dev/
opensolaris.org          (preferred)  origin   online
http://pkg.opensolaris.org/dev/
extra                                 origin   online
http://ipkg.sfbay/extra/
on-extra                              origin   online
http://ipkg.sfbay/on-extra/
---------------------------------------

So, there's likely your problem.  Your publishers are misconfigured.
You should have only *one* opensolaris.org publisher.  The publisher
URIs you have configured for opensolaris.org don't even match in terms
of packages they deliver.  pkg.opensolaris.org is serving 134 while
ipkg.sfbay is serving 146.  And you probably don't want the on-extra
publisher configured by default (generally that's used only to upgrade
via onu to an onnv nightly).

I'd clean it up this way:

pkg set-publisher -G http://pkg.opensolaris.org/dev/ opensolaris.org
pkg unset-publisher on-extra
pkg refresh --full

Then try the image-update again.

Cheers,

Glenn

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

Reply via email to