Hi All,
I am using openser-0.9.5 version for embedded application,I am able to sucessfully cross compile(gcc 2.95) it.however the application fails to start. The above SER version is selected based on its compatibility with the cross compiler.
below are my observations 1.if I run './openserctl start' from the command line I get the below message
printf: No such file or directory PID file /var/run/openser.pid does not exist -- OpenSER start failed
2. If I run './openser' from command line I get the below message Listening on udp: 192.168.1.22 [192.168.1.22]:5060 tcp: 192.168.1.22 [192.168.1.22]:5060 Aliases: Too much shared memory demanded: 33554432
Please guide me in fixing this issue.
Thanks in advance.
Ratheendran
2009/8/24 Ratheendran R ratheendran.s@gmail.com:
- If I run './openser' from command line I get the below message
Listening on udp: 192.168.1.22 [192.168.1.22]:5060 tcp: 192.168.1.22 [192.168.1.22]:5060 Aliases: Too much shared memory demanded: 33554432
Append "-m" option:
-m nr Size of shared memory allocated in Megabytes
Hi,
I am able to start openser with -m 8 option.
However below message is unresovled 1.if I run './openserctl start' from the command line I get the below message
printf: No such file or directory PID file /var/run/openser.pid does not exist -- OpenSER start failed
Thanks, Ratheendran
On Mon, Aug 24, 2009 at 2:46 PM, Iñaki Baz Castillo ibc@aliax.net wrote:
2009/8/24 Ratheendran R ratheendran.s@gmail.com:
- If I run './openser' from command line I get the below message
Listening on udp: 192.168.1.22 [192.168.1.22]:5060 tcp: 192.168.1.22 [192.168.1.22]:5060 Aliases: Too much shared memory demanded: 33554432
Append "-m" option:
-m nr Size of shared memory allocated in Megabytes
-- Iñaki Baz Castillo ibc@aliax.net
2009/8/24 Ratheendran R ratheendran.s@gmail.com:
Hi,
I am able to start openser with -m 8 option.
However below message is unresovled 1.if I run './openserctl start' from the command line I get the below message
printf: No such file or directory PID file /var/run/openser.pid does not exist -- OpenSER start failed
Don't use "openserctl" to start OpenSer. Use "openser" itself (or a system init script if exists for your case).
Hi,
I am able to start the openser server with ./openser -m 8 option, I want to know how to monitor the transaction and statistics information on openser. I mean equivalent of openserctl moni
Regards, Ratheendran
On Mon, Aug 24, 2009 at 4:41 PM, Iñaki Baz Castillo ibc@aliax.net wrote:
2009/8/24 Ratheendran R ratheendran.s@gmail.com:
Hi,
I am able to start openser with -m 8 option.
However below message is unresovled 1.if I run './openserctl start' from the command line I get the below message
printf: No such file or directory PID file /var/run/openser.pid does not exist -- OpenSER start failed
Don't use "openserctl" to start OpenSer. Use "openser" itself (or a system init script if exists for your case).
-- Iñaki Baz Castillo ibc@aliax.net
2009/8/25 Ratheendran R ratheendran.s@gmail.com:
Hi,
I am able to start the openser server with ./openser -m 8 option,
I want to know how to monitor the transaction
openserctl fifo get_statistics inuse_transactions
and statistics information on openser.
openserctl fifo get_statistics
Hi,
Thanks for the quick response.
I tried on my machine(ARM board) and below are the responses.
./openserctl fifo get_statistics inuse_transactions mkfifo: No such file or directory error opening read fifo /tmp/ser_receiver_907
./openserctl fifo get_statistics mkfifo: No such file or directory error opening read fifo /tmp/ser_receiver_867
Regards, Ratheendran
On Tue, Aug 25, 2009 at 2:37 PM, Iñaki Baz Castillo ibc@aliax.net wrote:
2009/8/25 Ratheendran R ratheendran.s@gmail.com:
Hi,
I am able to start the openser server with ./openser -m 8 option,
I want to know how to monitor the transaction
openserctl fifo get_statistics inuse_transactions
and statistics information on openser.
openserctl fifo get_statistics
-- Iñaki Baz Castillo ibc@aliax.net
2009/8/25 Ratheendran R ratheendran.s@gmail.com:
Hi,
Thanks for the quick response.
I tried on my machine(ARM board) and below are the responses.
./openserctl fifo get_statistics inuse_transactions mkfifo: No such file or directory error opening read fifo /tmp/ser_receiver_907
./openserctl fifo get_statistics mkfifo: No such file or directory error opening read fifo /tmp/ser_receiver_867
Configure MI FIFO module in OpenSer.
Hi,
I used 'make all' to cross compile openser-0.9.5 version,however I am not able to see mi_fifo module in ./lib/openser/modules/ directory.
Thanks. Ratheendran
On Tue, Aug 25, 2009 at 3:38 PM, Iñaki Baz Castillo ibc@aliax.net wrote:
2009/8/25 Ratheendran R ratheendran.s@gmail.com:
Hi,
Thanks for the quick response.
I tried on my machine(ARM board) and below are the responses.
./openserctl fifo get_statistics inuse_transactions mkfifo: No such file or directory error opening read fifo /tmp/ser_receiver_907
./openserctl fifo get_statistics mkfifo: No such file or directory error opening read fifo /tmp/ser_receiver_867
Configure MI FIFO module in OpenSer.
-- Iñaki Baz Castillo ibc@aliax.net
2009/8/25 Ratheendran R ratheendran.s@gmail.com:
Hi,
I used 'make all' to cross compile openser-0.9.5 version,however I am not able to see mi_fifo module in ./lib/openser/modules/ directory.
Sorry, but I don't know which modules exist in OpenSer 0.9.5.
On Dienstag, 25. August 2009, Ratheendran R wrote:
I tried on my machine(ARM board) and below are the responses.
./openserctl fifo get_statistics inuse_transactions mkfifo: No such file or directory error opening read fifo /tmp/ser_receiver_907
Hi Ratheendran,
do you have the 'mkfifo' command available on your system, as aparently some error message is generated by the lack of it. For the other thing, do you configured a "fifo" location in the cfg? (In 0.9.X there was no MI_FIFO module, it was build then in the core i think.)
Cheers,
Henning