Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
I did the loop a couple times and it aways "failed" rather soon: ------------------------------------------------------------- # i=0; while drbdsetup 0 dstate >/dev/null ; do let i++; done; echo "failed after $i calls" <1>error creating netlink socket Could not connect to 'drbd' generic netlink family failed after 28492 calls # i=0; while drbdsetup 0 dstate >/dev/null ; do let i++; done; echo "failed after $i calls" <1>error creating netlink socket Could not connect to 'drbd' generic netlink family failed after 31887 calls # i=0; while drbdsetup 0 dstate >/dev/null ; do let i++; done; echo "failed after $i calls" <1>error creating netlink socket Could not connect to 'drbd' generic netlink family failed after 10861 calls ------------------------------------------------------------- attached you should find the output from the run run with strace. Christoph Röthlisberger -------------- next part -------------- A non-text attachment was scrubbed... Name: drbdstate.strace.out Type: application/octet-stream Size: 6444 bytes Desc: not available URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20120301/6d26f6a9/attachment.obj>