On Thu, Mar 27, 2014 at 12:58 PM, Wladislav Wiebe <[email protected]> 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. _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
