> Why is it that the new drbd.ko is only put in > "/lib/modules/2.6.31-16-server/updates/dkms/drbd.ko" and > "/var/lib/dkms/drbd8/8.3.3/2.6.31-16-server/x86_64/module/drbd.ko" after > I executed the above commands. > > The module in the directory > /lib/modules/2.6.31-16-server/kernel/ubuntu/drbd/drbd.ko is not updated > / upgraded with the process descripted. Is there a reason (explanation) > for it or is it the problem which lead to the error ?
No, actually that is the part that is clear (err, yeah, only to me) You actually have two modules for drbd. One is supplied by the kernel package (thats the one under .../kernel/ubuntu/...) and there is another provided by the drbd8-source package (that is using dkms). The version of the drbd8-source package is the newer one. And while the one from the kernel is automatically the right one, the dkms module will need to get rebuild when the kernel(-headers) package is installed. I think there was something going wrong in the order there while updating. And if you find any logs that are related to that update (maybe in /var/log/apt) you should add those to the bug. Maybe there is a way to understand what happened there. -- linux-headers-2.6.31-16-server; DRBD module can't be loaded; Unknown symbol cn_add_callback https://bugs.launchpad.net/bugs/494658 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
