where is the result of command in BusyBox?

Rob Landley rob at landley.net
Sun Jul 16 10:57:32 PDT 2006


On Sunday 16 July 2006 5:08 am, chenggh wrote:
> Hi, everyone:
> 	I made a file system with Busybox-1.2.0 based on PowerPC405EP. Now there
> is a problem. The results of executing almost commands  aren't displayed in
> the screen except pwd. It is like the following:
> 	/usr/sbin # ls
> 	/usr/sbin # ls
> 	/usr/sbin # ls

Try ls -l or ls --help?

Possibly the directory you're in is just empty...

> 	/usr/sbin # pwd
> 	/usr/sbin
> 	/usr/sbin # env
> 	HOME=/
> 	TERM=vt102
> 	PATH=/usr/bin:/bin:/usr/sbin:/sbin
> 	SHELL=/bin/sh
> 	USER=root

Those two gave you output just fine so it's not a console issue or anything.  
(You wouldn't be getting the prompt if it was a console issue.)

> 	/usr/sbin #ifconfig
> 	/usr/sbin

And possibly no network devices (not even loopback) are configured?

Rob
-- 
Never bet against the cheap plastic solution.


More information about the busybox mailing list