[Csync2] Errors when running csync2

Christopher J Bidwell cbidwell at usgs.gov
Tue Oct 5 21:22:46 CEST 2010


Just a little bit of insight as to how my setup "should" go. 

I have a primary webserver that should feed content to four public 
webservers. 

My contents of my /etc:  (this is the same on both my master and my slave 
servers).
[@glddb-slave1 etc]# lsl csync2*
-rw-r--r-- 1 root root 710 Oct  5  2010 csync2.cfg
-rw------- 1 root root  65 Oct  5  2010 csync2.key_ehp
-rw-r--r-- 1 root root 774 Oct  5  2010 csync2_ssl_cert.pem
-rw-r--r-- 1 root root 887 Oct  5  2010 csync2_ssl_key.pem

Here is my configuration file:
------------------------------
# Csync2 Example Configuration File
# ---------------------------------
#
# Please read the documentation:
# http://oss.linbit.com/csync2/paper.pdf

group mygroup
 {
        host glddb-master (glddb-slave1);

        key /etc/csync2.key_ehp;

        include /home/www/vhosts/ehp.wr;
 }
--------------------------
I figure just for simplicity I'll remove any other complexities until I 
can at least get communication to work.

I run csync2 -iivvv and I get this:
----------------------------
[glddb-slave1 csync2]# csync2 -iivvv
Csync2 daemon running. Waiting for connections.
<11462> New connection from 192.168.1.132:43675.
Peer> 



More information about the Csync2 mailing list