In regard to: Re: [OpenIndiana-discuss] OI Hipster 2016.10 snapshot, Carl...:

root@dumper:/root# pkg update --be-name oi201610
No updates available for this image.

root@dumper:/root# pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
openindiana.org origin online F http://pkg.openindiana.org/hipster-2015/

Yeah, it's your publisher.  You need to change the location, dropping
the -2015 from the URL.

$ pkg publisher
PUBLISHER                   TYPE     STATUS P LOCATION
openindiana.org              origin   online F 
http://pkg.openindiana.org/hipster/
hipster-encumbered              origin   online F 
http://pkg.openindiana.org/hipster-encumbered/
localhostoih                origin   online F 
http://sfe.opencsw.org/localhostoih/

I'm still not great with pkg/IPS commands, but reading the pkg man page,
I think you want

sudo pkg set-publisher \
        --remove-origin http://pkg.openindiana.org/hipster-2015/ \
        --add-origin http://pkg.openindiana.org/hipster/ \
        openindiana.org

If you're updating from that far back, you probably want to preemptively
add a blank line to the end of /etc/ssh/sshd_config, to avoid the
ssh-related update problem that's been discussed a few times on the list
and is mentioned in the release notes for 2016.10.

Good luck!

Tim
--
Tim Mooney                                             [email protected]
Enterprise Computing & Infrastructure                  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building                  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to