Re: [asterisk-users] General Kernel practices on CentOS

2017-12-20 Thread Tzafrir Cohen
On Wed, Dec 20, 2017 at 05:26:14PM +0200, Tzafrir Cohen wrote:
> On Wed, Dec 20, 2017 at 10:20:11AM -0500, Eric Wieling wrote:
> > 
> > That only applies to DAHDI, not Asterisk.
> > 
> > I add exclude=*kernel* to /etc/yum.conf so the kernel doesn't get upgraded
> > accidentally and break DAHDI.
> 
> The Ubuntu (though not the Debian) dahdi package [irrelevant stuff
> follows]

Oops. Sorry for the irrelevant reply. I confused this with the other
thread.

-- 
   Tzafrir Cohen
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] General Kernel practices on CentOS

2017-12-20 Thread Tzafrir Cohen
On Wed, Dec 20, 2017 at 10:20:11AM -0500, Eric Wieling wrote:
> 
> That only applies to DAHDI, not Asterisk.
> 
> I add exclude=*kernel* to /etc/yum.conf so the kernel doesn't get upgraded
> accidentally and break DAHDI.

The Ubuntu (though not the Debian) dahdi package uses dkms and thus will
automatically build as you install (install? boot to the?) new kernel.

-- 
   Tzafrir Cohen
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] General Kernel practices on CentOS

2017-12-20 Thread Eric Wieling


That only applies to DAHDI, not Asterisk.

I add exclude=*kernel* to /etc/yum.conf so the kernel doesn't get 
upgraded accidentally and break DAHDI.



On 12/20/2017 05:30 AM, Abdul Basit wrote:

Olivier

If you installed asterisk from source, you need to recompile it after 
kernel version upgrade.


This will compile & install asterisk modules with latest installed 
kernel sources.


--
regards,

abdul basit

On 19 December 2017 at 08:01, Ron Wheeler 
> wrote:


Linux x.y.com  3.10.0-693.5.2.el7.x86_64 #1 SMP
Fri Oct 20 20:32:50 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
I try to keep up with the latest versions of everything.

Ron

On 15/12/2017 5:59 AM, Olivier wrote:

Hello Ron,
Which kernel do you run Asterisk/Freepbx with ?
Cheers

2017-12-14 16:57 GMT+01:00 Ron Wheeler
>:

CentOS 7 works well with Asterisk.
Install latest CentOS7 with updates install asterisk

I am running FreePBX on CentOS 7.

Ron

On 14/12/2017 10:38 AM, Olivier wrote:

Hello,

I'm used to install Asterisk on Debian stable platforms.

A customer is asking how I would proceed on a CentOS platform.

After a short research (see [1] as an example), I'm
wondering what are general kernel practices on CentOS
regarding Asterisk and when targeting stability:

- Is it recommended to upgrade kernel version(s) (ie moving
from linux 3.10 to 4.3) just after OS installation ?

Best regards





-- 
Ron Wheeler

President
Artifact Software Inc
email:rwhee...@artifact-software.com

skype: ronaldmwheeler
phone:866-970-2435, ext 102 


--
_
-- Bandwidth and Colocation Provided by
http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/ 

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started


asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users





-- 
Ron Wheeler

President
Artifact Software Inc
email:rwhee...@artifact-software.com 
skype: ronaldmwheeler
phone: 866-970-2435, ext 102


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/ 

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started


asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users







-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] General Kernel practices on CentOS

2017-12-20 Thread Tzafrir Cohen
On Wed, Dec 20, 2017 at 03:30:50PM +0500, Abdul Basit wrote:
> Olivier
> 
> If you installed asterisk from source, you need to recompile it after
> kernel version upgrade.
> 
> This will compile & install asterisk modules with latest installed kernel
> sources.


Asterisk needs nothing from the specific version (certainly not with
respect to minor version changes).

-- 
   Tzafrir Cohen
+972-50-7952406   mailto:tzafrir.co...@xorcom.com
http://www.xorcom.com

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] General Kernel practices on CentOS

2017-12-20 Thread Abdul Basit
Olivier

