[Freeswitch-users] New Debian FS vanilla install fails

Michael Jerris mike at jerris.com
Thu Jun 18 07:15:39 MSD 2015


our current release branch is v1.4 , you are trying to build master

On Wednesday, June 17, 2015, Sean Devoy <sdevoy at bizfocused.com> wrote:

> I also tried a DEBIAN build from source.  It too fails on libyuv-dev.
> I have googled and read for hours.  I cannot find libyuv-dev to install it.
> Can someone please help me get a clean fresh install of the stable branch
> on a new Debian (7 or 8) server?
>
> Thanks,
> Sean
>
>
>
> -----Original Message-----
> From: freeswitch-users-bounces at lists.freeswitch.org <javascript:;>
> [mailto:freeswitch-users-bounces at lists.freeswitch.org <javascript:;>] On
> Behalf Of Sean Devoy
> Sent: Wednesday, June 17, 2015 6:02 PM
> To: FreeSWITCH Users Help
> Subject: Re: [Freeswitch-users] New Debian FS vanilla install fails
>
> Thanks William.
>
> How do I install that?
>
> Sean
>
> -----Original Message-----
> From: freeswitch-users-bounces at lists.freeswitch.org <javascript:;>
> [mailto:freeswitch-users-bounces at lists.freeswitch.org <javascript:;>] On
> Behalf Of William King
> Sent: Wednesday, June 17, 2015 5:44 PM
> To: freeswitch-users at lists.freeswitch.org <javascript:;>
> Subject: Re: [Freeswitch-users] New Debian FS vanilla install fails
>
> There is currently an issue being fixed where the libyuv.so was in the
> wrong package. Your install should complete successfully if you also
> install 'libyuv-dev'.
>
> Don't forget that you'll need to install some default configs:
> mkdir -p /etc/freeswitch/
> cp -a /usr/share/freeswitch/conf/vanilla/* /etc/freeswitch/
>
> William King
> Senior Engineer
> Quentus Technologies, INC
> 1037 NE 65th St Suite 273
> Seattle, WA 98115
> Main:   (877) 211-9337
> Office: (206) 388-4772
> Cell:   (253) 686-5518
> william.king at quentustech.com <javascript:;>
>
> On 6/17/15 2:35 PM, Sean Devoy wrote:
> > HI all,
> >
> >
> >
> > I have a new Debian 8.1 (32 bit) server for testing.
> >
> >
> >
> > I first did an apt-get install curl then per the instructions here:
> >
> > https://freeswitch.org/confluence/display/FREESWITCH/Debian+7
> >
> > I did this:
> >
> > echo "deb http://files.freeswitch.org/repo/deb/debian/ `lsb_release
> > -sc` main" >> /etc/apt/sources.list.d/freeswitch.list
> > curl
> > http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub
> > | apt-key add - apt-get update apt-get install freeswitch-meta-vanilla
> >
> >
> >
> > It runs for less than a minute and dies at:
> >
> > Setting up freeswitch-sysvinit (1.4.19~10~1-1~jessie+1) ...
> >
> > Job for freeswitch.service failed. See 'systemctl status
> > freeswitch.service' and 'journalctl -xn' for details.
> >
> > invoke-rc.d: initscript freeswitch, action "start" failed.
> >
> > dpkg: error processing package freeswitch-sysvinit (--configure):
> >
> > subprocess installed post-installation script returned error exit
> > status 1
> >
> > Setting up freeswitch-systemd (1.4.19~10~1-1~jessie+1) ...
> >
> > dpkg: dependency problems prevent configuration of freeswitch-init:
> >
> > freeswitch-init depends on freeswitch-sysvinit (=
> > 1.4.19~10~1-1~jessie+1); however:
> >
> >   Package freeswitch-sysvinit is not configured yet.
> >
> >
> >
> > dpkg: error processing package freeswitch-init (--configure):
> >
> > dependency problems - leaving unconfigured
> >
> >
> >
> >
> >
> > and ends shortly with:
> >
> > Errors were encountered while processing:
> >
> > freeswitch-sysvinit
> >
> > freeswitch-init
> >
> > E: Sub-process /usr/bin/dpkg returned an error code (1)
> >
> >
> >
> > I ran the cmds it says:
> >
> > systemctl status -l  freeswitch.service
> >
> > * freeswitch.service - freeswitch
> >
> >    Loaded: loaded (/lib/systemd/system/freeswitch.service; disabled)
> >
> >    Active: failed (Result: start-limit) since Wed 2015-06-17 17:11:15
> > EDT; 18min ago
> >
> >
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: freeswitch.service:
> > control process exited, code=exited status=1
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: Failed to start freeswitch.
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: Unit freeswitch.service
> > entered failed state.
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: freeswitch.service start
> > request repeated too quickly, refusing to start.
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: Failed to start freeswitch.
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: Unit freeswitch.service
> > entered failed state.
> >
> >
> >
> > journalctl -xn
> >
> > -- Logs begin at Wed 2015-06-17 16:59:45 EDT, end at Wed 2015-06-17
> > 17:17:01 EDT. --
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: freeswitch.service:
> > control process exited, code=exited status=1
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: Failed to start freeswitch.
> >
> > -- Subject: Unit freeswitch.service has failed
> >
> > -- Defined-By: systemd
> >
> > -- Support:
> > http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> >
> > --
> >
> > -- Unit freeswitch.service has failed.
> >
> > --
> >
> > -- The result is failed.
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: Unit freeswitch.service
> > entered failed state.
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: freeswitch.service start
> > request repeated too quickly, refusing to start.
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: Failed to start freeswitch.
> >
> > -- Subject: Unit freeswitch.service has failed
> >
> > -- Defined-By: systemd
> >
> > -- Support:
> > http://lists.freedesktop.org/mailman/listinfo/systemd-devel
> >
> > --
> >
> > -- Unit freeswitch.service has failed.
> >
> > --
> >
> > -- The result is failed.
> >
> > Jun 17 17:11:15 fstest.devoy.us systemd[1]: Unit freeswitch.service
> > entered failed state.
> >
> > Jun 17 17:11:54 fstest.devoy.us kernel: perf interrupt took too long
> > (10077 > 10000), lowering kernel.perf_event_max_sample_rate to 12500
> >
> > Jun 17 17:17:01 fstest.devoy.us CRON[12430]: pam_unix(cron:session):
> > session opened for user root by (uid=0)
> >
> > Jun 17 17:17:01 fstest.devoy.us CRON[12431]: (root) CMD (   cd / &&
> > run-parts --report /etc/cron.hourly)
> >
> > Jun 17 17:17:01 fstest.devoy.us CRON[12430]: pam_unix(cron:session):
> > session closed for user root
> >
> >
> >
> > Did I misunderstand that Debian 8 was OK, in fact required at 1.6.n?
> >
> >
> >
> > What am I missing?
> >
> >
> >
> > Sean
> >
> >
> >
> >
> >
> > ______________________________________________________________________
> > ___ Professional FreeSWITCH Consulting Services:
> > consulting at freeswitch.org <javascript:;>
> > http://www.freeswitchsolutions.com
> >
> > Official FreeSWITCH Sites
> > http://www.freeswitch.org
> > http://confluence.freeswitch.org
> > http://www.cluecon.com
> >
> > FreeSWITCH-users mailing list
> > FreeSWITCH-users at lists.freeswitch.org <javascript:;>
> > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-use
> > rs
> > http://www.freeswitch.org
> >
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <javascript:;>
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org <javascript:;>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <javascript:;>
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org <javascript:;>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org <javascript:;>
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org <javascript:;>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150617/d85f6b17/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list