radiusd dead but pid file exists
Sep 15 01:07:58 rad1 kernel: radiusd[26743] general protection ip:44216fc sp:b57fe040 error:0 in libcrypto.so.0.9.8g[4398000+137000] Sep 17 08:18:21 rad1 kernel: radiusd[536] general protection ip:44216fc sp:b75f5040 error:0 in libcrypto.so.0.9.8g[4398000+137000] Help, any idea what is going on with this error? Everything other than radius is running fine however radius is dead and unresponsive. fedora 9 2.6.25.10-86.fc9.i686 samba-common-3.2.1-0.18.fc9.i386 samba-3.2.1-0.18.fc9.i386 samba-winbind-3.2.1-0.18.fc9.i386 samba-client-3.2.1-0.18.fc9.i386 freeradius-perl-2.0.5-2.fc9.i386 freeradius-krb5-2.0.5-2.fc9.i386 freeradius-ldap-2.0.5-2.fc9.i386 freeradius-2.0.5-2.fc9.i386 freeradius-utils-2.0.5-2.fc9.i386 freeradius-libs-2.0.5-2.fc9.i386
Charlie B wrote:
Sep 15 01:07:58 rad1 kernel: radiusd[26743] general protection ip:44216fc sp:b57fe040 error:0 in libcrypto.so.0.9.8g[4398000+137000] Sep 17 08:18:21 rad1 kernel: radiusd[536] general protection ip:44216fc sp:b75f5040 error:0 in libcrypto.so.0.9.8g[4398000+137000]
Help, any idea what is going on with this error? Everything other than radius is running fine however radius is dead and unresponsive.
It looks like a SEGV. The OS kills the server, and therefore the PID file is left in place. Alan DeKok.
Thanks Allan, I appreciate it, unfortunately no update to openssl to see if that rectifies the issue, just implemented monit to ensure service is always running. Thanks again! On Wed, Sep 17, 2008 at 9:12 AM, Alan DeKok <aland@deployingradius.com>wrote:
Charlie B wrote:
Sep 15 01:07:58 rad1 kernel: radiusd[26743] general protection ip:44216fc sp:b57fe040 error:0 in libcrypto.so.0.9.8g[4398000+137000] Sep 17 08:18:21 rad1 kernel: radiusd[536] general protection ip:44216fc sp:b75f5040 error:0 in libcrypto.so.0.9.8g[4398000+137000]
Help, any idea what is going on with this error? Everything other than radius is running fine however radius is dead and unresponsive.
It looks like a SEGV. The OS kills the server, and therefore the PID file is left in place.
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Wed, 2008-09-17 at 11:44 -0600, Charlie B wrote:
Thanks Allan,
I appreciate it, unfortunately no update to openssl to see if that rectifies the issue, just implemented monit to ensure service is always running.
I've seen the same issue, with the server segfaulting. But it happens to other processes as well, and the otpd back end used by freeradius to authenticate one-time password tokens dies far more often than radiusd does. I've also occasionally seen segfaults for sshd and stunnel. There is actually a CentOS bug report open on this at: http://bugs.centos.org/view.php?id=2241 I don't know if this is the same issue as in Fedora 9, but I've seen it in CentOS 5 and it's been reported in RHEL 5 too (not surprisingly). Unfortunately, there is no known fix for this problem, so I did pretty much the same thing as you did and wrote a monitoring script to make sure everything that's supposed to be running is there. --Greg
participants (3)
-
Alan DeKok -
Charlie B -
Greg Woods