Hi Hamid,

I see you to Ctrl-C the "trapping" ; normally it should terminate by itself, after the backtrace is taken from all processes.

Try to do "opensipsctl fifo ps" get the PID of a worker process and try to attached with gdb to it, to see what is doing.

BTW, to avoid confusions, the stupid part was "my question" (about traffic)... ;)

Regards,

Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com

On 28.09.2015 11:39, Hamid Hashmi wrote:
Hi Bogdan,

Sorry if it sounds stupid. I just want to ask more about your following line.
/
/
/"//If you get those errors means your OpenSIPS has no single process able to do any kind of processing."/

No I don't have any traffic on that server.

[root@aws-dev-ec2-sipserver tmp]# opensipsctl trap
INFO: Trap file: /tmp/gdb_opensips_20150928_081816

^CTerminated
[root@aws-dev-ec2-sipserver tmp]# cat /tmp/gdb_opensips_20150928_081816
[root@aws-dev-ec2-sipserver tmp]#

`opensipsctl trap` create an empty file.

PS: I was on Eid holidays that's why I could not explain my stupid question earlier.

Reards
Hamid R. Hashmi
------------------------------------------------------------------------
Date: Wed, 23 Sep 2015 16:58:20 +0300
From: [email protected]
To: [email protected]; [email protected]
Subject: Re: [OpenSIPS-Users] Alternate of own_timer_proc in v2.1.1

Hi Hamid,

It may sounds as a stupid question, but do you have traffic on that OpenSIPS ?

Can you do an "opensipsctl trap" and provide the output ?

Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
http://www.opensips-solutions.com
On 23.09.2015 11:14, Hamid Hashmi wrote:

    Hi Bogdan

    Sorry, I couldn't understand the reason ?

    [root@aws-dev-ec2-sipserver ~]# ps -ef | grep opensips
    root     20735     1  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20742 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20743 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20744 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20745 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20746 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20747 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20748 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20749 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20750 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20751 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20752 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20753 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20754 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20755 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20756 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20757 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20758 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20759 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20760 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20761 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20762 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20763 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20764 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20765 20735  0 08:02 ?        00:00:00
    /usr/local/sbin/opensips -P /var/run/opensips.pid
    root     20768 19398  0 08:03 pts/1    00:00:00 grep opensips

    Regards
    Hamid R. Hashmi
    ------------------------------------------------------------------------
    Date: Wed, 23 Sep 2015 10:43:49 +0300
    From: [email protected] <mailto:[email protected]>
    To: [email protected] <mailto:[email protected]>;
    [email protected] <mailto:[email protected]>
    Subject: Re: [OpenSIPS-Users] Alternate of own_timer_proc in v2.1.1

    Hi Hamid,

    There is no such option in OpenSIPS 2.1 as the timer system has a
    completly different architecture.

    Are you running with a single process ?

    If you get those errors means your OpenSIPS has no single process
    able to do any kind of processing.

    Regards,

    Bogdan-Andrei Iancu
    OpenSIPS Founder and Developer
    http://www.opensips-solutions.com

    On 23.09.2015 10:38, Hamid Hashmi wrote:

        Hello

        I am upgrading opensips from v1.9 to v2.1.1. What is the
        alternate of own_timer_proc in latest version v2.1.1. I am
        having following wearings continuously after starting the
        service.

        .
        .
        INFO:acc:mod_init: initializing...
        WARNING:acc:mod_init: Integer flags are now deprecated! Use
        unique quoted strings!
        INFO:core:evi_publish_event: Registered event <E_ACC_EVENT(11)>
        INFO:core:evi_publish_event: Registered event <E_ACC_CDR(12)>
        INFO:core:evi_publish_event: Registered event
        <E_ACC_MISSED_EVENT(13)>
        INFO:auth_aaa:mod_init: initializing...
        INFO:exec:mod_init: exec - initializing
        INFO:load_balancer:mod_init: Load-Balancer module - initializing
        WARNING:load_balancer:lb_db_load_data: table "load_balancer" empty
        INFO:core:evi_publish_event: Registered event
        <E_LOAD_BALANCER_STATUS(14)>
        INFO:uac:mod_init: initializing...
        WARNING:rtpproxy:fixup_deprecated_warn: function
        unforce_rtp_proxy() is now deprecated - use rtpproxy_unforce()
        instead
        INFO:core:probe_max_sock_buff: using rcv buffer of 244 kb
        WARNING:core:utimer_ticker: utimer task *<tm-utimer>* already
        schedualed for 190 ms (now 290 ms), it may overlap..
        WARNING:core:utimer_ticker: utimer task <tm-utimer> already
        schedualed for 290 ms (now 390 ms), it may overlap..
        WARNING:core:timer_ticker: timer task *<tm-timer>* already
        schedualed for 980 ms (now 1970 ms), it may overlap..
        WARNING:core:timer_ticker: timer task *<blcore-expire>*
        already schedualed for 980 ms (now 1970 ms), it may overlap..
        WARNING:core:utimer_ticker: utimer task <tm-utimer> already
        schedualed for 2860 ms (now 2960 ms), it may overlap..
        WARNING:core:timer_ticker: timer task <exec_kill> already
        schedualed for 980 ms (now 2960 ms), it may overlap..
        WARNING:core:timer_ticker: timer task *<nt-pinger>* already
        schedualed for 980 ms (now 2960 ms), it may overlap..
        WARNING:core:timer_ticker: timer task *<nh-timer>* already
        schedualed for 980 ms (now 2960 ms), it may overlap..
        WARNING:core:timer_ticker: timer task *<dlg-timer>* already
        schedualed for 980 ms (now 2960 ms), it may overlap..
        WARNING:core:timer_ticker: timer task <tm-timer> already
        schedualed for 980 ms (now 2960 ms), it may overlap..
        WARNING:core:timer_ticker: timer task <blcore-expire> already
        schedualed for 980 ms (now 2960 ms), it may overlap..

        .
        .
        .

        Regards
        Hamid R. Hashmi


        _______________________________________________
        Users mailing list
        [email protected]  <mailto:[email protected]>
        http://lists.opensips.org/cgi-bin/mailman/listinfo/users




_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to