From owner-freebsd-isp Sun Mar 1 20:05:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA05410 for freebsd-isp-outgoing; Sun, 1 Mar 1998 20:05:27 -0800 (PST) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from spooky.eis.net.au (spooky.eis.net.au [203.12.171.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA05402 for ; Sun, 1 Mar 1998 20:05:22 -0800 (PST) (envelope-from ernie@spooky.eis.net.au) Received: (from ernie@localhost) by spooky.eis.net.au (8.8.7/8.8.3) id OAA21962; Mon, 2 Mar 1998 14:05:00 +1000 (EST) From: Ernie Elu Message-Id: <199803020405.OAA21962@spooky.eis.net.au> Subject: Re: Radius Core Dump with the 3COM Total Control In-Reply-To: <199803012344.SAA02280@mail.boisfrancs.qc.ca> from "Louis-Philippe Alain" at "Mar 1, 98 06:43:35 pm" X-ELM-OSV: (Our standard violations) no-mime=1; no-hdr-encoding=1 To: xenub@boisfrancs.qc.ca (Louis-Philippe Alain) Date: Mon, 2 Mar 1998 14:05:00 +1000 (EST) Cc: freebsd-isp@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] Content-Type: text Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Hi, > We are using the "Merit RADIUS 2.4.23C" for authentication. The server is > running on a FreeBSD-2.2.2 x86 machine and we use a 3COM (US Robotic's) > Total Control as a port terminal server. The problem is simple: each time a > user try to authenticate and don't have the right password or the right > user name, the Radius Server exit (on signal 11) and Core Dump. There's > currently a script that check every 2 minutes if the Radius is still > running and restart it if needed. Here is an example of I took from my logs: > I had the same problem and it is still prooving to be a pain. The only version in the FreeBSD ports collection that works is the ascend-radius (1.16)which users version 1 syntax in the users file. The 3com examples are version 2 syntax. If you are comfortable compiling then grab a copy of radius.3.5.6 from ftp.merit.edu. Your exising config files will not work. As radius.3.5.6 was not out when I got my Total Control rack I ended up using cistron radius from ftp://enterprise.cistron.nl:/pub/people/miquels/radius It was designed for linux, compiles o.k but has a bug under FreeBSD with a file called /var/log/radutmp that it creats that seems to get an outrageous file length after a few minutes running. I just commented out the code that used it the file in acct.c and it has been running for 6 months. - Ernie. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message