Re: ERROR: connect failed kannel

2016-03-11 Thread christopher kamutumwa
hi results from # su - kannel > $ bearerbox /etc/kannel/kannel.conf. so what next 2016-03-11 13:29:24 [10158] [0] INFO: Added logfile `/var/log/kannel/gateway.log' with level `0'. 2016-03-11 13:29:24 [10158] [0] INFO: Started access logfile `/var/log/kannel/access.log'. 2016-03-11 13:29:24 [10158

Re: ERROR: connect failed kannel

2016-03-11 Thread spameden
2016-03-11 18:26 GMT+03:00 christopher kamutumwa : > hi results from > > # su - kannel > > $ bearerbox /etc/kannel/kannel.conf. so what next > > 2016-03-11 13:29:24 [10158] [0] PANIC: You MUST set HTTP admin-password > It writes you the reason once again... > On 3/11/16, spameden wrote:

Re: ERROR: connect failed kannel

2016-03-11 Thread spameden
Your log indicates there is a problem with bearearbox, try running berarebox from the console and see what's the problem there: # su - kannel $ bearerbox /etc/kannel/kannel.conf 2016-03-11 18:10 GMT+03:00 christopher kamutumwa : > Hi > Ive installed kannel on my ubuntu machine LTS14 and kannel s

RE: ERROR: connect failed kannel

2016-03-11 Thread Беляев Владимир Николаевич
If you run out to the console without key "-в" messages for each program? -Original Message- From: christopher kamutumwa [mailto:chriskamutu...@gmail.com] Sent: Friday, March 11, 2016 6:44 PM To: Беляев Владимир Николаевич Cc: users Subject: Re: ERROR: connect failed kannel n

Re: ERROR: connect failed kannel

2016-03-11 Thread christopher kamutumwa
not working . what will resolve my issue? On 3/11/16, Беляев Владимир Николаевич wrote: > Try the script: > > [u3850@sms-gw ~]$ cat kannel_start > #!/bin/bash > > /usr/local/sbin/bearerbox -d /etc/kannel/kannel.conf > /usr/local/sbin/sqlbox -d /etc/kannel/sqlbox.conf > /usr/local/sbin/opensmppbo

RE: ERROR: connect failed kannel

2016-03-11 Thread Беляев Владимир Николаевич
Try the script: [u3850@sms-gw ~]$ cat kannel_start #!/bin/bash /usr/local/sbin/bearerbox -d /etc/kannel/kannel.conf /usr/local/sbin/sqlbox -d /etc/kannel/sqlbox.conf /usr/local/sbin/opensmppbox -d /etc/kannel/opensmppbox.conf sleep 3 /usr/local/sbin/smsbox -d /etc/kannel/kannel.conf -Origin