On 1/27/10 10:51 PM, Anon Y Mous wrote:
> This is the output for my pkg authority if it helps anyone with this:
>
> root at solarisunix:~# pkg authority
> PUBLISHER TYPE STATUS URI
> opensolaris.org (preferred) origin online http://pkg.opensolaris.org/dev/
>
> root at solarisunix:~# cat /etc/release
> OpenSolaris Development snv_129 X86
> Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
> Use is subject to license terms.
> Assembled 04 December 2009
> root at solarisunix:~#
>
>
> I don't understand why IPS can't download the data and install the zone when 
> the data that it needs is right here:
>
> http://pkg.opensolaris.org/dev/en/catalog.shtml?version=0.5.11%2C0.5.11-0.129&action=Browse
>
>
> The data that I need is definitely out there on the internet somewhere in the 
> repository:
>
> root at solarisunix:~# pkg search -r entire | grep 129
> description set entire pkg:/entire at 0.5.11-0.129
> pkg.summary set entire pkg:/entire at 0.5.11-0.129
> pkg.fmri set opensolaris.org/entire pkg:/entire at 0.5.11-0.129
> root at solarisunix:~#
>
> but how do I get the zone to install from entire at 0.5.11-0.127
>
> ?

I think you may be running into bug 13493.
13493 Cannot install zone if newer version of entire is in repository

If you add the -f option to the pkg list command as suggested in that
bug does this solve the problem?

For example:
$PKG list -af pkg://$publisher/$entire_fmri > /dev/null 2>&1

-evan

Reply via email to