Re: more inof on accounting stop query

2002-02-12 Thread Randy Moore

Hello,

Look for the following line in src/modules/rlm_sql/conf.h and comment it 
out, then recomplie freeradius.

#define CISCO_ACCOUNTING_HACK

It sounds like you would prefer to keep data in STOP packets with zero 
session length.


At 05:23 PM 2/7/2002 -0500, you wrote:
>Can someone help?
>This is what I got from the debug mode:
>
>modcall: entering group accounting
>rlm_sql: Reserving sql socket id: 4
>radius_xlat:  'rlm_sql:  Stop packet with zero session length.  (user
>'8111233409', nas '219.200.106.135')'
>rlm_sql:  Stop packet with zero session length.  (user '8111233409', nas
>'219.200.106.135')
>rlm_sql: Released sql socket id: 4
>   modcall[accounting]: module "sql" returns fail
>modcall: group accounting returns fail
>
>
>
>
>
>-Original Message-
>From: J.E. Wu [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, February 07, 2002 3:38 PM
>To: '[EMAIL PROTECTED]'
>Subject: accounting stop query
>
>
>I have accounting_stop_query set up to capture the on-line duration for each
>user, thus deduct dollar amount according to the corresponding rates, the
>problem is, when the user uses up the time and was disconnected forcefully,
>the accounting_stop_query is not doing anything, even it receives the
>accounting stop packets. Any thought?
>
>Thanks,
>
>J.E.
>
>
>-
>List info/subscribe/unsubscribe? See
>http://www.freeradius.org/list/users.html
>
>-
>List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Randy Moore
Axion Information Technologies, Inc.

email [EMAIL PROTECTED]
phone   301-408-1200
fax301-445-3947


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



accounting stop query

2002-02-11 Thread J.E. Wu

I have accounting_stop_query set up to capture the on-line duration for each
user, thus deduct dollar amount according to the corresponding rates, the
problem is, when the user uses up the time and was disconnected forcefully,
the accounting_stop_query is not doing anything, even it receives the
accounting stop packets. Any thought?

Thanks,

J.E.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



more inof on accounting stop query

2002-02-11 Thread J.E. Wu

Can someone help?
This is what I got from the debug mode:

modcall: entering group accounting
rlm_sql: Reserving sql socket id: 4
radius_xlat:  'rlm_sql:  Stop packet with zero session length.  (user
'8111233409', nas '219.200.106.135')'
rlm_sql:  Stop packet with zero session length.  (user '8111233409', nas
'219.200.106.135')
rlm_sql: Released sql socket id: 4
  modcall[accounting]: module "sql" returns fail
modcall: group accounting returns fail





-Original Message-
From: J.E. Wu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 3:38 PM
To: '[EMAIL PROTECTED]'
Subject: accounting stop query


I have accounting_stop_query set up to capture the on-line duration for each
user, thus deduct dollar amount according to the corresponding rates, the
problem is, when the user uses up the time and was disconnected forcefully,
the accounting_stop_query is not doing anything, even it receives the
accounting stop packets. Any thought?

Thanks,

J.E.


- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



RE: more inof on accounting stop query

2002-02-08 Thread J.E. Wu

Works perfect!! Thanks a lot!

