From owner-freebsd-isp Thu Apr 9 17:09:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA07598 for freebsd-isp-outgoing; Thu, 9 Apr 1998 17:09:36 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from Radford.i-Plus.net (root@NS.i-Plus.net [208.24.67.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA07593 for ; Thu, 9 Apr 1998 17:09:33 -0700 (PDT) (envelope-from rewt@i-Plus.net) Received: from abyss (old@b.nu [208.24.67.58]) by Radford.i-Plus.net (8.8.8/8.8.5) with SMTP id UAA03346 for ; Thu, 9 Apr 1998 20:09:12 -0400 (EDT) Message-ID: <01ba01bd6415$d1d37930$3a4318d0@abyss.b.nu> From: "Troy Settle" To: "(ML) FreeBSD ISP" Subject: Speaking of radius - mine doesn't behave properly at startup Date: Thu, 9 Apr 1998 20:15:50 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.2106.4 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've been running radius for over a year now, and one thing that's always bugged me (though not enough to drive me crazy), is that I use the following code in /etc/rc.local to start radiusd at boot. It doesn't give me any errors, no core dumps, it just exits as if that's what it's supposed to do. if [ -f /usr/local/sbin/radiusd ] ; then /usr/local/sbin/radiusd ; echo -n ' radiusd' fi If anyone has any idea why radiusd won't hang around to authenticate my users, I would sure appreciate the help. -- Troy Settle Network Administrator, iPlus Internet Services http://www.i-Plus.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message