20 Mar
2009
20 Mar
'09
10:31 p.m.
A.L.M.Buxey@lboro.ac.uk wrote:
chown -R radiusd:radiusd /etc/raddb
chmod -R 755 /etc/raddb/certs
Yuck - marking data files executable. I'd start with: find /etc/raddb/certs -type d -exec chmod 755 {} \; find /etc/raddb/certs \! -type d -exec chmod 644 {} \; and fix any program file that should be 755 -- REALITY.SYS not found: Universe halted.