MySQL tables for 2.1.1
Hi all. This is the third of my three questions. The second one solved itself (I read the docs - again). 2.1.1 is installed and running it as root, with the user "radius" and the group "radius" have been specified as the user and group in radiusd.conf. I've had to fix permissions on about ten files - various files in /usr/local/etc/raddb needed to be made readable by the "radius" group, and I had to set up and set permissions on the logging directory. That's just what I've found so far. Is this an indication that I did the install incorrectly? Or do most people run the server as root, so these problems do not arise? Regards, K. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Karl Auer (kauer@biplane.com.au) +61-2-64957160 (h) http://www.biplane.com.au/~kauer/ +61-428-957160 (mob) GPG fingerprint: DD23 0DF3 2260 3060 7FEC 5CA8 1AF6 D9E3 CFEE 6B28
Hi,
I've had to fix permissions on about ten files - various files in /usr/local/etc/raddb needed to be made readable by the "radius"
of course you did - thats because you chose to run the radiusd daemon as 'radius'. its expected that you know how to do some basic UNIX stuff - and therefore set eg chmod u+r radius:radius 'raddb directory location' (where the directory is whereever you decided it to be). there is no hard, fixed user or group to run the daemon as, therefore there is a need to change permissions. its normal. alan
participants (2)
-
A.L.M.Buxey@lboro.ac.uk -
Karl Auer