On Wed, Feb 06, 2008 at 02:04:52PM +0200, Dima wrote: > Hello Dima, > > Tuesday, February 5, 2008, 9:07:51 AM, you wrote: > > D> Hi All > > D> LFS : SVN-20080129 > D> CPU : PentiumMMX-200 > D> Base : Fedora Core 7 (with latest updates) > D> Sysklogd ver : 1.5 > > D> During boot (first and all next) system stoped on starting klogd with > segfault > D> message. Computer is not in "hang" state - CapsLock & NumLock keys > D> work,LED changes their status, and system respond on CTRL-ALT-DEL. > > D> Can anyone help me to solve this pb ? > > Is anybody really don't know about this ? > klogd[1639]: segfault at 00000046 eip 37e2e1d8 esp 3fdd1ab8 error 4 > Very likely nobody here has seen this before. I think the clue might lie in 'PentiumMMX-200'. I'm fairly sure that's an i586.
An application on i586 segfaulting _might_ be caused if the application, or glibc, was compiled for i686. In svn we build glibc for i486 : i586 is compatible with that. My guess is that 'init' (from sysvinit) is segfaulting - if a bootscript fails to start something, there might be a delay (e.g. for BLFS's nfs-client), but the process should continue. Alternatively, your kernel might have been compiled for i686 - I wouldn't expect it to get this far, but you never know. If you don't believe you have forced the build to i686 (or, perhaps, built the system on an i686 box and then copied it), try booting with init=/bin/bash to see if anything works. ĸ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
