No more tasks for init ---- sleeping forever

Roberto A. Foglietta roberto.foglietta at gmail.com
Wed Aug 9 05:56:53 UTC 2006


Bhagyashri Bijwe wrote:
> 
> Hi,
>        I made distribution for Soekris4521 using linux2.2.16, 
> UClibc0.9.19 and busybox-1.00-pre4.

  Why you use busybox-1.00-pre4?

  The "pre4" means it is not stable but the 4th try to deliver 
busybox-1.00. I suggest to use busybox-1.00

  try to execute ash instead of init

  mv /sbin/init /sbin/init.old
  echo "#!/bin/sh
  while true; /bin/ash; done" > /sbin/init
  chmod a+x /sbin/init

  or try this

>    etc/init.d/rcS is
>  
>    mount -t proc none /proc
      while true; /bin/ash; done

  an try to execute init by hand

  Cheers,
-- 
Roberto A. Foglietta
http://roberto.foglietta.name
http://linux.genova.it



More information about the busybox mailing list