From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id E688562A5F for ; Mon, 8 Feb 2021 08:16:43 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id D91FA1E631 for ; Mon, 8 Feb 2021 08:16:43 +0100 (CET) Received: from mta.cirrus.pl (mta.cirrus.pl [195.191.180.181]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id CA5321E624 for ; Mon, 8 Feb 2021 08:16:42 +0100 (CET) Received: from zimbra.cirrus.pl (zimbra.cirrus.pl [192.168.161.112]) by mta.cirrus.pl (Postfix) with ESMTPS id 975C91410DB for ; Mon, 8 Feb 2021 08:11:19 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.cirrus.pl (Postfix) with ESMTP id 92E487C8A11 for ; Mon, 8 Feb 2021 08:11:19 +0100 (CET) Received: from zimbra.cirrus.pl ([127.0.0.1]) by localhost (zimbra.cirrus.pl [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id jDeodD7tiJpg for ; Mon, 8 Feb 2021 08:11:19 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.cirrus.pl (Postfix) with ESMTP id 4448E7C89EF for ; Mon, 8 Feb 2021 08:11:19 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.10.3 zimbra.cirrus.pl 4448E7C89EF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.pl; s=F5B30E0A-5B9C-11E5-AE59-9B1E861176CD; t=1612768279; bh=rUf7g1Nb38HO42PdZb8VeRd1SjAR49hHPt9nN8VJWSQ=; h=Date:From:To:Message-ID:MIME-Version; b=bvYyuck39PwGBwfh37fsD79nTqTvVM0T3LeJ6OkmsnCjbw8z7VtS+OvYS3t56xT+w 9YXyOm8qXj9A1zwiFrrW9WKrYggNZQKH5wggr3YSvMxPF/iZlCPpKWdYl600RoaXpg kIzqRJwDIVx5ytiv88I72hSdBWv4eC78/szAnjVc= X-Virus-Scanned: amavisd-new at zimbra.cirrus.pl Received: from zimbra.cirrus.pl ([127.0.0.1]) by localhost (zimbra.cirrus.pl [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6c06wlzaD8Ft for ; Mon, 8 Feb 2021 08:11:19 +0100 (CET) Received: from zimbra.cirrus.pl (zimbra.cirrus.pl [192.168.161.112]) by zimbra.cirrus.pl (Postfix) with ESMTP id 39C8C7C5D77 for ; Mon, 8 Feb 2021 08:11:19 +0100 (CET) Date: Mon, 8 Feb 2021 08:11:18 +0100 (CET) From: =?utf-8?Q?Micha=C5=82?= Szamocki To: pve-user@lists.proxmox.com Message-ID: <1336869185.3855.1612768278982.JavaMail.zimbra@cirrus.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [192.168.161.112] X-Mailer: Zimbra 8.8.15_GA_3996 (ZimbraWebClient - FF84 (Linux)/8.8.15_GA_3996) Thread-Index: 37PslVVkalIFbVkzAesRd4uG4eqXqA== Thread-Topic: missing /proc/sys/net mount in LXC X-SPAM-LEVEL: Spam detection results: 0 DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [PVE-User] missing /proc/sys/net mount in LXC X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2021 07:16:43 -0000 Hi, since last update from pve-no-subscription repository=20 # pveversion =20 pve-manager/6.3-3/eee5f901 (running kernel: 5.4.78-2-pve) My containers don't have: # mount | grep proc/sys/net proc on /proc/sys/net type proc (rw,nosuid,nodev,noexec,relatime) (This mount point I found in container on Proxmox 5.4) How to create this mountpoint in Proxmox 6.3-3? BR, Micha=C5=82 Szamocki Cirrus