Stracing that 'cat' yields this at the end: read(3, "rojects_limit: 10\n authenticati"..., 32768) = 26624 write(1, "rojects_limit: 10\n authenticati"..., 26624) = 26624 read(3, "", 32768) = 0 close(3) = 0 close(1) = 0 close(2) = 0 exit_group(0) = ?
So there is the last of the data, that I can see. The process is currently flushing the file to the fileserver. Seems to be blocking on exit. I'll wait for the transfer to complete to see what the final strace lines give. -- Timothy Balcer / IT Services Telmate / San Francisco, CA Direct / (415) 300-4313 Customer Service / (800) 205-5510
