How to send SIGHUP signal to server ( radiusd )

2005-03-02 Thread Murali Krishna G
Hi,
   I am starting with freeRADIUS!
   Can anyone help me how to send SIGHUP to server demon ( radiusd ) to 
let it know about changes to configuration files?

Thanks,
Murali.
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: How to send SIGHUP signal to server ( radiusd )

2005-03-02 Thread Guy Davies
Same way you would to any other process.

$ kill -HUP process-id

Guy

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On 
 Behalf Of Murali Krishna G
 Sent: 02 March 2005 09:53
 To: freeradius-users
 Subject: How to send SIGHUP signal to server ( radiusd )
 
 
 Hi,
 
 I am starting with freeRADIUS!
 
 Can anyone help me how to send SIGHUP to server demon ( 
 radiusd ) to 
 let it know about changes to configuration files?
 
 Thanks,
 Murali.
 
 
 - 
 List info/subscribe/unsubscribe? See 
 http://www.freeradius.org/list/users.html
 

This e-mail is private and may be confidential and is for the intended 
recipient only.  If misdirected, please notify us by telephone and confirm that 
it has been deleted from your system and any copies destroyed.  If you are not 
the intended recipient you are strictly prohibited from using, printing, 
copying, distributing or disseminating this e-mail or any information contained 
in it.  We use reasonable endeavours to virus scan all e-mails leaving the 
Company but no warranty is given that this e-mail and any attachments are virus 
free.  You should undertake your own virus checking.  The right to monitor 
e-mail communications through our network is reserved by us. 



-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: How to send SIGHUP signal to server ( radiusd )

2005-03-02 Thread Vladimir
Murali Krishna G wrote:
Hi,
   I am starting with freeRADIUS!
   Can anyone help me how to send SIGHUP to server demon ( radiusd ) 
to let it know about changes to configuration files? 
SIGHUP is signal -1 for kill so find the process id (pid) of the radiusd 
process and sending the -1 signal ie.

kill -1 pid
Vladimir
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: How to send SIGHUP signal to server ( radiusd )

2005-03-02 Thread Peter P. Benac

 SIGHUP is signal -1 for kill so find the process id (pid) of the radiusd
 process and sending the -1 signal ie.

 kill -1 pid

 Vladimir

 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html


kill -HUP pid works too!!

Regards,
Pete

Peter P. Benac, CCNA
Emacolet Networking Services, Inc
Providing Network and Systems Project Management and Installation and Web
Hosting.
Phone: 919-618-2557
Web: http://www.emacolet.com
Need quick reliable Systems or Network Management advice visit
http://www.nmsusers.org

To have principles...
First have courage.. With principles comes integrity!!!

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html