From unknown Sun Jun 22 07:48:05 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#68960 <68960@debbugs.gnu.org> To: bug#68960 <68960@debbugs.gnu.org> Subject: Status: [doc] No host resolution when "Chrooting into an existing system" Reply-To: bug#68960 <68960@debbugs.gnu.org> Date: Sun, 22 Jun 2025 14:48:05 +0000 retitle 68960 [doc] No host resolution when "Chrooting into an existing sys= tem" reassign 68960 guix submitter 68960 Pierre Neidhardt severity 68960 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 06 15:23:39 2024 Received: (at submit) by debbugs.gnu.org; 6 Feb 2024 20:23:39 +0000 Received: from localhost ([127.0.0.1]:55189 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXRyl-0002oz-2o for submit@debbugs.gnu.org; Tue, 06 Feb 2024 15:23:39 -0500 Received: from lists.gnu.org ([2001:470:142::17]:57478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rXODE-0004WM-Kf for submit@debbugs.gnu.org; Tue, 06 Feb 2024 11:22:21 -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 1rXOCv-0001I4-UO for bug-guix@gnu.org; Tue, 06 Feb 2024 11:22:01 -0500 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rXOCu-0000CR-1E for bug-guix@gnu.org; Tue, 06 Feb 2024 11:22:01 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 5579E44DA8 for ; Tue, 6 Feb 2024 17:21:55 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CyHfXVVc6u6s for ; Tue, 6 Feb 2024 17:21:54 +0100 (CET) From: Pierre Neidhardt DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1707236514; bh=EZv6B8gHl2dDONNH8CPOjwg95g745L7A4htaIGz3OeQ=; h=From:To:Subject:Date; b=SZ8jja+qlufR7dtDmboJBJJATI0SNepITKh4s2mCtDiVryrioIphClt1rYPBWZEt8 T2OGh2lHMY90/+aYA0tRLd2mdVz7GAXWoTh8AvlTaCzI9O1bJze1JANIdwVryAZM8A 9miYvUraiCDVKhyIw/v8AlgoMXXbFz/oi/TFoXKQ2ZPQKRa/r5FrXFBzqC1EDm+KWr 2rKNFZG8T5Aa5p9NhWnAWem8KTUxsgSOHvgb8xiYIzZbLsdowHt8/kSqr45vRoB9pY V+FZXUZb/kIDHkAgdDHWdhROZxMZpGgnZJu5rM3gN2ikUtugfVNyfZN9Sb14keysSm 0r00tkOh3pQbw== To: bug-guix@gnu.org Subject: [doc] No host resolution when "Chrooting into an existing system" Date: Tue, 06 Feb 2024 17:21:51 +0100 Message-ID: <87le7xlg0w.fsf@disroot.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.21.23.139; envelope-from=vabagot@disroot.org; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Tue, 06 Feb 2024 15:23:37 -0500 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: -0.1 (/) Following the instructions from the "Chrooting into an existing system" section of the manual, the resulting chroot fails to resolve hosts, e.g. --8<---------------cut here---------------start------------->8--- ping gnu.org --8<---------------cut here---------------end--------------->8--- fails but --8<---------------cut here---------------start------------->8--- ping 9.9.9.9 --8<---------------cut here---------------end--------------->8--- works. This means in particular that most guix commands fail within the chroot since Guix uses hostnames by default.