task/process managment does not work

Hamish Moffatt hamish at cloud.net.au
Wed Jun 20 10:47:49 UTC 2007


On Wed, Jun 20, 2007 at 11:00:33AM +0200, Miroslaw Dach wrote:
> 	I have recompiled several times the busybox and each time when I 
> boot my embedded linux ppc405 board with busy box I have difficulties to 
> manage tasks. 
> 
> My observation is as following:
> 
> top: can't find process info in /proc
> The /proc directory is simply empty
> Is it somehow possible to enable process managing?

Mount /proc?

mount -t proc none /proc

> My second question is how to execute at startup the dropbear (sshd 
> equivalent) as a daemon?
> 
> I have tried  to create the file:
> 
> /etc/init.d/rcS
> 
> #!../../../bin/ash

?? Write /bin/ash. You don't know what directory the script will run
from so don't use relative directories.

> /tmp/ssh/dropbear -F -E 2> /dev/null &
> echo "Init ends here"

Why use -F and then background it? Just leave off -F.


Hamish
-- 
Hamish Moffatt VK3SB <hamish at debian.org> <hamish at cloud.net.au>



More information about the busybox mailing list