Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
I have the following statement on my kannel:

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Thanks Bendon, What happens if I dont purge? On Fri, May 2, 2014 at 1:13 PM, Bendon Murgor bendonmur...@gmail.comwrote: Get the latest stable release for 1.5.0 and do a clean install buy purging the old one. Best Regards, - Bendon Murgor Sytems

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Milan P. Stanic
On Fri, 2014-05-02 at 13:07, MOSES KARIUKI wrote: Sorry for the error. I have the following statement on my installed kannel interface: Kannel bearerbox version `1.4.3'. Build `Nov 24 2011 09:54:00 I need to install OpenSMPPBox so that I can support as SMPP server. I installed it using the

Kannel restart Issues

2014-05-02 Thread Saurabh Pandey
Hello everyone, lately I am facing couple of issues with Kannel. There never occurred before, but from past couple of months I am facing this problem: 1.) When I restart Kannel (either from Kannel monitor or status page) it hangs in the middle. I mean when I check the status page, it says Going

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Thanks for you assistance. After purging the previous Kannel, I have been able to install using make install. I am using Ubuntu. The bearerbox is running fine. But Once I shut down the Terminal, it shuts down the Kannel. I would like to know how I can run kannel as a service such that when I

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Bendon Murgor
Deamonize the application by using the at the end of execution path tab delimited. This is not so good when your server goes down you will need to execute it again. Best Regards, - Bendon Murgor Sytems Engineer/IT Systems Auditor +254-720-529868 Sent

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Milan P. Stanic
On Fri, 2014-05-02 at 14:35, MOSES KARIUKI wrote: After purging the previous Kannel, I have been able to install using make install. I am using Ubuntu. The bearerbox is running fine. But Once I shut down the Terminal, it shuts down the Kannel. I would like to know how I can run kannel as a

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Otandeka Simon Peter
Use the kannel deamon (check the kannel manual) or alternatively run a shell script. I set mine to run in /etc/inittab or systemd. @sotandeka +256 716 801 124 Senior Programmer in VAS Mobile services, ERP, Health and Web-based Systems. Experienced Linux System Administrator and Open Source

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Sorry for bothering you, what do you suggest? I wan the process to run in the background so that even when I close the terminal, it is still running. On Fri, May 2, 2014 at 2:41 PM, Bendon Murgor bendonmur...@gmail.comwrote: Deamonize the application by using the at the end of execution path

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Milan/Murgor, I followed this instructions but I used gateway version 1.5.0. However, I cant find the kannel file under default. Do i have to uninstall it and Install from Milan's dpkg in the link? MK On Fri, May 2, 2014 at 2:43 PM, Milan P. Stanic m...@arvanta.net wrote: On Fri, 2014-05-02

Kannel 1.5 smsbox error

2014-05-02 Thread MOSES KARIUKI
Hi All, I am getting the below error. Please assist. I tried locating the /etc/default/kannel file but its not there. root@rzpeiz52m2:/etc/default# /etc/kannel/sbin/smsbox kannel.conf 2014-05-02 13:46:26 [24447] [0] INFO: Debug_lvl = -1, log_file = none, log_lvl = 0 2014-05-02 13:46:26 [24447]

Re: Kannel 1.5 smsbox error

2014-05-02 Thread Bendon Murgor
Boss, are you sure that is the correct location of your conf file? Have you followed the documentation? Create the kannel.conf in your current working directory and execute again. Best Regards, - Bendon Murgor Sytems Engineer/IT Systems Auditor

Re: Kannel 1.5 smsbox error

2014-05-02 Thread MOSES KARIUKI
THanks Bendon, I have done that. Below is the new error I am getting. 2014-05-02 14:01:07 [1811] [0] DEBUG: Connecting to 127.0.0.1 2014-05-02 14:01:07 [1811] [0] INFO: Connected to bearerbox at localhost port 13001. 2014-05-02 14:01:07 [1811] [0] DEBUG: Started thread 8

Re: Kannel 1.5 smsbox error

2014-05-02 Thread MOSES KARIUKI
# # Sample configuration file for Kannel bearerbox on Debian. # See the documentation for explanations of fields. # # HTTP administration is disabled by default. Make sure you set the # password if you enable it. group = core admin-port = 13000 admin-password = admin-deny-ip = *.*.*.*

