[Freeswitch-users] freze when installing Freeswitch

Pierre Couderc pierre at couderc.eu
Tue Feb 20 07:07:34 UTC 2018


I am trying to install my first Freeswitch nearly in debian 8 :

I have followed 
https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie :

wget -O - 
https://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | 
apt-key add -
echo "deb http://files.freeswitch.org/repo/deb/freeswitch-1.6/ jessie 
main" > /etc/apt/sources.list.d/freeswitch.list
apt-get update && apt-get install -y freeswitch-meta-all

It starts well but does not give back the prompt :

Setting up tzdata-java (2017c-0+deb8u1) ...
Setting up sgml-base (1.26+nmu4) ...
Setting up vdpau-va-driver:amd64 (0.7.4-3) ...
Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ...
update-alternatives: using 
/usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide 
/usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) 
in auto mode
Setting up file (1:5.22+15-2+deb8u3) ...
Setting up at-spi2-core (2.14.0-1) ...
Setting up policykit-1 (0.105-15~deb8u2) ...
Removed symlink /run/systemd/system/polkitd.service.

---> never returns the prompt here.


if I try on another console :

root at test:~# fs_cli -rRS
[ERROR] fs_cli.c:1659 main() Error Connecting [Socket Connection Error]
[INFO] fs_cli.c:1665 main() Retrying
[ERROR] fs_cli.c:1659 main() Error Connecting [Socket Connection Error]
[INFO] fs_cli.c:1665 main() Retrying
...

Please note that my debian 8 is a LXD container inside a debian 9 host.

My question is : what should I do ? How to retry ?


Pierre Couderc





More information about the FreeSWITCH-users mailing list