No such file or directory

"Janis Putrams" <[email protected]> Wed, 22 Oct 2003 12:50:53 +0300
Newsgroups gmane.comp.apache.mod-log-spread.user
Message-ID <[email protected]>
Hi!
I recently installed mod_log_spread/spread/spreadlogd on high load server.
It run ok for some time but now errors appear from time to time on two
servers. On third server errors appeared right away:

[Wed Oct 22 12:39:58 2003] [error] (2)No such file or directory: Could not
connect to spread  with private_name ap19866. Error -2
[Wed Oct 22 12:39:58 2003] [error] (2)No such file or directory: Could not
connect to spread  with private_name ap19866. Error -2
[Wed Oct 22 12:39:58 2003] [error] (2)No such file or directory: Could not
connect to spread  with private_name ap19866. Error -2
[Wed Oct 22 12:39:58 2003] [error] (2)No such file or directory: Could not
connect to spread  with private_name ap19867. Error -2
[Wed Oct 22 12:39:58 2003] [error] (2)No such file or directory: Could not
connect to spread  with private_name ap19867. Error -2

My configuration:
- apache 1.3.28 with mod_spread_version 1.0.4.
        for ex:
        <IfModule mod_log_spread.c>
                        SpreadDaemon 4803@loghost
                        CustomLog $www virtualhosts
        </IfModule>
- spread(spread-3.17.1-1) running on loghost
	spread.conf:
	Spread_Segment  <broadcast IP>:4803 {
	        loghost         <loghost IP>
	}
- spreadlogd running on loghost
	spreadlogd.conf:
	Spread {
        Port = 4803
        Host = loghost
        Log {
                RewriteTimestamp = CommonLogFormat
                Group = www
                File = www.log
        }
        Log {
                RewriteTimestamp = CommonLogFormat
                Group = www1
                File = www1.log
        }
        Log {
                RewriteTimestamp = CommonLogFormat
                Group = www2
                File = www2.log
        }
	}
If somebody could give me advice or at least some direction I would be very
thankfull.

Janis Putrams