Hi Keith,
> There were some IPS changes a few builds back that added some strict
> enforcements to the names of publishers. (e.g., you must call a
> publisher pointed at "pkg.opensolaris.org/dev" the "opensolaris.org"
> publisher - you can't call it "dev" or things start to break).
>
> With that in mind, what is the publisher name (or "prefix") as
> reported by http://stard.sfbay.sun.com:26186?
It's "bug6186". Ethan suggested I just try changing the first occurrence of
url="http://pkg.opensolaris.org/release"
authname="opensolaris.org"/>
to:
url="http://stard.sfbay.sun.com:26186"
authname="bug6186"/>
in all_lang_slim_cd_x86.xml and see if that fixes it.
I'll give that a go.
Thanks.
> Rich Burridge wrote:
>>
>> Hi,
>>
>> I'm working on testing an install in VirtualBox, from a Live CD
>> generated
>> from a local repo with renamed OpenSolaris packages (see bug #6186).
>>
>> See the attached .png file for the error I'm getting at install time.
>> I generated the Live CD using the following instructions:
>>
>> 1. pfexec pkg install SUNWdistro-const
>>
>> 2. pfexec cp
>> /usr/share/distro_const/slim_cd/all_lang_slim_cd_x86.xml /var/tmp
>>
>> 3. Edit the copy and change the repository to pull packages
>> down to your own one.
>>
>> Replace the two occurrences of:
>>
>> url="http://pkg.opensolaris.org/release"
>> authname="opensolaris.org"/>
>> with:
>> url="http://stard.sfbay.sun.com:26186"
>> authname="bug6186"/>
>>
>> 4. Build the CD with
>>
>> pfexec distro_const build /var/tmp/all_lang_slim_cd_x86.xml
>>
>> 5. The resulting ISO image can be found in /rpool/dc/media
>>
>> Is there something else I need to change to prevent this error from
>> happening?
>>
>> Thanks.
>>
>>
>> ------------------------------------------------------------------------
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> caiman-discuss mailing list
>> caiman-discuss at opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
>>