I'm having an issue configuring Tsyncd to work properly.
Tsyncd: http://tsyncd.sourceforge.net/
This is the error I get:
[root@linode ~]# tsyncd -c /etc/tsyncd.conf -e /etc/tsyncd.exports
[WARNING] WARNING: signal handler already registered for 13
[WARNING] WARNING: signal handler already registered for 13
[ERROR::RandTree::error] received error 1 for txlinode:6664
[ERROR::RandTree::error] received error 1 for txlinode:6664
tsyncd: TcpConnection.cc:215: bool TcpConnection::connectSSL(): Assertion `0' failed.
Aborted
This is my tsyncd.conf file:
servers = linode txlinode
xmlrpcPort = 6666
MACE_CA_FILE = /tsync_certs/ca.pem
MACE_CERT_FILE = /tsync_certs/linode.pem
MACE_PRIVATE_KEY_FILE = /tsync_certs/linode.pem
MACE_NO_VERIFY_HOSTNAMES = txlinode
MACE_PORT = 6664
MACE_LOG_AUTO_SELECTORS = ERROR
MACE_LOG_FILE = /tmp/tsync-server.log
MACE_LOG_TIMESTAMP_HUMAN = 1
MACE_PRINT_HOSTNAME_ONLY = 1
Any ideas??