Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Every time I am building a system it shows me: "Something Is wrong".. I want to build it from sources but why would Ubuntu and SUSE will provide me a bad installation? What is the issue? Is it misconfiguration or other things? my config files are: drdb1:~ # cat /etc/drbd.conf include "drbd.d/global_common.conf"; include "drbd.d/*.res"; drdb1:~ # cat /etc/drbd.d/global_common.conf global { usage-count yes; # minor-count dialog-refresh disable-ip-verification } common { protocol C; } drdb1:~ # cat /etc/drbd.d/r0.res resource r0 { device /dev/drbd_r0 minor 0; disk /dev/vdb1; meta-disk internal; on drbd2 { address 192.168.10.106:7788; } on drbd1 { address 192.168.10.103:7788; } syncer { rate 7M; } } and the hosts file contains: 192.168.10.106 drbd2 192.168.10.103 drbd1 But every time I try to run this software it ends up with an issue. Ubuntu has a version of module which is not at the same version of the userland tools but still SUSE has 8.3.13 on module but 8.3.11 on userland. What would be the best approach for it? Eliezer