FYI Not Quite Soup: Wazo 18.03

marcoi

New Member
Joined
Jun 13, 2016
Messages
11
Reaction score
2
when i go to the tutorial, I and download the wazo-latest-amd64.iso. it installs as debian 9 OS. when i run the installer i get the same message as 2devnull in the first post.

I run the install and pbxstatus show most of the services down. Any idea? I dont mind installing 17.17 if i can figure how to do so, and then upgrade.
 

marcoi

New Member
Joined
Jun 13, 2016
Messages
11
Reaction score
2
@wardmundy That was what i was following to install 17.17.
I click on http://nerdvittles.com/?page_id=18293 to do the esxi install
then clicked on http://mirror.wazo.community/iso/wazo-latest-amd64.iso to download the OS iso.

When i install the iso, I end up with debian 9 as OS.

I then run installer per tutorial using the below commands
cd /root
wget http://incrediblepbx.com/IncrediblePBX15-Wazo.sh
chmod +x IncrediblePBX15-Wazo.sh
./IncrediblePBX15-Wazo.sh

Then I get the warning message that debian 8 is required .

Continuing will do stuff but not leave me with a runnign base system.
 

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,202
Reaction score
5,224
@wardmundy That was what i was following to install 17.17.
I click on http://nerdvittles.com/?page_id=18293 to do the esxi install
then clicked on http://mirror.wazo.community/iso/wazo-latest-amd64.iso to download the OS iso.

When i install the iso, I end up with debian 9 as OS.

I then run installer per tutorial using the below commands
cd /root
wget http://incrediblepbx.com/IncrediblePBX15-Wazo.sh
chmod +x IncrediblePBX15-Wazo.sh
./IncrediblePBX15-Wazo.sh

Then I get the warning message that debian 8 is required .

Continuing will do stuff but not leave me with a runnign base system.

My bad. Sorry. You can't use the current Wazo ISO. You have to start with a Debian 8 minimal platform and then run the shell script (probably twice)...
Code:
cd /root
wget http://incrediblepbx.com/IncrediblePBX15-Wazo.sh
chmod +x IncrediblePBX15-Wazo.sh
./IncrediblePBX15-Wazo.sh
 

Shawn Chaney

New Member
Joined
Mar 14, 2018
Messages
2
Reaction score
1

marcoi

New Member
Joined
Jun 13, 2016
Messages
11
Reaction score
2
i was able to get 17.17 installed on debian 8 and then upgrade to 18.03. Problem is getting all my setting from older 17.x install into new 18.03 install. Took a lot of screen shots. I also setup GV using my existing refresh token that i had saved from my 17.x install. It seems to work for incoming calls but not outgoing. But it maybe a configuration issue. IE i missed something from old 17.x configuration that needs to happen in 18.03 config.

@wardmundy any issues reusing the existing GV token? Or do i need to repeat the whole process from scratch?

I'll keep playing around with 18.03. Nice thing is having both systems as VMs i can bring either one up as needed.
 
Joined
Mar 19, 2018
Messages
1
Reaction score
0
FYI If you install using the WAZO 18.03 iso and disable networking the install cannot run updates during install and the correct version of postgresql gets installed.
I just ran thru an install in oVirt doing this and it went fine.
Networking will be disabled for your ethernet so you will have to edit /etc/network/interfaces and add your interface and restart networking.
 

SilkBC

New Member
Joined
Dec 6, 2009
Messages
4
Reaction score
1
I am getting this exact same error when I am trying to install 17.17 from the Nerdvittles guide. In installed a minimal version of Debian 8 ("ssh" and "standard utilities" only). I then downloaded the 'IncrediblePBX15-Wazo.sh' script and ran it, resulting in this same error below.

Not sure of the issue?

If you start with a minimal install of Debian 9 as suggested on the Wazo site, the install bombs:
Code:
The following packages have unmet dependencies (no hint what those might be!):
 xivo-base : Depends: wazo-auth but it is not going to be installed
             Depends: wazo-service but it is not going to be installed
             Depends: wazo-webhookd but it is not going to be installed
             Depends: xivo-confd but it is not going to be installed
             Depends: xivo-ctid-ng but it is not going to be installed
             Depends: xivo-dird but it is not going to be installed
             Depends: xivo-manage-db but it is not going to be installed
             Depends: xivo-websocketd but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xivo : Depends: xivo-base (= 14:18.03~20180212.153210.c5ff859.deb9) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
./wazo_install.sh: line 65: xivo-service: command not found
 

marcoi

New Member
Joined
Jun 13, 2016
Messages
11
Reaction score
2
Just and update for myself - I ended up moving from wazo to incrediblepbx 13-13. I like it better and had no major issues getting it working.
 

wv_giant

Member
Joined
Sep 19, 2016
Messages
31
Reaction score
3
I've been trying to get 17.17 installed and keep running into a wall. The ISO seems to only have debian on it. Is it supposed to have wazo on top of it so it will install once debian is installed? I have tried this several ways with a USB stick and rufus. I can successfully install wazo 18.03, using their ISO it still only installs debian 9 so I have to use
wget http://mirror.wazo.community/fai/xivo-migration/wazo_install.sh
to install wazo on top of it. But then I can't install Incredible PBX, or at least not from
wget http://incrediblepbx.com/IncrediblePBX15-Wazo.sh
It locks me out of wazo once I have run it. I had been in wazo and configured the plugins, logged into the various sections and it was working fine. Not sure why Incredible is locking me out. Can I not use IncrediblePBX15-Wazo.sh on the latest wazo? Or have I just done something wrong?
 

