Weird displaying in 25.12.x

curious displaying in terminal in 25.12.2 (as i remember the shame sh.t happened from 25.12.0)

here is output from ASUS TUF AX6000 (df -h, mobaxterm 26.2 b5480):

and here from WNDR3700 v1 (df -h, mobaxterm 26.2 b5480):

it seems to me that it has smth with terminal screen resolution, but both have exactly the same settings. Any hint?

'Available' is spelled out. Are both devices running 25.12.2?

yes both are 25.12.2 - OpenWrt 25.12.2 r32802-f505120278. I even didnt realised.( Available) - but it’s not a point - point is line wrapping :frowning:

PS:

root@Asus_AX6000:~# echo $SHELL
/bin/bash
root@Asus_AX6000:~# apk list --installed|grep bash
bash-5.3-r2 aarch64_cortex-a53 {feeds/packages/feeds/packages/utils/bash} (GPL-3.0-or-later) [installed]

same on WNDR3700 (but thats mips_24kc architecture)

Yes, and that makes the Avaliable column wider, hence the wrapping.

Interesting.

Are the terminal windows on the host the exact same width? If not, try dragging the width to see if it affects the wrapping behavior (I suspect it will).

1 Like

@lleachii here is WNDR3700

root@WNDR3700_HDD:~# echo $SHELL
/bin/bash
root@WNDR3700_HDD:~#  apk list --installed|grep bash
bash-5.3-r2 mips_24kc {feeds/packages/feeds/packages/utils/bash} (GPL-3.0-or-later) [installed]
1 Like

exactly the same. here are full screenshots, I tried stty rows 50 cols 200: but nothing happened

AX6000

WNDR3700 v1

I found where was the bloody prob. - I didn’t have coreutils-df package installed - so problem was in (i guess) in busybox’s df (i think its default). It took few days for me to realise that and 20sec. to fix it.

1 Like