Marcelo Olivas schrieb: > I have a huge campaign today at 10 PM EST and now my kannel is not starting. > I'm a newby on this so please bear with me. It's as if bearerbox is not > responding. Below is the error that I'm getting: > bearer box: > [EMAIL PROTECTED] gw]# 2008-08-31 02:45:33 [17694] [0] INFO: Debug_lvl = -1, > log_file = <none>, log_lvl = 0 > 2008-08-31 02:45:33 [17694] [0] DEBUG: Loading include file > `telefonica_mx.conf' (on line 203 of file smskannel.conf.MBLOX). > 2008-08-31 02:45:33 [17694] [0] DEBUG: Loading include file > `tigoelsalvador.conf' (on line 205 of file smskannel.conf.MBLOX). > 2008-08-31 02:45:33 [17694] [0] DEBUG: Loading include file > `tigoguatemala.conf' (on line 211 of file smskannel.conf.MBLOX). > 2008-08-31 02:45:33 [17694] [0] DEBUG: Loading include file > `telecomsalvador.conf' (on line 214 of file smskannel.conf.MBLOX). > 2008-08-31 02:45:33 [17694] [0] DEBUG: Loading include file `telcelmx.conf' > (on line 217 of file smskannel.conf.MBLOX) > > > smsbox > 2008-08-31 03:46:47 [19739] [0] INFO: Using HTTP request queueing with 15 > retries, 10s delay. > 2008-08-31 03:46:47 [19739] [0] DEBUG: > ---------------------------------------------- > 2008-08-31 03:46:47 [19739] [0] DEBUG: Kannel smsbox version 1.3.2 starting > 2008-08-31 03:46:47 [19739] [3] DEBUG: Thread 3 (gw/smsbox.c:sendsms_thread) > maps to pid 19739. > 2008-08-31 03:46:47 [19739] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) > maps to pid 19739. > 2008-08-31 03:46:47 [19739] [0] DEBUG: Started thread 4 > (gw/smsbox.c:obey_request_thread) > 2008-08-31 03:46:47 [19739] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps > to pid 19739. > 2008-08-31 03:46:47 [19739] [4] DEBUG: Thread 4 > (gw/smsbox.c:obey_request_thread) maps to pid 19739. > 2008-08-31 03:46:47 [19739] [0] DEBUG: Started thread 5 > (gw/smsbox.c:url_result_thread) > 2008-08-31 03:46:47 [19739] [0] DEBUG: Started thread 6 > (gw/smsbox.c:http_queue_thread) > 2008-08-31 03:46:47 [19739] [6] DEBUG: Thread 6 > (gw/smsbox.c:http_queue_thread) maps to pid 19739. > 2008-08-31 03:46:47 [19739] [0] ERROR: connect failed > 2008-08-31 03:46:47 [19739] [0] ERROR: System error 111: Connection refused > 2008-08-31 03:46:47 [19739] [5] DEBUG: Thread 5 > (gw/smsbox.c:url_result_thread) maps to pid 19739. > 2008-08-31 03:46:47 [19739] [0] ERROR: error connecting to server `localhost' > at port `13001' > 2008-08-31 03:46:47 [19739] [0] PANIC: Couldn't connect to the bearerbox. > 2008-08-31 03:46:47 [19739] [0] PANIC: ./smsbox(gw_panic+0x174) [0x808099f] > 2008-08-31 03:46:47 [19739] [0] PANIC: ./smsbox(connect_to_bearerbox+0x37) > [0x8062cad] > 2008-08-31 03:46:47 [19739] [0] PANIC: ./smsbox(main+0x2d0) [0x805d65a] > 2008-08-31 03:46:47 [19739] [0] PANIC: > /lib/tls/libc.so.6(__libc_start_main+0xd3) [0x6fede3] > 2008-08-31 03:46:47 [19739] [0] PANIC: ./smsbox [0x8050b1d]
Hi Marcelo, smsbox is unable to connect to bearerbox's smsbox connection port, which is located at 'localhost:13001' as within the output here. Can you check that: a) bearerbox is running b) you can telnet to the port, via $ telnet localhost 13001 you should see at least a TCP connection establishment. I doubt it will. c) check firewall (iptables if Linux) issues on the local machine d) check if localhost get's resolved correctly. I had some strange effects on older fedora core distros with 'localhost'. Try to substitute with the loopback device IP (127.0.0.1) directy. e) don't forget to pass a donation via www.kannel.org for the group for this emergency assistance ;) Stipe ------------------------------------------------------------------- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF) http://www.tolj.org/ http://www.kannel.org/ mailto:st_{at}_tolj.org mailto:stolj_{at}_kannel.org -------------------------------------------------------------------
