From unknown Thu Jun 19 14:07:00 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#61280 <61280@debbugs.gnu.org> To: bug#61280 <61280@debbugs.gnu.org> Subject: Status: Broken knot-resolver service due to missing lua-http dependency Reply-To: bug#61280 <61280@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:07:00 +0000 retitle 61280 Broken knot-resolver service due to missing lua-http dependen= cy reassign 61280 guix submitter 61280 Bruno Victal severity 61280 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 04 17:19:41 2023 Received: (at submit) by debbugs.gnu.org; 4 Feb 2023 22:19:41 +0000 Received: from localhost ([127.0.0.1]:43563 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pOQsn-0007vv-GO for submit@debbugs.gnu.org; Sat, 04 Feb 2023 17:19:41 -0500 Received: from lists.gnu.org ([209.51.188.17]:48420) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pOQsk-0007vn-VO for submit@debbugs.gnu.org; Sat, 04 Feb 2023 17:19:40 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pOQsk-0004Hg-PG for bug-guix@gnu.org; Sat, 04 Feb 2023 17:19:38 -0500 Received: from smtpmciv6.myservices.hosting ([185.26.106.201]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pOQsi-000706-QI for bug-guix@gnu.org; Sat, 04 Feb 2023 17:19:38 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpmciv6.myservices.hosting (Postfix) with ESMTP id 7ABBE20D77 for ; Sat, 4 Feb 2023 23:19:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 2723780098; Sat, 4 Feb 2023 23:19:32 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KVz6JqJnysst; Sat, 4 Feb 2023 23:19:31 +0100 (CET) Received: from [192.168.1.239] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 0FA0C80097; Sat, 4 Feb 2023 23:19:31 +0100 (CET) Message-ID: <3ac71543-5847-4c6c-a94e-c51f6d1a3c06@makinata.eu> Date: Sat, 4 Feb 2023 22:19:30 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Content-Language: en-US To: bug-guix From: Bruno Victal Subject: Broken knot-resolver service due to missing lua-http dependency Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=185.26.106.201; envelope-from=mirai@makinata.eu; helo=smtpmciv6.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, 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: mirai 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 (--) knot-resolver-service-type by default is configured to bootstrap the root trust anchors which fails since it depends on 'lua-http' which is missing from guix. /var/log/messages snippet: --8<---------------cut here---------------start------------->8--- Feb 4 17:43:26 localhost shepherd[1]: Service kresd has been started. Feb 4 17:43:26 localhost shepherd[1]: [kresd] [system] warning: hard limit for number of file-descriptors is only 4096 but recommended value is 524288 Feb 4 17:43:26 localhost shepherd[1]: [kresd] [system] error while loading config: ...-knot-resolver-5.5.3/lib/knot-resolver/trust_anchors.lua:336: [ ta ] fetch of "https://data.iana.org/root-anchors/root-anchors.xml" failed: error: lua-http and luaossl libraries are missing (but required) Feb 4 17:43:26 localhost shepherd[1]: [kresd] [ ta ] Failed to bootstrap root trust anchors! (workdir '/var/cache/knot-resolver') Feb 4 17:43:26 localhost shepherd[1]: Service kresd (PID 7870) exited with 1. Feb 4 17:43:26 localhost shepherd[1]: Service kresd has been disabled. Feb 4 17:43:26 localhost shepherd[1]: (Respawning too fast.) --8<---------------cut here---------------end--------------->8---