Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
* Lars Ellenberg schrieb: > > Aug 19 22:46:12 prax2 kernel: [ 581.017580] block drbd1: helper command: /sbin/drbdadm before-resync-target minor-1 exit code 3 (0x300) > > Aug 19 22:46:12 prax2 kernel: [ 581.017591] block drbd1: before-resync-target handler returned 3, dropping connection. > > there. that's your problem. > have it not exit with 3 ;-) > > > I've installed both machines these days. > > prax1:~# dpkg -l | grep drbd > > ii drbd8-utils 2:8.0.14-2+lenny1 RAID 1 over tcp/ip for Linux utilities > > > > prax1:~# uname -a > > Linux prax1 2.6.32-bpo.5-vserver-amd64 #1 SMP Fri Jun 11 11:09:30 UTC 2010 x86_64 GNU/Linux > > debian 2.6.32 contains the equivalent of drbd 8.3.7. > install a matching userland. I installed drbd-8.3.7.tar.gz (remove drbd-utils, configure, make, checkinstall, copy drbd.conf to /usr/local/etc/ ) on prax2, the 32bit lenny machine and now drbd works fine! I didn't update userland of the 64bit lenny. Obviously there is a old userland installed with lenny 32bit. thx a lot, Lars! Ekkard