the latest patch to get rid of the ulimit warning doesn't suppress the warning since it get's output to stderr and not to stdout. replacing it with "ulimit -s 32768 2 > /dev/null 2>&1" should work. cheers.