Hi. I've been using kannel 1.4.4 and sqlbox-0.7.2 under Debian 9 for a couple of years.
I've now installed a new machine with Debian 10, and this installs kannel 1.4.5 and sqlbox 0.7.2 Using the same sqlbox config file, I now get an error on trying to start the sqlbox: # /usr/sbin/sqlbox /etc/kannel/sqlbox.conf 2021-01-07 12:26:04 [9444] [0] INFO: Debug_lvl = -1, log_file = <none>, log_lvl = 0 2021-01-07 12:26:04 [9444] [0] DEBUG: Kannel sqlbox version `1.4.5'. Compiler `8.3.0'. System Linux, release 4.19.0-13-amd64, version #1 SMP Debian 4.19.160-2 (2020-11-28), machine x86_64. Hostname castor.example.net, IP 198.51.100.116. Libxml version 2.9.4. Using OpenSSL 1.1.1b 26 Feb 2019. Compiled with MySQL 10.3.13-MariaDB, using MySQL 10.3.27. Compiled with PostgreSQL 11.2 (Debian 11.2-2). Using SQLite 3.27.2. Using hiredis API 0.14.0 Using native malloc. 2021-01-07 12:26:04 [9444] [0] PANIC: Trying to fetch variable `ssl-client- cipher-list' in group `sqlbox', not allowed. 2021-01-07 12:26:04 [9444] [0] PANIC: /usr/sbin/sqlbox(gw_backtrace+0xe0) [0x55c4a3a71790] 2021-01-07 12:26:04 [9444] [0] PANIC: /usr/sbin/sqlbox(gw_panic+0x167) [0x55c4a3a71907] 2021-01-07 12:26:04 [9444] [0] PANIC: /usr/sbin/sqlbox(cfg_get_real+0xbf) [0x55c4a3a6641f] 2021-01-07 12:26:04 [9444] [0] PANIC: /usr/sbin/sqlbox(conn_config_ssl+0x112) [0x55c4a3a5dcd2] 2021-01-07 12:26:04 [9444] [0] PANIC: /usr/sbin/sqlbox(main+0x1b3) [0x55c4a3a4e3b3] 2021-01-07 12:26:04 [9444] [0] PANIC: /lib/x86_64-linux- gnu/libc.so.6(__libc_start_main+0xeb) [0x7f79141a109b] 2021-01-07 12:26:04 [9444] [0] PANIC: /usr/sbin/sqlbox(_start+0x2a) [0x55c4a3a4e7fa] Here's my config file /etc/kannel/sqlbox.conf (unchanged from what works under Debian 9 / kannel 1.4.4): # CORE group = core dlr-storage=mysql # Use MariaDB for DLR storage group = sqlbox id = sqlbox-db smsbox-id = sqlbox bearerbox-host = localhost bearerbox-port = 13001 smsbox-port = 13014 smsbox-port-ssl = no sql-log-table = sms_sent sql-insert-table = sms_send log-file = "/var/log/kannel/sqlbox.log" log-level = 0 # MariaDB Connection group = mysql-connection id = sqlbox-db host = localhost username = kannel password = secret database = SMS I've omitted the "group = dlr-db" table definition; I'm certain this can't be the problem. A web search has shown up a few other people with this problem, but no clear guidance on how to resolve it. Can anyone help? Antony. -- This space intentionally has nothing but text explaining why this space has nothing but text explaining that this space would otherwise have been left blank, and would otherwise have been left blank. Please reply to the list; please *don't* CC me.