<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - systemd-217 Failed to start udev Kernel Device Manager"
href="https://bugs.freedesktop.org/show_bug.cgi?id=85657#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - systemd-217 Failed to start udev Kernel Device Manager"
href="https://bugs.freedesktop.org/show_bug.cgi?id=85657">bug 85657</a>
from <span class="vcard"><a class="email" href="mailto:eulenreich@gmx.de" title="Ralph_Ulrich <eulenreich@gmx.de>"> <span class="fn">Ralph_Ulrich</span></a>
</span></b>
<pre>This little check config script:
#!/bin/bash
cd /usr/share/doc
c=/usr/src/linux/.config
bzcat systemd*/README.bz2 \
|grep ' CONFIG_' \
|sed -e's/^[[:blank:]]*//' -e's/ .*$//' -e's/\=.*$//' \
|while read l ; do
grep -v '#' $c | grep "${l}=" \
|| echo " ${l} is not activated"
done
--- outputs me:
CONFIG_DEVTMPFS=y
CONFIG_CGROUPS=y
CONFIG_INOTIFY_USER=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EPOLL=y
CONFIG_NET=y
CONFIG_SYSFS=y
CONFIG_PROC_FS=y
CONFIG_FHANDLE=y
CONFIG_SYSFS_DEPRECATED is not activated
CONFIG_UEVENT_HELPER_PATH is not activated
CONFIG_FW_LOADER_USER_HELPER is not activated
CONFIG_DMIID=y
CONFIG_BLK_DEV_BSG=y
CONFIG_NET_NS=y
CONFIG_IPV6=y
CONFIG_AUTOFS4_FS=m
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_SECCOMP=y
CONFIG_CGROUP_SCHED is not activated
CONFIG_FAIR_GROUP_SCHED is not activated
CONFIG_SCHEDSTATS is not activated
CONFIG_SCHED_DEBUG is not activated
CONFIG_EFIVAR_FS=y
CONFIG_EFI_PARTITION=y
CONFIG_AUDIT is not activated</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>