<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: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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
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;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
{mso-style-priority:99;
mso-style-link:"Balloon Text Char";
margin:0cm;
margin-bottom:.0001pt;
font-size:8.0pt;
font-family:"Tahoma","sans-serif";}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:"Consolas","serif";
mso-fareast-language:EN-GB;}
span.BalloonTextChar
{mso-style-name:"Balloon Text Char";
mso-style-priority:99;
mso-style-link:"Balloon Text";
font-family:"Tahoma","sans-serif";
mso-fareast-language:EN-GB;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
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-GB link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Any chance of adding this nugget to the Drupal (or even allstarlink.org) site for future reference?<o:p></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'>David Osborn<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>GD4HOZ<o:p></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'><o:p> </o:p></span></p><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Randy Neals [mailto:randy@neals.ca] <br><b>Sent:</b> 16 July 2014 18:27<br><b>To:</b> Thor Wiegman<br><b>Cc:</b> app_rpt-users@ohnosec.org<br><b>Subject:</b> Re: [App_rpt-users] App_rpt-users] Cent OS Updating?<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal style='margin-bottom:12.0pt'>Wanted to say "Thank You" for this set of instructions.<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>Just used it to recover my node after a yum update left it hung up and not working. Thanks!<br><br>-Randy<br><br><o:p></o:p></p></div></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p> </o:p></p><div><p class=MsoNormal>On Sun, Apr 13, 2014 at 10:10 AM, Thor Wiegman <<a href="mailto:n7jct@aplaceonthe.net" target="_blank">n7jct@aplaceonthe.net</a>> wrote:<o:p></o:p></p><div><p class=MsoNormal>My experience is exactly what Jim suggests, it kills the Zaptel modules. With the ACID distro what I end up doing is a complete update of the OS then I do a complete update and recompile of the SVN. Basically you:<br><br>1) Do all of your OS updates using yum. (Or, I use the tool in Webmin).<br>2) Update the ACID SVN using these steps:<br> cd /usr/src<br> rm -rf astsrc<br> wget <a href="http://x.allstarlink.org/svn-trunk.tar.gz" target="_blank">http://x.allstarlink.org/svn-trunk.tar.gz</a> -O- | tar xzv<br> mv trunk astsrc<br> cd astsrc<br> make upgrade-acid<br>3) Finally update Zaptel with these steps:<br> cd /usr/src/astsrc/zaptel<br> ./configure<br> make<br> make install<br> make config<br> modprobe zaptel<br> service zaptel start<br> service asterisk restart<br><br>I have no idea if this is the "right" way to do all this. But I do know that it's working for me. YMMV.<br><br>73<br>Thor (Operator of N7JCT)<br><br>----------------------------------------<br><br><o:p></o:p></p><pre><o:p> </o:p></pre><pre>Message: 2<o:p></o:p></pre><pre>Date: Sat, 12 Apr 2014 20:30:53 -0700<o:p></o:p></pre><pre>From: Jim Duuuude <a href="mailto:telesistant@hotmail.com" target="_blank"><telesistant@hotmail.com></a><o:p></o:p></pre><pre>To: Tim Sawyer <a href="mailto:tim.sawyer@mac.com" target="_blank"><tim.sawyer@mac.com></a>, Greg <a href="mailto:kb1ncj@gmail.com" target="_blank"><kb1ncj@gmail.com></a><o:p></o:p></pre><pre>Cc: app_rpt mailing list <a href="mailto:app_rpt-users@ohnosec.org" target="_blank"><app_rpt-users@ohnosec.org></a><o:p></o:p></pre><pre>Subject: Re: [App_rpt-users] Cent OS Updating?<o:p></o:p></pre><pre>Message-ID: <a href="mailto:BLU180-W110437AB9DEDF02ECED3FFB1560@phx.gbl" target="_blank"><BLU180-W110437AB9DEDF02ECED3FFB1560@phx.gbl></a><o:p></o:p></pre><pre>Content-Type: text/plain; charset="windows-1252"<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>At my size, if I "jump" in. Im likely to break it!!<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>How about a "gentle step"...<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>:-)<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Yes, when Centos updates to a new kernel, the previously-compiled Zaptel modules are no<o:p></o:p></pre><pre>longer compatible with the running kernel and need to be re-compiled.<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>Jim<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre>From: <a href="mailto:tim.sawyer@mac.com" target="_blank">tim.sawyer@mac.com</a><o:p></o:p></pre><pre>Date: Sat, 12 Apr 2014 20:27:00 -0700<o:p></o:p></pre><pre>To: <a href="mailto:kb1ncj@gmail.com" target="_blank">kb1ncj@gmail.com</a><o:p></o:p></pre><pre>CC: <a href="mailto:app_rpt-users@ohnosec.org" target="_blank">app_rpt-users@ohnosec.org</a><o:p></o:p></pre><pre>Subject: Re: [App_rpt-users] Cent OS Updating?<o:p></o:p></pre><pre><o:p> </o:p></pre><pre>That?s a good question. One I?ve been meaning to look into myself. <o:p></o:p></pre><pre>Here?s what suspect happens: I think the issue is when you install a new kernel it breaks Zaptel. So you have to then update App_rpt with the instructions on the site. But, like I said, that?s what I suspect happens and I?ve never tried it myself.<o:p></o:p></pre><pre>Perhaps someone will jump in here and enlighten us. <o:p></o:p></pre><pre><o:p> </o:p></pre><pre>--<o:p></o:p></pre><pre>Tim<o:p></o:p></pre><pre>:wq<o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre>On Apr 12, 2014, at 2:42 PM, Greg <a href="mailto:kb1ncj@gmail.com" target="_blank"><kb1ncj@gmail.com></a> wrote:Is it possible to update Allstar base OS without breaking something? Will "yum update" work or is there some other option that is safer? When I checked the list of updates, asterisk wasn't one of them but haven't executed it yet.<o:p></o:p></pre><pre>Thanks<o:p></o:p></pre><pre>Greg<o:p></o:p></pre><pre>_______________________________________________<o:p></o:p></pre><pre>App_rpt-users mailing list<o:p></o:p></pre><pre><a href="mailto:App_rpt-users@ohnosec.org" target="_blank">App_rpt-users@ohnosec.org</a><o:p></o:p></pre><pre><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><o:p></o:p></pre><pre><o:p> </o:p></pre><pre>To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<o:p></o:p></pre><pre>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. <o:p></o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><pre><o:p> </o:p></pre><p class=MsoNormal><o:p> </o:p></p></div><p class=MsoNormal><br>_______________________________________________<br>App_rpt-users mailing list<br><a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br><a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br><br>To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_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. <o:p></o:p></p></div><p class=MsoNormal><o:p> </o:p></p></div></div></body></html>