search for: 4kfile

Displaying 1 result from an estimated 1 matches for "4kfile".

Did you mean: mkfile
2001 Aug 02
0
Bugs: SSH sometimes failing to report exit-status and more
...e file sizes are 1KB, 4KB and 8KB: [sturles at ulrik]~ $ for i in `seq 1 20`; do ssh -n pat cat 1kfile > /dev/null || echo $i failed; done 1 failed 3 failed 5 failed 8 failed 10 failed 12 failed 18 failed 19 failed [sturles at ulrik]~ $ for i in `seq 1 20`; do ssh -n pat cat 4kfile > /dev/null || echo $i failed; done 10 failed [sturles at ulrik]~ $ for i in `seq 1 20`; do ssh -n pat cat 8kfile > /dev/null || echo $i failed; done [sturles at ulrik]~ $ If run with -v, the difference between correctly reporting and wrong reporting instances, is the following lines:...