[indiana-discuss] Cap-Eye-Install sleep forever

Aubrey Li aubreylee at gmail.com
Thu Feb 5 04:58:57 PST 2009


On Thu, Feb 5, 2009 at 3:22 PM, Aubrey Li <aubreylee at 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



More information about the indiana-discuss mailing list