From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.4.1) Gecko/20031030 Description of problem: busybox ls writes escapes sequences (colors ?) before filenames when used in a 3270 terminal during mainframe installation. export TERM=dumb doesn't help. Version-Release number of selected component (if applicable): busybox-1.00-2 How reproducible: Always Steps to Reproduce: 1. start mainframe installation 2. try to list directories in 3270 terminal 3. have to fall back to echo * to get readable directory listings Actual Results: # ls -1 / �1;36mbin �0m �1;34mdev �0m �1;34metc �0m �1;34mlib �0m �1;34mlib64 �0m �1;32mlinuxrc �0m �1;34mlost+found �0m �1;34mmnt �0m �1;34mmnt1 �0m �1;34mmodules �0m �1;34mproc �0m �1;34msbin �0m �1;34mtmp �0m �1;34musr �0m �1;34mvar �0m Expected Results: normal listings Additional info:
busybox-1.0.0-pre5 is in the pool. Does this one show this behavior.
Started looking at the mainframe installer again with the FC2 packages. ls still prints lots of escape sequences and makes the output unreadable. Tested with busybox-1.00.pre5-3
Created attachment 98698 [details] this patch works for me and disables color-ls patch against busybox-1_00_pre5-3
current busybox is ok