Invocing mirrorselect -a -D -s3 creates a lot of garbage in the terminal,while running. It actually displays the binary testfile it downloads from the servers. Reproducible: Always Steps to Reproduce: 1.mirrorselect -a -D -s3 Actual Results: mirrorselect somehow redirects some of the binary testfiles to stdout. Expected Results: Should not display the binary files.
A quick patch, that solves the problem: 187c187 < wget -t 1 -C off -T 25 -O - ${i}/distfiles/mirrorselect-test 2>/dev/null --- > wget -t 1 -C off -T 25 -O - ${i}/distfiles/mirrorselect-test >/dev/null
Created attachment 40516 [details, diff] Fix the screen garbage problem
This seems to be a duplicate of bug 61496 See also bug 62899
see bug 61496