Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello, On 05/28/2011 08:22 PM, Whit Blauvelt wrote: > Meanwhile, any suggestions on getting past this will be most appreciated. incidentally I was faced with a similair situation just today and my workaround was to modify the bootscript: instead of ---------8<----------------------------- $DRBDADM wait-con-int $DRBDADM sh-b-pri all ---------8<----------------------------- I put: ---------8<----------------------------- screen -S drbd -d -m /bin/bash -c "$DRBDADM wait-con-int $DRBDADM sh-b-pri all /bin/bash" ---------8<----------------------------- Have fun, Peter