wget: progress doesn't work with BusyBox v1.22.1 on flash memory

Denys Vlasenko vda.linux at googlemail.com
Thu Mar 27 13:20:08 UTC 2014


On Thu, Mar 27, 2014 at 12:58 PM, Wladislav Wiebe
<wladislav.kw at gmail.com> wrote:
> Hi,
>
> I noticed that wget doesn't show progress bar status when downloading
> something.
>
> Basically when download is already finished it's posting at the and:
> 100% |*************************************************| 22028k  0:00:00 ETA
>
> This is really strange - I noticed it's 100% reproduce-able on flash memory
> chips:
> e.g. mounting ubifs:  ubi0:flash on /some/flashdev type ubifs
> (rw,sync,relatime)
>
> The same is working fine on the same board when using as download-target a
> ram / mtd device.
> There is the progress bar really showing the sequence of download status
> (like: 1%,5%,10% ....)

strace -oLOG -tt -s99 wget ....


and then post LOG file.


More information about the busybox mailing list