On 01/03/2014 04:13 PM, Robert Nelson wrote:
This is very strange. I just started from scratch with a fresh clone of linux-dev. I still get a failure as follows:On Fri, Jan 3, 2014 at 3:55 PM, Robert Nelson <[email protected]> wrote: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:~#It's built-in: CONFIG_BLK_DEV_LOOP=yThe 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. loopdebian 'upstream' builds it as a module by default.. https://github.com/RobertCNelson/linux-dev/blob/master/patches/debian-armmp#L1577 we can change it to match...So weird.. haven't tweaked the config but.. I just did: ./build_kernel.sh ./tools/install-kernel.sh to verify it before the change.. That works as is.. Regards,
root@argus-dev:~# systemctl status systemd-modules-load.service systemd-modules-load.service - Load Kernel ModulesLoaded: loaded (/lib/systemd/system/systemd-modules-load.service; static) Active: failed (Result: exit-code) since Sat, 01 Jan 2000 00:00:04 +0000; 14 years and 0 months ago Process: 203 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/systemd-modules-load.service
root@argus-dev:~# uname -a
Linux argus-dev 3.8.13-bone35 #1 SMP Fri Jan 3 17:18:01 CST 2014 armv7l
GNU/Linux
root@argus-dev:~# cat /etc/modules-load.d/modules.conf # /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 If I comment out the "loop" line as below - all works fine. # /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 root@argus-dev:~# systemctl status systemd-modules-load.service systemd-modules-load.service - Load Kernel ModulesLoaded: loaded (/lib/systemd/system/systemd-modules-load.service; static) Active: active (exited) since Sat, 01 Jan 2000 00:00:04 +0000; 14 years and 0 months ago Process: 199 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=0/SUCCESS)
CGroup: name=systemd:/system/systemd-modules-load.service
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>>
