did you install FreeRADIUS via yum and a repository<br />or from source?  <br /><br />>Downloaded freeradius-server-2.1.7.tar.gz, extracted to home directory, <br />>and then ./configure, make, make install.<br /><br />if from the repsository you should have<br />a selectable service with eg the standard Fedora system startup tools<br />- maybe they've decided to call it 'freeradius' or 'freeradius2'<br />rather than radiusd?<br /><br />>There is a "Startup Applications" where I can add programs, but it doesn't start <br />>them until you log on to the machine and this doesn't work unless you log into<br />>the gui as root.<br /><br />if from source, then the install part (make install) wont handle your<br />OS directory - you'll need to copy the script (and maybe edit it<br />according to install path choices made) from the contrib directory<br />eg redhat/rc.radiusd-redhat to the correct place - /etc/init.d/<br /><br />i'd note now that its not just the startup item - theres also a logrotate<br />script which ties into the system logrotate cron stuff to ensure that freeradius<br />logs (eg /var/log/radius/ get rotated when needed - eg each day for 90 days<br />retention)<br /><br />alan