RE: Freeradius-Users Digest, Vol 146, Issue 27
Is there anything in the radius log file? See /var/log/freeradius/radius.log (path may be different on Centos)? Peter Hutchison MCP Senior Network Systems SpecialistS S 01484 473716 Networks Team University of Huddersfield | Queensgate | Huddersfield | HD1 3DH -----Original Message----- From: Freeradius-Users [mailto:freeradius-users-bounces+p.j.hutchison=hud.ac.uk@lists.freeradius.org] On Behalf Of freeradius-users-request@lists.freeradius.org Sent: 15 June 2017 11:00 To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 146, Issue 27 Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..." Today's Topics: 1. radiusd.service watchdog timeout (Philipp Trenz) ---------------------------------------------------------------------- Message: 1 Date: Thu, 15 Jun 2017 09:34:14 +0200 From: Philipp Trenz <mail@philipptrenz.de> To: freeradius-users@lists.freeradius.org Subject: radiusd.service watchdog timeout Message-ID: <B298202F-003D-4194-82FC-9499E9E6376E@philipptrenz.de> Content-Type: text/plain; charset="utf-8" Hey, 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. <—— Here’s my Unit-File: ——> [Unit] Description=FreeRADIUS multi-protocol policy server After=network.target Documentation=man:radiusd(8) man:radiusd.conf(5) http://wiki.freeradius.org/ <http://wiki.freeradius.org/> http://networkradius.com/doc/ <http://networkradius.com/doc/> [Service] Type=simple WatchdogSec=60 NotifyAccess=all PIDFile=/usr/local/var/run/radiusd/radiusd.pid EnvironmentFile=-/etc/sysconfig/radiusd RuntimeDirectory=/usr/local/var/run/radiusd RuntimeDirectoryMode=0775 ExecStartPre=/usr/local/sbin/radiusd $FREERADIUS_OPTIONS -Cx -lstdout ExecStartPre=/usr/bin/chown radiusd:radiusd /usr/local/var/run/radiusd ExecStart=/usr/local/sbin/radiusd $FREERADIUS_OPTIONS Restart=on-failure RestartSec=5 [Install] WantedBy=multi-user.target <—— Any suggestions what could be wrong? Is more information for an analysis needed? Thanks a lot! Philipp —
participants (1)
-
Peter Hutchison