e793
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello everyone,
I am trying to setup freeradius on FreeBSD and I have problems with starting the service. It compiled without problems, I am able to run it in the debug mode but not through rc script: Code:
[root@polmer1 /]# /usr/local/etc/rc.d/radiusd start [root@polmer1 /]# Any idea? Thanks, brm EDIT: sorry, wrong forum. Please move. |
|
#2
|
||||
|
||||
|
Myha, output of /var/log/radius.log could be useful
__________________
...then the God created man... |
|
#3
|
||||
|
||||
|
Also, is there a radius_enable (or something) setting in rc.conf?
Last edited by DutchDaemon; December 10th, 2008 at 14:13. |
|
#4
|
|||
|
|||
|
Hi, radius log is empty, checked that already.
I can't find any setting for radius in rc.conf... Code:
[root@polmer1 ~]# grep -i rad /etc/defaults/rc.conf # values set in this file. This eases the upgrade path when defaults [root@polmer1 ~]# |
|
#5
|
|||
|
|||
|
Ok, It looks like it exists:
Code:
radiusd_enable="YES" so where can I find all the options for rc.conf? Thanks for answers. |
|
#6
|
||||
|
||||
|
You will find the defaults in /etc/defaults/rc.conf (only use settings in /etc/rc.conf if you want to override those defaults). Port-specific settings are usually in the /usr/local/etc/rc.d/ start script.
|
|
#7
|
|||
|
|||
|
hi, as you can see above I tried to search for this setting but didnt find it.
|
|
#8
|
||||
|
||||
|
The file you are after is /usr/local/etc/rc.d/radiusd
__________________
...then the God created man... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| xorg 7.3 - errors when starting | francach | X.Org | 6 | December 1st, 2008 13:52 |