Re: Kannel 1.5 smsbox error

2014-05-02 Thread MOSES KARIUKI
Bendon, In Addition, these are the instructions I followed. svn co https://svn.kannel.org/gateway/trunk kannel-1.5 cd kannel-1.5 ./configure --with-mysql --prefix=/usr/local make make install On Fri, May 2, 2014 at 5:10 PM, MOSES KARIUKI kariuk...@gmail.com wrote: # # Sample configuration

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Milan P. Stanic
On Fri, 2014-05-02 at 15:53, MOSES KARIUKI wrote: I followed this instructions but I used gateway version 1.5.0. However, I cant find the kannel file under default. Do i have to uninstall it and Install from Milan's dpkg in the link? If you don't have experience in compiling software yourself

Re: Kannel 1.5 smsbox error

2014-05-02 Thread Otandeka Simon Peter
Hi, 1. Run bearerbox first before running smsbox something like /usr/local/sbin/bearerbox -v 0 /etc/kannel.conf /usr/local/sbin/smsbox -v 0 /etc/kannel.conf 2. Send us the full log at debug-level zero (/usr/local/sbin/bearerbox -v 0 /etc/kannel.conf) 3. Check that you reach your SMSC

Re: Kannel 1.5 smsbox error

2014-05-02 Thread MOSES KARIUKI
Hi All, This is the bearer box log: 2014-05-02 14:41:49 [1944] [0] ERROR: Couldn't open logfile `/var/log/kannel/bearerbox.log'. 2014-05-02 14:41:49 [1944] [0] ERROR: System error 2: No such file or directory 2014-05-02 14:41:49 [1944] [0] INFO: SSL not supported, no SSL initialization done.

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Hi Milan, I am unable to uninstall kannel. Thanks, Moses On Fri, May 2, 2014 at 5:19 PM, Milan P. Stanic m...@arvanta.net wrote: On Fri, 2014-05-02 at 15:53, MOSES KARIUKI wrote: I followed this instructions but I used gateway version 1.5.0. However, I cant find the kannel file under

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
HI Milan, This is the error I am getting: dpkg: error processing kannel-dev_1.5.0-0_amd64.deb (--install): kannel-dev: 1.5.0-0 (Multi-Arch: no) is not co-installable with kannel-dev:i386 1.5.0-0 (Multi-Arch: no) which is currently installed Please assist. MT On Fri, May 2, 2014 at 5:19 PM,

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Milan P. Stanic
On Fri, 2014-05-02 at 18:23, MOSES KARIUKI wrote: HI Milan, This is the error I am getting: dpkg: error processing kannel-dev_1.5.0-0_amd64.deb (--install): kannel-dev: 1.5.0-0 (Multi-Arch: no) is not co-installable with kannel-dev:i386 1.5.0-0 (Multi-Arch: no) which is currently

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Thanks Milan, I tried and got the error: dpkg: error processing kannel-dev:i386 (--install): dependency problems - leaving unconfigured Processing triggers for man-db ... Errors were encountered while processing: kannel-dev:i386 Moses On Fri, May 2, 2014 at 6:41 PM, Milan P. Stanic

Error Running Kannel

2014-05-02 Thread MOSES KARIUKI
Hi All, Below is the error I am getting after running : /usr/local/sbin/bearerbox -v 0 /etc/kannel/kannel.conf 2014-05-02 19:21:14 [8296] [0] INFO: Debug_lvl = 0, log_file = none, log_lvl = 0 2014-05-02 19:21:14 [8296] [0] ERROR: Group 'smsc' may not contain field 'keyword'. 2014-05-02 19:21:14

Re: Error Running Kannel

2014-05-02 Thread Alejandro Guerrieri
I would start by sharing the configuration with the list... you're obviously doing something wrong (e.g. putting a keyword config entry on the [smsc] group). On Fri, May 2, 2014 at 4:26 PM, MOSES KARIUKI kariuk...@gmail.com wrote: Hi All, Below is the error I am getting after running :

Re: Error Running Kannel

2014-05-02 Thread MOSES KARIUKI
Hi, i have downloaded gateway 1.5.0. After ./configuring, making and make install with binding path, i get the above error. Below is my config. # # Sample configuration file for Kannel bearerbox on Debian. # See the documentation for explanations of fields. # # HTTP administration is disabled

