Frank Greco wrote:
>>> I'm trying to upgrade our 2nd box to 105b or 106b
>>>       
>> and getting a 404:
>>     
>>> # pfexec pkg set-authority -O
>>>       
>> http://pkg.opensolaris.org/dev opensolarisdev
>>     
>>> # pfexec pkg set-authority opensolarisdev
>>>       
>> Use the -P flag to set the preferred repository (if
>> that's what you intended):
>>     
>
>      I tried that to no avail:
>
> # pkg set-authority -P opensolarisdev
> # pkg authority
> AUTHORITY                           URL
> opensolaris.org                     http://pkg.opensolaris.org:80/
> opensolarisdev (preferred)          http://pkg.opensolaris.org/dev:80/
>   
If you needed the port number (80), it would be after the host name, but 
before the path. Eg. http://host[:port]/path/. It should be 
http://pkg.opensolaris.org/dev/

use
$ pfexec pkg set-authority -P -O http://pkg.opensolaris.org/dev/ 
opensolarisdev
$ pfexec pkg refresh

That being said, the dev repository appears to be at build 105.

-Norm



Reply via email to