FS#24521 - rc.sysinit reports Loading Modules [FAILED] while booting

Attached to Project: Arch Linux
Opened by Arseny Vakhrushev (waxar) - Tuesday, 31 May 2011, 14:58 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 31 May 2011, 22:44 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture x86_64
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After upgrade, rc.sysinit reports "Loading Modules [FAILED]" while booting. MODULES in rc.conf is:
MODULES=('ip_conntrack hashsize=65536')

Manual modprobe command returns bad status in this case:

# modprobe --all ip_conntrack hashsize=65536 && echo yes
WARNING: Module hashsize=65536 not found.

This task depends upon

Closed by  Jan de Groot (JGC)
Tuesday, 31 May 2011, 22:44 GMT
Reason for closing:  Not a bug
Additional comments about closing:  See comment, unsupported configuration.
Comment by Jan de Groot (JGC) - Tuesday, 31 May 2011, 22:44 GMT
This is a configuration error on your side. You shouldn't add module options that way, but instead put those options in a config file in /etc/modprobe.d or on the kernel bootup line, but certainly not in a module list array.
I guess your command on the terminal throws a warning because of the --all. That flag causes "hashsize=65536" to get parsed as a module name.

Loading...