From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sat, 03 Jan 2009 20:53:11 +0100 Subject: [Buildroot] Can't Login to New System In-Reply-To: (Andrew Wiley's message of "Sat\, 3 Jan 2009 13\:19\:59 -0600") References: <87iqp03ivp.fsf@macbook.be.48ers.dk> Message-ID: <8763kw180o.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Andrew" == Andrew Wiley writes: Andrew> Is there any way to tell what's going on when I try to login? Andrew> Could Busybox be segfaulting? Could there be some sort of Andrew> conflict between the kernel and the console (I launch the Andrew> kernel with the argument "console=ttyAM0")? Sure, add strace to your build, boot the kernel with init=/bin/sh and see what strace -f login gives you. If that fails, add printf calls to login (busybox) till you figure out what's going wrong. -- Bye, Peter Korsgaard