[syslog-ng] Re: Error creating AF_INET socket (Operation now in progress)
nasrot@secondwave.cz
nasrot@secondwave.cz
Tue, 20 Jun 2000 11:24:50 +0200 (CEST)
Hi,
I'm running syslog-ng-1.4.4 and I'm having problems with logging via TCP (
udp works fine ), everything looks good on the syslog-ng server ...
interesting part of the config looks like this :
...
source nettcp { tcp(ip("10.1.1.10") port(1999)); };
...
it makes the loghost listening on the port ... I can tellnet to it and
syslog-ng logs everything I write to terminal as well and I get very
positiv message also ...
Jun 19 13:59:44 budha syslog-ng[32469]: AF_INET client connected from
10.1.1.7, port 3024
Jun 19 13:59:44 budha tcplogd: port 1999 connection attempt from
[10.1.1.7]
....
but running syslog-ng on another host with ....
destination everything { tcp("10.1.1.10" port(1999)); };
...
results in
gate:~# syslog-ng -d
io.c: listening on fd 3
io.c: listening on fd 4
io.c: connecting using fd 5
Error creating AF_INET socket (Operation now in progress)
Error initializing configuration, exiting.
gate:~#
this appears in the server logs
Jun 19 18:35:19 budha tcplogd: port 1999 connection attempt from
[10.1.1.7]
anybody knows where the problem resides ?
pleas tell me
thanx