Hello,
can you paste the list of laodmodule lines you have in the kamailio.cfg?
Cheers, Daniel
On 13/06/16 11:07, wanmon wanmon wrote:
Hi,
i got the follow error when i try to start Kamailio with "TLS" enabled (#!define WITH_TLS):
*2016-06-13T11:11:41.316540+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-13T11:11:41.316918+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so: mod_register failed 2016-06-13T11:11:41.317119+02:00 host kamailio: : <core> [cfg.y:3388]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 292, column 12-19: failed to load module 2016-06-13T11:11:41.318624+02:00 host kamailio: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <tls> found 2016-06-13T11:11:41.318842+02:00 host kamailio: : <core> [cfg.y:3391]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 451, column 60: Can't set module parameter 2016-06-13T11:11:41.325100+02:00 host kamailio: INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized*
/kamailio -V version: kamailio 5.0.0-dev3 (x86_64/linux) flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown compiled on 10:21:35 Jun 13 2016 with gcc 4.8.5/
How can i fix it?
Thanks in advance,
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Try by loading first tls module.
Cheers, Daniel
On 13/06/16 13:45, wanmon wanmon wrote:
or this one? :
- cat kamailio.cfg | grep loadmodule
loadmodule "db_mysql.so" loadmodule "mi_fifo.so" loadmodule "kex.so" loadmodule "corex.so" loadmodule "tm.so" loadmodule "tmx.so" loadmodule "sl.so" loadmodule "rr.so" loadmodule "pv.so" loadmodule "maxfwd.so" loadmodule "usrloc.so" loadmodule "registrar.so" loadmodule "textops.so" loadmodule "siputils.so" loadmodule "xlog.so" loadmodule "sanity.so" loadmodule "ctl.so" loadmodule "cfg_rpc.so" loadmodule "mi_rpc.so" loadmodule "acc.so" loadmodule "ldap.so" loadmodule "websocket.so" loadmodule "xhttp.so" loadmodule "auth.so" loadmodule "auth_db.so" loadmodule "permissions.so" loadmodule "alias_db.so" loadmodule "speeddial.so" loadmodule "domain.so" loadmodule "presence.so" loadmodule "presence_xml.so" loadmodule "nathelper.so" loadmodule "rtpproxy.so" loadmodule "tls.so" loadmodule "htable.so" loadmodule "pike.so" loadmodule "xmlrpc.so" loadmodule "debugger.so"*
Regards,
*Gesendet:* Montag, 13. Juni 2016 um 13:36 Uhr *Von:* "wanmon wanmon" wanmon@gmx.de *An:* miconda@gmail.com, sr-users@lists.sip-router.org *Cc:* "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org *Betreff:* Re: [SR-Users] kamailio TLS mod_register failed this one:
*#!define WITH_MYSQL #!define WITH_AUTH #!define WITH_ALIASDB #!define WITH_NAT #!define WITH_USRLOCDB #!define WITH_TLS*
Regards,
*Gesendet:* Montag, 13. Juni 2016 um 11:46 Uhr *Von:* "Daniel-Constantin Mierla" miconda@gmail.com *An:* "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org *Betreff:* Re: [SR-Users] kamailio TLS mod_register failed
Hello,
can you paste the list of laodmodule lines you have in the kamailio.cfg?
Cheers, Daniel
On 13/06/16 11:07, wanmon wanmon wrote:
Hi, i got the follow error when i try to start Kamailio with "TLS" enabled (#!define WITH_TLS): *2016-06-13T11:11:41.316540+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-13T11:11:41.316918+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so: mod_register failed 2016-06-13T11:11:41.317119+02:00 host kamailio: : <core> [cfg.y:3388]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 292, column 12-19: failed to load module 2016-06-13T11:11:41.318624+02:00 host kamailio: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <tls> found 2016-06-13T11:11:41.318842+02:00 host kamailio: : <core> [cfg.y:3391]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 451, column 60: Can't set module parameter 2016-06-13T11:11:41.325100+02:00 host kamailio: INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized* /kamailio -V version: kamailio 5.0.0-dev3 (x86_64/linux) flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown compiled on 10:21:35 Jun 13 2016 with gcc 4.8.5/ How can i fix it? Thanks in advance, _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Set
debug=3
in kamailio.cfg and send all log messages from the moment kamailio is started.
Cheers, Daniel
On 13/06/16 15:50, wanmon wanmon wrote:
still same error:
*2016-06-13T16:02:54.359934+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-13T16:02:54.360414+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so: mod_register failed 2016-06-13T16:02:54.360608+02:00 host kamailio: : <core> [cfg.y:3388]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 231, column 12-19: failed to load module 2016-06-13T16:02:54.415654+02:00 host kamailio: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <tls> found 2016-06-13T16:02:54.415875+02:00 host kamailio: : <core> [cfg.y:3391]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 450, column 60: Can't set module parameter 2016-06-13T16:02:54.422231+02:00 host kamailio: INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized*
*cat kamailio.cfg | grep loadmodule loadmodule "tls.so" loadmodule "db_mysql.so" loadmodule "mi_fifo.so" loadmodule "kex.so" loadmodule "corex.so" loadmodule "tm.so" loadmodule "tmx.so" loadmodule "sl.so" loadmodule "rr.so" loadmodule "pv.so" loadmodule "maxfwd.so" loadmodule "usrloc.so" loadmodule "registrar.so" loadmodule "textops.so" loadmodule "siputils.so" loadmodule "xlog.so" loadmodule "sanity.so" loadmodule "ctl.so" loadmodule "cfg_rpc.so" loadmodule "mi_rpc.so" loadmodule "acc.so" loadmodule "ldap.so" loadmodule "websocket.so" loadmodule "xhttp.so" loadmodule "auth.so" loadmodule "auth_db.so" loadmodule "permissions.so" loadmodule "alias_db.so" loadmodule "speeddial.so" loadmodule "domain.so" loadmodule "presence.so" loadmodule "presence_xml.so" loadmodule "nathelper.so" loadmodule "rtpproxy.so" loadmodule "htable.so" loadmodule "pike.so" loadmodule "xmlrpc.so" loadmodule "debugger.so"*
(...) *#!define WITH_TLS #!define WITH_MYSQL #!define WITH_AUTH #!define WITH_ALIASDB #!define WITH_NAT #!define WITH_USRLOCDB* (...)
*Gesendet:* Montag, 13. Juni 2016 um 14:46 Uhr *Von:* "Daniel-Constantin Mierla" miconda@gmail.com *An:* "wanmon wanmon" wanmon@gmx.de, sr-users@lists.sip-router.org *Betreff:* Re: Aw: Re: [SR-Users] kamailio TLS mod_register failed
Try by loading first tls module.
Cheers, Daniel
On 13/06/16 13:45, wanmon wanmon wrote:
or this one? : * cat kamailio.cfg | grep loadmodule loadmodule "db_mysql.so" loadmodule "mi_fifo.so" loadmodule "kex.so" loadmodule "corex.so" loadmodule "tm.so" loadmodule "tmx.so" loadmodule "sl.so" loadmodule "rr.so" loadmodule "pv.so" loadmodule "maxfwd.so" loadmodule "usrloc.so" loadmodule "registrar.so" loadmodule "textops.so" loadmodule "siputils.so" loadmodule "xlog.so" loadmodule "sanity.so" loadmodule "ctl.so" loadmodule "cfg_rpc.so" loadmodule "mi_rpc.so" loadmodule "acc.so" loadmodule "ldap.so" loadmodule "websocket.so" loadmodule "xhttp.so" loadmodule "auth.so" loadmodule "auth_db.so" loadmodule "permissions.so" loadmodule "alias_db.so" loadmodule "speeddial.so" loadmodule "domain.so" loadmodule "presence.so" loadmodule "presence_xml.so" loadmodule "nathelper.so" loadmodule "rtpproxy.so" loadmodule "tls.so" loadmodule "htable.so" loadmodule "pike.so" loadmodule "xmlrpc.so" loadmodule "debugger.so"* Regards, *Gesendet:* Montag, 13. Juni 2016 um 13:36 Uhr *Von:* "wanmon wanmon" <wanmon@gmx.de> *An:* miconda@gmail.com, sr-users@lists.sip-router.org *Cc:* "Kamailio (SER) - Users Mailing List" <sr-users@lists.sip-router.org> *Betreff:* Re: [SR-Users] kamailio TLS mod_register failed this one: *#!define WITH_MYSQL #!define WITH_AUTH #!define WITH_ALIASDB #!define WITH_NAT #!define WITH_USRLOCDB #!define WITH_TLS* Regards, *Gesendet:* Montag, 13. Juni 2016 um 11:46 Uhr *Von:* "Daniel-Constantin Mierla" <miconda@gmail.com> *An:* "Kamailio (SER) - Users Mailing List" <sr-users@lists.sip-router.org> *Betreff:* Re: [SR-Users] kamailio TLS mod_register failed Hello, can you paste the list of laodmodule lines you have in the kamailio.cfg? Cheers, Daniel On 13/06/16 11:07, wanmon wanmon wrote: Hi, i got the follow error when i try to start Kamailio with "TLS" enabled (#!define WITH_TLS): *2016-06-13T11:11:41.316540+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-13T11:11:41.316918+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so: mod_register failed 2016-06-13T11:11:41.317119+02:00 host kamailio: : <core> [cfg.y:3388]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 292, column 12-19: failed to load module 2016-06-13T11:11:41.318624+02:00 host kamailio: ERROR: <core> [modparam.c:150]: set_mod_param_regex(): No module matching <tls> found 2016-06-13T11:11:41.318842+02:00 host kamailio: : <core> [cfg.y:3391]: yyerror_at(): parse error in config file /usr/local/etc/kamailio//kamailio.cfg, line 451, column 60: Can't set module parameter 2016-06-13T11:11:41.325100+02:00 host kamailio: INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized* /kamailio -V version: kamailio 5.0.0-dev3 (x86_64/linux) flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB poll method support: poll, epoll_lt, epoll_et, sigio_rt, select. id: unknown compiled on 10:21:35 Jun 13 2016 with gcc 4.8.5/ How can i fix it? Thanks in advance, _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users -- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Hello,
are you providing -m command line parameter? If not, can you try adding it (e.g., -m 64) to the command starting kamailio, like:
kamailio -m 64 ...
Using kamctl is not really recommended to start kamailio.
Cheers, Daniel
On 14/06/16 13:21, wanmon wanmon wrote:
kamctl start ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed
*2016-06-14T13:29:39.269439+02:00 host kamailio: DEBUG: <core> [cfg.y:1619]: yyparse(): loading modules under /usr/local/lib64/kamailio/modules/ 2016-06-14T13:29:39.270075+02:00 host kamailio: DEBUG: <core> [cfg.y:1600]: yyparse(): loading module tls.so 2016-06-14T13:29:39.270384+02:00 host kamailio: DEBUG: <core> [sr_module.c:575]: load_module(): trying to load* *</usr/local/lib64/kamailio/modules/tls.so> 2016-06-14T13:29:39.318055+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:189]: qm_malloc_init(): qm_malloc_init: QM_OPTIMIZE=16384,* */ROUNDTO=2048 2016-06-14T13:29:39.318269+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:191]: qm_malloc_init(): qm_malloc_init: QM_HASH_SIZE=2099,* *qm_block size=235152 2016-06-14T13:29:39.318462+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:192]: qm_malloc_init(): qm_malloc_init(0x7f119bf96000, 67108864),* *start=0x7f119bf96000 2016-06-14T13:29:39.318672+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:200]: qm_malloc_init(): qm_malloc_init: size= 67108864,* *init_overhead=235256 2016-06-14T13:29:39.318871+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-14T13:29:39.319072+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so:* *mod_register failed*
[...]
exactly the same error!
just disabling "#!define WITH_TLS" and start immediately with "kamailio -m 64" or "kamctl start"
may help re-compile openssl from scratch (i installed from .rpm)? any specific version? openssl-1.0? openssl-0.98?
Regards,
On 14 June 2016 16:03:30 CEST, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
are you providing -m command line parameter? If not, can you try adding it (e.g., -m 64) to the command starting kamailio, like:
kamailio -m 64 ...
Using kamctl is not really recommended to start kamailio.
Cheers, Daniel
On 14/06/16 13:21, wanmon wanmon wrote:
kamctl start ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio
start
failed
*2016-06-14T13:29:39.269439+02:00 host kamailio: DEBUG: <core> [cfg.y:1619]: yyparse(): loading modules under /usr/local/lib64/kamailio/modules/ 2016-06-14T13:29:39.270075+02:00 host kamailio: DEBUG: <core> [cfg.y:1600]: yyparse(): loading module tls.so 2016-06-14T13:29:39.270384+02:00 host kamailio: DEBUG: <core> [sr_module.c:575]: load_module(): trying to load* *</usr/local/lib64/kamailio/modules/tls.so> 2016-06-14T13:29:39.318055+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:189]: qm_malloc_init(): qm_malloc_init: QM_OPTIMIZE=16384,* */ROUNDTO=2048 2016-06-14T13:29:39.318269+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:191]: qm_malloc_init(): qm_malloc_init: QM_HASH_SIZE=2099,* *qm_block size=235152 2016-06-14T13:29:39.318462+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:192]: qm_malloc_init():
qm_malloc_init(0x7f119bf96000,
67108864),* *start=0x7f119bf96000 2016-06-14T13:29:39.318672+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:200]: qm_malloc_init(): qm_malloc_init: size=
67108864,*
*init_overhead=235256 2016-06-14T13:29:39.318871+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-14T13:29:39.319072+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so:* *mod_register failed*
[...]
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Is any chance that I get access to the system to do some tests myself? It looks like something specific for your system, running tls fine in many servers...
Cheers, Daniel
On 15/06/16 16:16, wanmon wrote:
exactly the same error!
just disabling "#!define WITH_TLS" and start immediately with "kamailio -m 64" or "kamctl start"
may help re-compile openssl from scratch (i installed from .rpm)? any specific version? openssl-1.0? openssl-0.98?
Regards,
On 14 June 2016 16:03:30 CEST, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello, are you providing -m command line parameter? If not, can you try adding it (e.g., -m 64) to the command starting kamailio, like: kamailio -m 64 ... Using kamctl is not really recommended to start kamailio. Cheers, Daniel On 14/06/16 13:21, wanmon wanmon wrote:
kamctl start ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed *2016-06-14T13:29:39.269439+02:00 host kamailio: DEBUG: <core> [cfg.y:1619]: yyparse(): loading modules under /usr/local/lib64/kamailio/modules/ 2016-06-14T13:29:39.270075+02:00 host kamailio: DEBUG: <core> [cfg.y:1600]: yyparse(): loading module tls.so 2016-06-14T13:29:39.270384+02:00 host kamailio: DEBUG: <core> [sr_module.c:575]: load_module(): trying to load* *</usr/local/lib64/kamailio/modules/tls.so> 2016-06-14T13:29:39.318055+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:189]: qm_malloc_init(): qm_malloc_init: QM_OPTIMIZE=16384,* */ROUNDTO=2048 2016-06-14T13:29:39.318269+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:191]: qm_malloc_init(): qm_malloc_init: QM_HASH_SIZE=2099,* *qm_block size=235152 2016-06-14T13:29:39.318462+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:192]: qm_malloc_init(): qm_malloc_init(0x7f119bf96000, 67108864),* *start=0x7f119bf96000 2016-06-14T13:29:39.318672+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:200]: qm_malloc_init(): qm_malloc_init: size= 67108864,* *init_overhead=235256 2016-06-14T13:29:39.318871+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-14T13:29:39.319072+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so:* *mod_register failed*
[...] -- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Hi all,
I have the same problem when update my libssl-dev to 1.0.2h. Do we have any solution ? I'm running Ubuntu 14.04 sever
Regards, Hai Bui
On Fri, Jun 17, 2016 at 6:59 PM, Daniel-Constantin Mierla <miconda@gmail.com
wrote:
Is any chance that I get access to the system to do some tests myself? It looks like something specific for your system, running tls fine in many servers...
Cheers, Daniel
On 15/06/16 16:16, wanmon wrote:
exactly the same error!
just disabling "#!define WITH_TLS" and start immediately with "kamailio -m 64" or "kamctl start"
may help re-compile openssl from scratch (i installed from .rpm)? any specific version? openssl-1.0? openssl-0.98?
Regards,
On 14 June 2016 16:03:30 CEST, Daniel-Constantin Mierla miconda@gmail.com miconda@gmail.com wrote:
Hello,
are you providing -m command line parameter? If not, can you try adding it (e.g., -m 64) to the command starting kamailio, like:
kamailio -m 64 ...
Using kamctl is not really recommended to start kamailio. Cheers, Daniel
On 14/06/16 13:21, wanmon wanmon wrote:
kamctl start ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed
*2016-06-14T13:29:39.269439+02:00 host kamailio: DEBUG: <core> [cfg.y:1619]: yyparse(): loading modules under /usr/local/lib64/kamailio/modules/ 2016-06-14T13:29:39.270075+02:00 host kamailio: DEBUG: <core> [cfg.y:1600]: yyparse(): loading module tls.so 2016-06-14T13:29:39.270384+02:00 host kamailio: DEBUG: <core> [sr_module.c:575]: load_module(): trying to load*
*</usr/local/lib64/kamailio/modules/tls.so> 2016-06-14T13:29:39.318055+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:189]: qm_malloc_init(): qm_malloc_init: QM_OPTIMIZE=16384,*
*/ROUNDTO=2048 2016-06-14T13:29:39.318269+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:191]: qm_malloc_init(): qm_malloc_init: QM_HASH_SIZE=2099,*
*qm_block size=235152 2016-06-14T13:29:39.318462+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:192]: qm_malloc_init(): qm_malloc_init(0x7f119bf96000, 67108864),*
*start=0x7f119bf96000 2016-06-14T13:29:39.318672+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:200]: qm_malloc_init(): qm_malloc_init: size= 67108864,*
*init_overhead=235256 2016-06-14T13:29:39.318871+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-14T13:29:39.319072+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so:* *mod_register failed*
[...]
-- Daniel-Constantin Mierlahttp://www.asipto.com - http://www.kamailio.orghttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
-- Daniel-Constantin Mierlahttp://www.asipto.com - http://www.kamailio.orghttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
Hi all,
I found the solution for this issue, just downgrade version libssl-dev to 1.0.2d. Ref: https://github.com/kamailio/kamailio/issues/714
Regards, Hai Bui
On Fri, Aug 12, 2016 at 7:01 PM, Hai Bui Duc Ha hai.bui@htklabs.com wrote:
Hi all,
I have the same problem when update my libssl-dev to 1.0.2h. Do we have any solution ? I'm running Ubuntu 14.04 sever
Regards, Hai Bui
On Fri, Jun 17, 2016 at 6:59 PM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
Is any chance that I get access to the system to do some tests myself? It looks like something specific for your system, running tls fine in many servers...
Cheers, Daniel
On 15/06/16 16:16, wanmon wrote:
exactly the same error!
just disabling "#!define WITH_TLS" and start immediately with "kamailio -m 64" or "kamctl start"
may help re-compile openssl from scratch (i installed from .rpm)? any specific version? openssl-1.0? openssl-0.98?
Regards,
On 14 June 2016 16:03:30 CEST, Daniel-Constantin Mierla miconda@gmail.com miconda@gmail.com wrote:
Hello,
are you providing -m command line parameter? If not, can you try adding it (e.g., -m 64) to the command starting kamailio, like:
kamailio -m 64 ...
Using kamctl is not really recommended to start kamailio. Cheers, Daniel
On 14/06/16 13:21, wanmon wanmon wrote:
kamctl start ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed
*2016-06-14T13:29:39.269439+02:00 host kamailio: DEBUG: <core> [cfg.y:1619]: yyparse(): loading modules under /usr/local/lib64/kamailio/modules/ 2016-06-14T13:29:39.270075+02:00 host kamailio: DEBUG: <core> [cfg.y:1600]: yyparse(): loading module tls.so 2016-06-14T13:29:39.270384+02:00 host kamailio: DEBUG: <core> [sr_module.c:575]: load_module(): trying to load*
*</usr/local/lib64/kamailio/modules/tls.so> 2016-06-14T13:29:39.318055+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:189]: qm_malloc_init(): qm_malloc_init: QM_OPTIMIZE=16384,*
*/ROUNDTO=2048 2016-06-14T13:29:39.318269+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:191]: qm_malloc_init(): qm_malloc_init: QM_HASH_SIZE=2099,*
*qm_block size=235152 2016-06-14T13:29:39.318462+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:192]: qm_malloc_init(): qm_malloc_init(0x7f119bf96000, 67108864),*
*start=0x7f119bf96000 2016-06-14T13:29:39.318672+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:200]: qm_malloc_init(): qm_malloc_init: size= 67108864,*
*init_overhead=235256 2016-06-14T13:29:39.318871+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-14T13:29:39.319072+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so:* *mod_register failed*
[...]
-- Daniel-Constantin Mierlahttp://www.asipto.com - http://www.kamailio.orghttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
-- Daniel-Constantin Mierlahttp://www.asipto.com - http://www.kamailio.orghttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876
Hello,
thanks for providing the hint -- I will add a note to the issue tracker.
Cheers, Daniel
On 13/08/16 06:08, Hai Bui Duc Ha wrote:
Hi all,
I found the solution for this issue, just downgrade version libssl-dev to 1.0.2d. Ref: https://github.com/kamailio/kamailio/issues/714
Regards, Hai Bui
On Fri, Aug 12, 2016 at 7:01 PM, Hai Bui Duc Ha <hai.bui@htklabs.com mailto:hai.bui@htklabs.com> wrote:
Hi all, I have the same problem when update my libssl-dev to 1.0.2h. Do we have any solution ? I'm running Ubuntu 14.04 sever Regards, Hai Bui On Fri, Jun 17, 2016 at 6:59 PM, Daniel-Constantin Mierla <miconda@gmail.com <mailto:miconda@gmail.com>> wrote: Is any chance that I get access to the system to do some tests myself? It looks like something specific for your system, running tls fine in many servers... Cheers, Daniel On 15/06/16 16:16, wanmon wrote:
exactly the same error! just disabling "#!define WITH_TLS" and start immediately with "kamailio -m 64" or "kamctl start" may help re-compile openssl from scratch (i installed from .rpm)? any specific version? openssl-1.0? openssl-0.98? Regards, On 14 June 2016 16:03:30 CEST, Daniel-Constantin Mierla <miconda@gmail.com> <mailto:miconda@gmail.com> wrote: Hello, are you providing -m command line parameter? If not, can you try adding it (e.g., -m 64) to the command starting kamailio, like: kamailio -m 64 ... Using kamctl is not really recommended to start kamailio. Cheers, Daniel On 14/06/16 13:21, wanmon wanmon wrote:
kamctl start ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed *2016-06-14T13:29:39.269439+02:00 host kamailio: DEBUG: <core> [cfg.y:1619]: yyparse(): loading modules under /usr/local/lib64/kamailio/modules/ 2016-06-14T13:29:39.270075+02:00 host kamailio: DEBUG: <core> [cfg.y:1600]: yyparse(): loading module tls.so 2016-06-14T13:29:39.270384+02:00 host kamailio: DEBUG: <core> [sr_module.c:575]: load_module(): trying to load* *</usr/local/lib64/kamailio/modules/tls.so> 2016-06-14T13:29:39.318055+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:189]: qm_malloc_init(): qm_malloc_init: QM_OPTIMIZE=16384,* */ROUNDTO=2048 2016-06-14T13:29:39.318269+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:191]: qm_malloc_init(): qm_malloc_init: QM_HASH_SIZE=2099,* *qm_block size=235152 2016-06-14T13:29:39.318462+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:192]: qm_malloc_init(): qm_malloc_init(0x7f119bf96000, 67108864),* *start=0x7f119bf96000 2016-06-14T13:29:39.318672+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:200]: qm_malloc_init(): qm_malloc_init: size= 67108864,* *init_overhead=235256 2016-06-14T13:29:39.318871+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-14T13:29:39.319072+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so:* *mod_register failed*
[...] -- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda <http://twitter.com/#%21/miconda> - http://www.linkedin.com/in/miconda <http://www.linkedin.com/in/miconda>
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda <http://twitter.com/#%21/miconda> - http://www.linkedin.com/in/miconda <http://www.linkedin.com/in/miconda> _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org <mailto:sr-users@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users <http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users> -- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876
-- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876
i dont have "libssl-dev", im using SUSE, by default is coming with "libopenssl-devel"
im using SLEs12 with "libopenssl-devel-1.0.1i-34.1"
This trick seems is not valid for me :(
any other sugestion?
Regards,
On 13 August 2016 09:44:16 CEST, Daniel-Constantin Mierla miconda@gmail.com wrote:
Hello,
thanks for providing the hint -- I will add a note to the issue tracker.
Cheers, Daniel
On 13/08/16 06:08, Hai Bui Duc Ha wrote:
Hi all,
I found the solution for this issue, just downgrade version
libssl-dev
to 1.0.2d. Ref: https://github.com/kamailio/kamailio/issues/714
Regards, Hai Bui
On Fri, Aug 12, 2016 at 7:01 PM, Hai Bui Duc Ha <hai.bui@htklabs.com mailto:hai.bui@htklabs.com> wrote:
Hi all, I have the same problem when update my libssl-dev to 1.0.2h. Do we have any solution ? I'm running Ubuntu 14.04 sever Regards, Hai Bui On Fri, Jun 17, 2016 at 6:59 PM, Daniel-Constantin Mierla <miconda@gmail.com <mailto:miconda@gmail.com>> wrote: Is any chance that I get access to the system to do some
tests
myself? It looks like something specific for your system, running tls fine in many servers... Cheers, Daniel On 15/06/16 16:16, wanmon wrote:
exactly the same error! just disabling "#!define WITH_TLS" and start immediately
with
"kamailio -m 64" or "kamctl start" may help re-compile openssl from scratch (i installed from .rpm)? any specific version? openssl-1.0? openssl-0.98? Regards, On 14 June 2016 16:03:30 CEST, Daniel-Constantin Mierla <miconda@gmail.com> <mailto:miconda@gmail.com> wrote: Hello, are you providing -m command line parameter? If not, can you try adding it (e.g., -m 64) to the command starting kamailio, like: kamailio -m 64 ... Using kamctl is not really recommended to start
kamailio.
Cheers, Daniel On 14/06/16 13:21, wanmon wanmon wrote:
kamctl start ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed *2016-06-14T13:29:39.269439+02:00 host kamailio: DEBUG: <core> [cfg.y:1619]: yyparse(): loading modules under /usr/local/lib64/kamailio/modules/ 2016-06-14T13:29:39.270075+02:00 host kamailio: DEBUG: <core> [cfg.y:1600]: yyparse(): loading module tls.so 2016-06-14T13:29:39.270384+02:00 host kamailio: DEBUG: <core> [sr_module.c:575]: load_module(): trying to
load*
*</usr/local/lib64/kamailio/modules/tls.so> 2016-06-14T13:29:39.318055+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:189]: qm_malloc_init(): qm_malloc_init: QM_OPTIMIZE=16384,* */ROUNDTO=2048 2016-06-14T13:29:39.318269+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:191]: qm_malloc_init(): qm_malloc_init: QM_HASH_SIZE=2099,* *qm_block size=235152 2016-06-14T13:29:39.318462+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:192]: qm_malloc_init(): qm_malloc_init(0x7f119bf96000, 67108864),* *start=0x7f119bf96000 2016-06-14T13:29:39.318672+02:00 host kamailio: DEBUG: <core> [mem/q_malloc.c:200]: qm_malloc_init(): qm_malloc_init: size= 67108864,* *init_overhead=235256 2016-06-14T13:29:39.318871+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-14T13:29:39.319072+02:00 host kamailio: ERROR: <core> [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so:* *mod_register failed*
[...] -- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda <http://twitter.com/#%21/miconda> -
http://www.linkedin.com/in/miconda
<http://www.linkedin.com/in/miconda>
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda
http://twitter.com/#%21/miconda - http://www.linkedin.com/in/miconda
<http://www.linkedin.com/in/miconda> _______________________________________________ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org <mailto:sr-users@lists.sip-router.org> http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876
-- Hai Bui VoIP engineer, Cvoice team, HTK-HCM Office Mobile: +84-165-618-9876
-- Daniel-Constantin Mierla http://www.asipto.com - http://www.kamailio.org http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda