On 8 Oct 2008 at 14:45, Markus Bartl wrote: > Hi there. > > I got the problem that stopping named hangs. > Im using hardened-sources with grsec and pax enabled. > grsec is enabled with server profile. kernel.grsecurity.chroot_caps is > disabled > to get dhcp running. > SELinux and RBAC are disabled. > The logfiles dont give any hint. > Any idea would be helpful.
you could strace the whole process of shutting down named and see which process hangs in which syscall (strace -f -ff -o ...), then we can think further.
