Git Product home page Git Product logo

bbb-install's Introduction

BigBlueButton

BigBlueButton is an open-source virtual classroom designed to help teachers teach and learners learn.

BigBlueButton supports real-time sharing of audio, video, slides (with whiteboard annotations), chat, and the screen. Instructors can engage remote students with polling, emojis, multi-user whiteboards, shared notes, and breakout rooms. During the session, BigBlueButton generates analytics that are visible to moderators in the Learning Analytics Dashboard.

Presenters can record and playback content for later sharing with others.

We designed BigBlueButton for online learning, it can be used for many other applications as well. The educational use cases for BigBlueButton are

  • Online tutoring (one-to-one)
  • Flipped classrooms (recording content ahead of your session)
  • Group collaboration (many-to-many)
  • Online classes (one-to-many)

The latest version is BigBlueButton 2.7. You can install BigBlueButton 2.6 on Ubuntu 20.04 using bbb-install.sh within 30 minutes (or your money back 😉).

For full technical documentation of BigBlueButton -- including architecture, features, API, and GreenLight (the default front-end) -- see https://docs.bigbluebutton.org/.

BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.

bbb-install's People

Contributors

aminvakil avatar antobinary avatar basemax avatar brentbaccala avatar capilkey avatar danimo avatar dashohoxha avatar davka avatar decatec avatar farhatahmad avatar ffdixon avatar ghazitriki avatar guileme avatar gustavotrott avatar jfederico avatar joshua-arts avatar julienpalard avatar kepstin avatar kh-amir-tn avatar liohmoeller avatar michi-80337 avatar nough avatar penguineer avatar pielonet avatar prlanzarin avatar shahejad avatar shawn-higgins1 avatar svenbayer avatar symptog avatar tiagojacobs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bbb-install's Issues

Hi, i have domain + ssl from namecheap can i use a subdomain?

Hi, I am in some thinking. i have a domain name bought from namecheap can i use a subdomain for FQDN for bbb server? how will i do that?
Do i need to provide something while installing or do something after installing.
I can put an A record for the subdomain what else to do?
thanks

ERROR IP does not match:

ERROR # IP does not match:

IP from ifconfig:

image

but i want it to consider 244.138 as its IP

image

any one can help me please

coTURN server issues

So for your install instructions, I need a coTRUN server and using the script per your docs:
wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -c turn.example.com:1234abcd -e [email protected]

Filling in the correct information in the above command and running on an 18.04 install coturn is no where to be found in the repo.

It says to use 18.04 because it has a newer package, but its not in the cache by searching after running apt update.

So in install a small 16.04 server and modified the script and it worked.

I had to download the script and change line 155 from:
need_ubuntu 18.04
TO:
need_ubuntu 16.04

Then added the following in line 778. before the "apt-get -y install certbot" line. Your adding the repo but not refreshing it, not sure how this would work in 18.04 server either.:
apt-get update

This works for me if anyone is interested with 16.04.5, here is the updated script.
Make sure this is only for the TURN server but shouldn't be an issue is ran with the other commands, only 2 lines were changed.:
wget -qO- https://bmnvb.com/bbb-install.sh | bash -s -- -c turn.example.com:1234abcd -e [email protected]

Update bbb flash version to HTML5

Hi,
I installed flash version with SSL using with Let's Encrypt.
I want update it to HTML5.
Do you advice update it or uninstall it first and insatll HTML5 version?

Thanks

Bets regard

installation failed

I can't install with install.sh .
with error as below :
Last login: Tue May 7 01:45:56 2019
root@afra-2474-3334:# wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-200
Reading package lists... Done
bash: line 394: /etc/apt/sources.list.d/bigbluebutton.list: No such file or directory
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 168, in
if not sp.add_source_from_shortcut(shortcut, options.enable_source):
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 768, in add_source_from_shortcut
self.set_modified_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 492, in set_modified_sourceslist
self.save_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 658, in save_sourceslist
self.sourceslist.save()
File "/usr/lib/python3/dist-packages/aptsources/sourceslist.py", line 413, in save
files[source.file] = open(source.file, "w")
FileNotFoundError: [Errno 2] No such file or directory: '/etc/apt/sources.list.d/jonathonf-ubuntu-ffmpeg-4-xenial.list'
gpg: keyring /tmp/tmp0b03epbr/secring.gpg' created gpg: keyring /tmp/tmp0b03epbr/pubring.gpg' created
gpg: requesting key F06FC659 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp0b03epbr/trustdb.gpg: trustdb created
gpg: key F06FC659: public key "Launchpad PPA for J Fernyhough" imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 168, in
if not sp.add_source_from_shortcut(shortcut, options.enable_source):
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 768, in add_source_from_shortcut
self.set_modified_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 492, in set_modified_sourceslist
self.save_sourceslist()
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 658, in save_sourceslist
self.sourceslist.save()
File "/usr/lib/python3/dist-packages/aptsources/sourceslist.py", line 413, in save
files[source.file] = open(source.file, "w")
FileNotFoundError: [Errno 2] No such file or directory: '/etc/apt/sources.list.d/rmescandon-ubuntu-yq-xenial.list'
gpg: keyring /tmp/tmpajv6vmw6/secring.gpg' created gpg: keyring /tmp/tmpajv6vmw6/pubring.gpg' created
gpg: requesting key CC86BB64 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmpajv6vmw6/trustdb.gpg: trustdb created
gpg: key CC86BB64: public key "Launchpad PPA for Roberto Mier Escandón " imported
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
update-notifier-common is already the newest version (3.168.10).
grub-pc is already the newest version (2.02
beta2-36ubuntu3.22).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
bbb-install: Unable to locate package: bigbluebutton

