I’m trying to install jitsi, and I see that many others have had the same issue, yet seem to have resolved it somehow. I am trying to install onto Linux Mint 18.04.
- I have rebooted multiple times.
- Yes, the Universe repo is enabled.
- I tried following the instructions in: https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md
- I’ve made sure that 'Include “conf.d/*.cfg.lua” ’ exists in prosody.cfg.lua
Below is the output of my configs:
user@server-meet:~ cat /etc/hostname server-meet.local.mesh user@K1BLU-meet:~ cat /etc/hosts
127.0.0.1 server-meet.local.mesh server-meet localhost
If I type another DNS resolvable hostname ( I did by accident) It will install without errors, but if I use this system hostname of “K1BLU-meet.local.mesh” I get the following error.
Setting up jitsi-meet-prosody (1.0.3969-1) …
The given hostname does not exist in the config
dpkg: error processing package jitsi-meet-prosody (–configure):
installed jitsi-meet-prosody package post-installation script subprocess returned error exit status 1
After each retry, I run the following command to start over and retry:
sudo apt-get purge jigasi jitsi-meet jitsi-meet-web-config jitsi-meet-prosody jitsi-meet-turnserver jitsi-meet-web jicofo jitsi-videobridge2
sudo apt-get install jitsi-meet -y
I’ve spent about 1.5 hours uninstalling, rebooting and reinstalling. Please help.
Thank you.