<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>I am having some corosync configuration issues.  I am very unfamiliar with corosync.  <br><br><br>When I try to start up corosync I get this error in syslog<br><br>Apr 28 08:59:31 duo corosync[3614]: parse error in config: parse error in config: .<br>Apr 28 08:59:31 duo corosync[3614]:   [MAIN  ] Corosync Cluster Engine ('1.2.0'): started and ready to provide service.<br>Apr 28 08:59:31 duo corosync[3614]:   [MAIN  ] Corosync built-in features: nss<br>Apr 28 08:59:31 duo corosync[3614]:   [MAIN  ] Successfully read main configuration file '/etc/corosync/corosync.conf'.<br>Apr 28 08:59:31 duo corosync[3614]:   [MAIN  ] parse error in config: parse error in config: .<br>Apr 28 08:59:31 duo corosync[3614]:  
 [MAIN  ] Corosync Cluster Engine exiting with status -9 at main.c:1331.<br><br><span>and the "corosync.conf" pretty much copied from <a target="_blank" href="http://sourceforge.net/apps/trac/sheepdog/wiki/Corosync%20Config">http://sourceforge.net/apps/trac/sheepdog/wiki/Corosync%20Config</a>, with the bindnetaddr modified.  What else do I need to do?  I am asuming that I need to incurment ringnumber for each node, is that it.  What could be causing the syntax error, this log is quite lacking in details.  </span><br><br>Thanks<br><br> # Please read the corosync.conf 5 manual page<br> compatibility: whitetank<br> totem {<br>  version: 2<br>  secauth: off<br>  threads: 0<br>  # Note, fail_recv_const is only needed if you're<br>  # having problems with corosync crashing under<br>  # heavy sheepdog traffic. This crash is due to<br>  # delayed/resent/misordered multicast
 packets.<br>  # fail_recv_const: 5000<br>  interface {<br>  ringnumber: 0<br>  bindnetaddr: 10.1.2.145<br>  mcastaddr: 226.94.1.1<br>  mcastport: 5405<br>  }<br> }<br> logging {<br>  fileline: off<br>  to_stderr: no<br>  to_logfile: yes<br>  to_syslog: yes<br>  # the pathname of the log file<br>  logfile: /var/log/corosyn/corosync.log<br>  debug: off<br>  timestamp: on<br>  logger_subsys {<br>   subsys: AMF<br>   debug: off<br>  }<br> }<br> amf {<br>  mode: disabled<br> }<br></div>
</div></body></html>