hi, Your config file seems to be OK. Can't tell any more unless i see some error message or atleast both bearer and smsbox confs.
navjot singh |-----Original Message----- |From: Barak Kaufman [mailto:[EMAIL PROTECTED] |Sent: Monday, June 16, 2003 8:23 PM |To: 'Navjot Singh' |Subject: RE: kannel configuration/start problem | | |Thanks a lot this really solved the problem now however when I include |smsbox for some reason kannel doesn't open a listening port and I cant |submit sms', it doesn't even creat the log files I specify in smsbox group |any idea about that ? the smsbox.conf looks like that : | |group = smsbox |bearerbox-host = localhost |sendsms-port = 14000 |log-file = "/var/log/kannel/sms-sends.log" |log-level = 0 |# sendsms-url = /sendsms |access-log = "/var/log/kannel/sms-send-access.log" | |group = sendsms-user |username = user |password = pass | |thanks again for all your help | | |-----Original Message----- |From: Navjot Singh [mailto:[EMAIL PROTECTED] |Sent: Monday, June 16, 2003 2:54 PM |To: Barak Kaufman |Subject: RE: kannel configuration/start problem | |please add a store-file attribute toy your config, this problem will be |fixed. | |HTH |navjot singh | | |-----Original Message----- |From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of |Barak Kaufman |Sent: Monday, June 16, 2003 6:59 PM |To: [EMAIL PROTECTED] |Subject: kannel configuration/start problem | | |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 = /sendsms |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. | |
