From:

2010-11-03 11:16:05 [2934] [0] PANIC: DLR: storage type 'mysql' is not
supported!

looks like your new Kannel was compiled without MySQL support

Regards,

Juan


On Tue, Nov 2, 2010 at 8:20 PM, Barry Murphy <[email protected]> wrote:
> Hi,
>
> I just downloaded kannel via SVN to upgrade my kannel 1.4.3 instance.
>
> When I start kannel, I see the following:
> 2010-11-03 11:16:05 [2934] [0] INFO: Debug_lvl = 1, log_file = <none>,
> log_lvl = 0
> 2010-11-03 11:16:05 [2934] [0] PANIC: DLR: storage type 'mysql' is not
> supported!
> 2010-11-03 11:16:05 [2934] [0] PANIC:
> /usr/local/sbin/bearerbox(gw_panic+0xbc) [0x80d8dac]
> 2010-11-03 11:16:05 [2934] [0] PANIC:
> /usr/local/sbin/bearerbox(dlr_init+0x230) [0x8061400]
> 2010-11-03 11:16:05 [2934] [0] PANIC:
> /usr/local/sbin/bearerbox(main+0x10a) [0x8053c0a]
> 2010-11-03 11:16:05 [2934] [0] PANIC:
> /lib/libc.so.6(__libc_start_main+0xe5) [0xb7d18455]
> 2010-11-03 11:16:05 [2934] [0] PANIC: /usr/local/sbin/bearerbox
> [0x8052c01]
> 2010-11-03 11:16:06 [2936] [0] INFO: Debug_lvl = 1, log_file = <none>,
> log_lvl = 0
> 2010-11-03 11:16:06 [2936] [0] INFO: Starting to log to file
> /var/log/kannel/smsbox.log level 0
> 2010-11-03 11:16:06 [2936] [0] INFO: Added logfile
> `/var/log/kannel/smsbox.log' with level `0'.
> 2010-11-03 11:16:06 [2936] [0] INFO: Service global sender set as
> '6121234567'
> 2010-11-03 11:16:06 [2936] [0] INFO: HTTP: Opening server at port 13013.
> 2010-11-03 11:16:06 [2936] [0] INFO: Set up send sms service at port 13013
> 2010-11-03 11:16:06 [2936] [0] WARNING: bool variable set to strange
> value, assuming 'true'
> 2010-11-03 11:16:06 [2936] [0] ERROR: connect to <127.0.0.1> failed
> 2010-11-03 11:16:06 [2936] [0] ERROR: System error 111: Connection refused
> 2010-11-03 11:16:06 [2936] [0] ERROR: error connecting to server
> `127.0.0.1' at port `13001'
> 2010-11-03 11:16:06 [2936] [0] PANIC: Couldn't connect to the bearerbox.
> 2010-11-03 11:16:06 [2936] [0] PANIC:
> /usr/local/sbin/smsbox(gw_panic+0xbc) [0x8088b0c]
> 2010-11-03 11:16:06 [2936] [0] PANIC: /usr/local/sbin/smsbox(main+0xea9)
> [0x8054789]
> 2010-11-03 11:16:06 [2936] [0] PANIC:
> /lib/libc.so.6(__libc_start_main+0xe5) [0xb7c8e455]
> 2010-11-03 11:16:06 [2936] [0] PANIC: /usr/local/sbin/smsbox [0x8053191]
> 2010-11-03 11:16:07 [2944] [0] INFO: Debug_lvl = 1, log_file = <none>,
> log_lvl = 0
> 2010-11-03 11:16:07 [2944] [0] INFO: Starting to log to file
> /var/log/kannel/kannel-sqlbox.log level 0
> 2010-11-03 11:16:07 [2944] [0] INFO: Added logfile
> `/var/log/kannel/kannel-sqlbox.log' with level `0'.
> smsc:/usr/src/kannel-svn/trunk# 2010-11-03 11:16:07 [2944] [0] INFO:
> MYSQL: Connected to server at 120.136.7.82.
> 2010-11-03 11:16:07 [2944] [0] INFO: MYSQL: server version 5.0.67, client
> version 5.0.51a.
> 2010-11-03 11:16:07 [2944] [0] INFO: MYSQL: Connected to server at
> 120.136.7.82.
> 2010-11-03 11:16:07 [2944] [0] INFO: MYSQL: server version 5.0.67, client
> version 5.0.51a.
> 2010-11-03 11:16:07 [2944] [0] INFO: MYSQL: Connected to server at
> 120.136.7.82.
> 2010-11-03 11:16:07 [2944] [0] INFO: MYSQL: server version 5.0.67, client
> version 5.0.51a.
> 2010-11-03 11:16:07 [2944] [0] INFO: MYSQL: Connected to server at
> 120.136.7.82.
> 2010-11-03 11:16:07 [2944] [0] INFO: MYSQL: server version 5.0.67, client
> version 5.0.51a.
> 2010-11-03 11:16:07 [2944] [1] ERROR: connect failed
> 2010-11-03 11:16:07 [2944] [1] ERROR: System error 111: Connection refused
> 2010-11-03 11:16:07 [2944] [1] ERROR: error connecting to server
> `localhost' at port `13001'
>
>
> With kannel version 1.4.3 I start it with:
> cd /etc/kannel/
> /usr/local/kannel/sbin/bearerbox -v 1 /etc/kannel/kannel.conf &
> /bin/sleep 1
> cd /etc/kannel/
> /usr/local/kannel/sbin/smsbox -v 1 /etc/kannel/kannel.conf &
> /bin/sleep 1
> cd /etc/kannel/
> /usr/local/kannel/sbin/sqlbox -v 1 /etc/kannel/sqlbox.conf &
>
> With the new kannel, I killall the processes above and start with
> cd /etc/kannel/
> /usr/local/sbin/bearerbox -v 1 /etc/kannel/kannel.conf &
> /bin/sleep 1
> cd /etc/kannel/
> /usr/local/sbin/smsbox -v 1 /etc/kannel/kannel.conf &
> /bin/sleep 1
> cd /etc/kannel/
> /usr/local/kannel/sbin/sqlbox -v 1 /etc/kannel/sqlbox.conf &
>
> I have reverted back to /usr/local/kannel/sbin binarys for now.
>
> thanks
> barry
>
>
>
>
>
>

Reply via email to