Hello falcon, Saturday, February 8, 2003, 12:09:21 AM, you wrote:
f> Hello all freeradius-users, f> sorry again for my bad english... :) f> i changed radtest script to do acct, so as a result i got: f> Accounting: no Accounting-Status-Type record. f> modcall[accounting]: module "unix" returns noop f> Accounting: no Accounting-Status-Type record. f> modcall[accounting]: module "radutmp" returns noop f> modcall: group accounting returns ok f> Sending Accounting-Response of id 202 to 127.0.0.1:32800 f> modcall[accounting]: module "detail" returns ok f> Accounting: no Accounting-Status-Type record. f> modcall[accounting]: module "unix" returns noop f> Accounting: no Accounting-Status-Type record. f> modcall[accounting]: module "radutmp" returns noop f> modcall: group accounting returns ok f> Sending Accounting-Response of id 202 to 127.0.0.1:32800 f> what does >>Accounting: no Accounting-Status-Type record. f> mean? f> - f> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html when i write in accounting sql it says: Going to the next request --- Walking the entire request list --- Cleaning up request 6 ID 252 with timestamp 3e441fab Nothing to do. Sleeping until we see a request. rad_recv: Accounting-Request packet from host 127.0.0.1:32800, id=252, length=57 User-Name = "blabla" User-Password = "\3315aH\257l\331\327/\377k\364\242v\254[" NAS-IP-Address = 255.255.255.255 NAS-Port = 0 modcall: entering group preacct modcall[preacct]: module "preprocess" returns noop rlm_realm: No '@' in User-Name = "blabla", looking up realm NULL rlm_realm: No such realm NULL modcall[preacct]: module "suffix" returns noop modcall[preacct]: module "files" returns noop modcall: group preacct returns noop modcall: entering group accounting rlm_acct_unique: WARNING: Attribute 87 was not found in request, unique ID MAY be inconsistent rlm_acct_unique: WARNING: Attribute 44 was not found in request, unique ID MAY be inconsistent rlm_acct_unique: Hashing ',Client-IP-Address = 127.0.0.1,NAS-IP-Address = 255.255.255.255,,User-Name = "blabla"' rlm_acct_unique: Acct-Unique-Session-ID = "3e3e05c4a4b2e091". modcall[accounting]: module "acct_unique" returns ok radius_xlat: '/var/log/radius/radacct/127.0.0.1/detail-20030208' rlm_detail: /var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d expands to /var/log/radius/radacct/127.0.0.1/detail-20030208 modcall[accounting]: module "detail" returns ok Accounting: no Accounting-Status-Type record. modcall[accounting]: module "unix" returns noop Accounting: no Accounting-Status-Type record. modcall[accounting]: module "radutmp" returns noop radius_xlat: 'rlm_sql: packet has no account status type. [user 'blabla', nas '255.255.255.255']' rlm_sql: packet has no account status type. [user 'blabla', nas '255.255.255.255'] modcall[accounting]: module "sql" returns invalid modcall: group accounting returns invalid Finished request 7 Going to the next request --- Walking the entire request list --- Cleaning up request 7 ID 252 with timestamp 3e441fae Nothing to do. Sleeping until we see a request. and my radiusd.conf last lines are: authorize { preprocess chap mschap suffix sql } authenticate { authype PAP {pap} authype CHAP {chap} authype MS-CHAP {ms-chap} unix } preacct { preprocess suffix files } accounting { acct_unique detail unix radutmp sql } session {radutmp } post-auth {} Best regards, falcon mailto:[EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
