Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548092 - sys-apps/kmod: kmod-static-nodes init.d: set keyword -systemd-nspawn
Summary: sys-apps/kmod: kmod-static-nodes init.d: set keyword -systemd-nspawn
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on: 548058
Blocks:
  Show dependency tree
 
Reported: 2015-04-29 01:32 UTC by Mike Gilbert
Modified: 2015-11-01 15:23 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 Mike Gilbert gentoo-dev 2015-04-29 01:32:08 UTC
kmod-static-nodes does not function correctly in a systemd-nspawn container. Please disable it.
Comment 1 Arfrever Frehtes Taifersar Arahesis 2015-07-11 15:22:50 UTC
Should this bug be closed?


$ cvs log -r1.2 sys-apps/kmod/files/kmod-static-nodes-r1

RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v
Working file: sys-apps/kmod/files/kmod-static-nodes-r1
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2;     selected revisions: 1
description:
----------------------------
revision 1.2
date: 2015-07-01 15:35:03 +0200;  author: williamh;  state: Exp;  lines: +3 -3;  commitid: 4e8c5593ec874567;
Add -systemd-nspawn keyword to service script for #548092

(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
$ cvs di -r1.{1,2} sys-apps/kmod/files/kmod-static-nodes-r1
Index: sys-apps/kmod/files/kmod-static-nodes-r1
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sys-apps/kmod/files/kmod-static-nodes-r1    11 Jul 2014 12:28:07 -0000      1.1
+++ sys-apps/kmod/files/kmod-static-nodes-r1    1 Jul 2015 13:35:03 -0000       1.2
@@ -1,14 +1,14 @@
 #!/sbin/runscript
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v 1.1 2014/07/11 12:28:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kmod/files/kmod-static-nodes-r1,v 1.2 2015/07/01 13:35:03 williamh Exp $
 
 description="Create list of required static device nodes for the current kernel"
 
 depend() {
        after dev-mount
        before tmpfiles.dev dev
-       keyword -lxc
+       keyword -lxc -systemd-nspawn
 }
 
 start() {
Comment 2 William Hubbs gentoo-dev 2015-11-01 15:23:41 UTC
This was done some time back (before the git migration).
I'm not sure why it wasn't closed, but I am closing it now.