RE: Need of Help Regarding FreeRadius Server
Well, did you look at /usr/local/etc/dictionary? It generally points to /usr/local/share/freeradius/dictionary. If so (and it certainly appears to be so) then go look in /usr/local/share/freeradius/dictionary. It would appear that there is an error (or it did not get installed when you installed FR1.0.5). If so, the dictionary files are in the source tree and can be manually copied over. They are in $SOURCEDIR/share.
cp -R $SOURCEDIR/share/* /usr/local/share/freeradius
Should do the trick (replace $SOURCEDIR with the directory in which your freeradius-1.0.5 source is located). Rgds, Guy -----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:freeradius-users-bounces@lists.freeradius.org] On Behalf Of manoranjan pandey Sent: 29 September 2005 08:54 To: freeradius-users@lists.freeradius.org Subject: Need of Help Regarding FreeRadius Server Hi all please help me as i am new user of RADIUS. As i got stuck at this point and i m unable to proceed for further development. so i am desperately waiting for ur response. It's al about freeRadius-1.0.5 .After configuration and instalation i put a command as below n getting below problems---- [root@localhost ~]# radiusd Thu Sep 29 10:54:56 2005 : Info: Starting - reading configuration files ... [root@localhost ~]# radiusd -x Starting - reading configuration files ... Errors reading dictionary: dict_init: /usr/local/etc/raddb/dictionary[14]: Could n't open dictionary " /usr/local/share/freeradius/dictionary": No such file o r directory Errors reading radiusd.conf [root@localhost ~]# radius -y bash: radius: command not found [root@localhost ~]# radiusd -y Thu Sep 29 11:03:19 2005 : Info: Starting - reading configuration files ... [root@localhost ~]# radiusd -z Thu Sep 29 11:03:26 2005 : Info: Starting - reading configuration files ... [root@localhost ~]# radiusd -xyz Starting - reading configuration files ... Errors reading dictionary: dict_init: /usr/local/etc/raddb/dictionary[14]: Couldn't open dictionary " /usr/local/share/freeradius/dictionary": No such file or directory Errors reading radiusd.conf AGAIN AFTER----WHEN I AM TRYING WITH radpwtst...se the below message.,.. [root@localhost ~]# radpwtst Bad format in dictionary '/usr/local/etc/raddb/dictionary' at line 14: $INCLUDE /usr/local/share/freeradius/dictionary Attribute number 1 is not defined in your dictionary Attribute number 6 is not defined in your dictionary Attribute number 4 is not defined in your dictionary Attribute number 5 is not defined in your dictionary Attribute number 30 is not defined in your dictionary Attribute number 31 is not defined in your dictionary Attribute number 61 is not defined in your dictionary Attribute number 2 is not defined in your dictionary No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown sending Access-Request... No reply Attribute number 1 is not defined in your dictionary Attribute number 6 is not defined in your dictionary Attribute number 4 is not defined in your dictionary Attribute number 5 is not defined in your dictionary Attribute number 61 is not defined in your dictionary Attribute number 44 is not defined in your dictionary Attribute number 40 is not defined in your dictionary Attribute number 30 is not defined in your dictionary Attribute number 31 is not defined in your dictionary Attribute number 41 is not defined in your dictionary No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown sending Accounting-Request Start... No reply Attribute number 1 is not defined in your dictionary Attribute number 6 is not defined in your dictionary Attribute number 4 is not defined in your dictionary Attribute number 5 is not defined in your dictionary Attribute number 61 is not defined in your dictionary Attribute number 44 is not defined in your dictionary Attribute number 40 is not defined in your dictionary Attribute number 30 is not defined in your dictionary Attribute number 31 is not defined in your dictionary Attribute number 41 is not defined in your dictionary Attribute number 46 is not defined in your dictionary Attribute number 42 is not defined in your dictionary Attribute number 43 is not defined in your dictionary No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown No such attribute Unknown sending Accounting-Request Stop... No reply bye. -- _______________________________________________ Check out the latest SMS services @ http://www.linuxmail.org This allows you to send and receive SMS through your mailbox. Powered by Outblaze - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html This e-mail is private and may be confidential and is for the intended recipient only. If misdirected, please notify us by telephone and confirm that it has been deleted from your system and any copies destroyed. If you are not the intended recipient you are strictly prohibited from using, printing, copying, distributing or disseminating this e-mail or any information contained in it. We use reasonable endeavours to virus scan all e-mails leaving the Company but no warranty is given that this e-mail and any attachments are virus free. You should undertake your own virus checking. The right to monitor e-mail communications through our network is reserved by us.
participants (1)
-
Guy Davies