SAIL Community Supported PBX

SAIL Forums => Debian => Topic started by: compsos on August 03, 2019, 07:08:20 AM

Title: Debian 10
Post by: compsos on August 03, 2019, 07:08:20 AM
Does V5 or V6 work on Debian 10?
It seems the sources for stretch are getting harder to find.
Title: Re: Debian 10
Post by: sysadmin on November 12, 2019, 08:40:00 AM
Deb 10 testing will start shortly.   The biggest issue with 10 is the departure from iptables and the fact that shorewall will never be rewritten for nftables.   For now, we'll likely just enable iptables because the packet inspection we do doesn't look to be available in nftables yet. 
Title: Re: Debian 10
Post by: sysadmin on November 12, 2019, 05:44:43 PM
Just an update.   We created a sark buster deb package today and loaded it on a fresh buster install.   Aside from a few issues with buster itself, it all installed nicely and seems to be working.   This is a V6 system with the latest -47 release on it.  We did run into a few buster specific issues but nothing too dramatic.   In no particular order

buster favours nftables over iptables.   Because we use Shorewall we need iptables.  You can choose which you want with systemd as follows


update-alternatives --set iptables /usr/sbin/iptables-legacy
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy


We needed gnupg2 for our gpg key add to work.   Install with


apt install gnupg2


SSMTP won't install, they've dropped it from buster so we installed the default exim4-light


apt install default-mta


That's about it really.

I've updated the wiki to include notes for buster on the V6 install page
Title: Re: Debian 10
Post by: compsos on March 21, 2020, 06:24:52 AM
OK how did you get around the dependency for mysql-server for the "apt-get install sail" command?

It will not see the mariadb-server  as the alternative and mysql-server is not a candidate for buster.
The following packages have unmet dependencies:
sail : Depends: mysql-server but it is not installable
E: Unable to correct problems, you have held broken packages.


apt-get install -f has no broken packages and /var/lib/dpkg/status has no mention of sail to be able to modify dependencies. Trying to exclude mysql-server with a - in the apt-get command failed as well.
???
Title: Re: Debian 10
Post by: sysadmin on March 27, 2020, 10:43:00 AM
You could install mysqldb before you start the  main install.
Title: Re: Debian 10
Post by: compsos on March 29, 2020, 05:45:49 AM
Hope you are all well.

Ah but D10 does not have mysqldb in the repo only mariadb. I did follow a link that said it would install mysql but was redirected to mariadb.

And sail still failed as it could not find mysqldb. Is there a way to update the dependency to mariadb?
Title: Re: Debian 10
Post by: sysadmin on April 02, 2020, 06:51:32 PM
what version of sail were you attempting to install?
Title: Re: Debian 10
Post by: compsos on April 04, 2020, 03:43:57 AM
Hi S
Version did not matter. It was the dependency for mysql that failed as 10 would only install mariadb. Which the sail installer did not see as mysql.
Title: Re: Debian 10
Post by: sysadmin on April 05, 2020, 08:25:32 PM
OK, I think I can shed some light on this.   The deb for buster was missing from the repo.   When I test installed it, I grabbed the deb off the library and installed it in-line so I didn't see the error.   I've just loaded the buster deb into the repo and rehearsed an install.   It went fine so please give it another go and let me know how you get on.   I installed V6 (not V7).   As yet we have no deb for V7 buster.  I'm doing a ton of work on 7 at the moment so it's probably not a good idea to install it for now, although you can if you wish (on stretch).



Title: Re: Debian 10
Post by: Del on April 08, 2020, 06:46:02 PM
I just tried installing on Debian 10 and it all seemed to go fine and the PBX is up and running, only thing that didn't "automatically" install as per the guide was the GB sounds package.
Title: Re: Debian 10
Post by: sysadmin on April 23, 2020, 01:41:48 PM
Yep, I noticed the sounds pack a day or two after I posted this.   I've moved a copy into the repo so I think you should be all good now.   
   
Title: Re: Debian 10
Post by: compsos on September 04, 2022, 06:17:01 AM
Is a deb coming for bullseye?