05.11.2014 21:18, Erich Titl пишет:
> Hi folks
>
> I am running 5.1.1 on a WRAP with only 64MB of memory. Trying to
> autodetect the modules needed for this hardware results in
>
> Extracting modules from modules.tgz... depmod: fork: Resource
> temporarily unavailable
>
> This is despite lifting system_size to 60 MB.
>
> I can recreate the same by running hwdetect directly
>
> SALT# mount /primary
> SALT# hwdetect /primary
> Extracting modules from modules.tgz... depmod: fork: Resource
> temporarily unavailable
> Done.
>
> I can trace the problem to the depmod call just after all the modules
> have been extracted in hwdetect.
>
> echo -n "Extracting modules from $MODPKG_NAME... "
> cd /lib/modules
> rm -rf $MODDIR
> mkdir $KVER; cd $KVER
> tar -xzf $MODPKG
>>>>>>>>>>>>>>>>>>>> depmod
> echo -e -n "Done.\nRunning module loading..."
>
> It looks like BB's depmod could be the culprit.
>
> cheers
>
> Erich
>
>
Try to enable zswap... This should help.

------------------------------------------------------------------------------

_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to