<br><br><div class="gmail_quote">On Mon, Oct 10, 2011 at 10:59 AM, Andrew Bradford <span dir="ltr"><<a href="mailto:bradfa@gmail.com">bradfa@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On Mon, Oct 10, 2011 at 10:54 AM, Andrew Bradford <<a href="mailto:bradfa@gmail.com">bradfa@gmail.com</a>> wrote:<br>
> Based on your pastebin, your bootscirpts aren't executing.  There<br>
> should be some nice "OK" messages printed out for things like doing<br>
> the mounts, bringing up networking, and starting services.  Your<br>
> output doesn't appear to have any of that.<br>
<br>
</div>Another explanation is that your bootscripts are executing, but<br>
they're putting their output somewhere else.  That somewhere else<br>
might also be where you're logging into?  But I'm not sure of that<br>
idea.  Just a thought.<br></blockquote><div><br>That thought had occurred to me and that is why I sent messages to a file as well to the console.  For example, I added the line:<br><br>touch /var/log/test0.txt<br><br>to startup. I never saw the file appear. I know that /var/log is mounted and can be written because I see wtmp in it and I see it grow with each boot and each login attempt. Since the RFS is NFS mounted, I can look into it from the host.  Is there any file that might give me more insight?  Keep in mind that if I leave sysinit in inittab such that is tries to run startup, the /proc, /sys and other file systems will be not be created.  If I change that entry to "mount -a"  these file systems are created.  Of course, if I do that, "mount -a" is the only thing that executes -- other than a script, I don't know how to get multiple statements to execute.<br>
<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><br>
-Andrew<br>
_______________________________________________<br>
Clfs-support mailing list<br>
<a href="mailto:Clfs-support@lists.cross-lfs.org">Clfs-support@lists.cross-lfs.org</a><br>
<a href="http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org" target="_blank">http://lists.cross-lfs.org/listinfo.cgi/clfs-support-cross-lfs.org</a><br>
</div></div></blockquote></div><br>