RE : LOGs of eap-tls authentication
hi I am not able to start server by service radiusd restart command/. I used to start by simply typing radiusd command Pls anyone no the command to stop the server Regards Anoop
------------------------------
Message: 6 Date: Thu, 13 Sep 2007 10:01:53 +0200 (CEST) From: HBA BOX <hba_box@yahoo.fr> Subject: RE : LOGs of eap-tls authentication To: FreeRadius users mailing list <freeradius-users@lists.freeradius.org> Message-ID: <132413.84624.qm@web27406.mail.ukl.yahoo.com> Content-Type: text/plain; charset=\"iso-8859-1\"
hello,
To restart the radius I knew only one command which is service radiusd restart;all what you have to do when you are in debuce mode is stoping it by using service radiusd stop, then you can restart it . I hope that this can help you.
regards habiba
anoop_c@sifycorp.com a ?crit :
Dear Thanks for the information.I am getting the logs when stopped server in debug mode. But the commands service radiusd stop and service radiusd restart is not working.So i killed the process radiusd using kill command.Pls let me know the commands to stop and start the server in normal mode. Regards Anoop > > Message: 2 > Date: Tue, 11 Sep 2007 10:39:38 +0200 (CEST) > From: inelec communication > Subject: RE : LOGs of eap-tls authentication (inelec communication) > To: FreeRadius users mailing list > > Message-ID: <980737.95433.qm@web26005.mail.ukl.yahoo.com> > Content-Type: text/plain; charset=\"iso-8859-1\" > > Hello, > > you have no logs in your radius.log file because you are running in > debug mode , you have to run in normal mode to get the logs, so what you > have to do is the following: > first stop your debug mode by this command: service radiusd stop; then > restart the service radius by: service radiusd restart; doing that you > are in normal mode and you can do your wlan loging without any problem > and you get your log. > > regards
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
--------------------------------- Ne gardez plus qu\'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
On Thu, 2007-09-13 at 14:40 +0500, anoop_c@sifycorp.com wrote:
hi I am not able to start server by service radiusd restart command/. I used to start by simply typing radiusd command
Pls anyone no the command to stop the server
If you are on Unix, radiusd is just an ordinary process, which you stop the ordinary way for your OS. I can think of dozens of ways. Usually you would wrap the low-level methods in a script to do some housekeeping, but you could try: pkill -TERM radiusd It sounds like you're not very familiar with your operating system; I'd learn more about it if I were you.
participants (2)
-
anoop_c@sifycorp.com -
Phil Mayers