Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v9PNL-00HZzG-Ee for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Oct 2025 14:54:42 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v9PNK-00DaTd-1r for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Oct 2025 14:54:41 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v9PNJ-00DaTV-OC for pgsql-hackers@lists.postgresql.org; Thu, 16 Oct 2025 14:54:40 +0000 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9PNG-00274h-0D for pgsql-hackers@lists.postgresql.org; Thu, 16 Oct 2025 14:54:39 +0000 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4cnWFH0NRNz9tNw; Thu, 16 Oct 2025 16:54:27 +0200 (CEST) Date: Thu, 16 Oct 2025 16:54:24 +0200 From: Christoph Berg To: Tomas Vondra Cc: Tomas Vondra , Jakub Wartak , pgsql-hackers@lists.postgresql.org Subject: Re: failed NUMA pages inquiry status: Operation not permitted Message-ID: References: <7bbc582b-cc70-4a6f-bbf2-b5fd9b13a867@vondra.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7bbc582b-cc70-4a6f-bbf2-b5fd9b13a867@vondra.me> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Tomas Vondra > It's probably more about the kernel version. What kernels are used by > these systems? It's the very same kernel, just different docker containers on the same system. I did not investigate yet where the problem is coming from, different libnuma versions seemed like the best bet. Same (differing) results on both these systems: Linux turing 6.16.7+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.16.7-1 (2025-09-11) x86_64 GNU/Linux Linux jenkins 6.1.0-39-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.148-1 (2025-08-26) x86_64 GNU/Linux > Not sure how would that work. It seems this is some sort of permission > check in numa_move_pages, that's not what pg_numa_available does. Also, > it may depending on the page queried (e.g. whether it's exclusive or > shared by multiple processes). It's probably the lack of some process capability in that environment. Maybe there is a way to query that, but I don't know much about that yet. Christoph