From unknown Fri Jun 20 07:15:09 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#44260 <44260@debbugs.gnu.org> To: bug#44260 <44260@debbugs.gnu.org> Subject: Status: [PATCH 0/1] knot-resolver: Silence warning re: deprecated option Reply-To: bug#44260 <44260@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:15:09 +0000 retitle 44260 [PATCH 0/1] knot-resolver: Silence warning re: deprecated opt= ion reassign 44260 guix-patches submitter 44260 Simon South severity 44260 normal tag 44260 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 27 14:26:40 2020 Received: (at submit) by debbugs.gnu.org; 27 Oct 2020 18:26:40 +0000 Received: from localhost ([127.0.0.1]:45798 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXTg8-0005ww-Hv for submit@debbugs.gnu.org; Tue, 27 Oct 2020 14:26:40 -0400 Received: from lists.gnu.org ([209.51.188.17]:49678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXTg6-0005wp-Os for submit@debbugs.gnu.org; Tue, 27 Oct 2020 14:26:39 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59188) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXTg6-00014X-Fw for guix-patches@gnu.org; Tue, 27 Oct 2020 14:26:38 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:44276) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXTg4-0003s8-G9 for guix-patches@gnu.org; Tue, 27 Oct 2020 14:26:38 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 0D0C8C1C33; Tue, 27 Oct 2020 18:26:34 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo04-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo04-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fm8tbLcPDweE; Tue, 27 Oct 2020 18:26:33 +0000 (UTC) Received: from localhost.localdomain (unknown [108.162.141.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 0EC8EC1888; Tue, 27 Oct 2020 18:26:31 +0000 (UTC) From: Simon South To: guix-patches@gnu.org Subject: [PATCH 0/1] knot-resolver: Silence warning re: deprecated option Date: Tue, 27 Oct 2020 14:21:39 -0400 Message-Id: X-Mailer: git-send-email 2.25.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=64.68.200.34; envelope-from=simon@simonsouth.net; helo=mailout.easymail.ca X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/27 14:26:34 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: simon@simonsouth.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) This small patch silences this warning from Knot Resolver when it starts: deprecation WARNING: use --noninteractive instead of --forks=1 With version 5.0.0 the "-f" option was deprecated[0] in favour of "-n" as a means of starting the daemon as a non-interactive process. The patch updates Guix's service definition to match, without any functional change to the service. [0] https://gitlab.nic.cz/knot/knot-resolver/issues/529 -- Simon South simon@simonsouth.net Simon South (1): services: knot-resolver: Replace deprecated command-line option. gnu/services/dns.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 27 14:28:14 2020 Received: (at 44260) by debbugs.gnu.org; 27 Oct 2020 18:28:14 +0000 Received: from localhost ([127.0.0.1]:45803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXThd-0005zf-TS for submit@debbugs.gnu.org; Tue, 27 Oct 2020 14:28:14 -0400 Received: from mailout.easymail.ca ([64.68.200.34]:59332) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXThd-0005zT-9V for 44260@debbugs.gnu.org; Tue, 27 Oct 2020 14:28:13 -0400 Received: from localhost (localhost [127.0.0.1]) by mailout.easymail.ca (Postfix) with ESMTP id 74CE32388A; Tue, 27 Oct 2020 18:28:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at emo06-pco.easydns.vpn Received: from mailout.easymail.ca ([127.0.0.1]) by localhost (emo06-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ARqTo0d0d5Dj; Tue, 27 Oct 2020 18:28:07 +0000 (UTC) Received: from localhost.localdomain (unknown [108.162.141.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mailout.easymail.ca (Postfix) with ESMTPSA id 3C6752388C; Tue, 27 Oct 2020 18:28:04 +0000 (UTC) From: Simon South To: 44260@debbugs.gnu.org Subject: [PATCH 1/1] services: knot-resolver: Replace deprecated command-line option. Date: Tue, 27 Oct 2020 14:23:19 -0400 Message-Id: <89820a76bacd52ff2435780355da90cf6da07c71.1603822404.git.simon@simonsouth.net> X-Mailer: git-send-email 2.25.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 44260 Cc: simon@simonsouth.net X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This silences a warning from the service at startup. * gnu/services/dns.scm (knot-resolver-shepherd-services)[start]: Use the "-n" command-line option to kresd in place of the deprecated "-f 1". --- gnu/services/dns.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/dns.scm b/gnu/services/dns.scm index 572880561c..b339eb0619 100644 --- a/gnu/services/dns.scm +++ b/gnu/services/dns.scm @@ -700,7 +700,7 @@ cache.size = 100 * MB (documentation "Run the Knot Resolver daemon.") (start #~(make-forkexec-constructor '(#$(file-append package "/sbin/kresd") - "-c" #$kresd-config-file "-f" "1" + "-c" #$kresd-config-file "-n" "/var/cache/knot-resolver"))) (stop #~(make-kill-destructor))) (shepherd-service -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 27 18:43:19 2020 Received: (at 44260-done) by debbugs.gnu.org; 27 Oct 2020 22:43:19 +0000 Received: from localhost ([127.0.0.1]:46321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXXgV-00041H-83 for submit@debbugs.gnu.org; Tue, 27 Oct 2020 18:43:19 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:59427) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kXXgT-000413-NC for 44260-done@debbugs.gnu.org; Tue, 27 Oct 2020 18:43:18 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 3FBB15C00B1; Tue, 27 Oct 2020 18:43:12 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Tue, 27 Oct 2020 18:43:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=bVqYXCoVFrvIvXX1Lnpd3MV+ f0eBrSIrdrp3T+CODv0=; b=AUkJYtbGL+Yenrmvsw++BI8RDo+O3ee5v1VsLPFM pqGTKFEnWjwVxIpeIW6Fwz3CFI+2Qm3yV5CoOatSglF9mLgji9OeHDO77F2Ky+VU WzX8Un6ITFjunAeT1YvJahg6Op1jflOIT+MRU3N7Zz+7EPeWWPYQcPKrJkBWuXDi c9w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=bVqYXC oVFrvIvXX1Lnpd3MV+f0eBrSIrdrp3T+CODv0=; b=kYd0sA02XCueIsXg39W0uj G15xJ2CqiZtr4bK0E8Rrc+Y34Qbf5tV/iEs6Cl0UhuONmmmqLIAJr0HAVZamI6TO 32DmGayqd24vjJ8okERcCG7R5ET/6TgfCXdXuX/hj37iEShjiHEFUH7Qv/MZdOo1 dysb8yF5mIr65JeTQv3rAj+ZVVKwZ+6HGMOiMUdL4EqlR3mhj1gr2s61o9b6Dq2n Tb/IGFF24atwjj4kG5lfRaYjYQrEElRjZdh1rBVJ9JNUskpzaZNYKomjaLPY5HPB IWSKvaN+y870Fwj6TMn+YXQb0knMBDyVTv8Y6dqPZEiGUbuugPrB/UDsQ9m3uezw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrledtgddtudcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkfhggtggujgesthdtredttddtvdenucfhrhhomhepnfgvohcuhfgr mhhulhgrrhhiuceolhgvohesfhgrmhhulhgrrhhirdhnrghmvgeqnecuggftrfgrthhtvg hrnhepueekkedtffdvtddugeejgedtvefhueefiedvjeeitdeigedtveejvdejheffvefg necukfhppeejfedrudeguddruddvjedrudegieenucevlhhushhtvghrufhiiigvpedtne curfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id AEBBD3280060; Tue, 27 Oct 2020 18:43:11 -0400 (EDT) Date: Tue, 27 Oct 2020 18:43:10 -0400 From: Leo Famulari To: Simon South Subject: Re: [bug#44260] [PATCH 1/1] services: knot-resolver: Replace deprecated command-line option. Message-ID: <20201027224310.GA32529@jasmine.lan> References: <89820a76bacd52ff2435780355da90cf6da07c71.1603822404.git.simon@simonsouth.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89820a76bacd52ff2435780355da90cf6da07c71.1603822404.git.simon@simonsouth.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 44260-done Cc: 44260-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Tue, Oct 27, 2020 at 02:23:19PM -0400, Simon South wrote: > This silences a warning from the service at startup. > > * gnu/services/dns.scm (knot-resolver-shepherd-services)[start]: Use the "-n" > command-line option to kresd in place of the deprecated "-f 1". Thanks! Pushed as 5ede2595260d74e2990a8f004298ecf23ea66206 From unknown Fri Jun 20 07:15:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 25 Nov 2020 12:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator