Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 567162 - sys-apps/openrc-0.17.0: race in cgroups ?
Summary: sys-apps/openrc-0.17.0: race in cgroups ?
Status: RESOLVED DUPLICATE of bug 553978
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-30 14:04 UTC by Toralf Förster
Modified: 2015-11-30 19:05 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 Toralf Förster gentoo-dev 2015-11-30 14:04:40 UTC
Yesterday I got a message in the console after boot :

 * Starting libvirtd ...
 [ ok ]
 * Starting mcelog ...
 [ ok ]
/lib64/rc/sh/rc-cgroup.sh: line 89: /sys/fs/cgroup/openrc/pcscd/tasks: No such file or directory
 * /run/pcscd: creating directory
 * /run/pcscd: correcting owner
 * Starting PC/SC Daemon ...
 [ ok ]


coming from line 89 of /lib64/rc/sh/rc-cgroup.sh :

[ -f "$cgroup/tasks" ] && printf "%d" 0 > "$cgroup/tasks"

After starring a longer time at the script code /me wonders how this can happen ?
Comment 1 William Hubbs gentoo-dev 2015-11-30 19:05:21 UTC

*** This bug has been marked as a duplicate of bug 553978 ***