public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/incus/, app-containers/incus/files/
Date: Fri, 12 Jul 2024 19:28:04 +0000 (UTC)	[thread overview]
Message-ID: <1720812481.b05fe66cb10d75cc17f9998db5fc98eee0e9a049.juippis@gentoo> (raw)

commit:     b05fe66cb10d75cc17f9998db5fc98eee0e9a049
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 19:27:12 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> 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 <juippis <AT> 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


             reply	other threads:[~2024-07-12 19:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12 19:28 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-29  8:18 [gentoo-commits] repo/gentoo:master commit in: app-containers/incus/, app-containers/incus/files/ Joonas Niilola
2024-01-31  7:37 Joonas Niilola
2023-12-27 17:21 Joonas Niilola
2023-12-13  8:09 Joonas Niilola
2023-10-13 17:22 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1720812481.b05fe66cb10d75cc17f9998db5fc98eee0e9a049.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox