ya debug is set to 3 already.. also #!define WITH_DEBUG
dont hav any -d command..
On Tue, Dec 13, 2011 at 9:06 PM, Daniel-Constantin Mierla <miconda@gmail.com
wrote:
I cannot see any DEBUG messages, are you sure the debug=3 in your config and you dont have other -d command line parameters?
Cheers, Daniel
On 12/13/11 12:58 PM, MingHon wrote:
Hi,
the attachment was 2mb i remove it from approval. i did sentto ur email too..
anyway i attached the file with 7 zip.. reduced to 60k now..
-- Regards,
MingHon
On Tue, Dec 13, 2011 at 7:00 PM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
Hello,
have you sent them to me or to mailing list? On the mailing list I could not find an attachment, also I didn't get an email on myself only.
Cheers, Daniel
On 12/13/11 10:39 AM, MingHon wrote:
Hello,
i attached the log/messages files please take a look...
Cheers, MingHon
On Tue, Dec 13, 2011 at 4:58 PM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
Hello,
On 12/13/11 9:24 AM, Daniel-Constantin Mierla wrote:
Hello,
are you using any private developed module or extension? There seems to be a buffer overflow as well.
if you don't have any private extension, can you send directly to me the entire log from start of kamailio with following global parameters:
debug=3 memlog=4 memdbg=4
errata - the values of the global parameters were wrong -- actually the above three lines should be:
debug=3 memlog=1 memdbg=1
Cheers, Daniel
Cheers, Daniel
On 12/13/11 8:51 AM, MingHon wrote:
im using version: kamailio 3.1.4 (i386/linux) after kamctl start it return INFO: Starting Kamailio : INFO: started (pid: 3589)
ps aux | grep 3589 root 3609 0.0 0.0 4012 704 pts/0 S+ 15:48 0:00 grep 3589
here is the log message.
Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: db_mysql [km_dbase.c:120]: driver error on query: Commands out of sync; you can't run this command now Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core> [db_query.c:101]: error while submitting query Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core> [db.c:366]: error in db_query Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core> [db.c:405]: querying version for table location Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: usrloc [dlist.c:491]: error during table version check. Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: : <core> [mem/q_malloc.c:146]: BUG: qm_*: fragm. 0x838b11c (address 0x838b134) end overwritten(0, 0)! Dec 13 15:43:41 hostname kamailio: ERROR: <core> [daemonize.c:307]: Main process exited before writing to pipe
On Tue, Dec 13, 2011 at 12:53 AM, Daniel-Constantin Mierla < miconda@gmail.com> wrote:
Hello,
On 12/12/11 4:09 PM, MingHon wrote:
btw im using kamailio 3.1
which one exactly? Just send output of 'kamailio -V'.
Also, watch the log messages with debug=3 and get the one related to the error messages to see which module is executing that command.
Cheers, Daniel,
On Mon, Dec 12, 2011 at 11:08 PM, MingHon gminghon@gmail.com wrote:
Hi List,
im doing a fresh install, everything installed successfully but when
i try to start kamailio with kamctl start i receive this error.
when im using mysql 5.5 rpm version i get this error....
if install with mysql 5.0 rpm i dont receive that error it run perfectly.
is mysql 5.5 incompatible yet?
Thanks,
-- Regards,
MingHon
-- Regards,
MingHon
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
-- Regards,
MingHon
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
-- Regards,
MingHon
-- Regards,
MingHon
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing listsr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
-- Daniel-Constantin Mierla -- http://www.asipto.comhttp://linkedin.com/in/miconda -- http://twitter.com/miconda
On 12/13/11 3:33 PM, MingHon wrote:
ya debug is set to 3 already.. also #!define WITH_DEBUG
dont hav any -d command..
Interesting, maybe your syslog is diverting DEBUG level to a different file.
Anyhow, I was hunting the tail overlapping issue which might be related or not to db connection sharing (which is the reason for out of sync) -- I wanted to be sure not to have another bug around.
The out of sync issue should be solved by kamailio 3.1.5, you have to upgrade to it or to latest git branch 3.1.
If you want to pick the patch in your 3.1 sources, here is the link to the commit for this fix:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=97f788a3...
Cheers, Daniel
On Tue, Dec 13, 2011 at 9:06 PM, Daniel-Constantin Mierla <miconda@gmail.com mailto:miconda@gmail.com> wrote:
I cannot see any DEBUG messages, are you sure the debug=3 in your config and you dont have other -d command line parameters? Cheers, Daniel On 12/13/11 12:58 PM, MingHon wrote:
Hi, the attachment was 2mb i remove it from approval. i did sentto ur email too.. anyway i attached the file with 7 zip.. reduced to 60k now.. -- Regards, MingHon On Tue, Dec 13, 2011 at 7:00 PM, Daniel-Constantin Mierla <miconda@gmail.com <mailto:miconda@gmail.com>> wrote: Hello, have you sent them to me or to mailing list? On the mailing list I could not find an attachment, also I didn't get an email on myself only. Cheers, Daniel On 12/13/11 10:39 AM, MingHon wrote:
Hello, i attached the log/messages files please take a look... Cheers, MingHon On Tue, Dec 13, 2011 at 4:58 PM, Daniel-Constantin Mierla <miconda@gmail.com <mailto:miconda@gmail.com>> wrote: Hello, On 12/13/11 9:24 AM, Daniel-Constantin Mierla wrote:
Hello, are you using any private developed module or extension? There seems to be a buffer overflow as well. if you don't have any private extension, can you send directly to me the entire log from start of kamailio with following global parameters: debug=3 memlog=4 memdbg=4
errata - the values of the global parameters were wrong -- actually the above three lines should be: debug=3 memlog=1 memdbg=1 Cheers, Daniel
Cheers, Daniel On 12/13/11 8:51 AM, MingHon wrote:
im using version: kamailio 3.1.4 (i386/linux) after kamctl start it return INFO: Starting Kamailio : INFO: started (pid: 3589) ps aux | grep 3589 root 3609 0.0 0.0 4012 704 pts/0 S+ 15:48 0:00 grep 3589 here is the log message. Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: db_mysql [km_dbase.c:120]: driver error on query: Commands out of sync; you can't run this command now Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core> [db_query.c:101]: error while submitting query Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core> [db.c:366]: error in db_query Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: <core> [db.c:405]: querying version for table location Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: ERROR: usrloc [dlist.c:491]: error during table version check. Dec 13 15:43:41 hostname /usr/local/sbin/kamailio[3589]: : <core> [mem/q_malloc.c:146]: BUG: qm_*: fragm. 0x838b11c (address 0x838b134) end overwritten(0, 0)! Dec 13 15:43:41 hostname kamailio: ERROR: <core> [daemonize.c:307]: Main process exited before writing to pipe On Tue, Dec 13, 2011 at 12:53 AM, Daniel-Constantin Mierla <miconda@gmail.com <mailto:miconda@gmail.com>> wrote: Hello, On 12/12/11 4:09 PM, MingHon wrote:
btw im using kamailio 3.1
which one exactly? Just send output of 'kamailio -V'. Also, watch the log messages with debug=3 and get the one related to the error messages to see which module is executing that command. Cheers, Daniel,
On Mon, Dec 12, 2011 at 11:08 PM, MingHon <gminghon@gmail.com <mailto:gminghon@gmail.com>> wrote: Hi List, im doing a fresh install, everything installed successfully but when i try to start kamailio with kamctl start i receive this error. when im using mysql 5.5 rpm version i get this error.... if install with mysql 5.0 rpm i dont receive that error it run perfectly. is mysql 5.5 incompatible yet? Thanks, -- Regards, MingHon -- Regards, MingHon _______________________________________________ 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
-- Daniel-Constantin Mierla --http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda -- Regards, MingHon _______________________________________________ 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
-- Daniel-Constantin Mierla --http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/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
-- Daniel-Constantin Mierla --http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda -- Regards, MingHon -- Regards, MingHon _______________________________________________ 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
-- Daniel-Constantin Mierla --http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/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
-- Daniel-Constantin Mierla --http://www.asipto.com http://linkedin.com/in/miconda -- http://twitter.com/miconda
-- Regards,
MingHon
-- Regards,
MingHon
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