From: Adam Carter <adamcarter3@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] bind-9.7.1_p2 does not want to stop...
Date: Wed, 17 Nov 2010 10:21:38 +1100 [thread overview]
Message-ID: <AANLkTi=TRwbc-ya-LGMG_Et-NkF-s_xsxctohkFSEXjy@mail.gmail.com> (raw)
In-Reply-To: <4CE2D8B8.4040009@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 808 bytes --]
>
> The problem is, it runs forever, and does not want to stop:
>
Standard practice for any daemon that doesnt want to stop via the init
script, most graceful to most forceful;
1. Try the daemons native shutdown command (some have an option to shutdown
only after any connected clients are serviced, eg apache)
2. Issue the process the TERM signal via kill or pkill as root (TERM is the
default signal) to shut down the process gracefully. So say "pkill named"
but make sure there are no other processes with "named" anywhere in their
name or they'll be killed too.
3. Issue the process the KILL signal via kill or pkill as root, by adding
the -9 argument, so "pkill -9 named"
You may need to /etc/init.d/named zap to clear the state if
/etc/init.d/named start reports that the process is already running.
[-- Attachment #2: Type: text/html, Size: 1067 bytes --]
next prev parent reply other threads:[~2010-11-16 23:22 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-16 19:17 [gentoo-user] bind-9.7.1_p2 does not want to stop Jarry
2010-11-16 19:47 ` Alan McKinnon
2010-11-16 20:37 ` Jarry
2010-11-16 20:55 ` Alan McKinnon
2010-11-16 23:12 ` Stefan G. Weichinger
2010-11-17 0:14 ` Alan McKinnon
2010-11-16 23:20 ` [gentoo-user] " walt
2010-11-16 23:23 ` Adam Carter
2010-11-17 0:01 ` Alan McKinnon
2010-11-17 16:44 ` walt
2010-11-17 18:01 ` Alan McKinnon
2010-11-16 23:21 ` Adam Carter [this message]
[not found] <fPzo6-5nJ-15@gated-at.bofh.it>
[not found] ` <fPzHs-5Ql-37@gated-at.bofh.it>
[not found] ` <fPADw-7rM-11@gated-at.bofh.it>
[not found] ` <fPANd-7FV-35@gated-at.bofh.it>
[not found] ` <fPCYF-3bx-11@gated-at.bofh.it>
2010-11-17 1:57 ` [gentoo-user] " David W Noon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='AANLkTi=TRwbc-ya-LGMG_Et-NkF-s_xsxctohkFSEXjy@mail.gmail.com' \
--to=adamcarter3@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox