when using the "watch" command from "procps-ng-watch" with the "tree" command from the package "tree" it doesnt display the unicode characters, there is a similar post on another forum for a different distro that mentions the issue is to do with a build flag missing (https://github.com/NixOS/nixpkgs/issues/275220) is this something I can/should file a bug report for?
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </>
" button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
1 Like
I'm still on 23.05.3 but the problem also exists in 23.05.4
┌──(root@owrt)-[22:56:39]-[~]
└─# ubus call system board
{
"kernel": "5.15.150",
"hostname": "owrt",
"system": "Common KVM processor",
"model": "QEMU Standard PC (i440FX + PIIX, 1996)",
"board_name": "qemu-standard-pc-i440fx-piix-1996",
"rootfs_type": "ext4",
"release": {
"distribution": "OpenWrt",
"version": "23.05.3",
"revision": "r23809-234f1a2efa",
"target": "x86/64",
"description": "OpenWrt 23.05.3 r23809-234f1a2efa"
}
}
Whats happening on ubuntu if you set LC_ALL=C?
1 Like
I'm sorry I don't follow. I'm running the OpenWRT build on Proxmox, are you referring to the host?
Question is how non-unicode linux locale behaves
1 Like
Ok I think I understand. I spun up a Ubuntu VM and tested "watch tree" before and after "set LC_ALL=C" and both times the command looked right