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, -- Robert Nelson http://www.rcn-ee.com/ -- 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.
