ng: statement not reached
$ ulimit -n
256
$ ./fd_open
open fails (last fd 255) Too many open files
$ ulimit -n 512
$ ./fd_open
open fails (last fd 511) Too many open files
Am I missing something? Thanks in advance,
Scott Larnach, Edinburgh University
--
The University of Edinburgh is a char
On Tue, 13 Apr 2010, Andy Fiddaman wrote:
...
In general the 32-bit stdio
routines do not support file descriptors > 255.
Ah... I did vaguely wonder about the call to enable_extended_FILE_stdio().
Thanks for that very clear explanation. I'll go for building a
64-bit binary. Regards.
$ clamscan -d . filename
filename: Local.zoosextour.UNOFFICIAL FOUND
--- SCAN SUMMARY ---
Known viruses: 248
Engine version: 0.94.2
Scanned directories: 0
Scanned files: 1
Infected files: 1
Data scanned: 0.00 MB
Time: 0.361 sec (0 m 0 s)
I hope that helps
Scott La