Hi All, <br><br>I'm having some problems with corosync crashes in Fedora 14. Occasionally after pushing a lot of traffic thru sheepdog, corosync crashes, and writes to the logs a fairly unhelpful message "corosync[23367]:   [TOTEM ] FAILED TO RECEIVE"<br>
<br>I've attached my very basic corosync.conf below. Does this config look ok?<br><br>compatibility: whitetank<br><br>totem {<br> version: 2<br> secauth: off<br> threads: 0<br> interface {<br> ringnumber: 0<br> bindnetaddr: 192.168.10.185<br>
 mcastaddr: 226.94.1.1<br> mcastport: 5405<br> }<br>}<br><br>logging {<br> fileline: off<br> to_stderr: no<br> to_logfile: yes<br> to_syslog: yes<br> logfile: /var/log/cluster/corosync.log<br> debug: on<br> timestamp: on<br>
 logger_subsys {<br> subsys: AMF<br> debug: off<br> }<br>}<br><br>amf {<br> mode: disabled<br>}<br><br><br>and my corosync version info:<br><br># yum info corosync<br>Installed Packages<br>Name        : corosync<br>Arch        : x86_64<br>
Version     : 1.2.8<br>Release     : 1.fc14<br><br>