On Thu, Feb 5, 2009 at 3:22 PM, Aubrey Li <aubrey...@gmail.com> wrote:
> Hi list,
>
> After upgrading my system to B106, Cap-Eye-Install doesn't work
> properly on my side.
> The following command sleep and never return.
> "$ Install -G kernel.own -k i86pc -o obj"
>
> In case I encountered a hardware issue, I tried my two machines and
> the problem is the
> same.
>
> Did anyone see the similar issue? Is there anything I can offer to
> figure it out?
>
> Thanks,
> -Aubrey
>

hmm..., another environment problem.

The root cause is Install is blocked at here
set -- `grep "^CONF" $modlist | sort | uniq`;

uniq in b106 has the different behavior from b105.

changing it to
set -- `grep "^CONF" $modlist | sort | /usr/gnu/bin/uniq`;
solved the problem on my side.

-Aubrey
_______________________________________________
indiana-discuss mailing list
indiana-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to