<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I can't get Csync2 to work when configured through an xinetd
script. I've added the file, /etc/xinetd.d/csync, with the
following contents:<br>
<blockquote># de<font face="Lucida Console">fault: off<br>
# description: csync2<br>
service csync2<br>
{<br>
disable = no<br>
flags = REUSE<br>
socket_type = stream<br>
wait = no<br>
user = root<br>
group = root<br>
env = CSYNC2_SYSTEM_DIR=/etc/csync2<br>
server = /usr/sbin/csync2<br>
server_args = -itv<br>
port = 30865<br>
type = UNLISTED<br>
log_type = FILE /var/log/csync2.log<br>
log_on_success = HOST PID<br>
log_on_failure = HOST<br>
}</font><br>
</blockquote>
In this configuration, running "csync2 -xv" shows that it cannot
connect to any of the other nodes; running it manually (csync2
-iitv) works. I've added the appropriate entry into
"/etc/services", along with values in "/etc/hosts.allow".<br>
<br>
Can someone please point me in the right direction?<br>
<pre class="moz-signature" cols="72">--
Dan Falconer
Affinity Global Solutions
812 Burlington Dr, Suite 300
<a class="moz-txt-link-abbreviated" href="mailto:danf@affinitygs.com">danf@affinitygs.com</a>
701-223-3565 EXT 32
</pre>
</body>
</html>