Thanks for all your advices.<br><br>I am still struggle to make FS start.<br><br>I tried few things included:<br>chkconfig --add freeswitch<br>
chkconfig --level 345 freeswitch on<br><br>I also added a user &quot;freeswitch&quot;<br><br>The problem is : if I run &quot;/etc/init.d./freeswitch&quot; manually, it says [OK] like this:<br>[root@localhost build]# /etc/init.d/freeswitch start<br>
Starting freeswitch:             [  OK  ]<br><br>But then I did a &quot;ps aux | grep freeswitch&quot; it doesn&#39;t show FS running.<br><br>I am not a script guru. If I run FS from commandline as root:<br> /usr/local/freeswitch/bin/freeswitch<br>
then I can see FS running.<br><br>What did I missing here?<br><br>dynaguy <br> <br><br><br><br> <br><br><div class="gmail_quote">On Thu, Mar 5, 2009 at 3:39 PM, Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">You might not wanna start it in level 2... network might not be up yet.<br>
<font color="#888888"><br>
/b<br>
</font><div class="im"><br>
On Mar 5, 2009, at 5:32 PM, Raul Fragoso wrote:<br>
<br>
&gt; Hi, and welcome to FreeSWITCH !<br>
&gt;<br>
&gt; You&#39;ve done everything right, now you only need to tell your system to<br>
&gt; run that init script during startup ;-)<br>
&gt; As root, do this:<br>
&gt; chkconfig --add freeswitch<br>
&gt; chkconfig --level 2345 freeswitch on<br>
&gt;<br>
&gt; That&#39;s all.<br>
&gt;<br>
&gt; Regards,<br>
&gt;<br>
&gt; Raul<br>
<br>
<br>
</div><div><div></div><div class="h5">_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>