Hey Matthew, that was all I need to know. And the hint with the type is also helpful, many thanks! Philipp
Am 15.06.2017 um 12:04 schrieb Matthew Newton <mcn4@leicester.ac.uk <mailto:mcn4@leicester.ac.uk>>:
On Thu, Jun 15, 2017 at 09:34:14AM +0200, Philipp Trenz wrote:
I’m using FR 3.0.12 on a CentOS 7 and while running as service the process runs into watchdog timeout:
——> systemd: radiusd.service watchdog timeout (limit 1min)! systemd: radiusd.service: main process exited, code=killed, status=6/ABRT systemd: Unit radiusd.service entered failed state. systemd: radiusd.service failed.
Well, yeah. FreeRADIUS 3 doesn't call sd_notify, so that will never work.
[Service] Type=simple WatchdogSec=60
Remove this line. And it should be type=forking as well.
Simplest would be to just use the one shipped with the server:
https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/redhat/radiusd.s... <https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/redhat/radiusd.service>
Matthew
-- Matthew Newton, Ph.D. <mcn4@leicester.ac.uk <mailto:mcn4@leicester.ac.uk>>
Systems Specialist, Infrastructure Services, I.T. Services, University of Leicester, Leicester LE1 7RH, United Kingdom
For IT help contact helpdesk extn. 2253, <ithelp@le.ac.uk <mailto:ithelp@le.ac.uk>> - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html <http://www.freeradius.org/list/users.html>
—