[Asterisk-Users] asterisk logger - urgent!!!
Kevin P. Fleming
kpfleming at digium.com
Fri Feb 10 17:10:04 MST 2006
Warren Burstein wrote:
> How about if it would set a global variable before each disk write so
> the SIGFSZ handler would know which file caused it?
Ha!
Signals are asynchronous. This global variable would to be
lock-protected, would require copying (possibly long) paths for every
write, and would not necessarily be correct when the signal arrived.
Sorry, this is not a solution. There is no solution, other than paying
attention to your server and making sure that files don't get
ridiculously large.
More information about the asterisk-users
mailing list