From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 669151581C1 for ; Fri, 12 Jul 2024 19:28:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2B3E2BC16B; Fri, 12 Jul 2024 19:28:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9601F2BC16B for ; Fri, 12 Jul 2024 19:28:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFC1D3408DD for ; Fri, 12 Jul 2024 19:28:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D3491BD7 for ; Fri, 12 Jul 2024 19:28:04 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1720812481.b05fe66cb10d75cc17f9998db5fc98eee0e9a049.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/incus/, app-containers/incus/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/incus/files/incus-6.0.initd app-containers/incus/incus-6.3-r1.ebuild app-containers/incus/incus-6.3.ebuild X-VCS-Directories: app-containers/incus/ app-containers/incus/files/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: b05fe66cb10d75cc17f9998db5fc98eee0e9a049 X-VCS-Branch: master Date: Fri, 12 Jul 2024 19:28:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10f2e887-160a-4d85-817b-3f1febad092b X-Archives-Hash: e25ee217131a028df2b264014a69d915 commit: b05fe66cb10d75cc17f9998db5fc98eee0e9a049 Author: Joonas Niilola gentoo org> AuthorDate: Fri Jul 12 19:27:12 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 12 19:28:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05fe66c app-containers/incus: update the prlimit syntax in 6.3 Bug: https://bugs.gentoo.org/929138 Signed-off-by: Joonas Niilola gentoo.org> app-containers/incus/files/incus-6.0.initd | 2 +- app-containers/incus/{incus-6.3.ebuild => incus-6.3-r1.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app-containers/incus/files/incus-6.0.initd b/app-containers/incus/files/incus-6.0.initd index 933badb8a074..fb0d80ee7987 100644 --- a/app-containers/incus/files/incus-6.0.initd +++ b/app-containers/incus/files/incus-6.0.initd @@ -17,7 +17,7 @@ start() { # Call prlimit from the init.d file instead of ulimit through rc_ulimit, # bgo#929138 - prlimit -n 1048576 -l unlimited --pid=$$ + prlimit --nofile=1048576 --memlock=unlimited --pid=$$ # Fix permissions on /var/lib/incus and make sure it exists. # Create a log directory for incus with correct permissions. diff --git a/app-containers/incus/incus-6.3.ebuild b/app-containers/incus/incus-6.3-r1.ebuild similarity index 100% rename from app-containers/incus/incus-6.3.ebuild rename to app-containers/incus/incus-6.3-r1.ebuild