Installing BBB 2.6 on Ubuntu 22.04 - Status looks good but BBB not reachable

1,359 views
Skip to first unread message

Thomas Maier

unread,
Sep 6, 2022, 5:46:28 AM9/6/22
to BigBlueButton-Setup
Hello,

I am currently trying to install Bigbluebutton 2.6 on ubuntu 22.04. 
After the Installation with the news bbb-install-2.5 scirpt I had to run two "work"-arounds:

1. Change /usr/bin/bbb-conf
change line 
 systemctl start $TOMCAT_SERVICE || { 
to
[ -z "$TOMCAT_SERVICE" ] || systemctl start $TOMCAT_SERVICE || {

2. Change permission for running bbb-webrtc-sfu
chmod 755 /etc/bigbluebutton/bbb-webrtc-sfu
chown bigbluebutton:root /etc/bigbluebutton/bbb-webrtc-sfu
chmod 600 /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
chown bigbluebutton:root /etc/bigbluebutton/bbb-webrtc-sfu/production.yml

Now everything starts:
root@bbb:/var/log/nginx# sudo bbb-conf --status
nginx —————————————————► [✔ - active]
freeswitch ————————————► [✔ - active]
redis-server ——————————► [✔ - active]
bbb-apps-akka —————————► [✔ - active]
bbb-fsesl-akka ————————► [✔ - active]
mongod ————————————————► [✔ - active]
bbb-html5 —————————————► [✔ - active]
bbb-webrtc-sfu ————————► [✔ - active]
kurento-media-server ——► [✔ - active]
bbb-html5-backend@1 ———► [✔ - active]
bbb-html5-backend@2 ———► [✔ - active]
bbb-html5-frontend@1 ——► [✔ - active]
bbb-html5-frontend@2 ——► [✔ - active]
etherpad ——————————————► [✔ - active]
bbb-web ———————————————► [✔ - active]
bbb-pads ——————————————► [✔ - active]
bbb-export-annotations ► [✔ - active]

the nginx log prints the following error:
2022/09/06 09:44:22 [error] 69968#69968: *1831 open() "/var/www/bigbluebutton-default/assets/bigbluebutton/api" failed (2: No such file or directory), client: x.x.x.x, server: bbb.yyyyyyy.de, request: "GET /bigbluebutton/api HTTP/2.0", host: "bbb.yyyyyyy.de"

Any idea what I can look for?

Thank you and best regards

Thomas


Reply all
Reply to author
Forward
0 new messages