Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: fpausp on November 26, 2009, 09:36:44 PM

Title: kernel update - 2.6.9-89.0.16.EL
Post by: fpausp on November 26, 2009, 09:36:44 PM
Hi,

Ignore this post, it's been solved.

regards
fpausp
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: Stefano on November 26, 2009, 10:06:45 PM
fpausp, it's not a good idea editing your original post to chance it..

instead of deleting the content telling us "Ignore this post, it's been solved", you should leave the original text and ad a second post with the solution, changing the sbj too..

it this way you help others forum readers..

thank you
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: del on November 27, 2009, 12:14:58 AM
Does anybody know if this kernel update will mess up dahdi?

Del
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: PWDasterisk on November 27, 2009, 02:59:53 PM
I use zaptel and there is a kmdl release for the 2.6.9-89.0.16.EL kernel:
http://atrpms.net/dist/el4/zaptel/

I haven't had time to do the upgrade yet so I can't verify everything works but it looks like all the needed zaptel packages are available.

A quick search showed all the dahdi packages are available for that kernel release also:
http://atrpms.net/dist/el4/dahdi-linux/
http://atrpms.net/dist/el4/dahdi-tools/

I will post results after I get around to doing the upgrade but don't know my timetable yet.
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: del on November 27, 2009, 07:32:08 PM
Thanks for the info.

Del
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: SARK devs on November 27, 2009, 09:22:13 PM
we did a fresh install last night.  No problems fetching rpms from ATRPMs  but you might want to save copies of the zaptel and mISDN  rpms rather than just yum installing them, because they won't stay on ATRPMS for long (they never do).

Kind Regards

S



Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: del on November 27, 2009, 09:30:48 PM
I've downloaded the dahdi-linux rpms but I can't see the dahdi-tools. Can someone point me in the right direction?

Thanks,
Del
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: dz00te on November 29, 2009, 07:12:42 PM
Hi,
this is how i've installed the new version of dahdi:
after the full update of sme i've removed the previous version of dahdi with
yum remove dahdi-linux-kmdl-2.6.9-78.0.22.ELsmp
the i've installed the new version
yum install dahdi-linux-kmdl-`uname -r` --enablerepo=atrpms

it seems to work well but i can't upgrade dahdi tools because i got :
Error: Missing Dependency: asterisk >= 1.4.8 is needed by package asterisk-addons
altough actually i've installed asterisk-1.4.25.1-78.el4
its' safe to upgrade the asterisk package from atrpms?

but for now all seems to work fine, tomorrow i'll update to sail 2.3.2-19 and i'll make some more test

bye
z
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: SARK devs on November 29, 2009, 10:42:14 PM
del

Dahdi tools are installed with asterisk in the atrpms rpm
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: del on December 01, 2009, 02:04:33 PM
del

Dahdi tools are installed with asterisk in the atrpms rpm

Does that mean that I need to re-install asterisk as well as dahdi?

Thanks,
Del
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: SARK devs on December 02, 2009, 03:09:52 PM
Not if you already had dahdi asterisk (1.4.23 or better)
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: PWDasterisk on December 04, 2009, 04:31:25 AM
FYI for Zaptel users -

This scenario was an upgrade from kernel 2.6.9-78.0.13.EL with Zaptel 1.4.12.1 installed and Asterisk 1.4.22 running

All that was needed was:
# yum update; signal-event post-upgrade; signal-event reboot

I never installed the zaptel-kmdl-2.6.9-89.0.16 or manually copied the /lib/modules/2.6.9-78.0.22.EL/extra/ over to the new kernel. Zaptel, Asterisk, and Sail all came up running after the reboot and test calls in & out over the TDM400 hardware were fine.

Resulting versions showed:

# uname -r
2.6.9-89.0.16.EL

# lsmod | grep "zaptel"
zaptel                215480  11 wctdm
oslec                  11928  1 zaptel
crc_ccitt               2241  1 zaptel

