Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
hello, On an Linux AMD64 Debian Machine, with 2.6.12-rc4-mm2 kernel, the drbd 0.7.11 version compile with a warning : *** Warning: "unregister_ioctl32_conversion" [/usr/src/drbd-0.7.11/drbd/drbd.ko] undefined! *** Warning: "register_ioctl32_conversion" [/usr/src/drbd-0.7.11/drbd/drbd.ko] undefined! CC /usr/src/drbd-0.7.11/drbd/drbd.mod.o LD [M] /usr/src/drbd-0.7.11/drbd/drbd.ko make[2]: Leaving directory `/usr/src/linux-2.6.12-rc4' Memorizing module configuration ... done. make[1]: Leaving directory `/usr/src/drbd-0.7.11/drbd' When I load the module in the kernel, there is an error : # modprobe drbd FATAL: Error inserting drbd (/lib/modules/2.6.12-rc4-mm2-cric/kernel/drivers/block/drbd.ko): Unknown symbol in module, or unknown parameter (see dmesg) and in dmesg, we see : drbd: Unknown symbol register_ioctl32_conversion drbd: Unknown symbol unregister_ioctl32_conversion What can I do to have a correct compile of drbd ? Thanks a lot Daniel