<br><br><div class="gmail_quote">On Sat, Jul 10, 2010 at 8:20 AM, mayamatakeshi <span dir="ltr">&lt;<a href="mailto:mayamatakeshi@gmail.com">mayamatakeshi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br><div class="gmail_quote"><div class="im">On Sat, Jul 10, 2010 at 3:18 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro" target="_blank">bogdan@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
The plan is to release 1.6.3 stable release at the end of next week - if<br>
anyone has any contributions to come up with or any issues to report,<br>
please do it asap  - we want to be sure that all know issues will be<br>
fixed by the release.<br>
<br>
Regards,<br>
Bogdan<br></blockquote></div><div><br>Bogdan, <br>I saw that you did some corrections on opensipsdbctl.mysql ( == versus = ), but it seems there is still one place with this problem:<br><br>/usr/local/lib64/opensips/opensipsctl/opensipsdbctl.mysql: line 114: [: =: unary operator expected<br>
</div></div></blockquote><div><br>Actually, this error is caused by another error:<br><br>[root@centos53-02009 opensips-1.6]# opensipsdbctl create<br>/usr/local/lib64/opensips/opensipsctl/opensipsdbctl.mysql: line 486: [: ==: unary operator expected<br>
INFO: test server charset<br>ERROR 1045 (28000): Access denied for user &#39;root&#39;@&#39;localhost&#39; (using password: NO)<br>ERROR 1045 (28000): Access denied for user &#39;root&#39;@&#39;localhost&#39; (using password: NO)<br>
Usage: grep [OPTION]... PATTERN [FILE]...<br>Try `grep --help&#39; for more information.<br>/usr/local/lib64/opensips/opensipsctl/opensipsdbctl.mysql: line 114: [: =: unary operator expected<br>INFO: creating database basix_proxy ...<br>
ERROR 1045 (28000): Access denied for user &#39;root&#39;@&#39;localhost&#39; (using password: NO)<br>ERROR: Creating core database and grant privileges failed!<br>[root@centos53-02009 opensips-1.6]#<br> <br>I have correct the line 486 (patch attached) and now it works (line 114 is not reached anymore so I didn&#39;t correct it as I don&#39;t know what is the problem):<br>
<br>[root@centos53-02009 opensips-1.6]# opensipsdbctl create<br>MySQL password for root:<br>INFO: test server charset<br>INFO: creating database basix_proxy ...<br>INFO: Core OpenSIPS tables succesfully created.<br>Install presence related tables? (y/n): y<br>
INFO: creating presence tables into basix_proxy ...<br>INFO: Presence tables succesfully created.<br>Install tables for imc cpl siptrace domainpolicy carrierroute userblacklist? (y/n): y<br>INFO: creating extra tables into basix_proxy ...<br>
INFO: Extra tables succesfully created.<br><br></div></div>