Description of problem: Booting emits several console messages, in red letters, such as: ----- Unable to fix label of /sys/fs/cgroup/systemd: No such file or directory Unable to fix label of /sys/fs/cgroup/cpuset: No such file or directory Unable to fix label of /sys/fs/cgroup/ns: No such file or directory Unable to fix label of /sys/fs/cgroup/cpu: No such file or directory Unable to fix label of /sys/fs/cgroup/cpuacct: No such file or directory Unable to fix label of /sys/fs/cgroup/devices: No such file or directory Unable to fix label of /sys/fs/cgroup/freezer: No such file or directory Unable to fix label of /sys/fs/cgroup/net_cls: No such file or directory Unable to fix label of /sys/fs/cgroup/blkio: No such file or directory [ 9.538143] systemd1 systemd 25 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; fedora) ----- Version-Release number of selected component (if applicable): dracut-009-6.fc15.noarch kernel-2.6.38.3-18.fc15.x86_64 selinux-policy-3.9.16-15.fc15.noarch selinux-policy-targeted-3.9.16-15.fc15.noarch libcgroup-0.37.1-2.fc15.x86_64 systemd-25-1.fc15.x86_64 systemd-units-25-1.fc15.x86_64 system-config-boot-1.0-1.fc15.x86_64 udev-167-4.fc15.x86_64 How reproducible: every time Steps to Reproduce: 1. boot 2. 3. Actual results: as in Description Expected results: no complaints "Unable to fix label of /sys/fs/cgroup/*" Additional info: All those pathnames do exist at completion of boot; they are directories: ----- $ pwd /sys/fs/cgroup $ ls -l total 0 drwxr-xr-x. 2 root root 0 Apr 28 15:03 blkio drwxr-xr-x. 3 root root 0 Apr 28 15:03 cpu drwxr-xr-x. 2 root root 0 Apr 28 15:03 cpuacct drwxr-xr-x. 2 root root 0 Apr 28 15:03 cpuset drwxr-xr-x. 2 root root 0 Apr 28 15:03 devices drwxr-xr-x. 2 root root 0 Apr 28 15:03 freezer drwxr-xr-x. 2 root root 0 Apr 28 15:03 net_cls drwxr-xr-x. 2 root root 0 Apr 28 15:03 ns drwxr-xr-x. 4 root root 0 Apr 28 15:03 systemd $ -----
*** This bug has been marked as a duplicate of bug 698674 ***