First I set SELinux back to enforcing reboot & test (not working, fail to auth)
setsebool -P radiusd_disable_trans=1 reboot & test (everything works fine) ---lets try disable postgresql instead of radiusd setsebool -P radiusd_disable_trans=0 setsebool -P postgresql_disable_trans=1 reboot & test (not working, fail to auth) I guess we have a winner: setsebool -P radiusd_disable_trans=1 Thank you -- View this message in context: http://freeradius.1045715.n5.nabble.com/Service-radiusd-Start-vs-radiusd-tp5429517p5432471.html Sent from the FreeRadius - User mailing list archive at Nabble.com. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

