SOLVED XiVo installation errors

progs_00

Active Member
Joined
Jan 6, 2014
Messages
132
Reaction score
37
Hi guys.

I was trying a new installation with XiVo latest 32 bit on VMware and been having some issues
First issue is clearly a XiVo one although I haven't reported it to them.
While installing the packages the system stops because of an error. After checking the logs I found it has to do with the system hostname that the installer gets wrong (it sets the hostname to the ip of the system)
To correct this open the emergency shell and give
Code:
nano /etc/hostname

Correct the hostname there. Now do
Code:
nano /etc/hosts

and correct it there also.
Now
Code:
cd /target/etc/postfix
nano main.cf

and you guessed it, correct the hostname there also. After that give
Code:
hostname MY_HOSTNAME
to update the hostname. Exit and now the installation finishes correctly

My second issue was when installing IncrediblePBX13-XiVO.sh
At the very begining of the installation I get the following. Is it an error?

Code:
Adjusting hostname to FQDN...
New hostname: xivo.incrediblepbx.com
To continue with installation, press ENTER. Or press Ctrl-C to abort.

Configuring XiVO. Please wait...
Login to web interface as root with web password.
Traceback (most recent call last):
  File "./wizard.py", line 13, in <module>
    discover = c.wizard.discover()
  File "/usr/lib/python2.7/dist-packages/xivo_confd_client/commands/wizard.py", line 38, in discover
    response = self.session.get(url)
  File "/usr/lib/python2.7/dist-packages/xivo_confd_client/session.py", line 57, in get
    response = self.session.get(url, **kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 469, in get
    return self.request('GET', url, **kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 457, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 569, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 422, in send
    raise ReadTimeout(e, request=request)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='localhost', port=9486): Read timed out. (read timeout=10)
Please verify no errors shown above in XiVO configuration step.
 
Last edited:

wardmundy

Nerd Uno
Joined
Oct 12, 2007
Messages
19,201
Reaction score
5,220
If you get errors with the wizard, you'll need to open a browser and walk through the XiVO config steps there. Then return to CLI to proceed with the rest of the install.
 

progs_00

Active Member
Joined
Jan 6, 2014
Messages
132
Reaction score
37
Thank you Ward. It was my fault for the second error as I started IncrediblePBX installation without first completing the xivo wizard.
 

Members online

Forum statistics

Threads
25,810
Messages
167,755
Members
19,240
Latest member
nikko
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