Re: restarting kannel gives panic

2012-04-16 Thread spameden
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 | cut -d: -f1) ADMIN_PORT=$(grep '^admin-port' $CORE_CONF | sed s/.*=[[:space:]]*//)

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

Re: restarting kannel gives panic

2012-04-16 Thread spameden
I've tested this furthermore and has to say it's NOT solved :( Even if I use shutdown via kannel's web-interface bearerbox still brokes up with PANIC if there was a queue processing when restart command was issued. So I guess the bug is somewhere inside the kannel. 2012/4/16 spameden

Re: restarting kannel gives panic

2012-04-12 Thread spameden
Hello, any update on this? Still having this issue with spool-queue (happens also on filestore I think) 2012/4/5 spameden spame...@gmail.com Hello, list. This bug was already discussed here: http://www.kannel.org/pipermail/users/2010-August/012229.html But still no solution! I have

restarting kannel gives panic

2012-04-04 Thread spameden
Hello, list. This bug was already discussed here: http://www.kannel.org/pipermail/users/2010-August/012229.html But still no solution! I have smsbox-sqlbox-bearerbox scheme and _VERY_OFTEN_ if i restart kannel when it has active queue bearerbox fails to restart. Please suggest.