From owner-freebsd-questions Sat Feb 7 12:35:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26005 for questions-outgoing; Sat, 7 Feb 1998 12:35:41 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25997 for ; Sat, 7 Feb 1998 12:35:38 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id MAA05545; Sat, 7 Feb 1998 12:33:02 -0800 (PST) Date: Sat, 7 Feb 1998 12:33:02 -0800 (PST) From: Shawn Ramsey To: Melvin Brown cc: freebsd-questions@FreeBSD.ORG Subject: Re: Radiusd In-Reply-To: <34DC69F5.F49A95B9@tri-comm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" > I am new to FreeBSD. I dumped Solaris to become a FreeBSD user. When > running Radiusd on Solais, I could "ps -ef | grep radiusd" and see > radiusd running as a daemon, but when I "ps -aux | grep radius," on > FreeBSD, I do not see RADIUSD running. I configured it properly because > it was complaining about it's config files. Now, I says nothing; leaves > nothing in the log files, but it does not run as a daemon. Is there > anything different about Radiusd the comes with the ports for FreeBSD? Did you add the radius ports to /etc/services? Also, it may that with ps aux radius is no long visible on your console. Therefore grep won't find it. Try ps auxww | grep radiusd, or just ps ax|grep radiusd, and if that doesnt work just do a ps ax. This is what you need to add to /etc/services, if you don't already know this(Solaris may already have this by default?) radius 1645/udp radacct 1646/udp