radwho doesnt work - complains about missing radutmp file
This is the error I'm getting: radwho: Error reading /var/log/freeradius/radutmp: No such file or directory radutmp indeed doesn't exist in /var/log Does anyone know why is freeradius not creating the radutmp file? Thanks.
Hello, I have installed FreeRadius server on Trixbox Server. My problem is mysql is not letting FreeRadius to login either locally or remotely. I also insert proper entries in HOST and USERS tables. But it does not work I always get ERROR 1045 (28000); Access Denied for user 'root'@'localhost' Thanks Wazb
Wasif wrote:
I have installed FreeRadius server on Trixbox Server. My problem is mysql is not letting FreeRadius to login either locally or remotely. I also insert proper entries in HOST and USERS tables. But it does not work I always get ERROR 1045 (28000); Access Denied for user 'root'@'localhost'
1. Did you FLUSH PRIVILEGES in MySQL? 2. Don't use root. Create a new user in MySQL that only has the specific access to the db's, tables, and/or columns needed. If you use the GRANT command to create the user and privs you won't need to flush the privs afterwards. See the MySQL docs. They are very good. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com
I don't think it's because of that since I do have records on radacct table. On 6/28/06, Alan DeKok <aland@nitros9.org> wrote:
"liran tal" <liransgarage@gmail.com> wrote:
Does anyone know why is freeradius not creating the radutmp file?
The NAS isn't sending accounting packets.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
Alan DeKok -
Dennis Skinner -
liran tal -
Wasif