[SOLVED] HTTP Status 404 error despite all bbb services running.

Hi,

Installed BBB with this script.

# bbb-conf --status
red5: active
tomcat7: active
nginx: active
freeswitch: active
redis-server.service: active
bbb-apps-akka: active
bbb-transcode-akka: active
bbb-fsesl-akka: active
mongod: active
bbb-html5: active
bbb-webrtc-sfu: active
kurento-media-server: active

But when I tried to connect to bbb-server from drupal bbb connector, the configuration were alright and drupal confirms connection to the server, but gives 404 error:

HTTP Status 404 - /bigbluebutton//api/join
type Status report

message /bigbluebutton//api/join

description The requested resource is not available.

Apache Tomcat/7.0.68 (Ubuntu)

However, I can reach bbb-demo instance without a problem.

Cheers,
/z

Automatically remove nodejs 4.2

If the server has an earlier version of nodejs 4.2 installed, uninstall it so the installation of nodejs. 8.x can proceed.

Does not pass from the local network through a proxy

Installed BigBlueButton with all the add-ons in the automatic mode through your script.
As a result, the server works and you can connect to it without problems from the external network, but you can not connect from computers from the company's local network.
The local network is going to the Internet through the Forefront TMG proxy and apparently the problem is in the proxy, since 1) if you connect without it, there are no problems and 2) when you try to connect, the answer is about the timeout of waiting from it.
We set up a rule for the Forefront TMG test to skip "everything and everything" (all ports, all sites) - still does not let BigBlueButton pass to the server.
Tell me, please, in which direction to dig? How to configure a proxy or the server itself to end up on the server from a local network through Forefront TMG?

Install BBB is behind Firewall with bbb-install.sh

Dear Team,

I install BBB with bbb-install.sh. (SSL , html5, greenlight)
I set html5client is default.

The BBB is behind Firewall
BBB is good for Users as same network. But Users from internet get problem "Error 1007: ICE negotiation failed" when connect Microphone.

I follow this step

image

But not any change.

Please help.

NAT Ports

Installed using bbb-install.sh after removing local IP check. Installed only complained about
My problem is a fairly dense network requires running on non-standard ports, meaning 80 and 443 are already in use. I changed nginx to use 8501 and 8511 instead. Externally using these I can reach through nginx, but get:

HTTP Status 404 - /bigbluebutton//join
type Status report
message /bigbluebutton//join
description The requested resource is not available.
Apache Tomcat/7.0.68 (Ubuntu)

What other configs need changing?

Also, is there a way to restrict UDP ports for freeswitch to a smaller range of 32000 to 35000?

BBB working well with Mattermost on early tests, but what now for front end?

Hi Fred et, al.,

I intend to primarily use BBB for the Mattermost plugin, and so far with a couple laptop tests it's working pretty smoothly - we'll have to see how it works from site to site, Windows to Mac, differing versions of Chrome/Firefox etc.

What I'm curious about now is, what do I do with the https address that just goes to a blank page (since I disabled the 'default' sites-enabled link). I read that some keep the default index page up, or adjust it to work with the demo and make it their own. Or do I just make an index page pointing to our mattermost server to login to use BBB?

Is Greenlight a good option for front end? Not sure how this'll tie in with Mattermost...?

Thoughts appreciated.

Error in /etc/cron.d/renew-letsencrypt

Hello,
the renewal script dropped in /etc/cron.d is invalid, it doesn't specify the user to run the commands with.

the lines 639-640 of bbb-install.sh

30 2 * * 1 /usr/bin/letsencrypt renew >> /var/log/letsencrypt-renew.log
35 2 * * 1 /bin/systemctl reload nginx

should be

30 2 * * 1 root /usr/bin/letsencrypt renew >> /var/log/letsencrypt-renew.log
35 2 * * 1 root /bin/systemctl reload nginx

how to change http port 80 to port 8002

my port 80 is used,i want to change it to 8002,so i modify this 4 files:
1./usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
2./etc/nginx/sites-available/bigbluebutton (nginx)
server name: bbb.nono.tech
port: 8002, [::]:8002
3./var/www/bigbluebutton
4./var/lib/tomcat7/webapps/demo/bbb_api_conf
now it works

Regarding Voip Service in BBB

Hi Fred,
Can you please share documentation regarding Voip integration in BBB. And I am having doubt like, i installed BBB through script provided, installation was successfull.
Question:
Do i need to install freeswitch manually instead of script provided, or is it enough to leave the configuration as it is and acquire voip from service providers? after getting phone number, what steps do i need to follow, for successful integration of Voip in BBB.

Thanks in advance

install problem (redis-server)

the install messages

Setting up python3-icu (1.9.2-2build1) ...
Setting up python3-lxml (3.5.0-1ubuntu0.1) ...
Setting up qttranslations5-l10n (5.5.1-2build1) ...
Setting up libjemalloc1 (3.6.0-9ubuntu1) ...
Setting up redis-tools (2:3.0.6-1ubuntu0.3) ...
Setting up redis-server (2:3.0.6-1ubuntu0.3) ...
fchownat() of /run/redis failed: Invalid argument
tttt^C^C^C^C^C^C^C^C^C^C^C^CJob for redis-server.service failed because a timeout was exceeded. See "systemctl status redis-server.service" and "journalctl -xe" for details.
invoke-rc.d: initscript redis-server, action "start" failed.
● redis-server.service - Advanced key-value store
   Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: timeout) since Mon 2019-03-18 02:58:28 UTC; 4ms ago
     Docs: http://redis.io/documentation,
           man:redis-server(1)
  Process: 13344 ExecStopPost=/bin/run-parts --verbose /etc/redis/redis-server.post-down.d (code=exited, status=0/SUCCESS)
  Process: 13334 ExecStartPost=/bin/run-parts --verbose /etc/redis/redis-server.post-up.d (code=exited, status=0/SUCCESS)
  Process: 13332 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf (code=exited, status=0/SUCCESS)
  Process: 13328 ExecStartPre=/bin/run-parts --verbose /etc/redis/redis-server.pre-up.d (code=exited, status=0/SUCCESS)
