Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: SARK devs on August 24, 2006, 03:55:29 PM

Title: [Announce] Sail 2.1.14-301
Post by: SARK devs on August 24, 2006, 03:55:29 PM
Hi all,

SAIL 2.1.14-301 alpha is now available for download from here

ftp://81.149.154.14/AlphaReleases-unstable/

New features...


Biggish release again, so there will be greenies.  Let us know how you get on.

Kind Regards

Selintra
Title: [Announce] Sail 2.1.14-301
Post by: marcelb on August 24, 2006, 04:39:20 PM
Selintra,

Testing now, it is amazing what you did with clusters and Qos!


Marcel
Title: [Announce] Sail 2.1.14-301
Post by: Franco on August 30, 2006, 07:49:07 PM
I'm getting errors when starting the QoS Daemon:

Code: [Select]
Aug 30 14:33:49 sme7 qosd: Starting QoS:
Aug 30 14:33:49 sme7 qosd: execvp: Permission denied
Aug 30 14:33:49 sme7 qosd: qos startup failed
Aug 30 14:33:49 sme7 qosd:
Aug 30 14:33:49 sme7 qosd:
Aug 30 14:33:49 sme7 rc.e-smith: Starting qosd:  failed
Title: [Announce] Sail 2.1.14-301
Post by: SARK devs on August 30, 2006, 09:25:06 PM
Hmmmmm....

Works fine on our boxes here.

Check the exec bit on /home/QoS/qos

If it isn't on, then let us know (oh, and turn it on)  :-)

Kind Regards

Selintra
Title: [Announce] Sail 2.1.14-301
Post by: brick on August 30, 2006, 09:33:37 PM
hey, I had the same problem!
Is this correct?
 chmod 755 /home/QoS/qos

Works for me, I'm just not sure if 755 is correct
Title: [Announce] Sail 2.1.14-301
Post by: SARK devs on August 30, 2006, 10:23:47 PM
Quote
I'm just not sure if 755 is correct


Should be OK for now.

I'll check it properly tomorrow and we'll put a fix through for the next out.

Kind Regard

Selintra
Title: [Announce] Sail 2.1.14-301
Post by: JonB on August 30, 2006, 11:14:37 PM
Interesting because I had no problems starting QOS.

Jon
Title: [Announce] Sail 2.1.14-301
Post by: Franco on August 30, 2006, 11:28:05 PM
Should I have uninstalled the older version and installed the new one?
I -Uvh the new version.

Thanks,
Title: [Announce] Sail 2.1.14-301
Post by: SARK devs on August 31, 2006, 12:10:44 AM
Quote
Should I have uninstalled the older version and installed the new one?


Not usually.  It's normal with SAIL just to -Uvh. It's only the asterisk releases where we've had to mess you around from time to time - :-)

Best

Selintra
Title: [Announce] Sail 2.1.14-301
Post by: Franco on September 17, 2006, 04:00:05 PM
I just noticed that everytime I reboot, the file goes back to read-only!!!
Is there a template I should modify to fix this?

Thanks,
Title: [Announce] Sail 2.1.14-301
Post by: SARK devs on September 17, 2006, 06:59:17 PM
Hi Stuntshell

Quote
I just noticed that everytime I reboot, the file goes back to read-only!!!


There was definitely a problem with the first out of QOS (although I'm not exactly sure what it was).  Anyhoo - I just checked our office switch (which we bring up and down a fair bit) and it seems to be fine.  Here are the interesting bits...

Code: [Select]
[root@switch ~]# ls -l /etc/init.d/qosd

-rwxr-xr-x  1 root root 918 Aug 10 12:32 /etc/init.d/qosd


[root@switch ~]# rpm -q selintra-sail

selintra-sail-2.1.14-320


You might want to put 320 in to see if that cures it.

Kind Regards

Selintra
Title: [Announce] Sail 2.1.14-301
Post by: Franco on September 18, 2006, 05:56:14 PM
Quote
You might want to put 320 in to see if that cures it.


Yes, that fixed it.
Thanks a lot!