Unable to start bearerbox - serious error
M Amedeo Alaimo <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I have compiled kannel 1.4 on three machines, two of which we would not like to use for testing ( the third we would like to use for testing ). Each time the program was compiled the same compile time options were used. All programs use the same configuration file. Two of the machines have this segmentation error. ../sbin/bearerbox -v 1 kannel.conf 2005-12-08 15:28:24 [8073] [0] INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0 2005-12-08 15:28:24 [8073] [0] WARNING: DLR: using default 'internal' for storage type. 2005-12-08 15:28:24 [8073] [0] INFO: DLR using storage type: internal Segmentation fault Dec 8 15:28:19 massachusetts kernel: bearerbox[8072] general protection rip:3afb06fd00 rsp:7fbfffec68 error:0 Dec 8 15:28:24 massachusetts kernel: bearerbox[8073] general protection rip:3afb06fd00 rsp:7fbfffec58 error:0 The two machines that the program does not work on are using cent os linux 4.1 with kernels 2.6.9-11.ELsmp #1 SMP Wed Jun 8 16:59:12 CDT 2005 x86_64 x86_64 x86_64 GNU/Linux and 2.6.9-22.0.1.106.unsupported #1 Sun Nov 6 09:30:38 CST 2005 x86_64 x86_64 x86_64 GNU/Linux the machine that the program runs on is using cent os 4 with the kernel 2.6.9-11.EL #1 Wed Jun 8 16:59:52 CDT 2005 i686 i686 i386 GNU/Linux Here is the configuration file # CORE group = core admin-port = 13000 admin-password = 123456 status-password = 123 log-file = "/usr/local/kannel/log/kannel.log" log-level = 0 access-log = "/usr/local/kannel/log/access.log" smsbox-port = 13001 store-file = "/usr/local/kannel/log/kannel.store" # SMSC Fake group = smsc smsc = fake host = localhost port = 11000 # SMSC Real #group = smsc #smsc = smpp #host = 123.123.123.123 #port = 600 #receive-port = 700 #smsc-username = "STT" #smsc-password = foo #system-type = "VMA" #address-range = "" # SMSBOX SETUP group = smsbox bearerbox-host = localhost sendsms-port = 13002 sendsms-chars = "0123456789+" log-file = "/usr/local/kannel/log/smsbox.log" log-level = 0 access-log = "/usr/local/kannel/log/access.log" # SEND-SMS USERS group = sendsms-user username = playsms password = playsms # SMS SERVICE 'Default' # there should be default always group = sms-service keyword = default text = default group = sms-service keyword = notest text = testing I would greatly appreciate some input on this issue. Thanks -- M Amedeo Alaimo