Re: detail sql logging problem

2008-04-16 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > a further question on this one - as the detail relay virtual > server buffered-sql is only supposed to run when the main thread > isnt busy...and is only supposed to read detail file, log to SQL > then 'be quiet' why, when it encounters such an issue does the > main authe

Re: detail sql logging problem

2008-04-16 Thread A . L . M . Buxey
hi, a further question on this one - as the detail relay virtual server buffered-sql is only supposed to run when the main thread isnt busy...and is only supposed to read detail file, log to SQL then 'be quiet' why, when it encounters such an issue does the main authentication/accounting etc threa

Re: detail sql logging problem

2008-04-15 Thread A . L . M . Buxey
Hi, > "unlang". :) yes - i was pondering that one. okay. and even better, use eg sql_log for the ones that are session-time = 0 so that i can capture them, know them, and see when the issue is fixed etc... alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: detail sql logging problem

2008-04-15 Thread Alan DeKok
[EMAIL PROTECTED] wrote: > further to last email, heres example packet: > ... > Acct-Session-Time = 0 "unlang". :) accounting { ... if (Acct-Sesion-Time != 0) { sql } else { ok } ... } i.e. bypass the mod