Re: Error Running Kannel

2014-05-02 Thread Alejandro Guerrieri
Hrm, maybe you have a problem with the newlines being garbled? What's on line 63? On Fri, May 2, 2014 at 4:39 PM, MOSES KARIUKI kariuk...@gmail.com wrote: Hi, i have downloaded gateway 1.5.0. After ./configuring, making and make install with binding path, i get the above error. Below is

Re: Error Running Kannel

2014-05-02 Thread MOSES KARIUKI
basically, I want to compile kannel with pgsql and with open smpp box. I had installed kannel by apt-get-ing. I uninstalled it. I want to install kannel 1.5 as a service. But apparently is a not as easy as it seemed. Is there a step by step instruction that I can follow? Please advise. And whats

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Hi Milan, Below is the error i am getting now. Unpacking kannel-dev:i386 (from kannel-dev_1.5.0-0_i386.deb) ... dpkg: dependency problems prevent configuration of kannel-dev:i386: kannel-dev:i386 depends on libssl-dev. kannel-dev:i386 depends on libpam0g-dev. kannel-dev:i386 depends on

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Milan P. Stanic
On Fri, 2014-05-02 at 23:21, MOSES KARIUKI wrote: Hi Milan, Before we continue please give us information about your OS. Post the output of the next few commands. First: cat /etc/os-release If it says Debian or Ubuntu try next: cat /etc/debian_version and: dpkg --print-architecture Below is

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Hi Milan, Thanks a lot for your help. cat /etc/debian_version NAME=Ubuntu VERSION=12.04.4 LTS, Precise Pangolin ID=ubuntu ID_LIKE=debian PRETTY_NAME=Ubuntu precise (12.04.4 LTS) VERSION_ID=12.04 cat /etc/debian_version wheezy/sid dpkg --print-architecture amd64 On Fri, May 2, 2014 at

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Milan P. Stanic
On Fri, 2014-05-02 at 23:50, MOSES KARIUKI wrote: Hi Milan, Thanks a lot for your help. cat /etc/debian_version NAME=Ubuntu VERSION=12.04.4 LTS, Precise Pangolin ID=ubuntu ID_LIKE=debian PRETTY_NAME=Ubuntu precise (12.04.4 LTS) VERSION_ID=12.04 cat /etc/debian_version wheezy/sid

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Hi, these are my results: dpkg -i kannel-dev_1.5.0-0_amd64.deb Selecting previously unselected package kannel-dev. (Reading database ... 84200 files and directories currently installed.) Unpacking kannel-dev (from kannel-dev_1.5.0-0_amd64.deb) ... Setting up kannel-dev (1.5.0-0) ... Processing

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread Milan P. Stanic
On Sat, 2014-05-03 at 00:11, MOSES KARIUKI wrote: Hi, these are my results: dpkg -i kannel-dev_1.5.0-0_amd64.deb Selecting previously unselected package kannel-dev. (Reading database ... 84200 files and directories currently installed.) Unpacking kannel-dev (from

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Hi Milan, You have been very helpful. I was able to install the However, I got the following error: root@rzpeiz52m2:/etc/kannel# sudo smsbox -v 0 /etc/kannel/kannel.conf 2014-05-02 22:56:36 [1507] [0] INFO: Debug_lvl = 0, log_file = none, log_lvl = 0 2014-05-02 22:56:36 [1507] [0] ERROR: Group

Re: Upgrading Kannel from version 1.4.2 to 1.5.0

2014-05-02 Thread MOSES KARIUKI
Hi Milan, Sorry for that. The copy of config files was deleting empty lines. I managed to clear it. Please guide me in configuring opensmppbox on the kannel. Thanks, Moses On Sat, May 3, 2014 at 2:13 AM, MOSES KARIUKI kariuk...@gmail.com wrote: Hi Milan, You have been very helpful. I

Re: Kannel 1.5 smsbox error

2014-05-02 Thread Saurabh Pandey
Ok, start again from the begining. Remove all Kannel installations by manually deleting files/binaries. Follow these steps exactly and you'd be good to go: 1) download kannel pkg on server from redmine. Enter this command in terminal *mkdir /downloads* *cd /downloads* *wget