[BusyBox] Possible Weird bug on ls on release 0.49

Mark Whitley markw at lineo.com
Fri Feb 2 18:46:59 UTC 2001


On Fri, Feb 02, 2001 at 08:29:25AM -0500, Eric Desjardins wrote:
> 
> Hi,
> 
> ls don't list a file on my minix embedded system. It was working fine with
> 0.48.

[snip]

This is using the latest from CVS:

(chdir to busybox source directory)

# dd if=/dev/zero of=/tmp/minixfs bs=1k count=4096
4096+0 records in
4096+0 records out
# losetup /dev/loop0 /tmp/minixfs
# mkfs.minix -i 2000 /dev/loop0 4096
2016 inodes
4096 blocks
# mount -o loop /tmp/minixfs /mnt/loop/
# make PREFIX=/mnt/loop install
	(copious output of make snipped)
# mkdir /mnt/loop/lib
# cp /lib/libc.so.6 /lib/ld-linux.so.2 /mnt/loop/lib/
# chroot /mnt/loop /bin/sh

BusyBox v0.49 (2001.02.02-18:34+0000) Built-in shell (lash)
Enter 'help' for a list of built-in commands.

/ # ls
bin
lib
sbin
usr
/ # ls bin
busybox  chown    df       grep     ln       more     pwd      sh       touch zcat
cat      cp       dmesg    gunzip   ls       mount    rm       sleep    true
chgrp    date     echo     gzip     mkdir    mv       rmdir    sync     umount
chmod    dd       false    kill     mknod    ps       sed      tar      uname
/ # 


Seems to be working fine. There were some problems with the 0.49 release
related to ls. Try grabbing the latest from CVS and give it a shot.


Mark Whitley
markw at lineo.com





More information about the busybox mailing list