From owner-freebsd-current@FreeBSD.ORG Tue Dec 17 22:05:50 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 438CEAE7 for ; Tue, 17 Dec 2013 22:05:50 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFE9711A1 for ; Tue, 17 Dec 2013 22:05:49 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id k14so6562937wgh.34 for ; Tue, 17 Dec 2013 14:05:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5Y3Hrs+0CzcDKqjw/f4v8lBdUsbOdY/Oui7Kf1B7lcM=; b=ad6s/9LGcsTrXKHx1vDG8qDGdNspb0Csr7SFJdkpR7PvHXeWBhhCTWHXVqPjuQdOGI 6EtvudpJFrIr+TSd6ikAv6mfw4Piz76EaVYmesoy1mow++QGzAgtkJgrsPMWZCVsS19o K5v0vsWEBLde2W/OzggQ6XUL7KBZXObQFQ6tjrgb3kZbhUrPTDwy9ZE0Bxbl4NmABD5B SBbduEig1DQWjxRwm9UTZmUWQ4zsJzy5lvCSVuex3gO0t0GngQ16oHkdzh/JeSg8P2ZA flDUfoOIyb/Ksp33roownhkBBqnn291u7z172Xvc3KopAhEtFDSUZXqMhPFM9L7IzFb3 ckoQ== MIME-Version: 1.0 X-Received: by 10.194.175.202 with SMTP id cc10mr21381056wjc.48.1387317947797; Tue, 17 Dec 2013 14:05:47 -0800 (PST) Received: by 10.227.63.136 with HTTP; Tue, 17 Dec 2013 14:05:47 -0800 (PST) In-Reply-To: <52B0C2B7.7050008@allanjude.com> References: <20131217232838.c4584918.ray@freebsd.org> <52B0C2B7.7050008@allanjude.com> Date: Tue, 17 Dec 2013 14:05:47 -0800 Message-ID: Subject: Re: [rfc] [patch] do not stop watchdog on shutdown From: Maksim Yevmenkin To: Allan Jude Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 22:05:50 -0000 Hello Allan > I've been seeing an issue where sometimes my system seems to hang after > the shutdown. where not stopping the watchdog might help. I wonder if it > would be best to make some kind of rc.conf variable to allow the user to > opt for one or the other, keeping the current behaviour for POLA. by default current behavior is preserved, i.e. watchdogd is killed with -TERM. to prevent watchdogd from stopping timer one needs to put watchdogd_sig_stop="KILL" into /etc/rc.conf. thanks max