Lawrence Dickson <[EMAIL PROTECTED]> writes:
> Thanks, I checked all 4 of your bullets - 
> (1) I assume I have autodetection since dmesg|more says 
> kmod: failed to exec /sbin/modprobe -s -k md-personality-4, errno = 2
> do_md_run() returned -22

modprobe -h tells that -s means to log errors in the system log, and
-k is for you by the kernel daemon. Errno 2 is "No such file or
directory" (perl -e '$!=2; print "$!\n";' is one way to check).

-- 
Osma Ahvenlampi

Reply via email to