Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 534196 - sys-apps/systemd - CONFIG_DEVPTS_MULTIPLE_INSTANCES is a required Kernel option
Summary: sys-apps/systemd - CONFIG_DEVPTS_MULTIPLE_INSTANCES is a required Kernel option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL: http://cgit.freedesktop.org/systemd/s...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-01 12:52 UTC by Elias Probst
Modified: 2015-01-01 16:38 UTC (History)
0 users

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 Elias Probst 2015-01-01 12:52:22 UTC
> commit b52a4a3b05a2a0d69868d57fd54f6e4b8fa0e7ca
> Author: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
> Date:   Tue Dec 30 09:57:01 2014 -0500
> 
>     README: CONFIG_DEVPTS_MULTIPLE_INSTANCES is necessary
>     
>     https://bugs.debian.org/773932

PrivateNetwork was introduced in

> Author: Lennart Poettering <lennart@poettering.net>
> Date:   Tue Aug 2 05:24:58 2011 +0200
> 
>     exec: introduce PrivateNetwork= process option to turn off network
>     access to specific services

The first release which contained this commit was 183.
The oldest release in Portage is 215.

The check for this option should be added to all versions in Portage.
Comment 1 Mike Gilbert gentoo-dev 2015-01-01 15:09:53 UTC
Thanks for the report!

+  01 Jan 2015; Mike Gilbert <floppym@gentoo.org> systemd-215-r3.ebuild,
+  systemd-216-r2.ebuild, systemd-217-r4.ebuild, systemd-218-r1.ebuild,
+  systemd-9999.ebuild:
+  Add check for CONFIG_DEVPTS_MULTIPLE_INSTANCES, bug 534196 by Elias Probst.