Koozali.org: home of the SME Server

ztdummy fatal error

Offline edeganay

  • ****
  • 102
  • +0/-0
ztdummy fatal error
« 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
Code: [Select]
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

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: ztdummy fatal error
« Reply #1 on: March 09, 2009, 10:29:06 AM »
What versions of zaptel and asterisk are installed?

Offline edeganay

  • ****
  • 102
  • +0/-0
Re: ztdummy fatal error
« Reply #2 on: March 09, 2009, 10:33:18 AM »
I'm downloading those from your website now, but, I actually don't know who to know this !
Yes I'm dumb
Edd

Offline edeganay

  • ****
  • 102
  • +0/-0
Re: ztdummy fatal error
« Reply #3 on: March 09, 2009, 10:41:34 AM »
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 ?

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: ztdummy fatal error
« Reply #4 on: March 09, 2009, 10:54:49 AM »
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.

Offline edeganay

  • ****
  • 102
  • +0/-0
Re: ztdummy fatal error
« Reply #5 on: March 09, 2009, 10:57:38 AM »
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

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: ztdummy fatal error
« Reply #6 on: March 09, 2009, 11:04:52 AM »
No worries.

1. Install the latest updates:

Code: [Select]
yum update
signal-event post-upgrade ; signal-event reboot

2. Install the latest version of SAIL:

Code: [Select]
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:

Code: [Select]
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:

Code: [Select]
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.

Offline edeganay

  • ****
  • 102
  • +0/-0
Re: ztdummy fatal error
« Reply #7 on: March 09, 2009, 11:08:09 AM »
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
Code: [Select]
yum localinstall zaptel-1.4.12.1-54.99.el4.i386.rpm --enablerepo=atrpmsbut it asks this :
Code: [Select]
==============================================================
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.
=============================================================
===


Offline edeganay

  • ****
  • 102
  • +0/-0
Re: ztdummy fatal error
« Reply #8 on: March 09, 2009, 11:09:17 AM »
ok, posting at the same time, I'm doing your recommendations and come ack with result

Thanks anyway
Edd

Offline edeganay

  • ****
  • 102
  • +0/-0
Re: ztdummy fatal error
« Reply #9 on: March 09, 2009, 11:20:47 AM »
ok for sail
but I have troubles for zaptel
Code: [Select]
yum --enablerepo=atrpms install zaptel-kmdl-`uname -r`gets me a dependency error (kernel 2.6.9-78.0.13.ELsmp)

Code: [Select]
--> 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
Code: [Select]
rpm -q asterisk zaptel-kmdl-`uname-r` sail
I get
Code: [Select]
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 ?

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: ztdummy fatal error
« Reply #10 on: March 09, 2009, 11:23:22 AM »
Try removing my zaptel package and installing the one from atrpms.

Code: [Select]
rpm -e zaptel
yum --enablerepo=atrpms install zaptel-kmdl-`uname -r` zaptel

Offline edeganay

  • ****
  • 102
  • +0/-0
Re: ztdummy fatal error
« Reply #11 on: March 09, 2009, 11:30:53 AM »
not possible due to dependencies with asterisk nad zaptel-kmdl

Code: [Select]
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


Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: ztdummy fatal error
« Reply #12 on: March 09, 2009, 11:31:42 AM »
Is asterisk installed?

rpm -q asterisk

Offline edeganay

  • ****
  • 102
  • +0/-0
Re: ztdummy fatal error
« Reply #13 on: March 09, 2009, 11:50:37 AM »
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