please don't use v2.2 anymore
BBB 2.2. is not supported any more, also the underlying ubuntu
16.04 is EOL and doesn't get any more updates
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-s...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/f380d0bf-9f10-42bc-8326-1676189b3d7fn%40googlegroups.com.
you noticed that upgrading from 2.2 to 2.3 is discouraged?
see https://docs.bigbluebutton.org/2.3/install.html
suggested procedure is backup what you want to keep (like recordings and greenlight database) and start with a clean fresh install of ubuntu 18.04
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/d93e02fa-2ed6-42da-a2ad-c062c9e301e6n%40googlegroups.com.
Few months back, we did the same with one our servers, that is upgraded 16.04 LTS to 18.04 LTS, and then installed BBB using the bbb-install script, we had the same issues (and may be more). However, installing a fresh 18.04 LTS, and then installing BBB and then putting back all previous recordings in place went very smooth with only one issue of previous recordings that we fixed.
So my advice is to start with fresh installation of 18.04 LTS and the bbb-install
Ali
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/d93e02fa-2ed6-42da-a2ad-c062c9e301e6n%40googlegroups.com.
Just make sure to backup all important files such as recordings that are published and not published, greenlight settings and database and custom files ...
Ali
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/d8e170ee-59ab-47ce-b8f7-a8969c672d4cn%40googlegroups.com.
It seems that your installation did not go through all the way
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/5d3096fa-1f2b-4c48-a4a4-3626904924bdn%40googlegroups.com.
hi Ali , this is my Config
<param name="ext-rtp-ip" value="$${local_ip_v4}"/>
<param name="ext-sip-ip" value="$${local_ip_v4}"/>
<param name="ws-binding" value="173.xxx.xxx.60:5066"/>
<param name="wss-binding" value="173.xxx.xxx.60:7443"/>
Look that..
Detlef
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/329293b2-8efb-e609-30af-2857ec0d6289%40the5stars.org.
I think that:
/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
local_ip_v4: 127.0.0.1
external_rtp_ip: 102.xxx.xxx.xxx.60
external_sip_ip: 102.xxx.xxx.xxx.60
Should be:
/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
local_ip_v4: 102.xxx.xxx.xxx.60
external_rtp_ip: 102.xxx.xxx.xxx.60
external_sip_ip: 102.xxx.xxx.xxx.60
You need to check host IP in hosts...
Ali
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/002b01d78501%24436a7230%24ca3f5690%24%40gmx.de.
local_ip_v4: 127.0.0.1 !!!!!
the local ip is always 127.0.0.1 and must not be changed. Try this
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/e59408a2-6e5e-4348-6820-84772c7e74ed%40the5stars.org.
OK, you know better :-)
Ali
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/007f01d78512%24083ed500%2418bc7f00%24%40gmx.de.
You need to check host IP in hosts...
Server@root: nano /etc/hosts look here is it right..?
127.0.0.1 localhost
173.xxx.xxx.60 Domain.tld
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
xxxxx::1 ip6-allnodes
xxxxx::2 ip6-allrouters
173.xxx.xxx.60 Domain.tld
Von: Ali Alhaidary <ali.al...@the5stars.org>
Gesendet: Freitag, 30. Juli 2021 09:08
An: bigbluebu...@googlegroups.com
Betreff: Re: AW: [bigbluebutton-setup] bbb-html5.services not starting
I think that:
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/e59408a2-6e5e-4348-6820-84772c7e74ed%40the5stars.org.
You should have your host name added
127.0.0.1 your-host-name
Also, in /etc/hostname you should have your host name in
Ali
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-setup/5ca2a29b-3dc4-4bce-9b7c-4f1152a12a98n%40googlegroups.com.