[Csync2] not a squeak from csync2

Uroš Golja goljau at comcom.si
Thu Nov 24 14:45:01 CET 2005


Hi,

I'm trying to set up csync2 on two hosts, namely ox.infohit.si and 
llama.infohit.si and I've run into some problems.

Both hosts are running Debian sid and csync2 1.28. I've built csync2 
using dpkg-buildpackage on one host copied the .deb over to the other. 
I've made the certificates on both hosts using 'make cert'. I've made a 
key on both hosts using 'csync2 -k /etc/csync2.key_mygroup'. Then I've 
made the conffile (/etc/csync2.cfg) which looks like this:

ox:/usr/src/csync2-1.28# cat /etc/csync2.cfg
# please see the REAMDE file how to configure csync2
group mygroup
{
        host ox.infohit.si llama.infohit.si;
        key /etc/csync2.key_mygroup;
        include /home/pub;
        backup-directory /var/backup/csync2;
        backup-generations 3;
        auto none;
        }

Some more info (the same is true for the other host):
ox:/usr/src/csync2-1.28# ls -l /etc/csync2*
-rw-r--r-- 1 root root 234 2005-11-24 14:21 /etc/csync2.cfg
-rw------- 1 root root  65 2005-11-24 14:24 /etc/csync2.key_mygroup
-rw-r--r-- 1 root root 757 2005-11-24 13:01 /etc/csync2_ssl_cert.pem
-rw-r--r-- 1 root root 887 2005-11-24 13:01 /etc/csync2_ssl_key.pem

ox:/usr/src/csync2-1.28# ls -l /var/lib/csync2
total 12
-rw-r--r-- 1 root root 12288 2005-11-24 13:57 ox.db

ox:/usr/src/csync2-1.28# ls -l /home/pub/
total 4
drwxr-xr-x 2 root root 4096 2005-11-24 11:33 sm

However, despite all this efforts, nothing happens when I do csync2 -xv 
on host ox. There are some files in its /home/pub directory which arent 
on llama. Csync is as quiet as a monk, it exits with a 0, no matter what 
switches I throw at it.

What's up?

Best regards,
Uroš


More information about the Csync2 mailing list