Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2010-01-04 Thread Antonio Anderson M. de Souza
Bogdan, I started the Opensips with debug=6 and there weren't changes on the initialization log, I've used the strace (follow trace attached), I'm not an expert in the strace, but the only thing that i could see was a message 14752 read(5, O\0\0\2\377\24\4#42000Access denied for u..., 16384) = 83

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2010-01-04 Thread Bogdan-Andrei Iancu
Hi Antonio, The relevant part is: 14752 socket(PF_FILE, SOCK_STREAM, 0) = 5 14752 fcntl(5, F_SETFL, O_RDONLY) = 0 14752 fcntl(5, F_GETFL) = 0x2 (flags O_RDWR) 14752 connect(5, {sa_family=AF_FILE, path=/var/run/mysqld/mysqld.sock}, 110) = 0 14752 setsockopt(5, SOL_SOCKET,

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2010-01-04 Thread Antonio Anderson M. de Souza
Bogdan, Thank you very much, the problem was because I forgot to add the module dialplan in the modparam db_url: Before: modparam(domain|alias_db|auth_db|usrloc|drouting,db_url, mysql://user:u...@localhost/db) After: modparam(domain|alias_db|auth_db|usrloc|drouting*|dialplan*,db_url,

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2010-01-04 Thread Bogdan-Andrei Iancu
Hi Antonio, It should not work on any OSmaybe your mysql setups are different on the OSs you tested. NOTE that db_url has a default value which may work if the DB was created with default access users. Regards, Bogdan Antonio Anderson M. de Souza wrote: Bogdan, Thank you very much, the

[OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-30 Thread Antonio Anderson M. de Souza
Bogdan, I started the Opensips with debug=6 and there weren't changes on the initialization log, I've used the strace [1], I'm not an expert in the strace, but the only thing that i could see was a message 14752 read(5, O\0\0\2\377\24\4#42000Access denied for u..., 16384) = 83 after that the

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-29 Thread Bogdan-Andrei Iancu
Hi Antonio, try the highest debug level (6) to see if you get something more - also try to start opensips under strace . Regards, Bogdan Antonio Anderson M. de Souza wrote: Hi Bogdan, Yes it disappears without any log message, the last log message was loading Dialplan module, after that

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-28 Thread Antonio Anderson M. de Souza
Hi Bogdan, Yes it disappears without any log message, the last log message was loading Dialplan module, after that it disappear. Best Regards, Antonio Anderson M. Souza Voice Technology http://www.antonioams.com On Sun, Dec 27, 2009 at 7:31 AM, Bogdan-Andrei Iancu bog...@voice-system.ro

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-27 Thread Bogdan-Andrei Iancu
Hi Antonio, so your opensips is not blocking but completely failing to start - your opensips simply disappears without any log, message? Regards, Bogdan Antonio Anderson M. de Souza wrote: Bogdan, I executed the opensips with debug=4 (follows the logs bellow [1]), and i confirmed that is

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-26 Thread Antonio Anderson M. de Souza
Bogdan, I executed the opensips with debug=4 (follows the logs bellow [1]), and i confirmed that is not running executing the ps -ax | grep opensips [2] and I've sent SIP Requests to test it and the OS returned the ICMP port unreachable. [1] - Logs Dec 26 18:44:26

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-24 Thread Bogdan-Andrei Iancu
Hi Antonio, what makes you think that opensips does not start? just the logs? because the log looks ok - all module were initialized, opensips is waiting for traffic. To see more, set debug=4 in the config file. Regards, Bogdan Antonio Anderson M. de Souza wrote: Hi Brian, A correction

[OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-23 Thread Antonio Anderson M. de Souza
Dear All, I've installed the Opensips 1.6.1 on my Ubuntu 9.10 64bits form the source, the installation was done without any problem. Opensips abnormally stops during the initialization of Dialplan module (follows logs bellow) Dec 23 13:38:30 asouza-laptop opensips[7233]: NOTICE:core:main:

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-23 Thread opensipslist
Hello Antonio, An mer., déc 23, 2009, Antonio Anderson M. de Souza schrieb: I've installed the Opensips 1.6.1 on my Ubuntu 9.10 64bits form the source, the installation was done without any problem. Opensips abnormally stops during the initialization of Dialplan module (follows logs bellow)

Re: [OpenSIPS-Users] Opensips 1.6.1 dos not start on Ubuntu 9.1 64bits

2009-12-23 Thread Antonio Anderson M. de Souza
Hi Brian, A correction I'm using the 1.6.0 version i downloaded it from http://opensips.org/pub/opensips/1.6.0/src/ Using the 1.6.0 version I removed the dialplan module from the script and Opensips started properly, after that i updated the opensips to the 1.6.1 version, but in the 1.6.1 it