Hi,
I'm configuring a new Kannel box, running under Debian Sarge, Kernel
2.6.8-2-686-smp
I'm making the most simple config:
group = core
admin-port = 13000
admin-password = f00bar
and when running kannel with:
# bearerbox -v 0 /etc/kannel/kannel.conf
I get:
2005-08-23 06:13:20 [8290] [0] INFO: Debug_lvl = 0, log_file = <none>,
log_lvl = 0
2005-08-23 06:13:20 [8290] [0] WARNING: DLR: using default 'internal'
for storage type.
2005-08-23 06:13:20 [8290] [0] INFO: DLR using storage type: internal
2005-08-23 06:13:20 [8290] [0] DEBUG: Kannel bearerbox version `1.4.0'.
Build `Aug 23 2005 06:04:07', compiler `3.3.5 (Debian 1:3.3.5-13)'.
System Linux, release 2.6.8-2-686-smp, version #1 SMP Thu May 19
17:27:55 JST 2005, machine i686.
Hostname localhost.localdomain, IP 127.0.0.1.
Libxml version 2.6.16.
Using native malloc.
2005-08-23 06:13:20 [8290] [0] INFO: SSL not supported, no SSL
initialization done.
2005-08-23 06:13:20 [8290] [0] INFO: HTTP: Opening server at port 13000.
2005-08-23 06:13:20 [8290] [0] DEBUG: Started thread 1
(gwlib/fdset.c:poller)
2005-08-23 06:13:20 [8290] [0] DEBUG: Started thread 2
(gwlib/http.c:server_thread)
2005-08-23 06:13:20 [8290] [0] DEBUG: Started thread 3
(gw/bb_http.c:httpadmin_run)
2005-08-23 06:13:20 [8290] [0] INFO:
----------------------------------------
2005-08-23 06:13:20 [8290] [0] INFO: Kannel bearerbox II version 1.4.0
starting
2005-08-23 06:13:20 [8290] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller)
maps to pid 8290.
2005-08-23 06:13:20 [8290] [2] DEBUG: Thread 2
(gwlib/http.c:server_thread) maps to pid 8290.
2005-08-23 06:13:20 [8290] [3] DEBUG: Thread 3
(gw/bb_http.c:httpadmin_run) maps to pid 8290.
2005-08-23 06:13:25 [8290] [0] INFO: MAIN: Start-up done, entering mainloop
2005-08-23 06:13:25 [8290] [0] DEBUG: Shutting down Kannel...
2005-08-23 06:13:25 [8290] [0] DEBUG: shutting down smsc
2005-08-23 06:13:25 [8290] [0] DEBUG: shutting down udp
2005-08-23 06:13:25 [8290] [0] INFO: All flow threads have died, killing
core
2005-08-23 06:13:25 [8290] [0] DEBUG: Waiting for 2
(gwlib/http.c:server_thread) to terminate
2005-08-23 06:13:25 [8290] [3] DEBUG: HTTP: No clients with requests,
quitting.
2005-08-23 06:13:25 [8290] [3] DEBUG: Thread 3
(gw/bb_http.c:httpadmin_run) terminates.
2005-08-23 06:13:25 [8290] [2] DEBUG: Thread 2
(gwlib/http.c:server_thread) terminates.
2005-08-23 06:13:25 [8290] [1] DEBUG: Thread 1 (gwlib/fdset.c:poller)
terminates.
2005-08-23 06:13:25 [8290] [0] INFO: Total WDP messages: received 0, sent 0
2005-08-23 06:13:25 [8290] [0] INFO: Total SMS messages: received 0, sent 0
2005-08-23 06:13:25 [8290] [0] DEBUG: Immutable octet strings: 74.
and it dies...
Same happens with Debian package and with self compiled Kannel...
Waht may the problem be??
Thanks in advance!
Juan