-Original Message-
From: Randy Moore [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 6:52 PM
To: [EMAIL PROTECTED]
Subject: Re: more inof on accounting stop query


Hello,

Look for the following line in src/modules/rlm_sql/conf.h and comment it 
out, then recomplie freeradius.

#define CISCO_ACCOUNTING_HACK

It sounds like you would prefer to keep data in STOP packets with zero 
session length.


At 05:23 PM 2/7/2002 -0500, you wrote:
>Can someone help?
>This is what I got from the debug mode:
>
>modcall: entering group accounting
>rlm_sql: Reserving sql socket id: 4
>radius_xlat:  'rlm_sql:  Stop packet with zero session length.  (user
>'8111233409', nas '219.200.106.135')'
>rlm_sql:  Stop packet with zero session length.  (user '8111233409', nas
>'219.200.106.135')
>rlm_sql: Released sql socket id: 4
>   modcall[accounting]: module "sql" returns fail
>modcall: group accounting returns fail
>
>
>
>
>
>-Original Message-
>From: J.E. Wu [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, February 07, 2002 3:38 PM
>To: '[EMAIL PROTECTED]'
>Subject: accounting stop query
>
>
>I have accounting_stop_query set up to capture the on-line duration for
each
>user, thus deduct dollar amount according to the corresponding rates, the
>problem is, when the user uses up the time and was disconnected forcefully,
>the accounting_stop_query is not doing anything, even it receives the
>accounting stop packets. Any thought?
>
>Thanks,
>
>J.E.
>
>
>-
>List info/subscribe/unsubscribe? See
>http://www.freeradius.org/list/users.html
>
>-
>List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

Randy Moore
Axion Information Technologies, Inc.

email [EMAIL PROTECTED]
phone   301-408-1200
fax301-445-3947


- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



Re: more inof on accounting stop query

2002-02-07 Thread Randy Moore

Hello,

Look for the following line in src/modules/rlm_sql/conf.h and comment it 
out, then recomplie freeradius.

#define CISCO_ACCOUNTING_HACK

It sounds like you would prefer to keep data in STOP packets with zero 
session length.


At 05:23 PM 2/7/2002 -0500, you wrote:
>Can someone help?
>This is what I got from the debug mode:
>
>modcall: entering group accounting
>rlm_sql: Reserving sql socket id: 4
>radius_xlat:  'rlm_sql:  Stop packet with zero session length.  (user
>'8111233409', nas '219.200.106.135')'
>rlm_sql:  Stop packet with zero session length.  (user '8111233409', nas
>'219.200.106.135')
>rlm_sql: Released sql socket id: 4
>   modcall[accounting]: module "sql" returns fail
>modcall: group accounting returns fail
>
>
>
>
>
>-Original Message-
>From: J.E. Wu [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, February 07, 2002 3:38 PM
>To: '[EMAIL PROTECTED]'
>Subject: accounting stop query
>
>
>I have accounting_stop_query set up to capture the on-line duration for each
>user, thus deduct dollar amount according to the corresponding rates, the
>problem is, when the user uses up the time and was disconnected forcefully,
>the accounting_stop_query is not doing anything, even it receives the
>accounting stop packets. Any thought?
>
>Thanks,
>
>J.E.
>
>
>-
>List info/subscribe/unsubscribe? See
>http://www.freeradius.org/list/users.html
>
>-
>List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Randy Moore
Axion Information Technologies, Inc.

email [EMAIL PROTECTED]
phone   301-408-1200
fax301-445-3947


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



more inof on accounting stop query

2002-02-07 Thread J.E. Wu

Can someone help?
This is what I got from the debug mode:

modcall: entering group accounting
rlm_sql: Reserving sql socket id: 4
radius_xlat:  'rlm_sql:  Stop packet with zero session length.  (user
'8111233409', nas '219.200.106.135')'
rlm_sql:  Stop packet with zero session length.  (user '8111233409', nas
'219.200.106.135')
rlm_sql: Released sql socket id: 4
  modcall[accounting]: module "sql" returns fail
modcall: group accounting returns fail





-Original Message-
From: J.E. Wu [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 07, 2002 3:38 PM
To: '[EMAIL PROTECTED]'
Subject: accounting stop query


I have accounting_stop_query set up to capture the on-line duration for each
user, thus deduct dollar amount according to the corresponding rates, the
problem is, when the user uses up the time and was disconnected forcefully,
the accounting_stop_query is not doing anything, even it receives the
accounting stop packets. Any thought?

Thanks,

J.E.


- 
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



accounting stop query

2002-02-07 Thread J.E. Wu

I have accounting_stop_query set up to capture the on-line duration for each
user, thus deduct dollar amount according to the corresponding rates, the
problem is, when the user uses up the time and was disconnected forcefully,
the accounting_stop_query is not doing anything, even it receives the
accounting stop packets. Any thought?

Thanks,

J.E.


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html