On Tue, Oct 30, 2001 at 12:33:06PM -0600, Edward Konetzko wrote:
> HI
> 
> Does anyone know how to "HUP" dhcpd.  I read the man page and it says to
> send it a "SIGTERM" witch is signal 15. (kill -s 15 right?)  When I do
> that
> the server dies and has to be started again.  I know its not the config
> file since the server starts up again with no error.  I have tried every
> signal and the only one that would not kill it was "SIGCHILD".  I was just
> wondering if anyone out there had better luck then I been having with
> this.  I would like to "HUP" the server since its config file changes
> lots.
> 
> BTW Im using dhcp-2.0pl5-4.
> 
> Thanks
> 
>  ************************************************************************
>  *                                                                    *
>  * Edward Konetzko                                                    *
>  * [EMAIL PROTECTED]                                                       *
>  *                                                                    *
>  ************************************************************************
> 
> 

Seems to me a SIGHUP is different from a SIGTERM.

Try: kill -HUP `pidof dhcpd`

-- 
Jim Kaufman             mailto:[EMAIL PROTECTED]
home: 952-934-4851      Eden Prairie, MN 55346
fax: 952-937-9832



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to