On Fri, Apr 9, 2010 at 3:38 AM, Michael C. Robinson
<[email protected]> wrote:
> How do I troubleshoot error initializing inotify and used greatest stack
> depth boot time messages?  I've modified a boot time mount script that
> initializes mtab to nfs mount /usr and /home and I've figured out that
> I have to copy libwrap from /usr/lib down to /lib for portmap.
> Is there a way to put libwrap on the root filesystem in a place other
> than /lib considering that I will want to use the /usr/lib copy once
> /usr is mounted?
>
> I am taking a copy of my Linux from scratch system and modifying the
> init scripts and fstab for nfsroot.  So far I get to udev-retry
> and hang.
>
> I wish people who build LFS systems by the book could get boot scripts
> that are smart enough to detect NFS root booting and adjust accordingly.
>
> I can't seem to find a good guide or HOWTO on how to write boot scripts
> for NFS root style systems.

Have you tried asking on the diy-linux mailing list.  They seem to be
more responsive to questions
than the LFS group.

Is ldconfig been run on this root directory.  When libraries are
installed or removed, this
program needs to be run.  You can run that during you init process if
you can get that far
during the boot or chroot into the directory on the server and run it there.
_______________________________________________
PLUG mailing list
[email protected]
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to