Just a minor correction: the required workaround for installing drbd8-utils in debirf is not exactly installing drbd8-utils. Rather, it's creating /dev/drbd{0..15}
for i in `seq 0 15`; do mknod /dev/drbd$i b 147 $i; done This needs to be done once per boot. -- Tzafrir Cohen | tzaf...@jabber.org | VIM is http://tzafrir.org.il | | a Mutt's tzaf...@cohens.org.il | | best tzaf...@debian.org | | friend -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org