From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322) Description of problem: /usr/bin/tee doesn't support large files (ie >2GB) example: $ cat /dev/zero |tee tmpt1.zero File size limit exceeded $ls -lh tmpt1.zero -rw-rw-r-- 1 toto toto 2.0G Sep 23 13:58 tmpt1.zero Version-Release number of selected component (if applicable): sh-utils-2.0.11-5.1 How reproducible: Always Steps to Reproduce: 1. use tee to generate a file 2. 3. Additional info:
This has the same root cause as bug #128390, which will be addressed in a future update. *** This bug has been marked as a duplicate of 128390 ***
Ok, thank you for replying. I've applied the modification to sh-utils.spec (removal of --disable-largefile on %configure line) After recompilation, all seems to functions correctly now. Thanks again.
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.