The thing is really simple. I am using ubuntu and I installed Kannel 1.4.0 from the package file.
the configure file is simple:
--------------------
group = core
admin-port = 13000
admin-password = bar
--------------------
But, the output confused me
--------------------
2007-03-20 14:11:55 [8509] [0] INFO: HTTP: Opening server at port 13000.
2007-03-20 14:11:55 [8509] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2007-03-20 14:11:55 [8509] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
2007-03-20 14:11:55 [8509] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
2007-03-20 14:11:55 [8509] [0] INFO: ----------------------------------------
2007-03-20 14:11:55 [8509] [0] INFO: Kannel bearerbox II version 1.4.0 starting
2007-03-20 14:11:55 [8509] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 8509.
2007-03-20 14:11:55 [8509] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 8509.
2007-03-20 14:11:55 [8509] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 8509.
2007-03-20 14:12:00 [8509] [0] INFO: MAIN: Start-up done, entering mainloop
2007-03-20 14:12:00 [8509] [0] DEBUG: Shutting down Kannel...
2007-03-20 14:12:00 [8509] [0] DEBUG: shutting down smsc
2007-03-20 14:12:00 [8509] [0] DEBUG: shutting down udp
2007-03-20 14:12:00 [8509] [0] INFO: All flow threads have died, killing core
2007-03-20 14:12:00 [8509] [0] DEBUG: Waiting for 2 (gwlib/http.c:server_thread) to terminate
2007-03-20 14:12:00 [8509] [3] DEBUG: HTTP: No clients with requests, quitting.
2007-03-20 14:12:00 [8509] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) terminates.
2007-03-20 14:12:00 [8509] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates.
2007-03-20 14:12:00 [8509] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates.
2007-03-20 14:12:00 [8509] [0] INFO: Total WDP messages: received 0, sent 0
2007-03-20 14:12:00 [8509] [0] INFO: Total SMS messages: received 0, sent 0
2007-03-20 14:12:00 [8509] [0] DEBUG: Immutable octet strings: 85.
--------------------
My question is: is it supposed to be like this? I don't feel it right.
Anyway, thanks for your input. Any thought is welcome.
the configure file is simple:
--------------------
group = core
admin-port = 13000
admin-password = bar
--------------------
But, the output confused me
--------------------
2007-03-20 14:11:55 [8509] [0] INFO: HTTP: Opening server at port 13000.
2007-03-20 14:11:55 [8509] [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2007-03-20 14:11:55 [8509] [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
2007-03-20 14:11:55 [8509] [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
2007-03-20 14:11:55 [8509] [0] INFO: ----------------------------------------
2007-03-20 14:11:55 [8509] [0] INFO: Kannel bearerbox II version 1.4.0 starting
2007-03-20 14:11:55 [8509] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) maps to pid 8509.
2007-03-20 14:11:55 [8509] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) maps to pid 8509.
2007-03-20 14:11:55 [8509] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) maps to pid 8509.
2007-03-20 14:12:00 [8509] [0] INFO: MAIN: Start-up done, entering mainloop
2007-03-20 14:12:00 [8509] [0] DEBUG: Shutting down Kannel...
2007-03-20 14:12:00 [8509] [0] DEBUG: shutting down smsc
2007-03-20 14:12:00 [8509] [0] DEBUG: shutting down udp
2007-03-20 14:12:00 [8509] [0] INFO: All flow threads have died, killing core
2007-03-20 14:12:00 [8509] [0] DEBUG: Waiting for 2 (gwlib/http.c:server_thread) to terminate
2007-03-20 14:12:00 [8509] [3] DEBUG: HTTP: No clients with requests, quitting.
2007-03-20 14:12:00 [8509] [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) terminates.
2007-03-20 14:12:00 [8509] [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates.
2007-03-20 14:12:00 [8509] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates.
2007-03-20 14:12:00 [8509] [0] INFO: Total WDP messages: received 0, sent 0
2007-03-20 14:12:00 [8509] [0] INFO: Total SMS messages: received 0, sent 0
2007-03-20 14:12:00 [8509] [0] DEBUG: Immutable octet strings: 85.
--------------------
My question is: is it supposed to be like this? I don't feel it right.
Anyway, thanks for your input. Any thought is welcome.
