From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 09:16:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA30B16A41F for ; Thu, 12 Jan 2006 09:16:33 +0000 (GMT) (envelope-from beastie@mra.co.id) Received: from mx3.mra.co.id (mx3.mra.co.id [202.51.30.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADFE43D58 for ; Thu, 12 Jan 2006 09:16:18 +0000 (GMT) (envelope-from beastie@mra.co.id) Received: from localhost (localhost.mra.co.id [127.0.0.1]) by mx3.mra.co.id (Postfix) with ESMTP id 3C9B730FE1; Thu, 12 Jan 2006 15:44:33 +0700 (WIT) Received: from mx3.mra.co.id ([127.0.0.1]) by localhost (mx3.mra.co.id [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66756-28; Thu, 12 Jan 2006 15:44:33 +0700 (WIT) Received: from mailbox.mra.co.id (unknown [172.16.0.225]) by mx3.mra.co.id (Postfix) with ESMTP id 00BE630FDA; Thu, 12 Jan 2006 15:44:33 +0700 (WIT) Received: from [172.16.0.228] (unknown [172.16.0.228]) by mailbox.mra.co.id (Postfix) with ESMTP id A416434E5E; Thu, 12 Jan 2006 15:39:26 +0700 (WIT) Message-ID: <43C61BB5.3030003@mra.co.id> Date: Thu, 12 Jan 2006 16:04:53 +0700 From: Beastie User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051229 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Odhiambo Washington References: <43C5CC81.6060104@mra.co.id> <20060112082101.GL45938@ns2.wananchi.com> In-Reply-To: <20060112082101.GL45938@ns2.wananchi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mra.co.id Cc: freebsd-questions@freebsd.org Subject: Re: freeradius freebsd-6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jan 2006 09:16:33 -0000 Odhiambo Washington wrote: >* On 12/01/06 10:26 +0700, Beastie wrote: > > >>Dear List. >> >>I try to running freeradius 1.0.5 on FreeBSD-6.0 Stable. >>freeradius install from latest port, installation was successfull. >>but i can't see the server is running and working. >>ps ax | grep radius or netsat -ta | grep radius came with no result, >>after starting service from rc startup file provided or via command line >>tools radiusd. >> >> > >Maybe the startup script wants you to add an entry in /etc/rc.conf if >it relies on the rcNG. >Read that script and see what is inside. > > >http://www.netmeister.org/news/learn2quote.html > >DISCLAIMER: See http://www.wananchi.com/bms/terms.php > >-- >+======================================================================+ > |\ _,,,---,,_ | Odhiambo Washington >Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com > |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 > '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 >+======================================================================+ > >"His great aim was to escape from civilization, and, as soon as he had >money, he went to Southern California." >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Thanks... this my rc.conf beastie# cat /etc/rc.conf | grep radius radiusd_enable="YES" but it still not running.. regards reza