Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread spameden
needs further testing, but pretty sure it should be OK 2012/4/16 spameden spame...@gmail.com I think I resolved this via workaround: altered /etc/init.d/kannel script with: stop) echo -n Stopping WAP gateway: CORE_CONF=$(grep -r 'group[[:space:]]*=[[:space:]]*core' $CONFDIR |

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread Willy Mularto
Nice workaround, this should help others minimizing the lost traffics issue. Thanks for the share. On Apr 16, 2012, at 5:52 PM, spameden wrote: needs further testing, but pretty sure it should be OK 2012/4/16 spameden spame...@gmail.com I think I resolved this via workaround: altered

Re: restarting kannel gives panic [SOLVED]

2012-04-16 Thread spameden
http://pastebin.com/w9mHmeHd -- init script for Debian (works fine on Debian Squeeze) also you need to add these lines to /etc/default/kannel: START_WAPBOX=0 START_SMSBOX=1 START_SMPPBOX=0 START_SQLBOX=1 if you need to enable particular service, just set it to 1. 2012/4/16 spameden