On Thu, Feb 07, 2008 at 01:33:45AM +0200, Dima wrote:
> 
> KM>  An application on i586 segfaulting _might_ be caused if the
> KM> application, or glibc, was compiled for i686.  In svn we build glibc
> KM> for i486 : i586 is compatible with that.  My guess is that 'init'
> KM> (from sysvinit) is segfaulting - if a bootscript fails to start
> KM> something, there might be a delay (e.g. for BLFS's nfs-client), but
> KM> the process should continue.
> KM>  Alternatively, your kernel might have been compiled for i686 - I
> KM> wouldn't expect it to get this far, but you never know.
> 
> LFS have been builded on the same computer, that is why glibc and
> kernel and all other applications,including sysklogd, builded on the
> same machine, in the same environment.
>
 Good, that is what we expect people to do, but a lot of people make
changes and then don't tell us when they ask for help.

> If start with kernel parameter init=/bin/bash - no problem.
> 
> If i remove S10sysklogd from startup process, boot complete
> successfully, i can login and work without any pb.
> 
 So, it almost sounds as if either syslogd or klogd are the problem,
and not init.  That is uncommon (but then, use of i586 is no longer
common).  You could try sourcing /etc/sysconfig/rc and then
${rc_functions}, and then try the two loadprocs from the bootscript
to identify which one is causing the problem (do it in a second
terminal, then you can kill it if it hangs).

 To work out what is going on, you'll probably need to learn gdb -
if you stripped everything, that is unlikely to help.  Using strace
might show you what it is calling, but since everything is built for
i586 that won't be much help in working out why it segfaults.

 Sorry, I don't have any idea what the root cause of this is.  I
seem to remember there was a recent problem building something
(maybe glibc?) on i586.  Did you apply any extra patches to get
anything to compile ?

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to