Looks like I’ve had the same issue as the original poster.
We have an FTP job that runs each night, and has done so fine for the last year (as long as I’ve been in this position). Last night, however, the audit and error logs exploded to over 550MB a piece, filled with the following error:
[fset:read:ERR /0: f_impac_c:05/06/2013 20:15:05] Error while trying to get directory listing.
Detailed error:a timeout was reached
Curl errCode:28 Curl error:a timeout was reached
[pti :sele:WARN/0: billing_cmd:05/06/2013 20:15:07] Select returns -1 22: Invalid argument
[pti :sele:WARN/0: billing_cmd:05/06/2013 20:15:07] Select returns -1 22: Invalid argument
[pti :sele:WARN/0: billing_cmd:05/06/2013 20:15:07] Select returns -1 22: Invalid argument
[pti :sele:WARN/0: billing_cmd:05/06/2013 20:15:07] Select returns -1 22: Invalid argument
[pti :sele:WARN/0: billing_cmd:05/06/2013 20:15:07] Select returns -1 22: Invalid argument
[pti :sele:WARN/0: billing_cmd:05/06/2013 20:15:07] Select returns -1 22: Invalid argument
This is a scheduled FTP job, and we have had no issues with this prior to last night. I realize that this is aberrant behavior, but is there any way to deal with it other than the filling the filesystem and having production crash? Can I set up an alert related to the log file size? Is there any way to narrow down the cause of this issue?
As always, thanks in advance for your wisdom.