Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 923259 - sys-auth/elogind: USE=+cgroup-hybrid default is no longer appropriate
Summary: sys-auth/elogind: USE=+cgroup-hybrid default is no longer appropriate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Andreas Sturmlechner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 923258
  Show dependency tree
 
Reported: 2024-01-29 11:41 UTC by Sam James
Modified: 2024-08-28 10:33 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-01-29 11:41:26 UTC
OpenRC now defaults to unified cgroups (bug 914972), so IUSE="+cgroup-hybrid" is inappropriate.

We should also update metadata.xml while at it:
```
        <use>
                <flag name="cgroup-hybrid">Use hybrid cgroup hierarchy (OpenRC's default) instead of unified.</flag>
        </use>
```
Comment 1 Andreas Sturmlechner gentoo-dev 2024-08-28 09:27:07 UTC
Do we need to solve this for bug 923258?
Comment 2 Larry the Git Cow gentoo-dev 2024-08-28 10:33:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=889f37a342fe55308f640d3a4fa97c16f0dacb76

commit 889f37a342fe55308f640d3a4fa97c16f0dacb76
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2024-08-28 04:37:30 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2024-08-28 10:32:09 +0000

    sys-auth/elogind: Switch off IUSE cgroup-hybrid by default
    
    Closes: https://bugs.gentoo.org/923259
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 sys-auth/elogind/elogind-252.9-r2.ebuild | 2 +-
 sys-auth/elogind/metadata.xml            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)