# modinfo zaptel
filename:       /lib/modules/2.6.9-89.0.16.EL/weak-updates/zaptel.ko
author:         Mark Spencer <markster@digium.com>
description:    Zapata Telephony Interface
license:        GPL
version:        1.4.12.1 78C21B4DEF2A6E86444194F
vermagic:       2.6.9-78.0.13.EL 686 REGPARM 4KSTACKS gcc-3.4
depends:        crc-ccitt

# asterisk -rx "core show version"
Asterisk 1.4.22.2 built by root @ asterisk on a i686 running Linux on 2009-08-29 18:25:54 UTC

SarkGlobals
Version: sail-2.2.4-13
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: jibe on December 04, 2009, 01:29:51 PM
Hi,

FYI for Zaptel users -

This scenario was an upgrade from kernel 2.6.9-78.0.13.EL with Zaptel 1.4.12.1 installed and Asterisk 1.4.22 running

All that was needed was:
# yum update; signal-event post-upgrade; signal-event reboot
Interesting !

I never tried this... but now, and it does nothing  :-(
I suppose that it's because I just upgrade my SME by the server-manager... And probably because it depends on what repos you're using ?

For me, I use :
smeaddons
smeextras
base
updates
smeos
smeupdates

What should I use so that sail and zaptel are updated in the same time as my SME when I do this from the server-manager ?
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: SARK devs on December 04, 2009, 02:49:24 PM
SAIL won't update.  We've never built a repo.  You need to download the release you need and use yum localinstall.   Zaptel is on ATRPMS
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: groutley on April 14, 2010, 12:36:55 PM
Hi,
  Does anybody have a copy of the dahdi-linux-2.2.0.2-65.el4.i386.rpm  they could send me ?

I don't understand why ftp://distro.ibiblio.org/pub/linux/distributions/smeserver/releases/7.4/smecontribs/i386/RPMS/  has  "dahdi-linux-2.2.1.1-67.el4.i386.rpm"
which is what would be needed if we were running the  ]2.6.9-89.0.23 kernel, which of course sme is still running the 2.6.9-89.0.16 kernel
yet nowhere is the dahdi files for the sme kernel !?!?

So of course currently my TDM card is dead as I cannot load the dahdi drivers

many thanks
  Glen
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: del on April 14, 2010, 02:37:34 PM
I have the dahdi-linux-kmdl-2.6.9-89.0.16.EL-2.2.0.2-65.el4.x86_64.rpm, if it's any good to you email me and I'll send it to you.

Regards,
Del
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: groutley on April 14, 2010, 02:54:34 PM
Hi del,
  Thanks but I already have dahdi-linux-kmdl-2.6.9-89.0.16.EL-2.2.0.2-65.el4.x86_64.rpm   and  dahdi-linux-kmdl-2.6.9-89.0.16.ELsmp-2.2.0.2-65.el4.i686.rpm
problem is they both fail Dependency checks..

--> Processing Dependency: dahdi-linux = 2.2.0.2-65.el4 for package: dahdi-linux-kmdl-2.6.9-89.0.16.ELsmp
--> Finished Dependency Resolution
Error: Missing Dependency: dahdi-linux = 2.2.0.2-65.el4 is needed by package dahdi-linux-kmdl-2.6.9-89.0.16.ELsmp
[root@l1nuxsvr Dahdi]# uname -r
2.6.9-89.0.16.ELsmp
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: PWDasterisk on April 14, 2010, 03:03:12 PM
Digium has the source if you want to compile it yourself:
http://downloads.asterisk.org/pub/telephony/dahdi-linux/releases/dahdi-linux-2.2.0.2.tar.gz
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: SARK devs on April 14, 2010, 06:47:32 PM
For the next few hours...

http://sip.aelintra.com/dahdi-linux-2.2.0.2-65.el4.i386.rpm

kind regards

