Re about the bearerbox start up
hi all:
Now I post my qusetion of about bearerbox start up with the content of kannel.conf
and bearerbox.log in detail again.
I use the software of vmware to install Red Hat Linux release 9 (Shrike) Kernel
2.4.20-8 as client system ,the host is Windows 2000 server at the same PC. And then I
install kannel-1.2.0-5.i386.rpm into Red Hat 9.
When I start the bearerbox in the directory gw . The instruction as follows
"./bearerbox -v 1 kannel.conf". But this programme stop when the message "MAIN
start-up done , entering mainloop " was showed on the screen for a long time until I
pressctrl+c to kill it . When I press ctrl+c ,the message " gwlib/list.c:287 list_lock
Assertion 'list != NULL failed "on the screen . I hadn't found answers on internet
directly .
My Kannel.conf is showed as follows,
group = core
admin-port = 13000
wapbox-port = 13002
admin-password = bar
#status-password = foo
#admin-deny-ip = ""
#admin-allow-ip = ""
wdp-interface-name = "*"
log-file = "/tmp/bearerbox.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
#access-log = "access.log"
#store-file = "kannel.store"
group = wapbox
bearerbox-host = localhost
log-file = "/tmp/wapbox.log"
log-level = 0
syslog-level = none
access-log = "/tmp/wapaccess.log"
This kannel.conf is default but I only had changed the value of the log-level form
1 to 0.
Who could tell me that why bearerbox could not start up? Dose its reason lies in the
configure file?
My bearerbox.log in directory of /tmp is as follows.
2004-04-07 21:05:05 [0] INFO: Added logfile `/tmp/bearerbox.log' with level `0'.
2004-04-07 21:05:05 [0] INFO: SSL not supported, no SSL initialization done.
2004-04-07 21:05:05 [0] DEBUG: HTTP: Opening server at port 13000.
2004-04-07 21:05:05 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2004-04-07 21:05:05 [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
2004-04-07 21:05:05 [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
2004-04-07 21:05:05 [0] DEBUG: starting UDP sender/receiver module
2004-04-07 21:05:05 [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9200>
2004-04-07 21:05:05 [0] DEBUG: Started thread 4 (gw/bb_udp.c:udp_receiver)
2004-04-07 21:05:05 [0] DEBUG: Started thread 5 (gw/bb_udp.c:udp_sender)
2004-04-07 21:05:05 [0] DEBUG: udpc_create: Bound to UDP <0.0.0.0:9201>
2004-04-07 21:05:05 [0] DEBUG: Started thread 6 (gw/bb_udp.c:udp_receiver)
2004-04-07 21:05:05 [0] DEBUG: Started thread 7 (gw/bb_udp.c:udp_sender)
2004-04-07 21:05:05 [0] DEBUG: starting wapbox connection module
2004-04-07 21:05:05 [0] DEBUG: Started thread 8 (gw/bb_boxc.c:wdp_to_wapboxes)
2004-04-07 21:05:05 [0] DEBUG: Started thread 9 (gw/bb_boxc.c:wapboxc_run)
2004-04-07 21:05:05 [0] DEBUG: starting WDP router
2004-04-07 21:05:05 [0] DEBUG: Started thread 10 (gw/bearerbox.c:wdp_router)
2004-04-07 21:05:05 [0] INFO: ----------------------------------------
2004-04-07 21:05:05 [0] INFO: Kannel bearerbox II version 1.2.1 starting
2004-04-07 21:05:05 [0] INFO: MAIN: Start-up done, entering mainloop
2004-04-07 21:06:35 [0] WARNING: Killing signal received, shutting down...
2004-04-07 21:06:35 [0] DEBUG: Shutting down Kannel...
2004-04-07 21:06:35 [0] DEBUG: shutting down smsc
2004-04-07 21:06:35 [0] DEBUG: shutting down udp
2004-04-07 21:06:35 [0] DEBUG: udp_shutdown: Starting avalanche
2004-04-07 21:06:35 [4] DEBUG: Thread 4 (gw/bb_udp.c:udp_receiver) terminates.
2004-04-07 21:06:35 [6] DEBUG: Thread 6 (gw/bb_udp.c:udp_receiver) terminates.
2004-04-07 21:06:35 [8] DEBUG: wdp_to_wapboxes: destroying lists
2004-04-07 21:06:35 [8] DEBUG: Thread 8 (gw/bb_boxc.c:wdp_to_wapboxes) terminates.
2004-04-07 21:06:35 [9] DEBUG: Thread 9 (gw/bb_boxc.c:wapboxc_run) terminates.
2004-04-07 21:06:35 [10] DEBUG: udp_die: removing producers from udp-lists
2004-04-07 21:06:35 [10] DEBUG: Thread 10 (gw/bearerbox.c:wdp_router) terminates.
2004-04-07 21:06:35 [5] DEBUG: Thread 5 (gw/bb_udp.c:udp_sender) terminates.
2004-04-07 21:06:35 [7] DEBUG: Thread 7 (gw/bb_udp.c:udp_sender) terminates.
2004-04-07 21:06:35 [0] INFO: All flow threads have died, killing core
2004-04-07 21:06:35 [0] DEBUG: Waiting for 2 (gwlib/http.c:server_thread) to terminate
2004-04-07 21:06:35 [3] DEBUG: HTTP: No clients with requests, quitting.
2004-04-07 21:06:35 [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) terminates.
2004-04-07 21:06:35 [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates.
2004-04-07 21:06:35 [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates.
2004-04-07 21:06:35 [0] DEBUG: final clean-up for SMSCConn
2004-04-07 21:06:35 [0] PANIC: gwlib/list.c:287: list_lock: Assertion `list != NULL'
failed.
Thank your help .
===============================================
诺基亚铃声 http://sms.tom.com/index2.php?inc=3&type=24
摩托罗拉铃声 http://sms.tom.com/index2.php?inc=3&type=26
西门子铃声 http://sms.tom.com/index2.php?inc=3&type=25
诺基亚小图 http://sms.tom.com/index2.php?inc=2
诺基亚大图 http://sms.tom.com/index2.php?inc=2&type=3740
西门子图片 http://sms.tom.com/index2.php?inc=2&type=30
手机点歌 http://sms.tom.com/index2.php?inc=song
===============================================