From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id EBC061FF0E5 for ; Wed, 29 Jul 2026 11:21:44 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id C079E21419; Wed, 29 Jul 2026 11:21:44 +0200 (CEST) From: Maximiliano Sandoval To: Kaiyang Wu Subject: Re: [PATCH container] setup: fedora: disable static units when fixing up template In-Reply-To: <7ecdfb8e-e15a-4ba3-a71f-b855cd0b64ce@gmail.com> (Kaiyang Wu's message of "Wed, 29 Jul 2026 17:03:02 +0800") References: <20260708101037.54778-1-wukaiyang2003@gmail.com> <5924d4fe-0b65-4525-9c76-9e1bd8c1989a@gmail.com> <2d147605-1557-4c18-a703-0faba3821bff@gmail.com> <7ecdfb8e-e15a-4ba3-a71f-b855cd0b64ce@gmail.com> User-Agent: mu4e 1.12.9; emacs 30.1 Date: Wed, 29 Jul 2026 11:21:30 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1785316852535 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.222 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: F2CX2ITHW3BIRYGIBG3M7MBF6BLANQES X-Message-ID-Hash: F2CX2ITHW3BIRYGIBG3M7MBF6BLANQES X-MailFrom: m.sandoval@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: pve-devel@lists.proxmox.com, Kaiyang Wu X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Kaiyang Wu writes: > Hi Maximiliano, > > Thank you for your fast reply, here's the information: > 1. Fedora 43 > 2. The Fedora container image is the official template shipped by PVE > (fedora-43-default_20261115_amd64.tar.xz) > 3. The units always fail after booting the container. I set the container= up > with the default options. > > Best, > Kaiyang Thanks for the details. I can confirm this is reproducible with the fedora 43 and fedora 44 images on our templates. # systemctl --failed UNIT LOAD ACTIVE SUB DESCRIPTION =E2=97=8F sys-kernel-config.mount loaded failed failed Kernel Configura= tion File System =E2=97=8F sys-kernel-debug.mount loaded failed failed Kernel Debug Fil= e System In both cases with /sys/kernel/config: permission denied. I tested that the patch fixes the issue on the fedora 43 image. Tested-by: Maximiliano Sandoval Reviewed-by: Maximiliano Sandoval --=20 Maximiliano