Easy way to see what is missing from configuration?
Hi all, I had saved older (still 3.x versions, but unknown how far downrev) versions of a configuration from a working server, and I’m reinstalling a newer version on Ubuntu 20.04. I *thought* I had configured everything appropriately, but apparently not in the least. I get, e.g. radiusd -XC [….] Ignoring "sql" (see raddb/mods-available/README.rst) […] Is there some easy way to see what is missing or otherwise objected to in mods-available/sql? -- Coy Hile coy.hile@coyhile.com
On 05/01/2022 01:26, Coy Hile wrote:
I had saved older (still 3.x versions, but unknown how far downrev) versions of a configuration from a working server, and I’m reinstalling a newer version on Ubuntu 20.04. I *thought* I had configured everything appropriately, but apparently not in the least. I get, e.g.
radiusd -XC [….] Ignoring "sql" (see raddb/mods-available/README.rst) […]
Is there some easy way to see what is missing or otherwise objected to in mods-available/sql?
Did you read the README that it points you to? My guess is that the symlink from mods-enabled/sql to mods-available/sql is missing. -- Matthew
On Jan 4, 2022, at 9:05 PM, Matthew Newton <mcn@freeradius.org> wrote:
On 05/01/2022 01:26, Coy Hile wrote:
I had saved older (still 3.x versions, but unknown how far downrev) versions of a configuration from a working server, and I’m reinstalling a newer version on Ubuntu 20.04. I *thought* I had configured everything appropriately, but apparently not in the least. I get, e.g. radiusd -XC [….] Ignoring "sql" (see raddb/mods-available/README.rst) […] Is there some easy way to see what is missing or otherwise objected to in mods-available/sql?
Did you read the README that it points you to?
Looks like that was exactly the problem. In mods-enabled in a tarball from the old host and not realizing I had not made the symlink in the other. Pardon the noise. Thank you, Matthew. -- Coy Hile coy.hile@coyhile.com
participants (2)
-
Coy Hile -
Matthew Newton