Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: edeganay on March 09, 2009, 10:18:09 AM
-
Hello there,
I have always the same error when sme is booting.
It doesn't seem to really interfere with sail working, but we have often connexion cut-off and so on, so I'm wondering if there is a link.
Error shown with dmesg
ztdummy: no version for "struct_module" found: kernel tainted.
ztdummy: Unknown symbol zt_receive
ztdummy: Unknown symbol zt_transmit
ztdummy: Unknown symbol zt_unregister
ztdummy: Unknown symbol zt_register
ztdummy: Unknown symbol zt_receive
ztdummy: Unknown symbol zt_transmit
ztdummy: Unknown symbol zt_unregister
ztdummy: Unknown symbol zt_register
Any idea to where looking for ?
Last stable SME, sail-2.2.1-708, IP Trunk, 1 thomson ST2030 and 2 Linksys PAPT2
thank's for you help
Edd
-
What versions of zaptel and asterisk are installed?
-
I'm downloading those from your website now, but, I actually don't know who to know this !
Yes I'm dumb
Edd
-
Name : zaptel
Arch : i386
Epoch : 1
Version: 1.4.9
Release: 47.el4
Size : 3.5 M
Repo : installed
Summary: Digium FXS/FXO drivers
is that what you ask ?
-
You also need matching the zaptel kmdl to go with your running kernel. The one on my website is for the -.8 kernel build in SME 7.4. If you are using the newest kernel update -.13 (just released), you should use the driver that is in the atrpms repository.
-
sorry if it's a bit outside the target of this forum, but could you take my hand and show me how to verify and to this ;-)
Edd
-
No worries.
1. Install the latest updates:
yum update
signal-event post-upgrade ; signal-event reboot
2. Install the latest version of SAIL:
wget http://www.sarkpbx.com/sail/sail-2.2.1/sail-2.2.1-718.noarch.rpm
yum localinstall sail-2.2.1-718.noarch.rpm
signal-event yum-modify
signal-event post-upgrade ; signal-event reboot
3. Follow the wiki instructions to install the Zaptel kernel module for the running kernel:
yum --enablerepo=atrpms install zaptel-kmdl-`uname -r`
signal-event post-upgrade ; signal-event reboot
4. Make sure you have the correct versions of all the components installed:
rpm -q asterisk zaptel-kmdl-`uname-r` sail
SAIL should be 2.2.1-718
Asterisk should be 1.4.21
Zaptel should be 2.6.9-78.0.13.EL or 2.6.9-78.0.13.ELsmp.
-
ok, uname -r get 2.6.9-78.0.13.ELsmp
I dl your zaptel version, and found the zaptel-kmdl version from atrpms :
zaptel-kmdl-2.6.9-78.0.13.ELsmp-1.4.12.1-54.99.el4.i686.rpm
I launched
yum localinstall zaptel-1.4.12.1-54.99.el4.i386.rpm --enablerepo=atrpms
but it asks this :
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Loading "fastestmirror" plugin
Loading "installonlyn" plugin
Loading "protect-packages" plugin
Loading "smeserver" plugin
Setting up Local Package Process
Examining zaptel-1.4.12.1-54.99.el4.i386.rpm: zaptel - 1:1.4.12.1-54.99.el4.i386
Marking zaptel-1.4.12.1-54.99.el4.i386.rpm as an update to zaptel - 1:1.4.9-47.el4.i386
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
warning: only V3 signatures can be verified, skipping V4 signature
---> Package zaptel.i386 1:1.4.12.1-54.99.el4 set to be updated
--> Running transaction check
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
Excluding Packages from CentOS - os
Finished
Excluding Packages from CentOS - updates
Finished
--> Processing Dependency: zaptel = 1:1.4.9-47.el4 for package: zaptel-kmdl-2.6.9-67.0.1.ELsmp
--> Finished Dependency Resolution
Error: Missing Dependency: zaptel = 1:1.4.9-47.el4 is needed by package zaptel-kmdl-2.6.9-67.0.1.ELsmp
================================================================
No new rpms were installed. No additional commands are required.
=============================================================
===
-
ok, posting at the same time, I'm doing your recommendations and come ack with result
Thanks anyway
Edd
-
ok for sail
but I have troubles for zaptel
yum --enablerepo=atrpms install zaptel-kmdl-`uname -r`
gets me a dependency error (kernel 2.6.9-78.0.13.ELsmp)
--> Processing Dependency: zaptel = 1:1.4.9-47.el4 for package: zaptel-kmdl-2.6.9-67.0.1.ELsmp
--> Finished Dependency Resolution
Error: Missing Dependency: zaptel = 1:1.4.9-47.el4 is needed by package zaptel-kmdl-2.6.9-67.0.1.ELsmp
And when I'm asking all needed files with
rpm -q asterisk zaptel-kmdl-`uname-r` sail
I get
attention: seules les signatures V3 peut être vérifiées, signature V4 ignorée
asterisk-1.4.18-56.el4
le paquetage zaptel-kmdl-2.6.9-78.0.13.ELsmp n'est pas installé
sail-2.2.1-718
I'm a bit lost, why installing a zaptel 1.4.12, it asks for 1.4.9 and its dependencies ?
-
Try removing my zaptel package and installing the one from atrpms.
rpm -e zaptel
yum --enablerepo=atrpms install zaptel-kmdl-`uname -r` zaptel
-
not possible due to dependencies with asterisk nad zaptel-kmdl
erreur: Dépendances requises:
libtonezone.so.1.0 est nécessaire pour (déjà installé) asterisk-1.4.18-56.el4.i386
zaptel = 1:1.4.9-47.el4 est nécessaire pour (déjà installé) zaptel-kmdl-2.6.9-67.0.1.ELsmp-1.4.9-47.el4.i686
-
Is asterisk installed?
rpm -q asterisk
-
I put the way farer,
yum remove zaptel, and then all dependencies, including asterisk
I re installed all downloaded files (with the accurate kernel for zaptel-kmdl)
I come to
asterisk-1.4.21.1-65.el4
zaptel-kmdl-2.6.9-78.0.13.ELsmp-1.4.12.1-54.99.el4
sail-2.2.1-718
no error anymore, let's see if this heads up quality and connexions.
thank's a lot for your help anyway
Edd