-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The installation stops when a symlink is created. - bbb-html5.service #727
Comments
I've realised in the meantime that it can't communicate because it has 'http://' instead of 'https', and that's where my address is pointing, the ports are open. how do I set the installer to set itself to 'https'? root@bbbhu:~# sudo bbb-conf --check
BigBlueButton Server 3.0.0-alpha.3 (414)
Kernel version: 5.15.0-94-generic
Distribution: Ubuntu 22.04.3 LTS (64-bit)
Memory: 16198 MB
CPU cores: 4
/etc/bigbluebutton/bbb-web.properties (override for bbb-web)
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bigbluebutton.web.serverURL: http://*bbb.*.hu
defaultGuestPolicy: ALWAYS_ACCEPT
defaultMeetingLayout: CUSTOM_LAYOUT
/etc/nginx/sites-available/bigbluebutton (nginx)
server_name: 192.168.*.*
port: 80, [::]:80
/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
local_ip_v4: 192.168.*.*
external_rtp_ip: 5.*.*.*
external_sip_ip: 5.*.*.*
/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
ext-rtp-ip: $${external_rtp_ip}
ext-sip-ip: $${external_sip_ip}
ws-binding: :5066
wss-binding: :7443
UDP port ranges
FreeSWITCH: 16384-24576
bbb-webrtc-sfu: null-null
bbb-webrtc-recorder: null-null
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback_host: *bbb.*.hu
playback_protocol: http
ffmpeg: 4.4.2-0ubuntu0.22.04.1
/usr/share/bigbluebutton/nginx/sip.nginx (sip.nginx)
proxy_pass: 5.38.210.33
protocol: http
/usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml (STUN Server)
stun: stun.l.google.com:19302
# Potential problems described below
# Warning: Detected the directory
# /var/bigbluebutton
# is not owned by bigbluebutton
grep: /opt/freeswitch/var/log/freeswitch/freeswitch.log: No such file or directo ry
#
# Error: Unable to connect to the FreeSWITCH Event Socket Layer on port 8021
#
................................................................................
# Error: Could not connect to the configured hostname/IP address
#
# http://*bbb.*.hu
#
# If your BigBlueButton server is behind a firewall, see FAQ.
bbb-html5-backend@1 ——————————► [✘ - inactive]
bbb-html5-backend@2 ——————————► [✘ - inactive]
bbb-html5-frontend@1 —————————► [✘ - inactive]
bbb-html5-frontend@2 —————————► [✘ - inactive]
# Error: Detected some processes have not started correctly
#
# bbb-html5-backend@1 ——————————► [✘ - inactive]
bbb-html5-backend@2 ——————————► [✘ - inactive]
bbb-html5-frontend@1 —————————► [✘ - inactive]
bbb-html5-frontend@2 —————————► [✘ - inactive]
#
#
# Warning: The directory
#
# /var/bigbluebutton
#
# is not owned by bigbluebutton:bigbluebutton. To fix, run the command
#
# sudo chown -R bigbluebutton:bigbluebutton /var/bigbluebutton
#
|
freeswitch won't start, probably because of this (ports open) |
Hi @kovabor Please share your full logs from bbb-install next time you give it a try if you hit an issue. |
Hi @antobinary Yes, I've already changed it there and it caused further problems, but I'll check again (in case I didn't change it in this file.) At the moment I'm thinking about the reverse proxy, as it says it's no good (I read this later, although it's in the description)
On the reverse proxy only port 80 ls 443 passes through, but that's probably the problem. Thanks anyway. i'll get back to you. |
@kovabor hey I have the same problem as you now. |
Hi, Unfortunately I couldn't solve it yet, I gave up a bit :) I've installed it in a fully open domain, but it didn't make any difference. I have installed the new version of the old one, but it still fails. It would be nice to have a simple version of this that doesn't need to be installed like this. |
I have a suspicion that when installing bbb-html5 the IP address is checked but this service is not running and I suspect that it creates a process stop /* https://raw.githubusercontent.com/bigbluebutton/bbb-install/v3.0.x-release/bbb-install.sh */ Determine external IPif grep -sqi ^ec2 /sys/devices/virtual/dmi/id/product_uuid; then |
Dear All,
I'm trying to install bbb 3.0 apha 3 on ubuntu 22.04.4 with the following command:
but so far it always stops at the following line:
When I stop and restart the server, the page says
so something is working fine, but the greenlight doesn't install.
Thanks if you can help.
Gábor
The text was updated successfully, but these errors were encountered: