<div dir="ltr"><div>Reading package lists... Done</div><div>Building dependency tree</div><div>Reading state information... Done</div><div>E: Unable to locate package linux-headers-2.6.32-042stab127.2</div><div>E: Couldn't find any package by glob 'linux-headers-2.6.32-042stab127.2'</div><div>E: Couldn't find any package by regex 'linux-headers-2.6.32-042stab127.2'</div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><br>Monty</div></div>
<br><div class="gmail_quote">On Fri, Apr 6, 2018 at 5:10 PM, Steve Zingman <span dir="ltr"><<a href="mailto:szingman@msgstor.com" target="_blank">szingman@msgstor.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    Without the proper kernel header, you can't build DAHDI. <br>
    What is the result of "apt-get install linux-headers-`uname -r` -y"<div><div class="h5"><br>
    <br>
    <div class="m_-4795508002341483291moz-cite-prefix">On 04/06/2018 08:05 PM, Monty wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">Error from <b>make</b> command: "<span style="background-color:rgb(255,255,0)">You do not appear to
          have the sources for the 2.6.32-042stab127.2 kernel installed</span>"
        (Sorry I didn't highlight in the initial email.)<br>
        <div><br>
        </div>
        <div>I have tried this command, per the Readme of Dahdi: <b>make
            KVERS=4.9.0-6-amd64</b></div>
        <div><b><br>
          </b></div>
        <div>I do not get any errors, then run:</div>
        <div><br>
        </div>
        <div><b>make install KVERS=4.9.0-6-amd64</b></div>
        <div><b><br>
          </b></div>
        <div>I get "<span style="background-color:rgb(255,255,0)">DADHI
            installed successfully</span>", reboot, and I still get the
          same error messages in the CLI I listed below.</div>
        <div><b><br>
          </b></div>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>
          <div class="m_-4795508002341483291gmail_signature" data-smartmail="gmail_signature"><br>
            Monty</div>
        </div>
        <br>
        <div class="gmail_quote">On Fri, Apr 6, 2018 at 4:23 PM, Steve
          Zingman <span dir="ltr"><<a href="mailto:szingman@msgstor.com" target="_blank">szingman@msgstor.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div bgcolor="#FFFFFF" text="#000000"> What error did you
              get?
              <div>
                <div class="m_-4795508002341483291h5"><br>
                  <br>
                  <div class="m_-4795508002341483291m_-2353351339972644675moz-cite-prefix">On
                    04/06/2018 07:15 PM, Monty wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div class="m_-4795508002341483291h5">
                    <div dir="ltr">Hello All,
                      <div><br>
                      </div>
                      <div>I'm trying to install the allstarlink package
                        on my Debian VPS.  I followed the instructions
                        on the wiki:</div>
                      <div><br>
                      </div>
                      <div>
                        <pre style="font-family:monospace,Courier;color:rgb(0,0,0);background-color:rgb(249,249,249);border:1px solid rgb(221,221,221);padding:1em;white-space:pre-wrap;line-height:1.3em;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial">cd /tmp
wget <a href="https://github.com/AllStarLink/Asterisk/raw/develop/allstar/repository/install-repository" target="_blank">https://github.com/AllStarLink<wbr>/Asterisk/raw/develop/allstar/<wbr>repository/install-repository</a>
chmod +x install-repository
./install-repository

If Raspbian: apt-get install raspberrypi-kernel-headers -y

Otherwise: apt-get install linux-headers-`uname -r` -y

apt-get update
apt-get install allstarlink -y</pre>
                        <div>I did get an error on the <b>linux-headers</b>
                          command.  I installed what I believe is the
                          latest headers from apt-get (4.9.0-6-amd64).</div>
                        <div><br>
                        </div>
                        Asterisk is not able to run, and I'm getting the
                        following messages in the <b>CLI </b>when I
                        run asterisk manually:</div>
                      <div><br>
                      </div>
                      <div>
                        <div><span style="background-color:rgb(255,255,0)">[Apr 
                            6 16:05:35] WARNING[14976]: app_rpt.c:22240
                            rpt_master: rpt_thread restarted on node
                            28615</span></div>
                        <div><span style="background-color:rgb(255,255,0)">[Apr 
                            6 16:05:35] WARNING[15001]: chan_dahdi.c:928
                            dahdi_open: Unable to open
                            '/dev/dahdi/pseudo': No such file or
                            directory</span></div>
                        <div><span style="background-color:rgb(255,255,0)">[Apr 
                            6 16:05:35] ERROR[15001]: chan_dahdi.c:7906
                            chandup: Unable to dup channel: No such file
                            or directory</span></div>
                        <div><br>
                        </div>
                        <div>Seems to be dahdi is missing.  Any ideas
                          how to remedy?</div>
                        <div><br>
                        </div>
                        <div>I have tried to<b> recompile Dahdi </b>from:</div>
                        <div><br>
                        </div>
                        <div><a href="http://wiki.allstarlink.org/wiki/DAHDI_Make" target="_blank">http://wiki.allstarlink.org/wi<wbr>ki/DAHDI_Make</a><br>
                        </div>
                        <div><br>
                        </div>
                        <div>After running the "<b>make</b>" command I
                          get the following:</div>
                        <div><br>
                        </div>
                        <div>
                          <div>"<b>You do not appear to have the sources
                              for the 2.6.32-042stab127.2 kernel
                              installed.</b>"</div>
                        </div>
                        <div><br>
                        </div>
                        <div>I can't seem to find how to update/install <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><b>2.6.32-042stab1<wbr>27.2
                              kernel</b>.</span></div>
                        <div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial"><br>
                          </span></div>
                        <div><br>
                        </div>
                        <div>
                          <div>
                            <div class="m_-4795508002341483291m_-2353351339972644675gmail_signature">Monty</div>
                          </div>
                          <div class="m_-4795508002341483291m_-2353351339972644675gmail_signature">KE7JVX</div>
                        </div>
                      </div>
                    </div>
                    <br>
                    <fieldset class="m_-4795508002341483291m_-2353351339972644675mimeAttachmentHeader"></fieldset>
                    <br>
                  </div>
                </div>
                <pre>______________________________<wbr>_________________
App_rpt-users mailing list
<a class="m_-4795508002341483291m_-2353351339972644675moz-txt-link-abbreviated" href="mailto:App_rpt-users@lists.allstarlink.org" target="_blank">App_rpt-users@lists.allstarlin<wbr>k.org</a>
<a class="m_-4795508002341483291m_-2353351339972644675moz-txt-link-freetext" href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://lists.allstarlink.org/c<wbr>gi-bin/mailman/listinfo/app_rp<wbr>t-users</a>

To unsubscribe from this list please visit <a class="m_-4795508002341483291m_-2353351339972644675moz-txt-link-freetext" href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://lists.allstarlink.org/c<wbr>gi-bin/mailman/listinfo/app_rp<wbr>t-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. </pre>
              </blockquote>
              <br>
            </div>
            <br>
            ______________________________<wbr>_________________<br>
            App_rpt-users mailing list<br>
            <a href="mailto:App_rpt-users@lists.allstarlink.org" target="_blank">App_rpt-users@lists.allstarlin<wbr>k.org</a><br>
            <a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/c<wbr>gi-bin/mailman/listinfo/app_rp<wbr>t-users</a><br>
            <br>
            To unsubscribe from this list please visit <a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/c<wbr>gi-bin/mailman/listinfo/app_rp<wbr>t-users</a>
            and scroll down to the bottom of the page. Enter your email
            address and press the "Unsubscribe or edit options button"<br>
            You do not need a password to unsubscribe, you can do it via
            email confirmation. If you have trouble unsubscribing,
            please send a message to the list detailing the problem. <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="m_-4795508002341483291mimeAttachmentHeader"></fieldset>
      <br>
      <pre>______________________________<wbr>_________________
App_rpt-users mailing list
<a class="m_-4795508002341483291moz-txt-link-abbreviated" href="mailto:App_rpt-users@lists.allstarlink.org" target="_blank">App_rpt-users@lists.<wbr>allstarlink.org</a>
<a class="m_-4795508002341483291moz-txt-link-freetext" href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://lists.allstarlink.org/<wbr>cgi-bin/mailman/listinfo/app_<wbr>rpt-users</a>

To unsubscribe from this list please visit <a class="m_-4795508002341483291moz-txt-link-freetext" href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://lists.allstarlink.org/<wbr>cgi-bin/mailman/listinfo/app_<wbr>rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. </pre>
    </blockquote>
    <br>
  </div></div></div>

<br>______________________________<wbr>_________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@lists.allstarlink.org">App_rpt-users@lists.<wbr>allstarlink.org</a><br>
<a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/<wbr>cgi-bin/mailman/listinfo/app_<wbr>rpt-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/<wbr>cgi-bin/mailman/listinfo/app_<wbr>rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. <br></blockquote></div><br></div>