dpkg: error processing package redis-server (--configure):
 subprocess installed post-installation script returned error exit status 1
Setting up ruby2.3-dev:amd64 (2.3.1-2~16.04.11) ...
Setting up ruby-dev:amd64 (1:2.3.0+1) ...
Setting up sox (14.4.1-5ubuntu0.1) ...
Setting up i965-va-driver:amd64 (1.7.0-1) ...
Setting up va-driver-all:amd64 (1.7.3-2~16.04.york0.0) ...
Setting up vdpau-driver-all:amd64 (1.1.1-3ubuntu1) ...
Setting up vorbis-tools (1.4.0-7ubuntu1) ...
Setting up xmlstarlet (1.6.1-1ubuntu1) ...
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ...
Setting up authbind (2.1.1+nmu1) ...
Setting up bbb-client (1:2.0.0-405) ...
Reloading nginx.service using systemd
Setting up bbb-swftools (1:0.9.2-2) ...
Setting up ttf-liberation (1.07.4-1) ...
dpkg: dependency problems prevent configuration of bbb-web:
 bbb-web depends on redis-server; however:
  Package redis-server is not configured yet.

dpkg: error processing package bbb-web (--configure):
 dependency problems - leaving unconfigured
Setting up bbb-mkclean (1:0.8.7-4) ...
dpkg: dependency problems prevent configuration of bbb-record-core:
 bbb-record-core depends on redis-server; however:
  Package redis-server is not configured yet.