GlenC

New Member
Joined
Dec 25, 2015
Messages
20
Reaction score
7
Went through the upgrade for 17.17 to 18.03. Everything went pretty well. Curious about the Postgresql upgrade though, is it safe to follow through with the procedure outlined in the post-installation warning email? I'm unsure about what to do about the clusters.
EDIT: Never mind, it appears that the 9.6 version gets installed anyway. It's currently running without issue.
root@jakki:/# sudo -u postgres psql postgres -c 'SELECT version()' | grep PostgreSQL
PostgreSQL 9.6.10 on x86_64-pc-linux-gnu, compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
 
Last edited:

otter

Member
Joined
Nov 17, 2010
Messages
50
Reaction score
1
When installing a minimal install of Debian 8.11 and then running
IncrediblePBX15-Wazo.sh (twice) I also get this:

The following packages have unmet dependencies (no hint what those might be!):
xivo-base : Depends: wazo-auth but it is not going to be installed
Depends: wazo-service but it is not going to be installed
Depends: wazo-webhookd but it is not going to be installed
Depends: xivo-confd but it is not going to be installed
Depends: xivo-ctid-ng but it is not going to be installed
Depends: xivo-dird but it is not going to be installed
Depends: xivo-manage-db but it is not going to be installed
Depends: xivo-websocketd but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
xivo : Depends: xivo-base (= 14:17.17~20171122.200523.92959c1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
./wazo_install.sh: line 65: xivo-service: command not found

Is this resolvable? How?
 

FredP

Member
Joined
Jul 22, 2008
Messages
34
Reaction score
2
I've been trying to get 17.17 installed and keep running into a wall. The ISO seems to only have debian on it. Is it supposed to have wazo on top of it so it will install once debian is installed? I have tried this several ways with a USB stick and rufus. I can successfully install wazo 18.03, using their ISO it still only installs debian 9 so I have to use
wget http://mirror.wazo.community/fai/xivo-migration/wazo_install.sh
to install wazo on top of it. But then I can't install Incredible PBX, or at least not from
wget http://incrediblepbx.com/IncrediblePBX15-Wazo.sh
It locks me out of wazo once I have run it. I had been in wazo and configured the plugins, logged into the various sections and it was working fine. Not sure why Incredible is locking me out. Can I not use IncrediblePBX15-Wazo.sh on the latest wazo? Or have I just done something wrong?
The upgrade worked well for me, too. Like you, I got locked out of Wazo GUI. Is there an easy way to fix this? I still have access to box using SSH.
 

billsimon

Well-Known Member
Joined
Jan 2, 2011
Messages
1,540
Reaction score
729
When installing a minimal install of Debian 8.11 and then running
IncrediblePBX15-Wazo.sh (twice) I also get this:

(errors)

Is this resolvable? How?

Ward may disagree, but my opinion is that you're in for some frustration if you keep using the older script. Wazo has moved on to newer OS (Debian 9) and newer version of code so you would be better off to use the official install routine documented at http://documentation.wazo.community...installing-from-a-minimal-debian-installation

I acknowledge that this does not include the IncrediblePBX extras. If you need them, it would be up to you to figure out how to add on the pieces you need.
 

GlenC

New Member
Joined
Dec 25, 2015
Messages
20
Reaction score
7
Does anyone know where the graphs from Munin get the graph title information from? I have a few Munin plugins that don't populate the title information. I've been poking around for two days now and can't figure it out. I've attached two pics to show what I'm talking about. "Processes" is fine but the one for firewall connections displays an error.processes.jpg fw.jpg

EDIT: Figured this out today. If anyone is curious it's located here:

\usr\share\xivo-web-interface\i18n\en-us\tpl\www\bloc\graphs\munin
 
Last edited:

deputyrover

New Member
Joined
Jan 30, 2018
Messages
6
Reaction score
0
Does anyone know how to get Route Congestion Messages to play in Wazo/XiVO? Currently, there's just a busy signal for a non-existent extension or phone number, instead of like on FreePBX and other PBX's where you get an intercept message.
 

graybans

Member
Joined
Oct 22, 2007
Messages
35
Reaction score
1
I cannot get 17.17 to install, following the tutorial Ward gave. Is there going to be any IncrediblePBX15 for wazo 18.03?
 

graybans

Member
Joined
Oct 22, 2007
Messages
35
Reaction score
1
When installing a minimal install of Debian 8.11 and then running
IncrediblePBX15-Wazo.sh (twice) I also get this:

The following packages have unmet dependencies (no hint what those might be!):
xivo-base : Depends: wazo-auth but it is not going to be installed
Depends: wazo-service but it is not going to be installed
Depends: wazo-webhookd but it is not going to be installed
Depends: xivo-confd but it is not going to be installed
Depends: xivo-ctid-ng but it is not going to be installed
Depends: xivo-dird but it is not going to be installed
Depends: xivo-manage-db but it is not going to be installed
Depends: xivo-websocketd but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
xivo : Depends: xivo-base (= 14:17.17~20171122.200523.92959c1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
./wazo_install.sh: line 65: xivo-service: command not found

Is this resolvable? How?
Did you ever get this working? I am having the same issue.
 
Get 3CX - Absolutely Free!

Link up your team and customers Phone System Live Chat Video Conferencing

Hosted or Self-managed. Up to 10 users free forever. No credit card. Try risk free.

3CX
A 3CX Account with that email already exists. You will be redirected to the Customer Portal to sign in or reset your password if you've forgotten it.
Top