If you installed asterisk from source, you need to recompile it after
kernel version upgrade.

This will compile & install asterisk modules with latest installed kernel
sources.

--
regards,

abdul basit

On 19 December 2017 at 08:01, Ron Wheeler 
wrote:

> Linux x.y.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC
> 2017 x86_64 x86_64 x86_64 GNU/Linux
> I try to keep up with the latest versions of everything.
>
> Ron
>
> On 15/12/2017 5:59 AM, Olivier wrote:
>
> Hello Ron,
> Which kernel do you run Asterisk/Freepbx with ?
> Cheers
>
> 2017-12-14 16:57 GMT+01:00 Ron Wheeler :
>
>> CentOS 7 works well with Asterisk.
>> Install latest CentOS7 with updates install asterisk
>>
>> I am running FreePBX on CentOS 7.
>>
>> Ron
>>
>> On 14/12/2017 10:38 AM, Olivier wrote:
>>
>> Hello,
>>
>> I'm used to install Asterisk on Debian stable platforms.
>>
>> A customer is asking how I would proceed on a CentOS platform.
>>
>> After a short research (see [1] as an example), I'm wondering what are
>> general kernel practices on CentOS regarding Asterisk and when targeting
>> stability:
>>
>> - Is it recommended to upgrade kernel version(s) (ie moving from linux
>> 3.10 to 4.3) just after OS installation ?
>>
>> Best regards
>>
>>
>>
>>
>> --
>> Ron Wheeler
>> President
>> Artifact Software Inc
>> email: rwhee...@artifact-software.com
>> skype: ronaldmwheeler
>> phone: 866-970-2435, ext 102 <%28866%29%20970-2435>
>>
>>
>> --
>> _
>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>>
>> Check out the new Asterisk community forum at:
>> https://community.asterisk.org/
>>
>> New to Asterisk? Start here:
>>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>>
>> asterisk-users mailing list
>> To UNSUBSCRIBE or update options visit:
>>http://lists.digium.com/mailman/listinfo/asterisk-users
>>
>
>
> --
> Ron Wheeler
> President
> Artifact Software Inc
> email: rwhee...@artifact-software.com
> skype: ronaldmwheeler
> phone: 866-970-2435, ext 102
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at:
> https://community.asterisk.org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] General Kernel practices on CentOS

2017-12-18 Thread Ron Wheeler
Linux x.y.com 3.10.0-693.5.2.el7.x86_64 #1 SMP Fri Oct 20 20:32:50 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux

I try to keep up with the latest versions of everything.

Ron

On 15/12/2017 5:59 AM, Olivier wrote:

Hello Ron,
Which kernel do you run Asterisk/Freepbx with ?
Cheers

2017-12-14 16:57 GMT+01:00 Ron Wheeler >:


CentOS 7 works well with Asterisk.
Install latest CentOS7 with updates install asterisk

I am running FreePBX on CentOS 7.

Ron

On 14/12/2017 10:38 AM, Olivier wrote:

Hello,

I'm used to install Asterisk on Debian stable platforms.

A customer is asking how I would proceed on a CentOS platform.

After a short research (see [1] as an example), I'm wondering
what are general kernel practices on CentOS regarding Asterisk
and when targeting stability:

- Is it recommended to upgrade kernel version(s) (ie moving from
linux 3.10 to 4.3) just after OS installation ?

Best regards





-- 
Ron Wheeler

President
Artifact Software Inc
email:rwhee...@artifact-software.com 
skype: ronaldmwheeler
phone:866-970-2435, ext 102 


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/ 

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started


asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users





--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] General Kernel practices on CentOS

2017-12-15 Thread Ron Wheeler
It currently runs Linux 3.10.0-693.5.2.el7.x86_64 on x86_64 which I 
believe is the latest CentOS 7.



I apply updates as they are issues by the CentOS team.

I just installed the latest FreePPBX from 
https://www.freepbx.org/downloads/ on bare hardware. This included 
Sangoma's version of Centos 7 build 1701. After the install, I apply 
updates as they are issues by the CentOS team.



Works fine.

Ron


