RE: OpenSMPPBox - Installed on CentOS 5.2 with Kannel 1.5.0 not starting!

2011-08-22 Thread Rene Kluwen
See the example opensmppbox.conf in the example folder.

Maybe the only thing you need is extra white space after group = core.

 

== Rene

 

From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf
Of Mpeirwe Benjamin
Sent: Monday, 22 August, 2011 12:40
To: users@kannel.org
Subject: Re: OpenSMPPBox - Installed on CentOS 5.2 with Kannel 1.5.0 not
starting!

 

 Hello,

 

Thanks Milan, but this does not solve the problem. My configuration file is
a follows:

 

group = core

 group = opensmppbox

bearerbox-host = 127.0.0.1

bearerbox-port = 13000

opensmppbox-id = smppbox1

pensmppbox-port = 9100

log-file = /var/log/kannel/opensmppbox.log

log-level = 0

our-system-id = jeejay

smpp-logins = /etc/opensmppbox/clients.txt

 

the same error is shown when I run:

 

#opensmppbox -v 0 /etc/kannel/opensmppbox.conf

 

Your help will be very much appreciated

On Mon, Aug 22, 2011 at 12:07 PM, Milan P. Stanic  wrote:

On Mon, 2011-08-22 at 11:54, Mpeirwe Benjamin wrote:
> Hi All,
>
> I have kannel 1.5.0 running perfectly on My CentOS 5.2 box, I installed
> openSMPPBox through SVN  as follows:
>
> 1. #svn co https://svn.kannel.org/smppbox/trunk
> 2. #cd /trunk/
>
> 3. #./configure
>
> 4. #make
>
> 5. #make install
>
> Up to this point everything has run fine. Then I create the opensmppbox
> configuration file as follows:
>
>
> group = opensmppbox
>
> bearerbox-host = 127.0.0.1
>
> bearerbox-port = 13000
>
> opensmppbox-id = smppbox1
>
> opensmppbox-port = 9100
>
> log-file = /var/log/kannel/opensmppbox.log
>
> log-level = 0
>
> our-system-id = jeejay
>
> smpp-logins = /etc/opensmppbox/clients.txt
>
> the configuration file is saved as: /etc/kannel/opensmppbox.conf
>
> I try to start opensmppbox (which is located in /usr/local/sbin/) as
> follows:
>
> #opensmppbox -v 0 /etc/kannel/opensmppbox.conf
>
> and the error I get is:
>
> [root@nat2 sbin]# opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> 2011-08-22 11:49:43 [24602] [0] INFO: Debug_lvl = 0, log_file = ,
> log_lvl = 0
> 2011-08-22 11:49:43 [24602] [0] DEBUG: Kannel opensmppbox version svn-r62
> gwlib version `1.5.0'.
> Build `Aug 21 2011 19:19:36', compiler `4.1.2 20080704 (Red Hat
4.1.2-50)'.
> System Linux, release 2.6.18-92.el5, version #1 SMP Tue Jun 10 18:49:47
EDT
> 2008, machine i686.
> Hostname localhost.localdomain, IP 127.0.0.1.
> Libxml version 2.6.26.
> Using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008.
> Compiled with MySQL 5.0.89, using MySQL 5.0.89.
> Using native malloc.
> 2011-08-22 11:49:43 [24602] [0] PANIC: DLR: can't find group core

Look here >   ^   ^

You should add
group = core
to top of your opensmppbox.conf file.


> 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(gw_panic+0xc2)
> [0x808d7a2]
> 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(dlr_init+0x1c8)
> [0x8055f28]
> 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(main+0x204) [0x8050654]
> 2011-08-22 11:49:43 [24602] [0] PANIC:
> /lib/libc.so.6(__libc_start_main+0xdc) [0xb6ce9c]
> 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox [0x80502f1]
> [root@nat2 sbin]#
>
> Could the problem have to do with i386 (that is what my machine is) not
> i686?
>
>
>
> "The Scientist explores what is,
> the Engineer creates what has never been."
> Theodore von Karman

--
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.




-- 
"The Scientist explores what is,
the Engineer creates what has never been." 
Theodore von Karman





Re: OpenSMPPBox - Installed on CentOS 5.2 with Kannel 1.5.0 not starting!

2011-08-22 Thread Milan P. Stanic
Replying to self to correct myself.