dpkg: error processing package bbb-record-core (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of bbb-playback-presentation:
 bbb-playback-presentation depends on bbb-record-core; however:
  Package bbb-record-core is not configured yet.

dpkg: error processing package bbb-playback-presentation (--configure):
 dependency problems - leaving unconfigured
Setting up libldns1:amd64 (1.6.17-8ubuntu0.1) ...
Setting up bbb-freeswitch-sounds (1:1.6.7-9) ...
Setting up bbb-freeswitch-core (2:2.0.0-50) ...
Adding freeswitch.service to autostart using systemd
Created symlink from /etc/systemd/system/multi-user.target.wants/freeswitch.service to /lib/systemd/system/freeswitch.service.
Job for freeswitch.service failed because the control process exited with error code. See "systemctl status freeswitch.service" and "journalctl -xe" for details.
freeswitch.service could not be registered or started
dpkg: dependency problems prevent configuration of bbb-config:
 bbb-config depends on bbb-web; however:
  Package bbb-web is not configured yet.
 bbb-config depends on bbb-playback-presentation; however:
  Package bbb-playback-presentation is not configured yet.

dpkg: error processing package bbb-config (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of bigbluebutton:
 bigbluebutton depends on bbb-config; however:
  Package bbb-config is not configured yet.

dpkg: error processing package bigbluebutton (--configure):
 dependency problems - leaving unconfigured
Setting up fonts-stix (1.1.1-4) ...
Setting up libreoffice-style-elementary (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ...
Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ...
Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.5) ...
Setting up notification-daemon (3.18.2-1) ...
Setting up libreoffice-common (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-style-galaxy (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ...
Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up libnss3:amd64 (2:3.28.4-0ubuntu0.16.04.5) ...
Setting up openjdk-8-jre-headless:amd64 (8u191-b12-2ubuntu0.16.04.1) ...
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Setting up ca-certificates-java (20160321ubuntu1) ...
Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem
Adding debian:thawte_Primary_Root_CA_-_G2.pem
Adding debian:XRamp_Global_CA_Root.pem
Adding debian:DigiCert_Global_Root_G3.pem
Adding debian:Camerfirma_Global_Chambersign_Root.pem
Adding debian:GlobalSign_Root_CA.pem
Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem
Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
Adding debian:TeliaSonera_Root_CA_v1.pem
Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
Adding debian:thawte_Primary_Root_CA.pem
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
Adding debian:USERTrust_ECC_Certification_Authority.pem
Adding debian:GeoTrust_Universal_CA.pem
Adding debian:Amazon_Root_CA_3.pem
Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem
Adding debian:GeoTrust_Universal_CA_2.pem
Warning: there was a problem reading the certificate file /etc/ssl/certs/Certinomis_-_Autorit?_Racine.pem. Message:
  /etc/ssl/certs/Certinomis_-_Autorit?_Racine.pem (No such file or directory)
Adding debian:CFCA_EV_ROOT.pem
Adding debian:EC-ACC.pem
Adding debian:Secure_Global_CA.pem
Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem
Adding debian:Atos_TrustedRoot_2011.pem
Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
Adding debian:DigiCert_Assured_ID_Root_CA.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
Adding debian:Baltimore_CyberTrust_Root.pem
Adding debian:DST_ACES_CA_X6.pem
Adding debian:TWCA_Root_Certification_Authority.pem
Adding debian:Actalis_Authentication_Root_CA.pem
Adding debian:Sonera_Class_2_Root_CA.pem
Adding debian:USERTrust_RSA_Certification_Authority.pem
Adding debian:Certinomis_-_Root_CA.pem
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
Adding debian:GeoTrust_Global_CA_2.pem
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
Adding debian:Comodo_Secure_Services_root.pem
Adding debian:ACCVRAIZ1.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
Adding debian:Taiwan_GRCA.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
Adding debian:Izenpe.com.pem
Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
Adding debian:SZAFIR_ROOT_CA2.pem
Adding debian:SecureSign_RootCA11.pem
Adding debian:QuoVadis_Root_CA_1_G3.pem
Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
Adding debian:CNNIC_ROOT.pem
Adding debian:AddTrust_Qualified_Certificates_Root.pem
Adding debian:Cybertrust_Global_Root.pem
Adding debian:Hongkong_Post_Root_CA_1.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
Adding debian:CA_Disig_Root_R1.pem
Adding debian:Security_Communication_RootCA2.pem
Adding debian:EE_Certification_Centre_Root_CA.pem
Adding debian:UTN_USERFirst_Hardware_Root_CA.pem
Adding debian:AddTrust_Low-Value_Services_Root.pem
Adding debian:Amazon_Root_CA_2.pem
Adding debian:GeoTrust_Primary_Certification_Authority.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
Warning: there was a problem reading the certificate file /etc/ssl/certs/T?B?TAK_UEKAE_K?k_Sertifika_Hizmet_Sa?lay?c?s?_-_S?r?m_3.pem. Message:
  /etc/ssl/certs/T?B?TAK_UEKAE_K?k_Sertifika_Hizmet_Sa?lay?c?s?_-_S?r?m_3.pem (No such file or directory)
Adding debian:QuoVadis_Root_CA_3.pem
Adding debian:COMODO_Certification_Authority.pem
Adding debian:Deutsche_Telekom_Root_CA_2.pem
Adding debian:Certplus_Class_2_Primary_CA.pem
Adding debian:VeriSign_Universal_Root_Certification_Authority.pem
Adding debian:LuxTrust_Global_Root_2.pem
Adding debian:Starfield_Class_2_CA.pem
Adding debian:Network_Solutions_Certificate_Authority.pem
Adding debian:QuoVadis_Root_CA_2_G3.pem
Adding debian:OpenTrust_Root_CA_G2.pem
Adding debian:IdenTrust_Commercial_Root_CA_1.pem
Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
Adding debian:Comodo_AAA_Services_root.pem
Adding debian:Visa_eCommerce_Root.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
Adding debian:GlobalSign_Root_CA_-_R2.pem
Adding debian:Swisscom_Root_CA_2.pem
Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
Adding debian:DigiCert_Assured_ID_Root_G3.pem
Adding debian:Chambers_of_Commerce_Root_-_2008.pem
Adding debian:COMODO_RSA_Certification_Authority.pem
Adding debian:Certum_Trusted_Network_CA_2.pem
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
Adding debian:Trustis_FPS_Root_CA.pem
Adding debian:Swisscom_Root_CA_1.pem
Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
Adding debian:ACEDICOM_Root.pem
Adding debian:ePKI_Root_Certification_Authority.pem
Adding debian:PSCProcert.pem
Adding debian:Certigna.pem
Adding debian:certSIGN_ROOT_CA.pem
Adding debian:Certplus_Root_CA_G2.pem
Adding debian:AddTrust_Public_Services_Root.pem
Adding debian:Certum_Trusted_Network_CA.pem
Adding debian:QuoVadis_Root_CA_2.pem
Adding debian:Security_Communication_Root_CA.pem
Adding debian:Buypass_Class_2_Root_CA.pem
Adding debian:QuoVadis_Root_CA.pem
Adding debian:DigiCert_Trusted_Root_G4.pem
Adding debian:Global_Chambersign_Root_-_2008.pem
Adding debian:Swisscom_Root_EV_CA_2.pem
Adding debian:Certum_Root_CA.pem
Adding debian:OpenTrust_Root_CA_G1.pem
Adding debian:E-Tugra_Certification_Authority.pem
Adding debian:AffirmTrust_Premium.pem
Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem
Warning: there was a problem reading the certificate file /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem. Message:
  /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem (No such file or directory)
Adding debian:CA_Disig_Root_R2.pem
Adding debian:AffirmTrust_Commercial.pem
Adding debian:AffirmTrust_Premium_ECC.pem
Adding debian:ssl-cert-snakeoil.pem
Adding debian:AddTrust_External_Root.pem
Adding debian:SwissSign_Silver_CA_-_G2.pem
Adding debian:ISRG_Root_X1.pem
Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem
Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
Adding debian:COMODO_ECC_Certification_Authority.pem
Adding debian:thawte_Primary_Root_CA_-_G3.pem
Adding debian:Security_Communication_EV_RootCA1.pem
Adding debian:Go_Daddy_Class_2_CA.pem
Adding debian:SwissSign_Gold_CA_-_G2.pem
Adding debian:Amazon_Root_CA_1.pem
Adding debian:Certplus_Root_CA_G1.pem
Adding debian:DST_Root_CA_X3.pem
Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem
Adding debian:GeoTrust_Global_CA.pem
Adding debian:DigiCert_Global_Root_G2.pem
Adding debian:AffirmTrust_Networking.pem
Adding debian:TWCA_Global_Root_CA.pem
Adding debian:AC_RAIZ_FNMT-RCM.pem
Adding debian:DigiCert_Assured_ID_Root_G2.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem
Adding debian:DigiCert_Global_Root_CA.pem
Adding debian:GlobalSign_Root_CA_-_R3.pem
Adding debian:SecureTrust_CA.pem
Adding debian:Entrust_Root_Certification_Authority.pem
Adding debian:Buypass_Class_3_Root_CA.pem
Adding debian:Amazon_Root_CA_4.pem
Adding debian:Comodo_Trusted_Services_root.pem
Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
Adding debian:QuoVadis_Root_CA_3_G3.pem
Warning: there was a problem reading the certificate file /etc/ssl/certs/T?RKTRUST_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?_H5.pem. Message:
  /etc/ssl/certs/T?RKTRUST_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?_H5.pem (No such file or directory)
Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
Adding debian:OpenTrust_Root_CA_G3.pem
done.
Setting up default-jre-headless (2:1.8-56ubuntu2) ...
Setting up bbb-apps-akka (2.0.0-155) ...
Creating system group: bigbluebutton
Creating system user: bigbluebutton in bigbluebutton with bbb-apps-akka user-daemon and shell /bin/false
Created symlink from /etc/systemd/system/multi-user.target.wants/bbb-apps-akka.service to /usr/lib/systemd/system/bbb-apps-akka.service.
Setting up bbb-fsesl-akka (2.0.0-27) ...
Created symlink from /etc/systemd/system/multi-user.target.wants/bbb-fsesl-akka.service to /usr/lib/systemd/system/bbb-fsesl-akka.service.
Setting up bbb-transcode-akka (2.0.0-6) ...
Created symlink from /etc/systemd/system/multi-user.target.wants/bbb-transcode-akka.service to /usr/lib/systemd/system/bbb-transcode-akka.service.
Setting up openjdk-8-jre:amd64 (8u191-b12-2ubuntu0.16.04.1) ...
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode
Setting up default-jre (2:1.8-56ubuntu2) ...
Setting up libreoffice-core (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-base-core (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-base-drivers (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-base (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-calc (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-draw (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-impress (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-math (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-report-builder-bin (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-writer (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-avmedia-backend-gstreamer (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-java-common (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up python3-uno (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-gtk (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-gnome (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-sdbc-firebird (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up libreoffice-sdbc-hsqldb (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up tomcat7-common (7.0.68-1ubuntu0.4) ...
Setting up tomcat7 (7.0.68-1ubuntu0.4) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory

Creating config file /etc/default/tomcat7 with new version
Adding system user `tomcat7' (UID 114) ...
Adding new user `tomcat7' (UID 114) with group `tomcat7' ...
Not creating home directory `/usr/share/tomcat7'.

Creating config file /etc/logrotate.d/tomcat7 with new version
Setting up bbb-red5 (1:1.0.8-40) ...
Adding red5.service to autostart using systemd
Created symlink from /etc/systemd/system/multi-user.target.wants/red5.service to /usr/lib/systemd/system/red5.service.
Setting up bbb-apps (1:2.0.0-52) ...
Setting up bbb-apps-screenshare (1:2.0.0-41) ...
Setting up bbb-apps-sip (1:2.0.0-15) ...
Setting up bbb-apps-video (1:2.0.0-29) ...
Setting up bbb-apps-video-broadcast (1:2.0.0-8) ...
Setting up libreoffice-pdfimport (1:5.1.6~rc2-0ubuntu1~xenial6) ...
Setting up humanity-icon-theme (0.6.10.1) ...
Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu11) ...
Processing triggers for systemd (229-4ubuntu21.17) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ...
Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
Processing triggers for dictionaries-common (1.26.3) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
Processing triggers for ca-certificates (20170717~16.04.2) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Errors were encountered while processing:
 redis-server
 bbb-web
 bbb-record-core
 bbb-playback-presentation
 bbb-config
 bigbluebutton
E: Sub-process /usr/bin/dpkg returned an error code (1)
W: Operation was interrupted before it could finish
..................................................................^C

the log after tapping "journalctl -xe"

Mar 18 03:10:32 s104-238-125-129.secureserver.net red5.sh[14946]: 2019-03-18T03:10:32.215Z [bbb-apps-common-akka.actor.default-dispatcher-42] redis.actors.RedisClientActor - Trying to reconnect in 2 seconds
Mar 18 03:10:32 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: connected: false
Mar 18 03:10:32 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:32.213Z WARN  redis.actors.RedisClientActor - ConnectionClosed PeerClosed
Mar 18 03:10:32 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:32.213Z WARN  o.b.e.r.AppsRedisSubscriberActor - ConnectionClosed PeerClosed
Mar 18 03:10:32 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:32.213Z INFO  o.b.e.r.AppsRedisSubscriberActor - Trying to reconnect in 2 seconds
Mar 18 03:10:32 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:32.218Z INFO  redis.actors.RedisClientActor - Trying to reconnect in 2 seconds
Mar 18 03:10:32 s104-238-125-129.secureserver.net run-parts[17446]: run-parts: executing /etc/redis/redis-server.pre-up.d/00_example
Mar 18 03:10:32 s104-238-125-129.secureserver.net run-parts[17452]: run-parts: executing /etc/redis/redis-server.post-up.d/00_example
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-transcode-akka[14409]: 2019-03-18T03:10:34.215Z INFO  redis.actors.RedisClientActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net red5.sh[14946]: 2019-03-18T03:10:34.217Z [bbb-screenshare-system-akka.actor.default-dispatcher-3] o.b.a.s.r.AppsRedisSubscriberActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-transcode-akka[14409]: 2019-03-18T03:10:34.218Z INFO  o.b.e.r.AppsRedisSubscriberActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net red5.sh[14946]: 2019-03-18T03:10:34.221Z [bbb-apps-common-akka.actor.default-dispatcher-42] o.b.c.e.r.AppsRedisSubscriberActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net red5.sh[14946]: connected: true
Mar 18 03:10:34 s104-238-125-129.secureserver.net red5.sh[14946]: 2019-03-18T03:10:34.222Z [bbb-screenshare-system-akka.actor.default-dispatcher-10] o.b.a.s.r.AppsRedisSubscriberActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net red5.sh[14946]: connected: true
Mar 18 03:10:34 s104-238-125-129.secureserver.net red5.sh[14946]: 2019-03-18T03:10:34.222Z [bbb-apps-common-akka.actor.default-dispatcher-55] o.b.c.e.r.AppsRedisSubscriberActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:34.223Z INFO  o.b.e.r.AppsRedisSubscriberActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-transcode-akka[14409]: connected: true
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-transcode-akka[14409]: 2019-03-18T03:10:34.224Z INFO  o.b.e.r.AppsRedisSubscriberActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-transcode-akka[14409]: 2019-03-18T03:10:34.225Z INFO  redis.actors.RedisClientActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.228Z INFO  o.b.e.r.AppsRedisSubscriberActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.228Z INFO  redis.actors.RedisClientActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.228Z INFO  redis.actors.RedisClientActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.230Z DEBUG redis.actors.RedisClientActor - now watched by Actor[akka://bigbluebutton-apps-system/system/IO-TCP/selectors/$a/26#1525336352]
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: connected: true
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:34.229Z INFO  o.b.e.r.AppsRedisSubscriberActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net red5.sh[14946]: 2019-03-18T03:10:34.230Z [bbb-apps-common-akka.actor.default-dispatcher-49] redis.actors.RedisClientActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:34.232Z INFO  redis.actors.RedisClientActor - Connect to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net red5.sh[14946]: 2019-03-18T03:10:34.237Z [bbb-apps-common-akka.actor.default-dispatcher-49] redis.actors.RedisClientActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:34.238Z INFO  redis.actors.RedisClientActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.241Z DEBUG redis.actors.RedisClientActor - now watched by Actor[akka://bigbluebutton-apps-system/system/IO-TCP/selectors/$a/25#1273401048]
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: connected: true
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.242Z DEBUG o.b.e.r.AppsRedisSubscriberActor - now watched by Actor[akka://bigbluebutton-apps-system/system/IO-TCP/selectors/$a/24#1953428908]
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.243Z INFO  o.b.e.r.AppsRedisSubscriberActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.244Z INFO  redis.actors.RedisClientActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:34 s104-238-125-129.secureserver.net bbb-apps-akka[14243]: 2019-03-18T03:10:34.247Z INFO  redis.actors.RedisClientActor - Connected to localhost/127.0.0.1:6379
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: Attempting to connect to FreeSWITCH ESL
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:36.972Z WARN  o.f.esl.client.inbound.Client - Failed to connect to [127.0.0.1:8021]
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: 2019-03-18T03:10:36.973Z WARN  o.f.esl.client.inbound.Client -   * reason: {}
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: java.net.ConnectException: Connection refused
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_191]
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_191]
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:384) ~[org.jboss.netty.netty-3.2.1.Final.jar
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:354) ~[org.jboss.netty.netty-3.2
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:276) ~[org.jboss.netty.netty-3.2.1.Final.jar:na]
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:46) ~[org.jboss.netty.netty-3.2.1.Final.jar:na]
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_191]
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_191]
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at java.lang.Thread.run(Thread.java:748) [na:1.8.0_191]
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: Mar 18, 2019 3:10:36 AM org.jboss.netty.channel.SimpleChannelUpstreamHandler
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: WARNING: EXCEPTION, please implement org.freeswitch.esl.client.inbound.InboundClientHandler.exceptionCaught() for proper handling.
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: java.net.ConnectException: Connection refused
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.connect(NioClientSocketPipelineSink.java:384)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.processSelectedKeys(NioClientSocketPipelineSink.java:354)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at org.jboss.netty.channel.socket.nio.NioClientSocketPipelineSink$Boss.run(NioClientSocketPipelineSink.java:276)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at org.jboss.netty.util.internal.IoWorkerRunnable.run(IoWorkerRunnable.java:46)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]:         at java.lang.Thread.run(Thread.java:748)
Mar 18 03:10:36 s104-238-125-129.secureserver.net bbb-fsesl-akka[14326]: Failed to connect to ESL

Support of ubuntu 18.04 LTS ?

Hello,

The bbb-install.sh seems to only refer to ubuntu 16.04 LTS. There is any plans to support the last ubuntu LTS of last year please?

Regards,

Fail to connect 404

Hello installed with html5 only wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-220-beta all went through and it works on intern ip. however when changing to dns
bbb.campusbornholm.dk it dosent. ( --setip )
Moodle has been setup with BBB, and has been running internally without problem.
Im running 2 servers VM ubuntu 16.04
I can reach the nginx frontpage but when trying to join it hangs and I get 404.

When trying to run --check it takes 5+ min or more. did a comlpete reinstallation today with same results. after setting up Lets encrypt and setting the setip to bbb.campusbornholm.dk it stops working with test join and with working on moodle. I have done --secret after --setip.

Im currently at home so can not take any logs atm.
Our sysadmin has open TCP ports 80 , 443, 7443
UDP ports 16384 - 32768

Script hangs when package maintainer prompts for input.

Twice, on two different hosting providers (digital ocean) the script will prompt to decide whether to keep or overwrite a conf like grub etc... Cant continue, no response on key board. I open another shell and can see no disk usage increasing, so installation is stalled.

i kill the apt-get processes, run dpkg configure -a and then run apt-get dist-upgrade. apt-get update

After that the bbb-install.sh is ran again to finish successfully.

What is the default login for Greenlight after using the script?

Since it is now dead-easy to setup an instance, it would be nice to see the password which is given for the "in application" authentification.

Done the script on a plain vm with settings as described.
No password shown, no email received.
Downloaded sqlite database -> user is in database

How do you reset/resend a password? :-D

greenlight without docker?

Hi,

I could not figure out to install greenlight without docker like in lxc containers?

Any inputs? Thanks.

Cheers,
/z

It is no loading after providing IP + Salt to my wordpress

Hi, ThankYOU so much for replying everyone everwhere. You guyz are doing a great job.
I have small problem today.
I made a new AWS server and allow all ports on my server to 0.0.0.0 means everywhere.
Then i installed the BBB server via this wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-200
Now i took ip/bigbluebutton/ and salt key and entered it to my wordpress site config page (wordpress is hosted on some other server is taht a problem?)
Now when i make a meeting and click on join it is running and i am seeing my own webcam (i logged into wordpress from admin and clicked on join meeting)
Now when i copy this url and opens in incognito mode of firefox while logged into wordpress as contributor i am seeing failed to fetch config.xml why?
Please see screenshot
Thanks
image

greenlight-v2 not starting automatically (ec2)

Hello together,

after i reboot the system i needed to run manually "docker start greenlight-v2".
maybe the option " --restart always" should be used instead of of " --unless-stopped"

There is any swith to make it work on 2GB ram?

I have install BBB more than 3 times on various server but some times is hard to keep up with the steps to get it the way is supposed to work, now i see there is a 4GB memory ram restriction, in my personal opinion and knowledge 2GB has been working fine on my server, now there is any way or switch to make it install on a 2GB server?

bbb-install check_host fails with CNAME dns entry

Hi,
in bbb-install.sh the function check_host checks if ifconfig IP address matches dns entry for the host.

This test fails if the DNS entry is a CNAME since dig -short my.domain.tld returns two lines, the first one being the cnamed domain and the second one the IP.

Cheers,
Thierry

Unable to retrieve admin login

My apologies for asking a beginner-question. I'm a beginner.

I'm unable to retrieve or create an admin login for Greenlight.

The help offers two different ways, with and without docker - I tried both from every imaginable folder.

I get either an error about missing "gems" or a missing .bundle/ folder.

I'm under the impression that the documentation is mixing up different versions. I installed the beta from Github but it could be that the instruction I follow to try and get my admin login is for 2.0

An honest opinion if BBB is only for technical people and that I should just give up and switch back to Jitsi is also welcomed.

Nginx template error for https in ipv6

Hi,
thank you for the work you do. It's great !
I used the bbb-install.sh bash script today and there was an error : the nginx template fails for https over ipv6.
The template produces the following for /etc/nginx/sites-enabled/bigbluebutton :
listen [::]:443;
but only the following works :
listen [::]:443 ssl; (ssl was missing)

Cheers,
Thierry

ffmpeg and bigbluebutton-release: No such file or directory

Hi,

I'm trying to install bbb with bbb-install, and at the end installation appearing this:

** Potential problems described below **
# Warning: The installed ffmpeg version '4.1-1~16.04.york0' is not recommended.
# Recommend you update to the 4.0.x version of ffmpeg.  To upgrade, do the following
#
#        sudo apt-get install software-properties-common
#        sudo add-apt-repository ppa:jonathonf/ffmpeg-4
#        sudo apt-get update
#        sudo apt-get dist-upgrade
#

...................
# Warning: The API demos are installed and accessible from:
#
#    http://ip/demo/demo1.jsp
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
#    sudo apt-get purge bbb-demo

/usr/bin/bbb-conf: line 65: /etc/bigbluebutton/bigbluebutton-release: No such file or directory
# sudo apt-get install software-properties-common
Reading package lists... Done
Building dependency tree       
Reading state information... Done
software-properties-common is already the newest version (0.96.20.7).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = "en_US:",
	LC_ALL = (unset),
	LC_TIME = "es_CL.UTF-8",
	LC_MONETARY = "es_CL.UTF-8",
	LC_ADDRESS = "es_CL.UTF-8",
	LC_TELEPHONE = "es_CL.UTF-8",
	LC_NAME = "es_CL.UTF-8",
	LC_MEASUREMENT = "es_CL.UTF-8",
	LC_IDENTIFICATION = "es_CL.UTF-8",
	LC_NUMERIC = "es_CL.UTF-8",
	LC_PAPER = "es_CL.UTF-8",
	LANG = "en_US.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8").
locale: Cannot set LC_ALL to default locale: No such file or directory
Setting up bbb-record-core (1:2.0.0-33) ...
ERROR:  Error installing bundler:
	bundler requires RubyGems version >= 3.0.0. Try 'gem update --system' to update RubyGems itself.
dpkg: error processing package bbb-record-core (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          dpkg: dependency problems prevent configuration of bbb-playback-presentation:
 bbb-playback-presentation depends on bbb-record-core; however:
  Package bbb-record-core is not configured yet.

dpkg: error processing package bbb-playback-presentation (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of bbb-config:
 bbb-config depends on bbb-playback-presentation; however:
  Package bbb-playback-presentation is not configured yet.

dpkg: error processing package bbb-config (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of bigbluebutton:
 bigbluebutton depends on bbb-config; however:
  Package bbb-config is not configured yet.

dpkg: error processing package bigbluebutton (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
                                                                                                          No apport report written because MaxReports is reached already
                             Errors were encountered while processing:
 bbb-record-core
 bbb-playback-presentation
 bbb-config
 bigbluebutton
E: Sub-process /usr/bin/dpkg returned an error code (1)

Changing ports trivially

Hi,

Hope this is the right place

I plan to trial this internally on a NAT'd Proxmox system and expose some ports to the internet.

443/80 are occupied presently by other services on this box. I figured that bbb can sit on an odd port because it will always be linked to from our chat (Mattermost); so no chance of typo.

I've made some changes to the script so that:

  • DNS lookups are not performed (they'll fail in a NAT'd environment).
  • Locales are exported correctly (otherwise PPA imports will fail)
  • Challenges are not dependent on 443/80 and we can defer to a custom Let's Encrypt client instead. In our case -- it's usually beneficial to use DNS based validation as not every server is directly able to handle a challenge.

(happy to PR as RFCs). The first suggestion probably needs refinement; as checking DNS is not inherently bad.

I'm still being stung by running BBB on Port 444.

I've set my API to https://foo:444/bigbluebutton/api in Mattermost but it's still generating standard port 443 links for meetings. Is there a trivial way to resolve this? Currently I have iptables forwarding 444 -> 443 on this machine. (444 publicly exposed).

My other question is if this script is suitable for prod. I'm not keen on the idea of configuring Tomcat by hand which is why I opted for this Docker based solution. But I understand that BBB has a web based interface for configuring recordings etc that doesn't seem to be exposed presently. If I can configure things via a (presuming) /etc/ conf; then this is a non issue.

Cheers

Sam

Unit redis-server.service has finished shutting down

image

-- Unit redis-server.service has begun starting up.
Apr 05 12:16:53 ns3081715 run-parts[17522]: run-parts: executing /etc/redis/redis-server.pre-up.d/00_example
Apr 05 12:16:53 ns3081715 redis-server[17547]: *** FATAL CONFIG FILE ERROR ***
Apr 05 12:16:53 ns3081715 redis-server[17547]: Reading the configuration file, at line 108
Apr 05 12:16:53 ns3081715 redis-server[17547]: >>> 'logfile /var/log/redis/redis-server.log'
Apr 05 12:16:53 ns3081715 redis-server[17547]: Can't open the log file: Permission denied
Apr 05 12:16:53 ns3081715 systemd[1]: redis-server.service: Control process exited, code=exited status=1
Apr 05 12:16:53 ns3081715 systemd[1]: Failed to start Advanced key-value store.
-- Subject: Unit redis-server.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit redis-server.service has failed.
--
-- The result is failed.
Apr 05 12:16:53 ns3081715 systemd[1]: redis-server.service: Unit entered failed state.
Apr 05 12:16:53 ns3081715 systemd[1]: redis-server.service: Failed with result 'exit-code'.
Apr 05 12:16:53 ns3081715 systemd[1]: redis-server.service: Service hold-off time over, scheduling restart.
Apr 05 12:16:53 ns3081715 systemd[1]: Stopped Advanced key-value store.
-- Subject: Unit redis-server.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit redis-server.service has finished shutting down.
Apr 05 12:16:53 ns3081715 systemd[1]: Starting Advanced key-value store...
-- Subject: Unit redis-server.service has begun start-up
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit redis-server.service has begun starting up.
Apr 05 12:16:53 ns3081715 run-parts[17551]: run-parts: executing /etc/redis/redis-server.pre-up.d/00_example
Apr 05 12:16:53 ns3081715 redis-server[17568]: *** FATAL CONFIG FILE ERROR ***
Apr 05 12:16:53 ns3081715 redis-server[17568]: Reading the configuration file, at line 108
Apr 05 12:16:53 ns3081715 redis-server[17568]: >>> 'logfile /var/log/redis/redis-server.log'
Apr 05 12:16:53 ns3081715 redis-server[17568]: Can't open the log file: Permission denied
Apr 05 12:16:53 ns3081715 systemd[1]: redis-server.service: Control process exited, code=exited status=1
Apr 05 12:16:53 ns3081715 systemd[1]: Failed to start Advanced key-value store.
-- Subject: Unit redis-server.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit redis-server.service has failed.
--
-- The result is failed.
Apr 05 12:16:53 ns3081715 systemd[1]: redis-server.service: Unit entered failed state.
Apr 05 12:16:53 ns3081715 systemd[1]: redis-server.service: Failed with result 'exit-code'.
Apr 05 12:16:54 ns3081715 systemd[1]: redis-server.service: Service hold-off time over, scheduling restart.
Apr 05 12:16:54 ns3081715 systemd[1]: Stopped Advanced key-value store.
-- Subject: Unit redis-server.service has finished shutting down
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit redis-server.service has finished shutting down.
Apr 05 12:16:54 ns3081715 systemd[1]: redis-server.service: Start request repeated too quickly.
Apr 05 12:16:54 ns3081715 systemd[1]: Failed to start Advanced key-value store.
-- Subject: Unit redis-server.service has failed
-- Defined-By: systemd
-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit redis-server.service has failed.
--
-- The result is failed.

installation stops with setting up webhooks

on a plain ubuntu 16.04
done nothing else than ./bbb-install.sh -s -v xenial-200 -e -t -g
the installation stops with no cursor or prompt at

(...)
Setting up bbb-webhooks (1:2.0.0-6) ...

bbb-conf --status shows:

red5: active
tomcat7: active
nginx: active
freeswitch: active
redis-server.service: active
bbb-apps-akka: active
bbb-transcode-akka: active
bbb-fsesl-akka: active
mongod: active
bbb-html5: active
bbb-webrtc-sfu: active
kurento-media-server: active

which is very promising.
But ./bbb-install.sh never ends.

And calling the website via domain give "connection refused"
calling the ip: "Welcome to nginx! further installation is necessary"

Where to continue?

Some ubuntu 16.04 images dont have "dig"

script failed on base distro, unable to find dig command.

needed to run

sudo apt-get install dnsutils

then script started fine.

should check for dig and install.

this is neat utility :)

bbb-install: Unable to locate packages for xenial-200.

i use this ./bbb-install.sh -v xenial-200 -s mydomain.com -e [email protected] -t -g -c mydomain.com:JJJ888aaa
to install bbb

the console info:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.