[Freeswitch-users] Freeswitch not started OK at boottime?
Fred
codecomplete at free.fr
Mon Apr 6 08:56:12 PDT 2009
Brian West-3 > What run level are you starting freeswitch?
3 to 5, the default being 5 (it's the desktop version, hence starting with X):
# cat /etc/inittab
[...]
id:5:initdefault:
# chkconfig -l freeswitch
freeswitch 0:off 1:off 2:off 3:on 4:on 5:on 6:off
dujinfang > It seems started, I never used a suse, however, can you
try this? #netstat -an | grep 8021
# netstat -an | grep 8021
tcp 0 0 127.0.0.1:8021 0.0.0.0:* LISTEN
> Maybe FS started before network is ready. Check scripts in
/etc/rc<your_run_level>.d/ or any equiv
It looks ok:
# ll /etc/rc.d/rc5.d/
[...]
lrwxrwxrwx 1 root root 10 Jun 16 2008 S05network -> ../network
[...]
lrwxrwxrwx 1 root root 13 Mar 24 16:36 S12freeswitch -> ../freeswitch
lrwxrwxrwx 1 root root 6 Jun 16 2008 S12xdm -> ../xdm
lrwxrwxrwx 1 root root 8 Jun 16 2008 S14smbfs -> ../smbfs
lrwxrwxrwx 1 root root 13 Jun 16 2008 S15cupsrenice -> ../cupsrenice
If it's a Suse-specific issue, I'll go ask in a Suse forum and see if
someone can figure it out.
Thanks guys for the tips.
More information about the FreeSWITCH-users
mailing list