Dear Kannel users, I downloaded Kannel 1.2.0 and installed it on my RedHat 7.2 machine
To start the bearerbox I type gw/bearerbox --verbosity 1 --logfile <log file name> <kannel config file location> the bearerbox starts initially and outputs the following lines on my command prompt: INFO: Debug_lvl = 1, log_file = <none>, log_lvl = 0 WARNING: DLR: Using default 'internal' for storage type INFO: Added log file '/kannel/logs/bb.log' with log level '0' INFO: ----------------------------------------------- INFO: Kannel bearerbox II version 1.2.0 starting INFO: Started access logfile 'access.log' For a few seconds the cursor is blinking below the last line making me believe that Kannel has started. But a few seconds later, bearerbox outputs the following lines and terminates unexpectedly: INFO: MAIN: Start-up done, entering mainloop INFO: All flow threads have died, killing core INFO: Total WDP messages: recieved 0, sent 0 INFO: Total SMS messages: recieved 0, sent 0 This is my configuration of kannel.conf group = core admin-port = 13000 admin-password = bar log-file = "/kannel/logs/bb.log" log-level = 0 access-log = "access.log" And these are the logs that I get from the bearerbox logs 002-08-16 12:10:47 [0] INFO: Added logfile `/kannel/logs/bb.log' with level `0'. 2002-08-16 12:10:47 [0] INFO: ---------------------------------------- 2002-08-16 12:10:47 [0] INFO: Kannel bearerbox II version 1.2.0 starting 2002-08-16 12:10:47 [0] INFO: Started access logfile `access.log'. 2002-08-16 12:10:47 [0] DEBUG: HTTP: Opening server at port 13000. 2002-08-16 12:10:47 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller) 2002-08-16 12:10:47 [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread) 2002-08-16 12:10:47 [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run) 2002-08-16 12:10:52 [0] INFO: MAIN: Start-up done, entering mainloop 2002-08-16 12:10:52 [0] INFO: All flow threads have died, killing core 2002-08-16 12:10:52 [0] DEBUG: Waiting for 2 (gwlib/http.c:server_thread) to terminate 2002-08-16 12:10:52 [3] DEBUG: HTTP: No clients with requests, quitting. 2002-08-16 12:10:52 [3] DEBUG: Thread 3 (gw/bb_http.c:httpadmin_run) terminates. 2002-08-16 12:10:52 [2] DEBUG: Thread 2 (gwlib/http.c:server_thread) terminates. 2002-08-16 12:10:52 [1] DEBUG: Thread 1 (gwlib/fdset.c:poller) terminates. 2002-08-16 12:10:52 [0] DEBUG: final clean-up for SMSCConn 2002-08-16 12:10:52 [0] INFO: Total WDP messages: received 0, sent 0 2002-08-16 12:10:52 [0] INFO: Total SMS messages: received 0, sent 0 2002-08-16 12:10:52 [0] DEBUG: Immutable octet strings: 42. 2002-08-16 12:10:52 [0] DEBUG: Current allocations: 0 areas, 0 bytes 2002-08-16 12:10:52 [0] DEBUG: Highest number of allocations: 281 areas 2002-08-16 12:10:52 [0] DEBUG: Highest memory usage: 33546 bytes Any help would be appreciated. SNODX
