Re: Freeradius-Users Digest, Vol 153, Issue 72
Subject: Re: Errors reading /etc/freeradius/3.0: No such file or directory Message-ID: <27EA1BA5-228C-4851-ABCE-08023E48A7A2@deployingradius.com> Content-Type: text/plain; charset=utf-8
On Jan 26, 2018, at 9:39 AM, Юра Фролов <prostovrn@gmail.com> wrote:
Hello, I migrate to freeradius 3.0 (from freeradius 2.2)
You should create a *new* configuration for v3. i.e. start with the default v3 configuration, and gradually port the functionality over from your v2 configuration. And test it at every step/
Way of files configuraton freeradius3.0 have additional subfolder ./3.0, i would like to discarding subfolder 3.0 and move conf files to folder freeradius (as I no have sql etc, user`s names saved in files, historicaly inheritence.I have many scripts for update users`s files.) Don't do that. It is a *very* bad idea to have a configuration which is part v2 and part v3. It won't work. I change one string in file radius.conf to raddbdir = /etc/freeradius/, restart freeradius service and received error *Errors reading /etc/freeradius/3.0: No such file or directory*
What I should do yet change? And can i change way of configuration files to /etc/freeradius? Throw away all of the v3 changes you made, and start over. Use the *default configuration* for v3. Doing that will be MUCH faster than trying to work out what's wrong with a broken configuration. Alan DeKok.
2018-01-26 19:43 GMT+03:00 <freeradius-users-request@lists.freeradius.org>:
Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org
You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..."
Today's Topics:
1. Re: Errors reading /etc/freeradius/3.0: No such file or directory (Alan DeKok) 2. Re: Segmentation fault - Radius Accounting (Richard J Palmer) 3. Re: Segmentation fault - Radius Accounting (Alan DeKok) 4. Proxy accounting (Richard J Palmer) 5. Re: Proxy accounting (Alan DeKok) 6. Re: Proxy accounting (Richard J Palmer) 7. Re: Proxy accounting (Richard J Palmer) 8. Compilation Warning - FreeRadius 3.0.16 (Andrea Mucci)
----------------------------------------------------------------------
Message: 1 Date: Fri, 26 Jan 2018 09:43:28 -0500 From: Alan DeKok <aland@deployingradius.com> To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Subject: Re: Errors reading /etc/freeradius/3.0: No such file or directory Message-ID: <27EA1BA5-228C-4851-ABCE-08023E48A7A2@deployingradius.com> Content-Type: text/plain; charset=utf-8
On Jan 26, 2018, at 9:39 AM, Юра Фролов <prostovrn@gmail.com> wrote:
Hello, I migrate to freeradius 3.0 (from freeradius 2.2)
You should create a *new* configuration for v3. i.e. start with the default v3 configuration, and gradually port the functionality over from your v2 configuration.
And test it at every step/
Way of files configuraton freeradius3.0 have additional subfolder ./3.0, i would like to discarding subfolder 3.0 and move conf files to folder freeradius (as I no have sql etc, user`s names saved in files, historicaly inheritence.I have many scripts for update users`s files.)
Don't do that. It is a *very* bad idea to have a configuration which is part v2 and part v3.
It won't work.
Yes, of course i move configuration step by step. It is no problem.
I change one string in file radius.conf to raddbdir = /etc/freeradius/, restart freeradius service and received error *Errors reading /etc/freeradius/3.0: No such file or directory*
What I should do yet change? And can i change way of configuration files to /etc/freeradius?
Throw away all of the v3 changes you made, and start over. Use the *default configuration* for v3.
Doing that will be MUCH faster than trying to work out what's wrong with a broken configuration.
I am deleting subfolder ./3.0 and doing relevant change on default v3 configuration (right after install)
participants (1)
-
Юра Фролов