On Thursday 07 February 2008 10:32, [EMAIL PROTECTED] wrote:
> Hi,
> 
> I am using busybox-1.9.0 and have encountered some issues that I would be 
> grateful for someone to cast some light on.
> 
> The ps command seems to have changed and doesn't seem to support the '-ef' 
> option anymore. I know that at one stage it did because the previous version 
> that my device ran with was happy with those options. Unfortunately I don't 
> know the version of busybox that originally came with the CD for my device.

You probably don't have CONFIG_DESKTOP=y.

With it:

# ./busybox ps -ef
PID   USER     TIME   COMMAND
    1 root       0:00 /bin/sh /init
    2 root       0:00 [kthreadd]
    3 root       0:00 [migration/0]
    4 root       0:00 [ksoftirqd/0]
    5 root       0:00 [watchdog/0]
    6 root       0:00 [events/0]
    7 root       0:00 [khelper]
...

--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to