bootwait/shutdown/reboot in inittab

2008-09-15 Thread Steven Woody
Hi, 1. Can I get something like bootwait in inittab? I found 'sysinit' is not waiting for invoked script to complete before go to a `respawn' entry. 2. Can I automatically get two scripts run before the box shutdown and reboot respectively? Thanks. - narke

Re: [Buildroot] Login exited

2008-09-04 Thread Steven Woody
On Thu, Sep 4, 2008 at 10:29 PM, Hamish Moffatt <[EMAIL PROTECTED]> wrote: > On Thu, Sep 04, 2008 at 01:34:14PM +0800, Steven Woody wrote: >> On Thu, Sep 4, 2008 at 10:00 AM, Hamish Moffatt <[EMAIL PROTECTED]> wrote: >> > Did you try booting with init=/bin/sh a

Re: [Buildroot] Login exited

2008-09-03 Thread Steven Woody
On Thu, Sep 4, 2008 at 10:00 AM, Hamish Moffatt <[EMAIL PROTECTED]> wrote: > On Thu, Sep 04, 2008 at 09:50:01AM +0800, Steven Woody wrote: >> Okay, we leave this 'decompressing' error for a moment. I rebuilt > > Actually on second reading I think that is a result o

Re: Login exited

2008-09-03 Thread Steven Woody
On Thu, Sep 4, 2008 at 1:50 AM, Denys Vlasenko <[EMAIL PROTECTED]> wrote: > On Tuesday 02 September 2008 02:47, Steven Woody wrote: >> The buildroot I am using is the 080831 snapshot, the busybox is >> 1.11.2. Now I see the boot >> prompt finally! But I can't login

compile 1.10.4 using buildroot

2008-09-01 Thread Steven Woody
I got the following error: util-linux/mount.c:520:2: error: #error "You need to build uClibc with UCLIBC_HAS_RPC for NFS support." But I think the uClibc has already turned the flag. below is from uClibc-0.9.29.config: # # Networking Support # UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL

Re: Login exited

2008-09-01 Thread Steven Woody
Hi, The buildroot I am using is the 080831 snapshot, the busybox is 1.11.2. Now I see the boot prompt finally! But I can't login: --- Welcome to uClibc uClibc login: root Dec 31 17:01:05 nlmt auth.info login[195]: root login on 'ttyS0' Dec 31 17:01:05 nlmt daemon.info init: init: process '/sbin/

Re: runtime error: Can't find symbol "__stdin"

2008-08-31 Thread Steven Woody
? target: arm920t, build:pc-linux > What Version of Linux ? targe: Linux-2.6.2x build: Linux-2.6.24 > What Version of what libc ? uClibc-0.9.29 > > > Steven Woody schrieb: >> >> Hi, >> >> When I run a buldroot compiled busybox 1.11.2 at my target, I >>

runtime error: Can't find symbol "__stdin"

2008-08-31 Thread Steven Woody
Hi, When I run a buldroot compiled busybox 1.11.2 at my target, I reported: Can't find symbol "__stdin" and exited. Can anyone give me some clues? Thanks. - narke ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/

make error: IN_ALL_EVENTS undecleared

2008-08-29 Thread Steven Woody
Hi, I just download 1.11.2 and try to build ARM executable using 'make defconfig; make CROSS_COMPILE=arm-linux-', but got a lot of error in miscutils/ directory. Errors include: IN_ALL_EVENTS undeclared CPU_SETSIZE' undeclared ... what's the solution? Thanks. - woody __