Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: CVS commit: src
> The kernel with this changes cannot configure the RAIDframe device
> with old raidctl(8) as follows, since RF_Config_s has been changed
> (remove numRow) but no compat code.
>
> | dk_lookup on device: failed!
> | RAIDFRAME: failed rf_ConfigureDisks with 2
> | raidctl: ioctl (RAIDFRAME_CONFIGURE) failed: No such file or directory
hmm, this should work. it's supposed to have compat and i did
test this. the above message is missing devName:
error = dk_lookup(pb, curlwp, &vp);
pathbuf_destroy(pb);
if (error) {
printf("dk_lookup on device: %s failed!\n", diskPtr->devname);
so something rather odd is happening here.
can you send me more details about your setup? is it autoconfig?
is there a raidN.conf you're using? for a working kernel, can
you send me the raidctl -g and -s output?
thanks.
.mrg.
Home |
Main Index |
Thread Index |
Old Index