All,
I have just installed the RPM, openser-1.1.0-rhel3.0.i386.rpm http://openser.org/pub/openser/latest/packages/rhel-3.0/openser-1.1.0-r hel3.0.i386.rpm , on my Linux box (Linux ... 2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686 i686 i386 GNU/Linux), and I am having some big problems on startup- Openser never seems to really finish starting. /var/log/messages shows:
Jan 25 04:09:08 plat-proxy openser: 0(1567) init_tcp: using sigio_rt as the io watch method (auto detected) Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: statistics manager successfully initialized Jan 25 04:09:08 plat-proxy openser: 0(0) StateLess module - initializing Jan 25 04:09:08 plat-proxy openser: 0(0) TM - initializing... Jan 25 04:09:08 plat-proxy openser: 0(0) Jan 25 04:09:08 plat-proxy openser: Maxfwd module- initializing Jan 25 04:09:08 plat-proxy openser: 0(0) TextOPS - initializing Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: udp_init: SO_RCVBUF is finally 131070 Jan 25 04:09:08 plat-proxy openser: 0(0) WARNING: using only the first listen address (no fork) Jan 25 04:09:08 plat-proxy openser: 2(1569) INFO: fifo process starting: 1569 Jan 25 04:09:08 plat-proxy openser: 2(1569) INFO:open_uac_fifo: fifo server up at /tmp/openser_fifo... Jan 25 04:09:12 plat-proxy openser: 2(1569) INFO: no fifo_db_url given - fifo DB commands disabled!
And that's all.
Did I miss a step? I cant find any references to db_url in my Config file, and I am using the default one (plus debug variables).
Can anyone offer some help? Thanks!
Louis
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
Hello,
actually openser started very fine. Those messages are during start up routine. Once openser starts, no other mesages are printed to syslog until SIP messages are processed - it stays in listen mode.
To check if it runs or not, just do:
ps auxw | grep openser
Cheers, Daniel
On 07/31/06 23:55, Alexander, Louis wrote:
All,
I have just installed the RPM, openser-1.1.0-rhel3.0.i386.rpm <http://openser.org/pub/openser/latest/packages/rhel-3.0/openser-1.1.0-rhel3.0.i386.rpm>, on my Linux box (Linux … 2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686 i686 i386 GNU/Linux), and I am having some big problems on startup- Openser never seems to really finish starting. /var/log/messages shows:
Jan 25 04:09:08 plat-proxy openser: 0(1567) init_tcp: using sigio_rt as the io watch method (auto detected) Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: statistics manager successfully initialized Jan 25 04:09:08 plat-proxy openser: 0(0) StateLess module - initializing Jan 25 04:09:08 plat-proxy openser: 0(0) TM - initializing... Jan 25 04:09:08 plat-proxy openser: 0(0) Jan 25 04:09:08 plat-proxy openser: Maxfwd module- initializing Jan 25 04:09:08 plat-proxy openser: 0(0) TextOPS - initializing Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: udp_init: SO_RCVBUF is initially 65535 Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: udp_init: SO_RCVBUF is finally 131070 Jan 25 04:09:08 plat-proxy openser: 0(0) WARNING: using only the first listen address (no fork) Jan 25 04:09:08 plat-proxy openser: 2(1569) INFO: fifo process starting: 1569 Jan 25 04:09:08 plat-proxy openser: 2(1569) INFO:open_uac_fifo: fifo server up at /tmp/openser_fifo... Jan 25 04:09:12 plat-proxy openser: 2(1569) INFO: no fifo_db_url given - fifo DB commands disabled!
And that’s all.
Did I miss a step? I cant find any references to db_url in my Config file, and I am using the default one (plus debug variables).
Can anyone offer some help? Thanks!
Louis
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
I have traced through the /etc/init.d/openser script and it seems that the following line is being executed
initlog -q -c /usr/sbin/openser
This call to initlog never returns (unless i add & at the end, which im not sure is correct)
I browsed through the manpage for initlog, and didn't see anything out of the ordinary. Is this call to initlog supposed to return? If not, then how can the rest of the init.d script execute?
Thanks
Louis
-----Original Message----- From: Daniel-Constantin Mierla [mailto:daniel@voice-system.ro] Sent: Monday, July 31, 2006 4:59 PM To: Alexander, Louis Cc: users@openser.org Subject: Re: [Users] OpenSER 1.1.0 Hangs on Startup
Hello,
actually openser started very fine. Those messages are during start up routine. Once openser starts, no other mesages are printed to syslog until SIP messages are processed - it stays in listen mode.
To check if it runs or not, just do:
ps auxw | grep openser
Cheers, Daniel
On 07/31/06 23:55, Alexander, Louis wrote:
All,
I have just installed the RPM,
openser-1.1.0-rhel3.0.i386.rpm http://openser.org/pub/openser/latest/packages/rhel-3.0/openser-1.1.0-rhel3 .0.i386.rpm, on my Linux box (Linux . 2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686 i686 i386 GNU/Linux), and I am having some big problems on startup- Openser never seems to really finish starting. /var/log/messages shows:
Jan 25 04:09:08 plat-proxy openser: 0(1567) init_tcp: using sigio_rt as
the io watch method (auto detected)
Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: statistics manager
successfully initialized
Jan 25 04:09:08 plat-proxy openser: 0(0) StateLess module - initializing Jan 25 04:09:08 plat-proxy openser: 0(0) TM - initializing... Jan 25 04:09:08 plat-proxy openser: 0(0) Jan 25 04:09:08 plat-proxy openser: Maxfwd module- initializing Jan 25 04:09:08 plat-proxy openser: 0(0) TextOPS - initializing Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: udp_init: SO_RCVBUF is
initially 65535
Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: udp_init: SO_RCVBUF is
finally 131070
Jan 25 04:09:08 plat-proxy openser: 0(0) WARNING: using only the first
listen address (no fork)
Jan 25 04:09:08 plat-proxy openser: 2(1569) INFO: fifo process starting:
1569
Jan 25 04:09:08 plat-proxy openser: 2(1569) INFO:open_uac_fifo: fifo
server up at /tmp/openser_fifo...
Jan 25 04:09:12 plat-proxy openser: 2(1569) INFO: no fifo_db_url given -
fifo DB commands disabled!
And that's all.
Did I miss a step? I cant find any references to db_url in my Config
file, and I am using the default one (plus debug variables).
Can anyone offer some help? Thanks!
Louis
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
After I put the call to initlog in the background, openser is listening, but doesn't appear to be executing any routing logic. My register requests are falling on deaf ears so to speak. Can anyone offer any help or suggestions on this very remedial question?
Thanks
Louis
-----Original Message----- From: users-bounces@openser.org [mailto:users-bounces@openser.org] On Behalf Of Louis Alexander Sent: Tuesday, August 01, 2006 10:51 AM To: daniel@voice-system.ro Cc: users@openser.org Subject: RE: [Users] OpenSER 1.1.0 Hangs on Startup
I have traced through the /etc/init.d/openser script and it seems that the following line is being executed
initlog -q -c /usr/sbin/openser
This call to initlog never returns (unless i add & at the end, which im not sure is correct)
I browsed through the manpage for initlog, and didn't see anything out of the ordinary. Is this call to initlog supposed to return? If not, then how can the rest of the init.d script execute?
Thanks
Louis
-----Original Message----- From: Daniel-Constantin Mierla [mailto:daniel@voice-system.ro] Sent: Monday, July 31, 2006 4:59 PM To: Alexander, Louis Cc: users@openser.org Subject: Re: [Users] OpenSER 1.1.0 Hangs on Startup
Hello,
actually openser started very fine. Those messages are during start up routine. Once openser starts, no other mesages are printed to syslog until SIP messages are processed - it stays in listen mode.
To check if it runs or not, just do:
ps auxw | grep openser
Cheers, Daniel
On 07/31/06 23:55, Alexander, Louis wrote:
All,
I have just installed the RPM,
openser-1.1.0-rhel3.0.i386.rpm http://openser.org/pub/openser/latest/packages/rhel-3.0/openser-1.1.0-rhel3 .0.i386.rpm, on my Linux box (Linux . 2.4.21-4.EL #1 Fri Oct 3 18:13:58 EDT 2003 i686 i686 i386 GNU/Linux), and I am having some big problems on startup- Openser never seems to really finish starting. /var/log/messages shows:
Jan 25 04:09:08 plat-proxy openser: 0(1567) init_tcp: using sigio_rt as
the io watch method (auto detected)
Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: statistics manager
successfully initialized
Jan 25 04:09:08 plat-proxy openser: 0(0) StateLess module - initializing Jan 25 04:09:08 plat-proxy openser: 0(0) TM - initializing... Jan 25 04:09:08 plat-proxy openser: 0(0) Jan 25 04:09:08 plat-proxy openser: Maxfwd module- initializing Jan 25 04:09:08 plat-proxy openser: 0(0) TextOPS - initializing Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: udp_init: SO_RCVBUF is
initially 65535
Jan 25 04:09:08 plat-proxy openser: 0(0) INFO: udp_init: SO_RCVBUF is
finally 131070
Jan 25 04:09:08 plat-proxy openser: 0(0) WARNING: using only the first
listen address (no fork)
Jan 25 04:09:08 plat-proxy openser: 2(1569) INFO: fifo process starting:
1569
Jan 25 04:09:08 plat-proxy openser: 2(1569) INFO:open_uac_fifo: fifo
server up at /tmp/openser_fifo...
Jan 25 04:09:12 plat-proxy openser: 2(1569) INFO: no fifo_db_url given -
fifo DB commands disabled!
And that's all.
Did I miss a step? I cant find any references to db_url in my Config
file, and I am using the default one (plus debug variables).
Can anyone offer some help? Thanks!
Louis
This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
_______________________________________________ Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users