Hello list

I am running kannel 1.3.1 on my debian machine and I am getting a very weird response from it

I am trying to configure it step by step, when I run kannel with the config file practically empty (no groups except for core) I can get to stats.html and all seems fine, but when I try to add even one group kannel starts and then hangs (I cant get to stats.heml)

 

These are the config and the log file … if any1 has any advice please help  I am getting pretty desperate here

 TIA

 

---kannel.conf----

#

# Sample configuration file for Kannel bearerbox on Debian.

# See the documentation for explanations of fields.

#

 

# HTTP administration is disabled by default. Make sure you set the

# password if you enable it.

 

group = core

admin-port = 13000

admin-password = bar

smsbox-port = 13001

admin-deny-ip = "*.*.*.*"

admin-allow-ip = "10.100.*.*"

log-file = "/var/log/kannel/bearerbox.log"

log-level = 0

box-deny-ip = "*.*.*.*"

box-allow-ip = "10.100.*.*"

# dlr-storage = mysql

 

 

 

# include = "/etc/kannel/smsbox.conf"

# include = "/etc/kannel/sms-mauritius.conf"

# include = "/etc/kannel/sms-service.conf"

# include = "/etc/kannel/dlr-mysql.conf"

 

group = smsbox

bearerbox-host = localhost

sendsms-port = 14000

log-file = "/var/log/kannel/sms-sends.log"

log-level = 0

# sendsms-url = "">

access-log = "/var/log/kannel/sms-send-access.log"

 

group = sendsms-user

username = user

password = pass

 

----bearerbox.log----

2003-06-16 15:15:09 [0] INFO: Added logfile `/var/log/kannel/bearerbox.log' with level `0'.

2003-06-16 15:15:09 [0] DEBUG: HTTP: Opening server at port 13000.

2003-06-16 15:15:09 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)

2003-06-16 15:15:09 [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)

2003-06-16 15:15:09 [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)

2003-06-16 15:15:09 [0] INFO: ----------------------------------------

2003-06-16 15:15:09 [0] INFO: Kannel bearerbox II version 1.3.1 starting

2003-06-16 15:15:14 [0] INFO: MAIN: Start-up done, entering mainloop

2003-06-16 15:15:14 [0] INFO: All flow threads have died, killing core

2003-06-16 15:15:14 [0] DEBUG: Waiting for 2 (gwlib/http.c:server_thread) to terminate

2003-06-16 15:15:14 [3] DEBUG: HTTP: No clients with requests, quitting.

2003-06-16 15:15:14 [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) terminates.

2003-06-16 15:15:14 [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates.

2003-06-16 15:15:14 [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates.

2003-06-16 15:15:14 [0] DEBUG: final clean-up for SMSCConn

2003-06-16 15:15:14 [0] PANIC: gwlib/list.c:287: list_lock: Assertion `list != NULL' failed.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Reply via email to