SELECT SUM(AcctInputOctets) FROM radacct WHERE 
UserName='username'<br><br>Run the above query in mysql and post the result<br><br>then post the freeradius log specific to this section.<br><br><div class="gmail_quote">On Tue, Sep 13, 2011 at 10:00 PM, Nicolas FOUREL <span dir="ltr"><<a href="mailto:nicolas.fourel@adipsys.com">nicolas.fourel@adipsys.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Arran,<br>
<br>
I have get version 3.0.0 with 64 bit counters support from Git and installed<br>
it. Unfortunatly, I still have the same problem with my sql counter which<br>
has always "check_item=0" when I put a value bigger than 2^32. On<br>
Access-Request in debug mode, I have the following lines :<br>
<br>
Tue Sep 13 18:20:47 2011 : Debug: rlm_sqlcounter: (Check item - counter) is<br>
less than zero<br>
Tue Sep 13 18:20:47 2011 : Debug: rlm_sqlcounter: Rejected user <a href="mailto:foo@bar.com">foo@bar.com</a>,<br>
check_item=0, counter=68882<br>
<br>
Here is my counter definition :<br>
sqlcounter totalinputoctets {<br>
        counter-name = Total-Max-Input-Octets<br>
        check-name = Max-Input-Octets<br>
        reply-name = ChilliSpot-Max-Input-Octets<br>
        sqlmod-inst = sql<br>
        key = User-Name<br>
        reset = never<br>
        query = "SELECT SUM(AcctInputOctets) FROM radacct WHERE<br>
UserName='%{%k}'"<br>
}<br>
<br>
I have added "Max-Input-Octets" in the dictionary file like that :<br>
ATTRIBUTE       Max-Input-Octets        3001    integer64<br>
<br>
In radcheck table:<br>
<a href="mailto:foo@bar.com">foo@bar.com</a>                     Max-Input-Octets                :=<br>
107374182400<br>
<br>
<br>
Did I miss a thing ?<br>
<br>
Many thanks<br>
<br>
Nicolas<br>
<br>
-----Message d'origine-----<br>
De :<br>
freeradius-users-bounces+nicolas.fourel=<a href="mailto:adipsys.com@lists.freeradius.org">adipsys.com@lists.freeradius.org</a><br>
[mailto:<a href="mailto:freeradius-users-bounces%2Bnicolas.fourel">freeradius-users-bounces+nicolas.fourel</a>=adipsys.com@lists.freeradius<br>
.org] De la part de Arran Cudbard-Bell<br>
Envoyé : lundi 12 septembre 2011 11:46<br>
À : FreeRadius users mailing list<br>
Objet : Re: Problem with rml_sqlcounter with GigaByte datavolume<br>
<div><div></div><div class="h5"><br>
<br>
On 12 Sep 2011, at 10:20, nfourel wrote:<br>
<br>
> Thanks for your reply but I can't find any version 3.x.x of freeRADIUS.<br>
Where<br>
> can I find it ?<br>
><br>
<br>
<a href="http://git.freeradius.org/" target="_blank">http://git.freeradius.org/</a><br>
<br>
3.x.x is currently in development on the master branch.<br>
<br>
-Arran<br>
<br>
Arran Cudbard-Bell<br>
<a href="mailto:a.cudbardb@freeradius.org">a.cudbardb@freeradius.org</a><br>
<br>
RADIUS - Waging war on ignorance and apathy one Access-Challenge at a time.<br>
<br>
<br>
-<br>
List info/subscribe/unsubscribe? See<br>
<a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
<br>
<br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>