On Thu, Sep 11, 2008 at 8:36 AM, Salvador Sancha <[EMAIL PROTECTED]> wrote: > Thanks for the reply. > > Yesterday I tried the latest version of busybox, 1.12.0, and the problem is > still there. Please find my .config file attached. > > The shell I am trying to use is ash (echo will not work either if I > configure it to be built in). The result is the same if I pass init=/bin/sh > to the kernel or if try to launch it from inittab: > > ::sysinit:/bin/sh > > hush does work, as does any other busybox module or application I compile > and launch from init.
Can you boot with init=/bin/hush, and then run /bin/sh (which is a symlink to ash I suppose) from hush prompt? Does it work? If it does not, what happens? If you have strace on the system, please also run strace -o ash.log /bin/sh and post the log. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
