task/process managment does not work

Denis Vlasenko vda.linux at googlemail.com
Thu Jun 21 20:48:53 UTC 2007


On Thursday 21 June 2007 17:23, Miroslaw Dach wrote:
> >> 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
> 
> I have mounted proc manually and now it is no problem with "ps" and "top".
> 
> I wonder however why it does not work straight after boot-up and I have to 
> do mount explicitly.

Because nothing is mounted "automatically", "by itself", etc.
Some script, somewhere in the boot process, is running appropriate
mount command.

You need to look thru your boot scripts and fix (or add) mount commands.
--
vda



More information about the busybox mailing list