On Tue, 2009-09-29 at 23:06 -0400, James R wrote:
> I've been spending most of my days looking through the log files
> in /var/log/sipxpbx and usually I end up having more questions than I
> get answers.  Are there any developer guides, documentation, details
> etc on the log files?

Not much.  As you've probably figured out, the lines with "WARNING" or
"ERR" are significant.  The lines that describe incoming and outgoing
SIP messages are extracted by syslog2siptrace, merge-logs, and other
debugging tools.
 
> We're having some one-way audio issues, and I'm wondering if it has
> something to do with this log..  I see this many times for many
> different ports:
>  
>  
> "2009-09-29T08:02:30.298986Z":7532:KERNEL:WARNING:pa0sipxtrial01.sipdomain.local:Call-2672:4CCCD940:sipxacd:"OsDatagramSocket::_
>  -1 ((null):0 10.103.151.30:1
> 0268) bind(-1, 10.103.151.30:10268) failed w/ errno 98 'Address
> already in use')"

That could be a problem.
 
> Also, I'm seeing many core files getting generated...are these system
> crashes? For one specific process?  these are just from today:
>  
> -rw------- 1 sipxchange sipxchange 809865216 Sep 29 00:31 core.17468
> -rw------- 1 sipxchange sipxchange 833933312 Sep 29 01:35 core.29254
> -rw------- 1 sipxchange sipxchange 822591488 Sep 29 02:40 core.11851
> -rw------- 1 sipxchange sipxchange 815972352 Sep 29 03:45 core.25392
> -rw------- 1 sipxchange sipxchange 837001216 Sep 29 04:49 core.6684
> -rw------- 1 sipxchange sipxchange 837980160 Sep 29 05:50 core.22040
> -rw------- 1 sipxchange sipxchange  27152384 Sep 29 12:03 core.11012

They result from a process that crashed, as you know.  Sometimes
processes crash when sipXecs is shut down, which isn't so important.
But all other crashes are bugs that we'd like to see eliminated.  So if
these don't correlate with restarts, we should investigate further.

You can tell which component crashed using the "file" command:
"file /var/log/sipxpbx/core.*" will tell you which process crashed for
each core file.

Dale



_______________________________________________
sipx-users mailing list sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to