[systemd-bugs] [Bug 85657] systemd-217 Failed to start udev Kernel Device Manager
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 30 10:36:04 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=85657
--- Comment #1 from Ralph_Ulrich <eulenreich at gmx.de> ---
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20141030/c6742dfa/attachment-0001.html>
More information about the systemd-bugs
mailing list