On Mon, 2011-08-22 at 12:48, Milan P. Stanic wrote:
> On Mon, 2011-08-22 at 13:40, Mpeirwe Benjamin wrote:
> >  Hello,
> > 
> > Thanks Milan, but this does not solve the problem. My configuration file is
> > a follows:
> > 
> > group = core
> >  group = opensmppbox
>^^^
> It should be smppbox and not opensmppbox 

Sorry, my mistake.
SVN opensmppbox uses "opensmppbox" string for group definition.
In older version it was just "smppbox", IIRC.

> > bearerbox-host = 127.0.0.1
> > bearerbox-port = 13000
> > 
> > opensmppbox-id = smppbox1
> Same here,
> > pensmppbox-port = 9100
> 
> and here.

And, opensmppbox-port is correct keyword.

Sorry, again.

> > log-file = /var/log/kannel/opensmppbox.log
> > 
> > log-level = 0
> > 
> > our-system-id = jeejay
> > 
> > smpp-logins = /etc/opensmppbox/clients.txt
> > 
> > the same error is shown when I run:
> > 
> > #opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> > 
> > Your help will be very much appreciated
>  
> For the help your best friend is userguide, especially if you read it
> carefully. No offense :)
> 
> 
> > On Mon, Aug 22, 2011 at 12:07 PM, Milan P. Stanic  wrote:
> > 
> > > On Mon, 2011-08-22 at 11:54, Mpeirwe Benjamin wrote:
> > > > Hi All,
> > > >
> > > > I have kannel 1.5.0 running perfectly on My CentOS 5.2 box, I installed
> > > > openSMPPBox through SVN  as follows:
> > > >
> > > > 1. #svn co https://svn.kannel.org/smppbox/trunk
> > > > 2. #cd /trunk/
> > > >
> > > > 3. #./configure
> > > >
> > > > 4. #make
> > > >
> > > > 5. #make install
> > > >
> > > > Up to this point everything has run fine. Then I create the opensmppbox
> > > > configuration file as follows:
> > > >
> > > >
> > > > group = opensmppbox
> > > >
> > > > bearerbox-host = 127.0.0.1
> > > >
> > > > bearerbox-port = 13000
> > > >
> > > > opensmppbox-id = smppbox1
> > > >
> > > > opensmppbox-port = 9100
> > > >
> > > > log-file = /var/log/kannel/opensmppbox.log
> > > >
> > > > log-level = 0
> > > >
> > > > our-system-id = jeejay
> > > >
> > > > smpp-logins = /etc/opensmppbox/clients.txt
> > > >
> > > > the configuration file is saved as: /etc/kannel/opensmppbox.conf
> > > >
> > > > I try to start opensmppbox (which is located in /usr/local/sbin/) as
> > > > follows:
> > > >
> > > > #opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> > > >
> > > > and the error I get is:
> > > >
> > > > [root@nat2 sbin]# opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> > > > 2011-08-22 11:49:43 [24602] [0] INFO: Debug_lvl = 0, log_file = ,
> > > > log_lvl = 0
> > > > 2011-08-22 11:49:43 [24602] [0] DEBUG: Kannel opensmppbox version 
> > > > svn-r62
> > > > gwlib version `1.5.0'.
> > > > Build `Aug 21 2011 19:19:36', compiler `4.1.2 20080704 (Red Hat
> > > 4.1.2-50)'.
> > > > System Linux, release 2.6.18-92.el5, version #1 SMP Tue Jun 10 18:49:47
> > > EDT
> > > > 2008, machine i686.
> > > > Hostname localhost.localdomain, IP 127.0.0.1.
> > > > Libxml version 2.6.26.
> > > > Using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008.
> > > > Compiled with MySQL 5.0.89, using MySQL 5.0.89.
> > > > Using native malloc.
> > > > 2011-08-22 11:49:43 [24602] [0] PANIC: DLR: can't find group core
> > > Look here >   ^   ^
> > >
> > > You should add
> > > group = core
> > > to top of your opensmppbox.conf file.
> > >
> > > > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(gw_panic+0xc2)
> > > > [0x808d7a2]
> > > > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(dlr_init+0x1c8)
> > > > [0x8055f28]
> > > > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(main+0x204)
> > > [0x8050654]
> > > > 2011-08-22 11:49:43 [24602] [0] PANIC:
> > > > /lib/libc.so.6(__libc_start_main+0xdc) [0xb6ce9c]
> > > > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox [0x80502f1]
> > > > [root@nat2 sbin]#
> > > >
> > > > Could the problem have to do with i386 (that is what my machine is) not
> > > > i686?
> > > >
> > > >
> > > >
> > > > "The Scientist explores what is,
> > > > the Engineer creates what has never been."
> > > > Theodore von Karman
> > >
> > > --
> > > Kind regards,  Milan
> > > --
> > > Arvanta, IT Securityhttp://www.arvanta.net
> > > Please do not send me e-mail containing HTML code.
> > >
> > >
> > 
> > 
> > -- 
> > "The Scientist explores what is,
> > the Engineer creates what has never been."
> > Theodore von Karman
> 
> -- 
> Kind regards,  Milan
> --
> Arvanta, IT Securityhttp://www.arvanta.net
> Please do not send me e-mail containing HTML code.
> 

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.



