FR 3.0.20 running with -f on Debian 8.11
Hi, hope I haven't missed any docs, but: I have a productive installation of FR 3.0.17 running on Debian 8.11. Before migrating this to Debian 10, I wanted to upgrade it to 3.0.20. It compiled fine from the source, and the server is working. But there seems to be some trouble, as the process shows up as USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND freerad 56763 1.6 11.4 622300 116336 ? Ssl 15:58 0:01 /usr/sbin/freeradius -f Attached is debug, but you don't fork in debug mode ... Any idea? TIA, Martin -- Dr. Martin Pauly Phone: +49-6421-28-23527 HRZ Univ. Marburg Fax: +49-6421-28-26994 Hans-Meerwein-Str. E-Mail: pauly@HRZ.Uni-Marburg.DE D-35032 Marburg
On Fri, 2020-02-28 at 16:03 +0100, Martin Pauly wrote:
I have a productive installation of FR 3.0.17 running on Debian 8.11. Before migrating this to Debian 10, I wanted to upgrade it to 3.0.20. It compiled fine from the source, and the server is working. But there seems to be some trouble, as the process shows up as
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND freerad 56763 1.6 11.4 622300 116336 ? Ssl 15:58 0:01 /usr/sbin/freeradius -f
What's the trouble? Is something not working? '-f' is because systemd wants everything to run in the foreground. -- Matthew
Hi Matthtew, Am 28.02.20 um 16:22 schrieb Matthew Newton:
What's the trouble? Is something not working?
'-f' is because systemd wants everything to run in the foreground.
OK, I had not seen this before, e.g. with 3.0.17. Also, a service freeradius start does not return the CLI to me until I do CTRL-C I will have to examine this more closely next week. Thank you so far Martin -- Dr. Martin Pauly Phone: +49-6421-28-23527 HRZ Univ. Marburg Fax: +49-6421-28-26994 Hans-Meerwein-Str. E-Mail: pauly@HRZ.Uni-Marburg.DE D-35032 Marburg
On Feb 29, 2020, at 3:06 AM, Martin Pauly <pauly@hrz.uni-marburg.de> wrote:
Am 28.02.20 um 16:22 schrieb Matthew Newton:
What's the trouble? Is something not working? '-f' is because systemd wants everything to run in the foreground.
OK, I had not seen this before, e.g. with 3.0.17. Also, a service freeradius start does not return the CLI to me until I do CTRL-C I will have to examine this more closely next week.
Use the 3.0.20 packages from http://packages.networkradius.com systemd requires applications built with systemd support to notify it when the application starts. Older version of FreeRADIUS didn't do that. It's now fixed. Alan DeKok.
Hi, Am 29.02.20 um 16:31 schrieb Alan DeKok:
Use the 3.0.20 packages fromhttp://packages.networkradius.com Thanks for the hint (and the service of providing them1). They don't play with the openssl from jessie-backports I am using (to support SCT in modern certs). As time allows, I will get things from github or install 3.0.21, whatever happens first (and rather, invest time to really rework this old install which is due anyway).
Thanks, Martin -- Dr. Martin Pauly Phone: +49-6421-28-23527 HRZ Univ. Marburg Fax: +49-6421-28-26994 Hans-Meerwein-Str. E-Mail: pauly@HRZ.Uni-Marburg.DE D-35032 Marburg
participants (3)
-
Alan DeKok -
Martin Pauly -
Matthew Newton