Koozali.org: home of the SME Server

SAIL - Conference not working, Ztdummy load problem?

Offline mark_s_tt

  • **
  • 37
  • +0/-0
SAIL - Conference not working, Ztdummy load problem?
« on: July 11, 2007, 06:17:36 PM »
Hi all,

Had SAIL up and running for a couple of weeks now, no major probs but now the only thing that's not working is conference rooms.

We just get "That is not a valid conference number".

Done a probe from the PCI cards panel to signal ztdummy to load but still the same.

Stopping the PBX and modprobe ztdummy gives:

WARNING: Error inserting zaptel (/lib/modules/2.6.9-42.0.10.ELsmp/extra/zaptel.ko): Invalid module format
FATAL: Error inserting ztdummy (/lib/modules/2.6.9-42.0.10.ELsmp/extra/ztdummy.ko): Invalid module format


This is on:
SME Server 7.1.3
selintra-sail-2.1.15-483.noarch.rpm
smeserver-asterisk-1.4.1-8.i686.rpm

Any ideas?

Thanks a lot
Mark.

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
SAIL - Conference not working, Ztdummy load problem?
« Reply #1 on: July 11, 2007, 08:29:56 PM »
HI Mark,

It's because the smp driver modules are broken on the 1.4 rpm.

You can either regress to 1.2.20/2.1.14 or run the UP kernel.

If this is a system for production use we would strongly recommend to regress to 1.2.20 (there are some new rpms available).  1.4.1 is pretty buggy at the moment.

We should have some better 1.4.4 rpms in the next couple of weeks.

Kind Regards

S

Offline mark_s_tt

  • **
  • 37
  • +0/-0
SAIL - Conference not working, Ztdummy load problem?
« Reply #2 on: July 12, 2007, 11:16:31 AM »
Ok Thanks for the info S.

Offline mark_s_tt

  • **
  • 37
  • +0/-0
SAIL - Conference not working, Ztdummy load problem?
« Reply #3 on: July 13, 2007, 12:48:52 AM »
Hi Selintra,

FYI, I regressed back to:

selintra-sail-2.1.14-492.noarch.rpm
smeserver-asterisk-1.2.20-6.i686.rpm

But the ztdummy is giving the exact same problem with the smp kernel.

I've temporarily switched to the up kernel and it loads fine on 2.6.9-42.0.10.EL. Haven't tried on 2.6.9-42.0.3.ELsmp so I'm not sure if it's just the .10 kernel or not, but if it will be of any benefit to you, I'll give it a go.

Thanks
Mark

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
SAIL - Conference not working, Ztdummy load problem?
« Reply #4 on: July 13, 2007, 01:03:43 AM »
Ah.... Glad you spotted that...

Something we didn't tell you about regression.  You need to physically remove the 1.4 /extra directory from the smp kernel....  It gets left behind after a regression from 1.4 to 1.2 (we'll fix this properly in a neartime rpm, it only happens going from 1.4 to 1.2).
do...
Code: [Select]
rm -rf /lib/modules/2.6.9-42.0.10.ELsmp/extra ... or whichever kernel you are running.

Then start asterisk with
Code: [Select]
/etc/init.d/asterisk start

Sorted

Best

S

Offline mark_s_tt

  • **
  • 37
  • +0/-0
SAIL - Conference not working, Ztdummy load problem?
« Reply #5 on: July 13, 2007, 01:28:18 AM »
You da man.

Ztdummy is working fine now in the smp kernel  :D

Thanks for the help S.

Regards
Mark.