Re: OpenSMPPBox - Installed on CentOS 5.2 with Kannel 1.5.0 not starting!

2011-08-22 Thread Milan P. Stanic
On Mon, 2011-08-22 at 13:40, Mpeirwe Benjamin wrote:
>  Hello,
> 
> Thanks Milan, but this does not solve the problem. My configuration file is
> a follows:
> 
> group = core
>  group = opensmppbox
   ^^^
It should be smppbox and not opensmppbox 
> bearerbox-host = 127.0.0.1
> bearerbox-port = 13000
> 
> opensmppbox-id = smppbox1
Same here,
> pensmppbox-port = 9100

and here.

> log-file = /var/log/kannel/opensmppbox.log
> 
> log-level = 0
> 
> our-system-id = jeejay
> 
> smpp-logins = /etc/opensmppbox/clients.txt
> 
> the same error is shown when I run:
> 
> #opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> 
> Your help will be very much appreciated
 
For the help your best friend is userguide, especially if you read it
carefully. No offense :)


> On Mon, Aug 22, 2011 at 12:07 PM, Milan P. Stanic  wrote:
> 
> > On Mon, 2011-08-22 at 11:54, Mpeirwe Benjamin wrote:
> > > Hi All,
> > >
> > > I have kannel 1.5.0 running perfectly on My CentOS 5.2 box, I installed
> > > openSMPPBox through SVN  as follows:
> > >
> > > 1. #svn co https://svn.kannel.org/smppbox/trunk
> > > 2. #cd /trunk/
> > >
> > > 3. #./configure
> > >
> > > 4. #make
> > >
> > > 5. #make install
> > >
> > > Up to this point everything has run fine. Then I create the opensmppbox
> > > configuration file as follows:
> > >
> > >
> > > group = opensmppbox
> > >
> > > bearerbox-host = 127.0.0.1
> > >
> > > bearerbox-port = 13000
> > >
> > > opensmppbox-id = smppbox1
> > >
> > > opensmppbox-port = 9100
> > >
> > > log-file = /var/log/kannel/opensmppbox.log
> > >
> > > log-level = 0
> > >
> > > our-system-id = jeejay
> > >
> > > smpp-logins = /etc/opensmppbox/clients.txt
> > >
> > > the configuration file is saved as: /etc/kannel/opensmppbox.conf
> > >
> > > I try to start opensmppbox (which is located in /usr/local/sbin/) as
> > > follows:
> > >
> > > #opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> > >
> > > and the error I get is:
> > >
> > > [root@nat2 sbin]# opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> > > 2011-08-22 11:49:43 [24602] [0] INFO: Debug_lvl = 0, log_file = ,
> > > log_lvl = 0
> > > 2011-08-22 11:49:43 [24602] [0] DEBUG: Kannel opensmppbox version svn-r62
> > > gwlib version `1.5.0'.
> > > Build `Aug 21 2011 19:19:36', compiler `4.1.2 20080704 (Red Hat
> > 4.1.2-50)'.
> > > System Linux, release 2.6.18-92.el5, version #1 SMP Tue Jun 10 18:49:47
> > EDT
> > > 2008, machine i686.
> > > Hostname localhost.localdomain, IP 127.0.0.1.
> > > Libxml version 2.6.26.
> > > Using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008.
> > > Compiled with MySQL 5.0.89, using MySQL 5.0.89.
> > > Using native malloc.
> > > 2011-08-22 11:49:43 [24602] [0] PANIC: DLR: can't find group core
> > Look here >   ^   ^
> >
> > You should add
> > group = core
> > to top of your opensmppbox.conf file.
> >
> > > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(gw_panic+0xc2)
> > > [0x808d7a2]
> > > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(dlr_init+0x1c8)
> > > [0x8055f28]
> > > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(main+0x204)
> > [0x8050654]
> > > 2011-08-22 11:49:43 [24602] [0] PANIC:
> > > /lib/libc.so.6(__libc_start_main+0xdc) [0xb6ce9c]
> > > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox [0x80502f1]
> > > [root@nat2 sbin]#
> > >
> > > Could the problem have to do with i386 (that is what my machine is) not
> > > i686?
> > >
> > >
> > >
> > > "The Scientist explores what is,
> > > the Engineer creates what has never been."
> > > Theodore von Karman
> >
> > --
> > Kind regards,  Milan
> > --
> > Arvanta, IT Securityhttp://www.arvanta.net
> > Please do not send me e-mail containing HTML code.
> >
> >
> 
> 
> -- 
> "The Scientist explores what is,
> the Engineer creates what has never been."
> Theodore von Karman

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.



