You are not logged in.
Been enjoying systemd for a few weeks now but for some reason I have two failed errors:
UNIT LOAD ACTIVE SUB JOB DESCRIPTION
proc-sys-fs-binfmt_misc.automount loaded failed failed Arbitrary Executable File Formats File System Automount Point
systemd-modules-load.service loaded failed failed Load Kernel Modulesand
$ status systemd-modules-load.service
systemd-modules-load.service.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)
$ status proc-sys-fs-binfmt_misc.automount
proc-sys-fs-binfmt_misc.automount.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)Not quite sure why.
Last edited by graysky (2012-05-15 20:22:14)
Offline
The kernel does support it. My problem was a typo in /etc/modules-load.d/cpupower.conf
/acpi_cpufreq/acpi-cpufreq/
Problem solved.
Offline
Offline
Well, I made that modification, rebooted, and I no longer have the error.
Offline