Jeff
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: groutley on April 15, 2010, 12:48:33 PM
Thanks Jeff,
  I think I missed the few hour window though ;-(
"file not found on this server"

could I trouble you to put it up again ?  or perhaps email it to me ?
btw.  I will be in Winchester,UK for 3 weeks in May. Perhaps I could come and collect from you ;-)

Afraid I am not familiar with compiling, but if someone can guide me thru the steps I'd be happy to do that.
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: del on April 15, 2010, 01:51:38 PM
Right click on the link and choose "Save link as" it should then download the file. This is in Firefox, not sure what the choice would be in IE.

Del

Thanks Jeff,
  I think I missed the few hour window though ;-(
"file not found on this server"

could I trouble you to put it up again ?  or perhaps email it to me ?
btw.  I will be in Winchester,UK for 3 weeks in May. Perhaps I could come and collect from you ;-)

Afraid I am not familiar with compiling, but if someone can guide me thru the steps I'd be happy to do that.
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: groutley on April 15, 2010, 01:54:58 PM
Thanks del,
  now don't I feel stupid !!
Typically Firefox prompts where to save the file if you point direct at a file..
Oh well,  I have it now.. 
  Thank you guys !
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: SARK devs on April 15, 2010, 02:08:40 PM
OK - I've taken it offline now.

Kind Regards

Jeff
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: groutley on April 15, 2010, 02:15:41 PM
Hi Jeff,
 perhaps I spoke too soon..
 it fails to install..  I assume corrupted download ?   is 233 Bytes correct ?

Quote
[root@l1nuxsvr Dahdi]# yum localinstall dahdi-linux-2.2.0.2-65.el4.i386.rpm
Loading "installonlyn" plugin
Loading "protect-packages" plugin
Loading "fastestmirror" plugin
Loading "smeserver" plugin
Setting up Local Package Process
Cannot open file: dahdi-linux-2.2.0.2-65.el4.i386.rpm. Skipping.
Nothing to do
[root@l1nuxsvr Dahdi]# ll
total 600
-rw-rw----  1 xxxxxy xxxxxy    233 Apr 15 21:59 dahdi-linux-2.2.0.2-65.el4.i386.rpm
-rw-rw----  1 xxxxxy xxxxxy 604312 Apr 14 19:57 dahdi-linux-kmdl-2.6.9-89.0.16.ELsmp-2.2.0.2-65.el4.i686.rpm
[root@l1nuxsvr Dahdi]#
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: SARK devs on April 15, 2010, 02:33:08 PM
It is back on-line

size is

Code: [Select]
[root@sme75b1 ~]# ls -l ~html/

-rwxr-----  1 root shared 2514345 Apr 15 13:31 dahdi-linux-2.2.0.2-65.el4.i386.rpm

Kind Regards

Jeff
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: groutley on April 15, 2010, 03:39:22 PM
Sorry to be a pest Jeff...
  If I save as..  from Firefox  I only get 233 bytes..
if I wget..
Quote
[root@l1nuxsvr Dahdi]# wget http://sip.aelintra.com/dahdi-linux-2.2.0.2-65.el4.i386.rpm
--23:37:27--  http://sip.aelintra.com/dahdi-linux-2.2.0.2-65.el4.i386.rpm
           => `dahdi-linux-2.2.0.2-65.el4.i386.rpm'
Resolving sip.aelintra.com... 81.105.120.88
Connecting to sip.aelintra.com|81.105.120.88|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
23:37:28 ERROR 404: Not Found.
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: groutley on April 15, 2010, 05:00:16 PM
I have followed the great instructions at http://sarkpbx.com/twiki/bin/view/Main/DocChapter03d
using the appropriate bits just for the dahdi and compiled it successfully I think !
 I now have some Dahdi channels,  I'll do some testing tomorrow (its late)

Thanks for all your help.
Title: Re: kernel update - 2.6.9-89.0.16.EL
Post by: SARK devs on April 15, 2010, 10:44:55 PM
OK - glad you got it.

Not sure why the downloads didn't work for you - must be a firewall issue here.

Best

jeff