Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On 11/26/2009 01:15 PM, Stefan Seifert wrote: > On Thursday 26 November 2009 13:02:49 Tobias Appel wrote: > >> What else could be the problem now? I did the compile and make as root. > > Well you could try loading the module manually and/or have a look at dmesg to > see what the kernel has to say about the module loading. > > Regards, > Stefan Thanks for the hint. Now I found out what I had to do: insmod /lib/modules/`uname -r`/kernel/drivers/block/drbd.ko rmmod drbd.ko depmod -ae Now it works. I'm off to update the 2nd node now :) Bye, Tobi