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:
1) Do all of your OS updates using yum. (Or, I use the tool in Webmin).
2) Update the ACID SVN using these steps:
cd /usr/src
rm -rf astsrc
wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv
mv trunk astsrc
cd astsrc
make upgrade-acid
3) Finally update Zaptel with these steps:
cd /usr/src/astsrc/zaptel
./configure
make
make install
make config
modprobe zaptel
service zaptel start
service asterisk restart
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.
73
Thor (Operator of N7JCT)
----------------------------------------
Message: 2 Date: Sat, 12 Apr 2014 20:30:53 -0700 From: Jim Duuuude <telesistant@hotmail.com> To: Tim Sawyer <tim.sawyer@mac.com>, Greg <kb1ncj@gmail.com> Cc: app_rpt mailing list <app_rpt-users@ohnosec.org> Subject: Re: [App_rpt-users] Cent OS Updating? Message-ID: <BLU180-W110437AB9DEDF02ECED3FFB1560@phx.gbl> Content-Type: text/plain; charset="windows-1252" At my size, if I "jump" in. Im likely to break it!! How about a "gentle step"... :-) Yes, when Centos updates to a new kernel, the previously-compiled Zaptel modules are no longer compatible with the running kernel and need to be re-compiled. Jim From: tim.sawyer@mac.com Date: Sat, 12 Apr 2014 20:27:00 -0700 To: kb1ncj@gmail.com CC: app_rpt-users@ohnosec.org Subject: Re: [App_rpt-users] Cent OS Updating? That?s a good question. One I?ve been meaning to look into myself. 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. Perhaps someone will jump in here and enlighten us. -- Tim :wq On Apr 12, 2014, at 2:42 PM, Greg <kb1ncj@gmail.com> 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. Thanks Greg _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users 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.
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users 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.