> # pkg authority > AUTHORITY URL > opensolaris.org http://pkg.opensolaris.org:80/ > opensolarisdev (preferred) http://pkg.opensolaris.org/dev:80/
Take another look at the URL for "opensolarisdev". The URL is wrong. You need to delete it & re-add the correct one. The URL needs to be either: http://pkg.opensolaris.org:80/dev - or - http://pkg.opensolaris.org/dev "/dev:80/" is not a valid directory To remove the current "opensolarisdev" repository use: # pfexec pkg unset-authority opensolarisdev Now re-add the correct repository # pfexec pkg set-authority -O http://pkg.opensolaris.org/dev/ opensolarisdev Verify this has been added correctly: # pfexec pkg authority Set this as the preferred authority # pfexec pkg set-authority -P opensolarisdev Now try a refresh # pfexec pkg refresh Hopefully this won't give you an error and you can proceed with the "image-update" -- This message posted from opensolaris.org