Re: OpenSMPPBox - Installed on CentOS 5.2 with Kannel 1.5.0 not starting!

2011-08-22 Thread Mpeirwe Benjamin
 Hello,

Thanks Milan, but this does not solve the problem. My configuration file is
a follows:

group = core
 group = opensmppbox

bearerbox-host = 127.0.0.1
bearerbox-port = 13000

opensmppbox-id = smppbox1

pensmppbox-port = 9100

log-file = /var/log/kannel/opensmppbox.log

log-level = 0

our-system-id = jeejay

smpp-logins = /etc/opensmppbox/clients.txt

the same error is shown when I run:

#opensmppbox -v 0 /etc/kannel/opensmppbox.conf

Your help will be very much appreciated

On Mon, Aug 22, 2011 at 12:07 PM, Milan P. Stanic  wrote:

> On Mon, 2011-08-22 at 11:54, Mpeirwe Benjamin wrote:
> > Hi All,
> >
> > I have kannel 1.5.0 running perfectly on My CentOS 5.2 box, I installed
> > openSMPPBox through SVN  as follows:
> >
> > 1. #svn co https://svn.kannel.org/smppbox/trunk
> > 2. #cd /trunk/
> >
> > 3. #./configure
> >
> > 4. #make
> >
> > 5. #make install
> >
> > Up to this point everything has run fine. Then I create the opensmppbox
> > configuration file as follows:
> >
> >
> > group = opensmppbox
> >
> > bearerbox-host = 127.0.0.1
> >
> > bearerbox-port = 13000
> >
> > opensmppbox-id = smppbox1
> >
> > opensmppbox-port = 9100
> >
> > log-file = /var/log/kannel/opensmppbox.log
> >
> > log-level = 0
> >
> > our-system-id = jeejay
> >
> > smpp-logins = /etc/opensmppbox/clients.txt
> >
> > the configuration file is saved as: /etc/kannel/opensmppbox.conf
> >
> > I try to start opensmppbox (which is located in /usr/local/sbin/) as
> > follows:
> >
> > #opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> >
> > and the error I get is:
> >
> > [root@nat2 sbin]# opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> > 2011-08-22 11:49:43 [24602] [0] INFO: Debug_lvl = 0, log_file = ,
> > log_lvl = 0
> > 2011-08-22 11:49:43 [24602] [0] DEBUG: Kannel opensmppbox version svn-r62
> > gwlib version `1.5.0'.
> > Build `Aug 21 2011 19:19:36', compiler `4.1.2 20080704 (Red Hat
> 4.1.2-50)'.
> > System Linux, release 2.6.18-92.el5, version #1 SMP Tue Jun 10 18:49:47
> EDT
> > 2008, machine i686.
> > Hostname localhost.localdomain, IP 127.0.0.1.
> > Libxml version 2.6.26.
> > Using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008.
> > Compiled with MySQL 5.0.89, using MySQL 5.0.89.
> > Using native malloc.
> > 2011-08-22 11:49:43 [24602] [0] PANIC: DLR: can't find group core
> Look here >   ^   ^
>
> You should add
> group = core
> to top of your opensmppbox.conf file.
>
> > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(gw_panic+0xc2)
> > [0x808d7a2]
> > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(dlr_init+0x1c8)
> > [0x8055f28]
> > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(main+0x204)
> [0x8050654]
> > 2011-08-22 11:49:43 [24602] [0] PANIC:
> > /lib/libc.so.6(__libc_start_main+0xdc) [0xb6ce9c]
> > 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox [0x80502f1]
> > [root@nat2 sbin]#
> >
> > Could the problem have to do with i386 (that is what my machine is) not
> > i686?
> >
> >
> >
> > "The Scientist explores what is,
> > the Engineer creates what has never been."
> > Theodore von Karman
>
> --
> Kind regards,  Milan
> --
> Arvanta, IT Securityhttp://www.arvanta.net
> Please do not send me e-mail containing HTML code.
>
>


