On 01/03/2014 02:14 PM, Robert Nelson wrote:
On Fri, Jan 3, 2014 at 10:13 AM, David Lambert <[email protected]> wrote:
I know that systemd is not "officially" supported yet, but I am puzzled by
the following error:

root@argus-dev:~# systemctl status systemd-modules-load.service
systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Sat, 01 Jan 2000 01:12:01 +0000; 14
years and 0 months ago
Process: 199 ExecStart=/lib/systemd/systemd-modules-load (code=exited,
status=1/FAILURE)
CGroup: name=systemd:/system/systemd-modules-load.service

root@argus-dev:~# /lib/systemd/systemd-modules-load
could not find module by name='�'
Failed to insert 'loop': Function not implemented
seems to be working here:

root@beaglebone:~# uname -a
Linux beaglebone 3.8.13-bone34 #1 SMP Fri Jan 3 01:18:17 UTC 2014
armv7l GNU/Linux
root@beaglebone:~# systemctl status systemd-modules-load.service
    systemd-modules-load.service - Load Kernel Modules
    Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
    Active: active (exited) since Fri, 03 Jan 2014 20:07:45 +0000; 4min 29s ago
    Main PID: 211 (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/systemd-modules-load.service

how did you install the kernel? maybe a 'sudo depmod -a' and a reboot...


Regards,

I installed the kernel using your tools/install_kernel.sh.
depmod -a did not help.
If I comment out the reference to loop in /etc/modules-load.d/modules.conf, the error disappears. Other modules deem to load fine.

I cannot find any reference to the "loop" module??

root@argus-dev:~# find /lib -name loop*
root@argus-dev:~#


The original modules.conf file (which is a symlink to ../modules) is:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.
loop

Any more suggestions?

Regards,

Dave.

--
For more options, visit http://beagleboard.org/discuss
--- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

<<attachment: dave.vcf>>

Reply via email to