Thanks for all your advices. I am still struggle to make FS start.
I tried few things included: chkconfig --add freeswitch chkconfig --level 345 freeswitch on I also added a user "freeswitch" The problem is : if I run "/etc/init.d./freeswitch" manually, it says [OK] like this: [r...@localhost build]# /etc/init.d/freeswitch start Starting freeswitch: [ OK ] But then I did a "ps aux | grep freeswitch" it doesn't show FS running. I am not a script guru. If I run FS from commandline as root: /usr/local/freeswitch/bin/freeswitch then I can see FS running. What did I missing here? dynaguy On Thu, Mar 5, 2009 at 3:39 PM, Brian West <[email protected]> wrote: > You might not wanna start it in level 2... network might not be up yet. > > /b > > On Mar 5, 2009, at 5:32 PM, Raul Fragoso wrote: > > > Hi, and welcome to FreeSWITCH ! > > > > You've done everything right, now you only need to tell your system to > > run that init script during startup ;-) > > As root, do this: > > chkconfig --add freeswitch > > chkconfig --level 2345 freeswitch on > > > > That's all. > > > > Regards, > > > > Raul > > > _______________________________________________ > Freeswitch-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org >
_______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
