Hi Andrei,
Thanks for the reply, I did the gdb command, turns out the pa module is
giving me problems, although all I did was loadmodule it... Once I took
it off, I no longer get the core dump message.
Now I get this:
************************************************************************
****
bash# ser -D -E
0(3047) parse error (166,17-18): unknown command, missing loadmodule?
0(3047) parse error (196,22-23): unknown command, missing loadmodule?
0(3047) parse error (243,20-21): unknown command, missing loadmodule?
ERROR: bad config file (3 errors)
************************************************************************
*****
I am using ser 0.9.6 on solaris 10. I hope that's not the problem... I
am still unable to use the msilo module. Still stuck at the same lines
with the m_dump and m_store.
I tried using the sample config exactly (except changes to domains and
paths), and I think these are the problems lines:
************************************************************************
******
0(3119) find_export: <m_dump> not found
0(3119) find_export: <m_dump> not found
0(3119) parse error (72,26-27): unknown command, missing loadmodule?
0(3119) find_export: <m_store> not found
0(3119) find_export: <m_store> not found
0(3119) parse error (101,31-32): unknown command, missing loadmodule?
0(3119) find_export: <m_store> not found
0(3119) find_export: <m_store> not found
0(3119) parse error (137,23-24): unknown command, missing loadmodule?
************************************************************************
******
Can my module simply be bad? Do I need to do anything special when I
compile it for installation? The other modules I load are working ok so
I don't think I corrupted anything...
Thank you for your help, it's very much appreciated,
Ben
-----Original Message-----
From: Andrei Pelinescu-Onciul [mailto:andrei@iptel.org]
Sent: Wednesday, March 28, 2007 12:59 PM
To: POON Ben
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] msilo module problem
On Mar 28, 2007 at 09:00, POON Ben <Ben.Poon(a)alcatel-lucent.com> wrote:
Hi all,
I am trying to use the msilo module. On the website it says the
dependency is only a db module and the tm module. Both of which are
included in my ser.cfg file before the loadmodule for the msilo
module.
Can someone please help me find out what is wrong?
Thanks.
However, when I try to start ser, it gives me this:
**********************************************************************
**
******************
bash# ser -D -E
0(29857) parse error (166,17-18): unknown command, missing
loadmodule?
0(29857) parse error (196,22-23): unknown command, missing
loadmodule?
0(29857) parse error (243,20-21): unknown command, missing
loadmodule?
ERROR: bad config file (3 errors)
Segmentation Fault (core dumped)
**********************************************************************
**
*******************
I've checked the lines 166, 196, and 243, they all correspond to lines
where I use m_dump and m_store. The config file is
basically a copy
of the one provided at
http://www.iptel.org/ser/doc/modules/msilo
Are there other dependencies not listed on the module page? I don't
need SEMS or anything like that do I?
What ser version are you using? I've tried the msilo example cfg with
ser 2.0 (Ottendorf) and it works for me. The only problem was an extra
'{' on the "if (uri==myself)" line.
What's even more srange is that you get a coredump. Could you do a
backtrace on it? (gdb ser core and then type bt).
Andrei