You are not logged in.

#1 2012-05-14 22:32:46

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,724
Website

systemd errors with proc-sys-fs-binfmt_misc.automount [solved]

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 Modules

and

$ 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

#2 2012-05-15 01:59:02

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: systemd errors with proc-sys-fs-binfmt_misc.automount [solved]

Neither is anyone else if you don't post config. Does your kernel even support binfmt?

Offline

#3 2012-05-15 20:21:59

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,724
Website

Re: systemd errors with proc-sys-fs-binfmt_misc.automount [solved]

The kernel does support it.  My problem was a typo in /etc/modules-load.d/cpupower.conf

/acpi_cpufreq/acpi-cpufreq/

Problem solved.

Offline

#4 2012-05-15 23:14:11

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: systemd errors with proc-sys-fs-binfmt_misc.automount [solved]

That can't possibly have been the problem. hyphens and underscores are treated as equivalent by libkmod (as was true of module-init-tools).

Offline

#5 2012-05-15 23:17:39

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,724
Website

Re: systemd errors with proc-sys-fs-binfmt_misc.automount [solved]

Well, I made that modification, rebooted, and I no longer have the error.

Offline

Board footer

Powered by FluxBB