On 15/12/2017 5:59 AM, Olivier wrote:

Hello Ron,
Which kernel do you run Asterisk/Freepbx with ?
Cheers

2017-12-14 16:57 GMT+01:00 Ron Wheeler >:


CentOS 7 works well with Asterisk.
Install latest CentOS7 with updates install asterisk

I am running FreePBX on CentOS 7.

Ron

On 14/12/2017 10:38 AM, Olivier wrote:

Hello,

I'm used to install Asterisk on Debian stable platforms.

A customer is asking how I would proceed on a CentOS platform.

After a short research (see [1] as an example), I'm wondering
what are general kernel practices on CentOS regarding Asterisk
and when targeting stability:

- Is it recommended to upgrade kernel version(s) (ie moving from
linux 3.10 to 4.3) just after OS installation ?

Best regards





-- 
Ron Wheeler

President
Artifact Software Inc
email:rwhee...@artifact-software.com 
skype: ronaldmwheeler
phone:866-970-2435, ext 102 


--
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at:
https://community.asterisk.org/ 

New to Asterisk? Start here:
https://wiki.asterisk.org/wiki/display/AST/Getting+Started


asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users





--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] General Kernel practices on CentOS

2017-12-15 Thread Olivier
Hello Ron,
Which kernel do you run Asterisk/Freepbx with ?
Cheers

2017-12-14 16:57 GMT+01:00 Ron Wheeler :

> CentOS 7 works well with Asterisk.
> Install latest CentOS7 with updates install asterisk
>
> I am running FreePBX on CentOS 7.
>
> Ron
>
> On 14/12/2017 10:38 AM, Olivier wrote:
>
> Hello,
>
> I'm used to install Asterisk on Debian stable platforms.
>
> A customer is asking how I would proceed on a CentOS platform.
>
> After a short research (see [1] as an example), I'm wondering what are
> general kernel practices on CentOS regarding Asterisk and when targeting
> stability:
>
> - Is it recommended to upgrade kernel version(s) (ie moving from linux
> 3.10 to 4.3) just after OS installation ?
>
> Best regards
>
>
>
>
> --
> Ron Wheeler
> President
> Artifact Software Inc
> email: rwhee...@artifact-software.com
> skype: ronaldmwheeler
> phone: 866-970-2435, ext 102 <(866)%20970-2435>
>
>
> --
> _
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> Check out the new Asterisk community forum at: https://community.asterisk.
> org/
>
> New to Asterisk? Start here:
>   https://wiki.asterisk.org/wiki/display/AST/Getting+Started
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] General Kernel practices on CentOS

2017-12-14 Thread Ron Wheeler

CentOS 7 works well with Asterisk.
Install latest CentOS7 with updates install asterisk

I am running FreePBX on CentOS 7.

Ron
On 14/12/2017 10:38 AM, Olivier wrote:

Hello,

I'm used to install Asterisk on Debian stable platforms.

A customer is asking how I would proceed on a CentOS platform.

After a short research (see [1] as an example), I'm wondering what are 
general kernel practices on CentOS regarding Asterisk and when 
targeting stability:


- Is it recommended to upgrade kernel version(s) (ie moving from linux 
3.10 to 4.3) just after OS installation ?


Best regards





--
Ron Wheeler
President
Artifact Software Inc
email: rwhee...@artifact-software.com
skype: ronaldmwheeler
phone: 866-970-2435, ext 102

-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

[asterisk-users] General Kernel practices on CentOS

2017-12-14 Thread Olivier
Hello,

I'm used to install Asterisk on Debian stable platforms.

A customer is asking how I would proceed on a CentOS platform.

After a short research (see [1] as an example), I'm wondering what are
general kernel practices on CentOS regarding Asterisk and when targeting
stability:

- Is it recommended to upgrade kernel version(s) (ie moving from linux 3.10
to 4.3) just after OS installation ?

Best regards
-- 
_
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

Check out the new Asterisk community forum at: https://community.asterisk.org/

New to Asterisk? Start here:
  https://wiki.asterisk.org/wiki/display/AST/Getting+Started

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users