On 2012/03/14 13:39, Gonzalo L. R. wrote:
> Hi,
> 
> Here is an update for pdnsd, this is a new version with a couple
> patch fixing a problem with the flag --enable-strict-rfc2181 we use
> by default, these patches already are in git repository of the
> project, but no with a new version, so for the moment, we do it in
> this way, in the new release we can have a clear port.
> 
> Ok? Comments?
> 
> Cheers.
> -- 
> Sending from my VCR


"/etc/rc.d/pdnsd stop" doesn't work.. after trying to stop the process,
the threads look like this and it just sits there:

  PID USERNAME PRI NICE  SIZE   RES STATE     WAIT      TIME    CPU COMMAND
 5577 _pdnsd    -6    0 2764K 1276K idle      closef    0:00  0.00% 
/usr/local/sbin/pdnsd -d
 5577 _pdnsd    28    0 2764K 1276K idle      thrslee   0:00  0.00% 
/usr/local/sbin/pdnsd -d
 5577 _pdnsd     2    0 2764K 1276K idle      netcon    0:00  0.00% 
/usr/local/sbin/pdnsd -d
 5577 _pdnsd     2    0 2764K 1276K idle      netio     0:00  0.00% 
/usr/local/sbin/pdnsd -d
 5577 _pdnsd     2    0 2764K 1276K idle      netcon    0:00  0.00% 
/usr/local/sbin/pdnsd -d

The "closef" thread was the one that was typically in "sigwait" while
it was running.

  PID USERNAME PRI NICE  SIZE   RES STATE     WAIT      TIME    CPU COMMAND
 5577 _pdnsd    18    0 2764K 1272K sleep/0   sigwait   0:00  0.00% 
/usr/local/sbin/pdnsd -d
 5577 _pdnsd    28    0 2764K 1272K sleep/0   thrslee   0:00  0.00% 
/usr/local/sbin/pdnsd -d
 5577 _pdnsd     2    0 2764K 1272K sleep/0   netcon    0:00  0.00% 
/usr/local/sbin/pdnsd -d
 5577 _pdnsd     2    0 2764K 1272K sleep/1   netio     0:00  0.00% 
/usr/local/sbin/pdnsd -d
 5577 _pdnsd     2    0 2764K 1272K sleep/1   netcon    0:00  0.00% 
/usr/local/sbin/pdnsd -d

Reply via email to