Anatoly,
Awesome! I'll try your patch.
thanks, Tim
On 5/7/07, Anatoly Pidruchny apidruchny@newxt.com wrote:
Hi, Tim,
there is a patch (that I submitted) that allows to run the main openser process in foreground and fork child processes as usual. No developer has reviewed the patch yet. I hope this patch will be accepted soon. The patch is simple and we use it for a long time now. You can also take the patch and use it.
The patch is: http://sourceforge.net/tracker/index.php?func=detail&aid=1689998&gro...
Anatoly
Hi,
I want to start openser with runsv which requires that the starting process run in the foreground. My problem is that I also want to listen on a couple of different ports. When I set forking = yes, it will listen on multiple ports, but runsv won't work. When I set forking=no, then openser will only listen on the first specified port.
Is there any way around this? Can I have the starting process run in the foreground and fork other processes that listen to the ports in the background?
Here is the error message:
WARNING: no fork mode and more than one listen address found(will use only the the first one)
Here are the associated configuration lines:
fork=no
children=32
# Local IP address/port pairs to listen to listen=65.185.233.55:5061 listen=65.185.233.55:5062
# Alias IP address/port pairs alias=65.185.233.104:5061 alias=65.185.233.104:5062
thanks, Tim
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users