<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Helvetica;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
        {font-family:Monaco;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple style='word-wrap: break-word;-webkit-nbsp-mode: space;-webkit-line-break: after-white-space'><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>It looks like you installed the package (not that there’s anything wrong with that) and I always compile the Master source code, so I can offer you troubleshooting advice since I have also had trouble with systemd.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>First, try running that exact same command line as systemd uses to start FS as user ‘root’:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>/usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat -rp<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>This will show you what systemd is seeing. You might find that FreeSWITCH can’t run for whatever reason that it reports in its own log. Fix that and everything might start to work.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>It’s possible that it can’t write its PID file in /run/freeswitch as that directory might not exist because it is destroyed on each boot; I’m not sure about that, though. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>There might also be permissions problems, although I doubt that as well, because the package should set up all that stuff for you, but it’s worth checking permissions and file ownership to be certain.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>During troubleshooting you might want to comment that Restart= line so that when FS fails to start, systemd won’t try to restart it needlessly.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I know some of the guys have been working on this part of the package to get it perfect so I don’t know the current state of things there. The problems that I have seen with systemd and FS involved the PID file directory and the WorkingDirectory, as well as starting FS with a bare command line so it never drops privileges to the freeswitch user, resulting in permissions getting set for root; then when it is run with the –u switch it can’t access its logs and databases. I know the package uses different directory locations than the compiled source code installation, which is what gave me problems early on.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I have never seen an error message relating to SETSCHEDULER before.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hope this helps.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>---<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Bote<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>FreeSWITCH Docs Janitor<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><a href="http://freeswitch.org/confluence"><span style='color:blue'>http://freeswitch.org/confluence</span></a><o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>pgoergler@gmail.com<br><b>Sent:</b> Tuesday, 17 November, 2015 13:33<br><b>To:</b> freeswitch-users@lists.freeswitch.org<br><b>Subject:</b> [Freeswitch-users] Installation failed Debian : SETSCHEDULER<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p><div><div id="bloop_customfont"><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'>Hello,<o:p></o:p></span></p></div><div><div><div id="bloop_customfont"><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div id="bloop_customfont"><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'>I try to install Freeswitch on a proxmox container with debian 8, following&nbsp;<a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video</a><o:p></o:p></span></p></div><div id="bloop_customfont"><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'>But it does not work<o:p></o:p></span></p></div><div id="bloop_customfont"><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div id="bloop_customfont"><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div id="bloop_customfont"><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'>Here what i did:<o:p></o:p></span></p></div><div id="bloop_customfont"><p class=MsoNormal><span style='font-size:11.5pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div id="bloop_customfont"><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> cat /etc/debian_version&nbsp;<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>8.2<o:p></o:p></span></p></div><div id="bloop_customfont"><p class=MsoNormal><span style='font-family:Consolas'><o:p>&nbsp;</o:p></span></p></div><div id="bloop_customfont"><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> cat /etc/apt/sources.list.d/99FreeSWITCH.test.list&nbsp;<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>deb <a href="http://files.freeswitch.org/repo/deb/freeswitch-1.6/">http://files.freeswitch.org/repo/deb/freeswitch-1.6/</a> jessie main<o:p></o:p></span></p></div><div id="bloop_customfont"><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> apt-get update<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>[...]<o:p></o:p></span></p></div><div><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Hit <a href="http://files.freeswitch.org">http://files.freeswitch.org</a> jessie InRelease&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Hit <a href="http://files.freeswitch.org">http://files.freeswitch.org</a> jessie/main amd64 Packages<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Ign <a href="http://files.freeswitch.org">http://files.freeswitch.org</a> jessie/main Translation-en<o:p></o:p></span></p></div><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Fetched 367 B in 1s (279 B/s) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Reading package lists... Done<o:p></o:p></span></p><div id="bloop_sign_1447774840398915072"><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'>Now i follow the document and install freeswitch-all<o:p></o:p></span></p></div><div><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> apt-get install freeswitch-all<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>[...]<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Job for freeswitch.service failed. See 'systemctl status freeswitch.service' and 'journalctl -xn' for details.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>invoke-rc.d: initscript freeswitch, action &quot;start&quot; failed.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>dpkg: error processing package freeswitch-all (--configure):<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>&nbsp;subprocess installed post-installation script returned error exit status 1<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Setting up libmtp-runtime (1.1.8-1+b1) ...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Setting up va-driver-all:amd64 (1.4.1-1) ...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Processing triggers for libc-bin (2.19-18+deb8u1) ...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Processing triggers for systemd (215-17+deb8u2) ...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Processing triggers for python-support (1.0.15) ...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Errors were encountered while processing:<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>&nbsp;freeswitch-all<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>E: Sub-process /usr/bin/dpkg returned an error code (1)<o:p></o:p></span></p><div><p class=MsoNormal><span style='font-family:Consolas'><o:p>&nbsp;</o:p></span></p></div><div><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> tail /var/log/syslog<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[20020]: Failed at step SETSCHEDULER spawning /usr/bin/freeswitch: Operation not permitted<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: freeswitch.service: control process exited, code=exited status=214<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: Failed to start freeswitch.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: Unit freeswitch.service entered failed state.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: freeswitch.service holdoff time over, scheduling restart.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: Stopping freeswitch...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: Starting freeswitch...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: freeswitch.service start request repeated too quickly, refusing to start.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: Failed to start freeswitch.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:50:15 freeswitch systemd[1]: Unit freeswitch.service entered failed state.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'>Ok the document said it could happen, i have to replace /lib/systemd/system/freeswitch.service<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'>I did it<o:p></o:p></span></p></div><div><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> cat /lib/systemd/system/freeswitch.service&nbsp;<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>[Unit]<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Description=freeswitch<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>After=syslog.target network.target local-fs.target<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black;min-height: 14px'><span style='font-family:Consolas;color:whitesmoke'><o:p>&nbsp;</o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>[Service]<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>; service<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Type=forking<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>PIDFile=/run/freeswitch/freeswitch.pid<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>PermissionsStartOnly=true<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat -rp<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>TimeoutSec=45s<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Restart=on-failure<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>; exec<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>WorkingDirectory=/usr/bin<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>User=root<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Group=daemon<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>LimitCORE=infinity<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>LimitNOFILE=100000<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>LimitNPROC=60000<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>;LimitSTACK=240<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>LimitRTPRIO=infinity<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>LimitRTTIME=7000000<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>IOSchedulingClass=realtime<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>IOSchedulingPriority=2<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>CPUSchedulingPolicy=rr<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>CPUSchedulingPriority=89<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>UMask=0007<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black;min-height: 14px'><span style='font-family:Consolas;color:whitesmoke'><o:p>&nbsp;</o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>[Install]<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>WantedBy=multi-user.target<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div></div><div><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-size:7.5pt;font-family:"Monaco","serif";color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> systemctl daemon-reload &amp;&amp; systemctl start freeswitch<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Job for freeswitch.service failed. See 'systemctl status freeswitch.service' and 'journalctl -xn' for details.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'>Hum still not working<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> systemctl status freeswitch.service<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>*</span><span style='font-family:Consolas;color:whitesmoke'> freeswitch.service - freeswitch<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>&nbsp;&nbsp; Loaded: loaded (/lib/systemd/system/freeswitch.service; disabled)<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>&nbsp;&nbsp; Active: </span><span style='font-family:Consolas;color:#C33720'>failed</span><span style='font-family:Consolas;color:whitesmoke'> (Result: start-limit) since Tue 2015-11-17 16:52:08 CET; 15s ago<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>&nbsp; Process: 20069 ExecStart=/usr/bin/freeswitch -u freeswitch -g freeswitch -ncwait -nonat -rp </span><span style='font-family:Consolas;color:#C33720'>(code=exited, status=214/SETSCHEDULER)</span><span style='font-family:Consolas;color:whitesmoke'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black;min-height: 14px'><span style='font-family:Consolas;color:whitesmoke'><o:p>&nbsp;</o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:07 freeswitch systemd[1]: </span><span style='font-family:Consolas;color:#C33720'>Failed to start freeswitch.</span><span style='font-family:Consolas;color:whitesmoke'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:07 freeswitch systemd[1]:</span><span style='font-family:Consolas;color:white'> Unit freeswitch.service entered failed state.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: freeswitch.service holdoff time over, scheduling restart.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: Stopping freeswitch...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: Starting freeswitch...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]:</span><span style='font-family:Consolas;color:white'> freeswitch.service start request repeated too quickly, refusing to start.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: </span><span style='font-family:Consolas;color:#C33720'>Failed to start freeswitch.</span><span style='font-family:Consolas;color:whitesmoke'><o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]:</span><span style='font-family:Consolas;color:white'> Unit freeswitch.service entered failed state.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-family:Consolas'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-family:Consolas'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-family:Consolas'>And with the same error:<o:p></o:p></span></p></div><div><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:#C33720'>#</span><span style='font-family:Consolas;color:whitesmoke'> tail /var/log/syslog<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:07 freeswitch systemd[20069]: Failed at step SETSCHEDULER spawning /usr/bin/freeswitch: Operation not permitted<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:07 freeswitch systemd[1]: freeswitch.service: control process exited, code=exited status=214<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:07 freeswitch systemd[1]: Failed to start freeswitch.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:07 freeswitch systemd[1]: Unit freeswitch.service entered failed state.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: freeswitch.service holdoff time over, scheduling restart.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: Stopping freeswitch...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: Starting freeswitch...<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: freeswitch.service start request repeated too quickly, refusing to start.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: Failed to start freeswitch.<o:p></o:p></span></p><p style='margin:0in;margin-bottom:.0001pt;background:black'><span style='font-family:Consolas;color:whitesmoke'>Nov 17 16:52:08 freeswitch systemd[1]: Unit freeswitch.service entered failed state.<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'>What can i do to make it start correctly ?<o:p></o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'>Thanks,<o:p></o:p></span></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><span style='font-size:10.0pt;font-family:"Helvetica","sans-serif"'>--&nbsp;<o:p></o:p></span></p></div></div></div></div></div></div></div></body></html>