Git master branch & Debian build
Arran Cudbard-Bell
a.cudbardb at freeradius.org
Wed Nov 21 12:00:03 CET 2012
On 21 Nov 2012, at 10:22, Olivier Beytrison <olivier at heliosnet.org> wrote:
>>> Unable to open file "/etc/freeradius/radiusd.conf": No such file or
>>> directory
>>>
>>> Uh oh ? looking at /etc/freeradius, there's only the directories and
>>> the symlinks, but not a single file. Great.
>>>
>>> When looking in the build environnement, in
>>> debian/freeradius/etc/freeradius, all the files are present.
>>>
>>> During package creation, the files are correctly grabbed as per
>>> debian/freeradius.install
>>>
>>> dpkg -L list all the files.
>>>
>>> dpkg is high on cocaine or what ?
>>
>> Possibly.
>
> Well never mind. It was my system that was left with the package
> half-installed. purged everything and now the .deb installs correctly.
>
> still, there's two issues :
> 1. the changes made by Arran to move all the modules to boilermake break
> the linking of rlm_utf8 (see [1] below)
Fixed.
>
> 2. there's a package dependency issue. by default
> ${raddbdir}/mods-available/cui.conf is in the freeradius package. this
> files reference to ${raddbdir}/sql/mysql/cui.conf, wich is part of
> freeradius-mysql package. This mean that freeradius won't start if you
> don't install freeradius-mysql at the same time. [2]
>
> There's also some conflict because mods-available/sql* are both present
> in package freeradius and freeradius-mysql. Should we not rather select
> files independently in ${raddbdir}/mods-available/ in place of taking
> everything (*) for the freeradius package ?
I think there should probably be a package for rlm_sql, and then individual packages for the SQL drivers.
-Arran
More information about the Freeradius-Users
mailing list