freeradius.pid not found
Hi. I installed freeradius 3.0.21. OS Debian 10.But there is no freeradius.pid file in /var/run/freeradius. But freeradius is running. I need to check the contents of freeradius.pid for the script. There are no such problems in 3.0.12. What has changed in the versions ?
Freeradius 3.17 No such problem
27 апр. 2020 г., в 12:37, Клеусов Владимир Сергеевич via Freeradius-Users <Freeradius-Users@lists.freeradius.org> написал(а):
Hi. I installed freeradius 3.0.21. OS Debian 10.But there is no freeradius.pid file in /var/run/freeradius. But freeradius is running. I need to check the contents of freeradius.pid for the script. There are no such problems in 3.0.12. What has changed in the versions ? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Check your radiusd.conf and verify 'pidfile' settings. radiusd -X output also tells you what pid file you have configured. P. On Mon, Apr 27, 2020 at 11:37 AM Клеусов Владимир Сергеевич via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Hi. I installed freeradius 3.0.21. OS Debian 10.But there is no freeradius.pid file in /var/run/freeradius. But freeradius is running. I need to check the contents of freeradius.pid for the script. There are no such problems in 3.0.12. What has changed in the versions ? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
freeradius -X | grep pid pidfile = "/var/run/freeradius/freeradius.pid» > 27 апр. 2020 г., в 13:44, Josef Vybíhal <josef.vybihal@gmail.com> написал(а): > > Check your radiusd.conf and verify 'pidfile' settings. > > radiusd -X output also tells you what pid file you have configured. > > P. > > > On Mon, Apr 27, 2020 at 11:37 AM Клеусов Владимир Сергеевич via > Freeradius-Users <freeradius-users@lists.freeradius.org> wrote: > >> Hi. I installed freeradius 3.0.21. OS Debian 10.But there is no >> freeradius.pid file in /var/run/freeradius. But freeradius is running. I >> need to check the contents of freeradius.pid for the script. There are no >> such problems in 3.0.12. What has changed in the versions ? >> - >> List info/subscribe/unsubscribe? See >> http://www.freeradius.org/list/users.html > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
With a clean installation of Debian 10 and freeradius 3.0.21, the problem remains. Freeradius is installed with default parameters > 27 апр. 2020 г., в 13:58, Клеусов Владимир Сергеевич <Kleusov.Vladimir@wildberries.ru> написал(а): > > freeradius -X | grep pid > > pidfile = "/var/run/freeradius/freeradius.pid» > > > >> 27 апр. 2020 г., в 13:44, Josef Vybíhal <josef.vybihal@gmail.com> написал(а): >> >> Check your radiusd.conf and verify 'pidfile' settings. >> >> radiusd -X output also tells you what pid file you have configured. >> >> P. >> >> >> On Mon, Apr 27, 2020 at 11:37 AM Клеусов Владимир Сергеевич via >> Freeradius-Users <freeradius-users@lists.freeradius.org> wrote: >> >>> Hi. I installed freeradius 3.0.21. OS Debian 10.But there is no >>> freeradius.pid file in /var/run/freeradius. But freeradius is running. I >>> need to check the contents of freeradius.pid for the script. There are no >>> such problems in 3.0.12. What has changed in the versions ? >>> - >>> List info/subscribe/unsubscribe? See >>> http://www.freeradius.org/list/users.html >> - >> List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html >
On Apr 27, 2020, at 7:57 AM, Клеусов Владимир Сергеевич via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
With a clean installation of Debian 10 and freeradius 3.0.21, the problem remains. Freeradius is installed with default parameters
Does the /var/run/freeradius directory exist? You should be able to track down the issue by gradually checking each possibility for why something is wrong. And yes, FreeRADIUS does write the PID file on other systems. So it's likely something local to you. As such, you are the best person to find and fix the problem. Alan DeKok.
/var/run/freeradius cуществует. Я сообщил о проблеме на чистой системе. Разумеется я разберусь с ней. Возможно это баг новой версии. 27 апр. 2020 г., в 15:08, Alan DeKok <aland@deployingradius.com<mailto:aland@deployingradius.com>> написал(а): Does the /var/run/freeradius directory exist? You should be able to track down the issue by gradually checking each possibility for why something is wrong. And yes, FreeRADIUS does write the PID file on other systems. So it's likely something local to you. As such, you are the best person to find and fix the problem.
On Apr 27, 2020, at 7:16 AM, Клеусов Владимир Сергеевич via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
/var/run/freeradius cуществует. Я сообщил о проблеме на чистой системе. Разумеется я разберусь с ней. Возможно это баг новой версии
Енглш oнлй, пожалуйста. It's a feature not a bug. Systemd starts the process in foreground mode because that's how systemd likes to run its processes. Because the server is started in foreground mode it doesn't drop a PID file. You need to pass "-P" when starting FreeRADIUS. echo "FREERADIUS_OPTIONS=\"-P\" > /etc/default/freeradius ...and reload systemd. -Arran
participants (5)
-
Alan DeKok -
Arran Cudbard-Bell -
Josef Vybíhal -
Клеусов Владимир Сергее вич -
Клеусов Владимир Сергеевич