[Bug 9821] redirect to file fails ( echo haha > dummy.txt ): "1: Invalid argument"

bugzilla at busybox.net bugzilla at busybox.net
Tue Apr 18 15:27:15 UTC 2017


https://bugs.busybox.net/show_bug.cgi?id=9821

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WORKSFORME
             Status|ASSIGNED                    |RESOLVED

--- Comment #3 from Denys Vlasenko <vda.linux at googlemail.com> ---
(In reply to pkass from comment #2)
> I did not build it by myself, but used the binary from https://www.busybox.net/downloads/binaries/1.26.2-defconfig-multiarch/busybox-armv4l

Here I test this very same binary in qemu using Rob's
system-image-armv4l.tar.gz:

(armv4l:1) /home $ ./busybox-armv4l sh
(armv4l:1) /home $ echo foo > /tmp/bar
(armv4l:1) /home $ ls -l /tmp/bar
-rw-r--r-- 1 root root 4 2017-04-18 15:24 /tmp/bar

For reference, qemu command line is:
qemu-system-arm -M versatilepb -nographic -no-reboot -kernel linux -initrd
rootfs.cpio.gz -append "panic=1 console=ttyAMA0 HOST=armv4l

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list