Sig HUP?

2007-05-08 Thread Kevin J
I saw some email threads about HUP.
Can we use kill -HUP pid in the latest version or is it still not stable?

Thanks,
Kevin

  
-
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Sig HUP?

2007-05-09 Thread inverse
> Can we use kill -HUP pid in the latest version or is it still not stable?

from my observations: it somehow works, but the next EAP-TLS
conversation causes a segfault. In short, no.

Read the past recent threads, there are suggestions for alternatives
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


PROXY settings can't be reload with sig HUP

2010-11-03 Thread ichiro tanaka
Hi.

I was using freeradus-2.1.10 as radius proxy server.

proxy.conf says this.
#   Also, the mapping of host name to address is done ONCE
#   when the server starts.  If DNS is later updated to
#   change the address, FreeRADIUS will NOT discover that
#   until after a re-start, or a HUP.

So, I send to freeradius "kill -HUP".
But authhost and accthost was not reloaded to new ip-address.

- my proxy.conf -
realm example.jp {
authhost = example.jp
accthost = example.jp
secret = secret
nostrip
}


Thanks for your help.

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


Re: PROXY settings can't be reload with sig HUP

2010-11-03 Thread Alan DeKok
ichiro tanaka wrote:
> So, I send to freeradius "kill -HUP".
> But authhost and accthost was not reloaded to new ip-address.

  Proxy settings aren't reloaded on HUP.

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