But the module acctuniqueid on OPENWRT not exists, how can do ? Where can download this module form openwrt ? Also cross-compile this module not exist. Can help me please.
Date: Mon, 8 Jun 2015 16:15:56 +0000 From: A.L.M.Buxey@lboro.ac.uk To: freeradius-users@lists.freeradius.org Subject: Re: Freeradius2 with mysql function on openwrt.
Hi,
Mon Jun 8 17:16:38 2015 : Error: [sql] Couldn't insert SQL accounting START record - Duplicate entry '' for key 'acctuniqueid'
its fairly straight-forward
"Duplicate entry"
your DB has a contrant not allowing 2 record with same acctuniqueid - quite usual.
that acctuniqueid is generated by a hash of RADIUS attributes... if you run the server in full debug mode you'll see this..and the resulting ID .... NAS kit sends acct-sessions as some large random thing... you are just sending 'test' - which , if you've done that before, with same other details , would result in a duplicate entry.
fix what you are doing and the result will work.
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html