-- 
"The Scientist explores what is,
the Engineer creates what has never been."
Theodore von Karman


Re: OpenSMPPBox - Installed on CentOS 5.2 with Kannel 1.5.0 not starting!

2011-08-22 Thread Milan P. Stanic
On Mon, 2011-08-22 at 11:54, Mpeirwe Benjamin wrote:
> Hi All,
> 
> I have kannel 1.5.0 running perfectly on My CentOS 5.2 box, I installed
> openSMPPBox through SVN  as follows:
> 
> 1. #svn co https://svn.kannel.org/smppbox/trunk
> 2. #cd /trunk/
> 
> 3. #./configure
> 
> 4. #make
> 
> 5. #make install
> 
> Up to this point everything has run fine. Then I create the opensmppbox
> configuration file as follows:
> 
> 
> group = opensmppbox
> 
> bearerbox-host = 127.0.0.1
> 
> bearerbox-port = 13000
> 
> opensmppbox-id = smppbox1
> 
> opensmppbox-port = 9100
> 
> log-file = /var/log/kannel/opensmppbox.log
> 
> log-level = 0
> 
> our-system-id = jeejay
> 
> smpp-logins = /etc/opensmppbox/clients.txt
> 
> the configuration file is saved as: /etc/kannel/opensmppbox.conf
> 
> I try to start opensmppbox (which is located in /usr/local/sbin/) as
> follows:
> 
> #opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> 
> and the error I get is:
> 
> [root@nat2 sbin]# opensmppbox -v 0 /etc/kannel/opensmppbox.conf
> 2011-08-22 11:49:43 [24602] [0] INFO: Debug_lvl = 0, log_file = ,
> log_lvl = 0
> 2011-08-22 11:49:43 [24602] [0] DEBUG: Kannel opensmppbox version svn-r62
> gwlib version `1.5.0'.
> Build `Aug 21 2011 19:19:36', compiler `4.1.2 20080704 (Red Hat 4.1.2-50)'.
> System Linux, release 2.6.18-92.el5, version #1 SMP Tue Jun 10 18:49:47 EDT
> 2008, machine i686.
> Hostname localhost.localdomain, IP 127.0.0.1.
> Libxml version 2.6.26.
> Using OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008.
> Compiled with MySQL 5.0.89, using MySQL 5.0.89.
> Using native malloc.
> 2011-08-22 11:49:43 [24602] [0] PANIC: DLR: can't find group core
Look here >   ^   ^

You should add
group = core
to top of your opensmppbox.conf file.

> 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(gw_panic+0xc2)
> [0x808d7a2]
> 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(dlr_init+0x1c8)
> [0x8055f28]
> 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox(main+0x204) [0x8050654]
> 2011-08-22 11:49:43 [24602] [0] PANIC:
> /lib/libc.so.6(__libc_start_main+0xdc) [0xb6ce9c]
> 2011-08-22 11:49:43 [24602] [0] PANIC: opensmppbox [0x80502f1]
> [root@nat2 sbin]#
> 
> Could the problem have to do with i386 (that is what my machine is) not
> i686?
> 
> 
> 
> "The Scientist explores what is,
> the Engineer creates what has never been."
> Theodore von Karman

-- 
Kind regards,  Milan
--
Arvanta, IT Securityhttp://www.arvanta.net
Please do not send me e-mail containing HTML code.