On Wed, 16 Mar 2011 14:23:59 +0200, Rodolfo Perez <[email protected]> wrote:
> Hey again
> 
>> > Looking at my bash-output I was asked to enter my password. That time
> I
>> > was sleeping .... :-) Is it possible that there is a time limit to
> enter
>> > the password?
>>
>> I think that's the problem, as it's caught me out a couple of times too.
>>
>> I wouldn't worry too much though; just run 'make' again from within
> jhalfs
>> and it'll pick up where it left off.
> 
> Thanks that worked! Apparently there is a time limit.
> 
> But now I got stacked again on 139-network, just before the end,  and
> again couldn't find help :-( Is the problem realy the
> missing /dev/.udev/rules.d?
> When I run "make" it tells it changes to chroot, but I'm not ...? Could
> that be the problem?
> 
> Would appreciate any hints.

Are you on a CentOS host by any chance?  I see similar errors on CentOS-5.5
which I think are because of the old versions of the kernel + udev on that host.

I ended up just commenting out the following from my working copy of 
chapter07/network.xml:

for NIC in /sys/class/net/* ; do
    INTERFACE=${NIC##*/} udevadm test --action=add $NIC
done

I only have 1 NIC so this wasn't necessary on my particular build.

If you're building from a released version of the book, I'm not sure if there's 
a way of
running jhalfs so that it picks up from where it left off without reparsing the 
book
to regenerate the commands.  If you need to do something like that, you may 
want to
ask on the alfs-discuss list or take a look through jhalfs' makefile to see if 
there's
a suitable target.

Regards,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to