Hi,
You seem to have an error in your configuration file. Please post.
Also please repost logs w maximum detail (skip verbosity or use --verbosity
0)
BR,
Nikos
----- Original Message -----
From: "Matt Wiseman" <[email protected]>
To: "users" <[email protected]>
Sent: Thursday, August 06, 2009 1:27 AM
Subject: Error starting smsbox
I'm starting smsbox with the following script..
cat ./start_kannel.sh
#!/bin/sh
rm /var/log/kannel/*
bearerbox --verbosity 4
--logfile /var/log/kannel/bearerbox.log /etc/kannel/kannel.conf &
sleep 10
smsbox --verbosity 4
--logfile /var/log/kannel/smsbox.log /etc/kannel/kannel.conf &
and getting the following:
smsserver2:/etc/kannel# ./start_kannel.sh
smsserver2:/etc/kannel# 2009-08-05 15:19:34 [2480] [0] PANIC:
urltrans_add_cfg failed
2009-08-05 15:19:34 [2480] [0] PANIC: smsbox(gw_panic+0x101) [0x8087051]
2009-08-05 15:19:34 [2480] [0] PANIC: smsbox(main+0x138c) [0x8053ffc]
2009-08-05 15:19:34 [2480] [0]
PANIC: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7a11455]
2009-08-05 15:19:34 [2480] [0] PANIC: smsbox [0x80524c1]
any thoughts? any packages I'm missing?