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 1sohX4-00D9G7-IH for pgsql-general@arkaria.postgresql.org; Thu, 12 Sep 2024 10:58:39 +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 1sohX4-004oFd-4k for pgsql-general@arkaria.postgresql.org; Thu, 12 Sep 2024 10:58:38 +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 1sohX3-004oFU-NY for pgsql-general@lists.postgresql.org; Thu, 12 Sep 2024 10:58:37 +0000 Received: from smtp2-g21.free.fr ([212.27.42.2]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sohX0-000n5U-7B for pgsql-general@postgresql.org; Thu, 12 Sep 2024 10:58:36 +0000 Received: from zimbra28-e5.priv.proxad.net (unknown [172.20.243.178]) by smtp2-g21.free.fr (Postfix) with ESMTP id 76CD22003D3 for ; Thu, 12 Sep 2024 12:58:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1726138711; bh=xVZYH41oMv2pDMiinxrtzPMXWCY9QEVjkYjLO4H8e/s=; h=Date:From:To:In-Reply-To:Subject:From; b=Q76k+vpYbttv7DvhLjZbBHu2u3uubnZXk8IdpnDmEyf6d5wNchW1ZXZN5fiGdvipO ak1pruEx9tkJZLei9lRrqR03er6eB5pyaEIOPRn9Rw8KTI9IQ4LN/upc170LouRdpM Dw9IK1sao2/qThpjdHcts8/4uK5GRiCTy/NFGoe3J0gSUSTtIvZKNaHamXTw+1SOoZ EiH4RlQPK1JD+sSqPn6HfFIRjB2up9G0RrHHnzNLrdQ0E+QVUQzbuO+OZQoX3GFxer QwCUSo9FYCDNCT0jNyTjDcKA92X7vJBjYLyv2UT5bk+mcyew1cqNGHF8/5RaDsfiVH tdpLQKobAAxIA== Date: Thu, 12 Sep 2024 12:58:30 +0200 (CEST) From: =?utf-8?Q?Fran=C3=A7ois?= SIMON To: pgsql-general@postgresql.org Message-ID: <241898171.198702953.1726138710864.JavaMail.root@zimbra28-e5.priv.proxad.net> In-Reply-To: <1766331302.198701698.1726138692715.JavaMail.root@zimbra28-e5.priv.proxad.net> Subject: post-bootstrap init : permission denied pg_description MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [46.22.206.6] X-Mailer: Zimbra 7.2.0-GA2598 (ZimbraWebClient - FF3.0 (Win)/7.2.0-GA2598) X-Authenticated-User: francois.simon@free.fr List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hello All, I am trying to install PostgreSQL 16.4 on AIX 7.1. I get an error at initdb step : performing post-bootstrap initialization ... 2024-09-12 12:09:07.075 CEST [= 14745748] FATAL: permission denied for table pg_description This version of PostgreSQL was build on this machine with IBM XL C compiler 10.1 : export OBJECT_MODE=3D64 $srcdir/configure --prefix=3D$instdir --without-icu make make install When I run initdb with -n option, I can see that files in PGDATA directory seem to have expected permissions. I have tried to install PostgreSQL 15.1, 16.0 and 16.3 but got the same error with all these versions. Any help would be appreciated. Fran=C3=A7ois