Yesterday, I asked for some of the error
messages interpretation and I am yet to receive something.
Today I started to put the GNUGK in
the routing for handling some calls. It was handling the calls not quite stable
in a way that I had to remove it from the routing in less than 10 minutes.
Through the log there were lots of errors like
2006/01/19 14:35:08.777
3
yasocket.cxx(638) Q931d 65.209.237.200:1720 Error(1):
Input/output error (12:32) 2006/01/19 14:35:08.777
3
yasocket.cxx(638) Q931d 65.209.237.200:1720 Error(0):
Interrupted system call (10:9)
which I don't know what it means and in
what occasions it might happen.
I also had another interesting incident
this time. After all the active calls on the GNUGK were disconnected (no active
call on the GNUGK) I realized that the following line is still keep being logged
in the log file.
2006/01/19 15:14:06.628
3 ProxyChannel.cxx(2963)
RTCP x.x.x.x:52153<=>0.0.0.0:1387<=>y.y.y.y:27061
socket has no destination address yet, flush ignored
And it was just keep being added to the log
on and on just like an endless loop. I even checked the result of "netstat
-t" and "netstat -u" with no trace of any sockets (only my telnet
session). The only way that logging could be stopped was killing the
GNUGK process.
Does this have any meaning to anyone
or it is something normal? Any thoughts?
-Bahram
----- Original Message -----
Sent: Wednesday, January 18, 2006 2:53
PM
Subject:
Interepretting some of the error messages
I've seen requests from different GNUGK
fans regarding the meaning of some of the messages they would find through the
logs to have a better perception of what is going on and how things
should be handled properly.
I beleive the best source for putting a
correct meaning on each is the one who wrote the specific error message with
the specific error code for showing a specific condition.
For start I would bring some of these
messages to see if we could get an explanation about
each.
2006/01/17 19:02:23.633
3
yasocket.cxx(638) Q931d x.x.x.x:1720 Error(0):
Input/output error (12:104)
2006/01/18 14:04:09.437
3
yasocket.cxx(638) Q931s x.x.x.x:33215 Error(1):
Input/output error (12:32)
2006/01/18 14:05:01.908
3
yasocket.cxx(638) Q931d x.x.x.x:1720 Error(0):
Interrupted system call (10:9)
In what conditions each of these error messages would possibily happen
and what is the meaning of the Y in Error(Y) and V and Z in (V:Z).
Also in what conditions the following message (forward blocked) would be
generated and what it could result to?
2006/01/18 14:02:02.589 3
ProxyChannel.cxx(771) Q931s Received: Facility
CRV=18673 from x.x.x.x:33129 2006/01/18 14:02:02.594
3 ProxyChannel.cxx(3829)
Proxy x.x.x.x:33129 forward blocked
Not to mention that my log file is full of messages like the following
which "don pobre" also has recently asked about.
2006/01/18 14:05:07.696 3
ProxyChannel.cxx(2963) RTCP
x.x.x.x:51607<=>0.0.0.0:1255<=>y.y.y.y:10517 socket has no
destination address yet, flush ignored
Thanks,
Bahram.
|