attempting to install BBB on Ubuntu 18.04

3,905 views
Skip to first unread message

Roger

unread,
Aug 22, 2020, 6:00:47 PM8/22/20
to BigBlueButton-dev
Please note that I have been attempting the above, but have only found:


This is the command I have been executing:

root@Bach:~/Install/bbb-install# ./bbb-install.sh -v xenial-22 -s tuberedu.org -e rmo...@tuberedu.com -t

But I keep getting this error:

+ say 'You must run this command on Ubuntu 16.04 server.'
+ echo 'bbb-install: You must run this command on Ubuntu 16.04 server.'
bbb-install: You must run this command on Ubuntu 16.04 server.

I have tried with xenial-22, xenial-23, and xenial-24 but I keep getting errors.  What do you suggest?

For example, if I use 23 I get:

+ err 'Unable to locate packages for xenial-23 at ubuntu.bigbluebutton.org.'
+ say 'Unable to locate packages for xenial-23 at ubuntu.bigbluebutton.org.'
+ echo 'bbb-install: Unable to locate packages for xenial-23 at ubuntu.bigbluebutton.org.'
bbb-install: Unable to locate packages for xenial-23 at ubuntu.bigbluebutton.org.
+ exit 1
root@Bach:~/Install/bbb-install#

FYI this is what I get for last-release:

rmoore@Bach:~/Install/bbb-install$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"

Also I have spent time researching the newsgroup like:


What do you suggest?  TIA. 

Fred Dixon

unread,
Aug 22, 2020, 9:08:11 PM8/22/20
to BigBlueButton-dev
Use 

  -v bionic-230-dev

see



Regards,... Fred


--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/30cfde47-187b-4393-8f56-c57513547afcn%40googlegroups.com.


--
BigBlueButton Developer

Like BigBlueButton?  Tweet us at @bigbluebutton

Alfonso Fernández

unread,
Aug 23, 2020, 12:02:31 PM8/23/20
to bigblueb...@googlegroups.com

There is the problem right there.

Version 2.2 only runs on Ubuntu 16.04 server. It wont work on any other release.

You may try version 2.3 which is works on Ubuntu 18.04 64-bit. 2.3 is still under development.

https://docs.bigbluebutton.org/dev/dev23.html


El 22/08/20 a las 17:00, Roger escribió:

Roger Moore

unread,
Aug 23, 2020, 1:21:19 PM8/23/20
to bigblueb...@googlegroups.com
Thanks, I have tried installing using this command:

root@Bach:~/Install/bbb-install# ./bbb-install.sh -v bionic-230-dev -s tuberedu.org -e rmo...@tuberedu.com -t

But here are some of the errors I'm getting.

...
Unit freeswitch.service could not be found.
+ '[' '' == true ']'
+ '[' '!' -z tuberedu.org ']'
+ bbb-conf --setip tuberedu.org
./bbb-install.sh: line 367: bbb-conf: command not found
+ systemctl show-environment
+ grep LANG=
+ grep -q UTF-8
+ bbb-conf --check
./bbb-install.sh: line 376: bbb-conf: command not found
+ exit 1
root@Bach:~/Install/bbb-install# bbb-conf --check
bbb-conf: command not found


Here is the full log:


Do you have any suggestions?  TIA.

--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/x0pfI8uFd3w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/779b5eac-5cce-7ad7-0ddd-a43145d35701%40gmail.com.

bayden10

unread,
Aug 23, 2020, 1:44:03 PM8/23/20
to BigBlueButton-dev
Your script should look like this, using a TURN option if required with Greenlight:

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230-dev -s bbb.domain.ca -c turn.domain.ca:1004a200000000004cb3f2d6f000d85d -e secu...@domain.ca -d -g

~b10

Roger Moore

unread,
Aug 23, 2020, 4:00:54 PM8/23/20
to bigblueb...@googlegroups.com
Okay thx, but I am still getting these errors:

Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
 bigbluebutton : Depends: bbb-config but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sed: can't read /etc/bigbluebutton/nginx/sip.nginx: No such file or directory
Stopping greenlight-v2   ... done
Stopping greenlight_db_1 ... done
Removing greenlight-v2   ... done
Removing greenlight_db_1 ... done
Removing network greenlight_default
Creating network "greenlight_default" with the default driver
Creating greenlight_db_1 ... done
Creating greenlight-v2   ... done
chown: invalid user: ‘bigbluebutton:bigbluebutton’
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-extra-4.15.0-112-generic
E: Couldn't find any package by glob 'linux-image-extra-4.15.0-112-generic'
E: Couldn't find any package by regex 'linux-image-extra-4.15.0-112-generic'
Warning: apt-key output should not be parsed (stdout is not a terminal)
/usr/bin/docker
main: line 729: gem: command not found
main: line 730: gem: command not found
greenlight_db_1
greenlight-v2
Creating greenlight_db_1 ... done
Creating greenlight-v2   ... done
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
main: line 367: bbb-conf: command not found
main: line 376: bbb-conf: command not found
root@Bach:~/Install#


--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/x0pfI8uFd3w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.

Martin Thomas Schrott

unread,
Aug 23, 2020, 4:15:46 PM8/23/20
to bigblueb...@googlegroups.com, Roger Moore
roger,


did you try to install on ubuntu 16.04?

have you had prior crashed installations? ...you may remove / purge all
bbb packages with apt before reinstalling.

cheers

Martin


Roger Moore

unread,
Aug 24, 2020, 9:30:00 AM8/24/20
to Martin Thomas Schrott, bigblueb...@googlegroups.com
Martin, I previously had this BigBlueButton installation working on Ubuntu 16.04 but then I had problems with the freeswitch package so I upgraded to 18.04.

I had tried to install using apt-get but that didn't work so I ended up using aptitude (see https://stackoverflow.com/questions/26571326/how-do-i-resolve-the-following-packages-have-unmet-dependencies).  Thank you!

rmoore@Bach:~$ sudo apt-get install bbb-config

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help resolve the situation:

The following packages have unmet dependencies:
 bbb-config : Depends: bbb-playback-presentation but it is not going to be installed

E: Unable to correct problems, you have held broken packages.
rmoore@Bach:~$ sudo apt-get install -f

Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
rmoore@Bach:~$ sudo apt-get install aptitude

Reading package lists... Done
Building dependency tree
Reading state information... Done
aptitude is already the newest version (0.8.10-6ubuntu1).

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
rmoore@Bach:~$ sudo aptitude install bbb-config
The following NEW packages will be installed:
  aglfn{a} bbb-apps-akka{a} bbb-config bbb-etherpad{a} bbb-freeswitch-core{a} bbb-freeswitch-sounds{a} bbb-fsesl-akka{a} bbb-html5{a} bbb-mkclean{a} bbb-playback-presentation{a} bbb-record-core{a} bbb-transcode-akka{a} bbb-web{a} bbb-webrtc-sfu{a} ffmpeg{a}
  firebird3.0-common{a} firebird3.0-common-doc{a} firebird3.0-server-core{a} firebird3.0-utils{a} fonts-lato{a} fonts-noto{a} fonts-noto-hinted{a} fonts-noto-unhinted{a} gdal-data{a} gnuplot{a} gnuplot-data{a} gnuplot-qt{a} gstreamer1.0-gtk3{a} gstreamer1.5-libav{a}
  gstreamer1.5-nice{a} gstreamer1.5-plugins-ugly{a} kms-core{a} kms-elements{a} kms-filters{a} kms-jsonrpc{a} kmsjsoncpp{a} kurento-media-server{a} liba52-0.7.4{a} libaec0{a} libapache-pom-java{a} libarmadillo8{a} libarpack2{a} libavcodec58{a} libavdevice58{a}
  libavfilter7{a} libavformat58{a} libavresample4{a} libavutil56{a} libboost-locale1.65.1{a} libboost-log1.65.1{a} libboost-program-options1.65.1{a} libboost-regex1.65.1{a} libbsh-java{a} libcharls1{a} libcommons-logging-java{a} libcommons-parent-java{a} libdap25{a}
  libdapclient6v5{a} libdc1394-22{a} libdirectfb-1.7-7{a} libenca0{a} libepsilon1{a} libfbclient2{a} libfreexl1{a} libfyba0{a} libgdal20{a} libgdcm2.8{a} libgeos-3.6.2{a} libgeos-c1v5{a} libgeotiff2{a} libgpgmepp6{a} libgssdp-1.0-3{a} libgupnp-1.0-4{a}
  libgupnp-igd-1.0-4{a} libhdf4-0-alt{a} libhdf5-100{a} libib-util{a} libkmlbase1{a} libkmldom1{a} libkmlengine1{a} libmad0{a} libminizip1{a} libmpeg2-4{a} libnetcdf13{a} libnice10{a} libogdi3.2{a} libopencore-amrnb0{a} libopencore-amrwb0{a} libopencv-core3.2{a}
  libopencv-highgui3.2{a} libopencv-imgcodecs3.2{a} libopencv-imgproc3.2{a} libopencv-ml3.2{a} libopencv-objdetect3.2{a} libopencv-videoio3.2{a} libopusenc0{a} libopusfile0{a} libpostproc54{a} libpostproc55{a} libpq5{a} libproj12{a} libqhull7{a} libreoffice{a}
  libreoffice-base{a} libreoffice-base-core{a} libreoffice-base-drivers{a} libreoffice-calc{a} libreoffice-core{a} libreoffice-draw{a} libreoffice-gnome{a} libreoffice-gtk3{a} libreoffice-impress{a} libreoffice-math{a} libreoffice-nlpsolver{a}
  libreoffice-report-builder{a} libreoffice-report-builder-bin{a} libreoffice-script-provider-bsh{a} libreoffice-script-provider-js{a} libreoffice-script-provider-python{a} libreoffice-sdbc-firebird{a} libreoffice-sdbc-mysql{a} libreoffice-sdbc-postgresql{a}
  libreoffice-wiki-publisher{a} libreoffice-writer{a} librubberband2{a} libruby2.5{a} libsdl1.2debian{a} libsdl2-2.0-0{a} libsidplay1v5{a} libsocket++1{a} libsox-fmt-alsa{a} libsox-fmt-base{a} libsox3{a} libspatialite7{a} libsuperlu5{a} libswresample3{a}
  libswscale4{a} libswscale5{a} libsystemd-dev{a} libsz2{a} libtbb2{a} libtidy5{a} libtommath1{a} liburiparser1{a} libusrsctp{a} libvorbisidec1{a} libwxbase3.0-0v5{a} libwxgtk3.0-0v5{a} libxerces-c3.2{a} libxml2-dev{ab} libxslt1-dev{a} mencoder{a} mplayer{a}
  opencv-data{a} openh264{a} openh264-gst-plugins-bad-1.5{a} openwebrtc-gst-plugins{a} proj-bin{a} proj-data{a} python3-attr{a} python3-icu{a} python3-uno{a} rake{a} redis-server{a} redis-tools{a} ruby{a} ruby-dev{a} ruby-did-you-mean{a} ruby-minitest{a}
  ruby-net-telnet{a} ruby-power-assert{a} ruby-test-unit{a} ruby2.5{a} ruby2.5-dev{a} ruby2.5-doc{a} rubygems-integration{a} sox{a} tidy{a} vorbis-tools{a} xmlstarlet{a}
0 packages upgraded, 180 newly installed, 0 to remove and 0 not upgraded.
Need to get 767 MB of archives. After unpacking 1,642 MB will be used.

The following packages have unmet dependencies:
 libxml2-dev : Depends: libxml2 (= 2.9.4+dfsg1-6.1ubuntu1.3) but 2.9.10+dfsg-5+ubuntu16.04.1+deb.sury.org+3 is installed
The following actions will resolve these dependencies:

     Keep the following packages at their current version:
1)     bbb-config [Not Installed]
2)     bbb-playback-presentation [Not Installed]
3)     bbb-record-core [Not Installed]
4)     libxml2-dev [Not Installed]
5)     libxslt1-dev [Not Installed]



Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

     Downgrade the following packages:
1)     libxml2 [2.9.10+dfsg-5+ubuntu16.04.1+deb.sury.org+3 (now) -> 2.9.4+dfsg1-6.1ubuntu1.3 (bionic-updates)]



Accept this solution? [Y/n/q/?] Y
The following packages will be DOWNGRADED:
  libxml2
The following NEW packages will be installed:
  aglfn{a} bbb-apps-akka{a} bbb-config bbb-etherpad{a} bbb-freeswitch-core{a} bbb-freeswitch-sounds{a} bbb-fsesl-akka{a} bbb-html5{a} bbb-mkclean{a} bbb-playback-presentation{a} bbb-record-core{a} bbb-transcode-akka{a} bbb-web{a} bbb-webrtc-sfu{a} ffmpeg{a}
  firebird3.0-common{a} firebird3.0-common-doc{a} firebird3.0-server-core{a} firebird3.0-utils{a} fonts-lato{a} fonts-noto{a} fonts-noto-hinted{a} fonts-noto-unhinted{a} gdal-data{a} gnuplot{a} gnuplot-data{a} gnuplot-qt{a} gstreamer1.0-gtk3{a} gstreamer1.5-libav{a}
  gstreamer1.5-nice{a} gstreamer1.5-plugins-ugly{a} kms-core{a} kms-elements{a} kms-filters{a} kms-jsonrpc{a} kmsjsoncpp{a} kurento-media-server{a} liba52-0.7.4{a} libaec0{a} libapache-pom-java{a} libarmadillo8{a} libarpack2{a} libavcodec58{a} libavdevice58{a}
  libavfilter7{a} libavformat58{a} libavresample4{a} libavutil56{a} libboost-locale1.65.1{a} libboost-log1.65.1{a} libboost-program-options1.65.1{a} libboost-regex1.65.1{a} libbsh-java{a} libcharls1{a} libcommons-logging-java{a} libcommons-parent-java{a} libdap25{a}
  libdapclient6v5{a} libdc1394-22{a} libdirectfb-1.7-7{a} libenca0{a} libepsilon1{a} libfbclient2{a} libfreexl1{a} libfyba0{a} libgdal20{a} libgdcm2.8{a} libgeos-3.6.2{a} libgeos-c1v5{a} libgeotiff2{a} libgpgmepp6{a} libgssdp-1.0-3{a} libgupnp-1.0-4{a}
  libgupnp-igd-1.0-4{a} libhdf4-0-alt{a} libhdf5-100{a} libib-util{a} libkmlbase1{a} libkmldom1{a} libkmlengine1{a} libmad0{a} libminizip1{a} libmpeg2-4{a} libnetcdf13{a} libnice10{a} libogdi3.2{a} libopencore-amrnb0{a} libopencore-amrwb0{a} libopencv-core3.2{a}
  libopencv-highgui3.2{a} libopencv-imgcodecs3.2{a} libopencv-imgproc3.2{a} libopencv-ml3.2{a} libopencv-objdetect3.2{a} libopencv-videoio3.2{a} libopusenc0{a} libopusfile0{a} libpostproc54{a} libpostproc55{a} libpq5{a} libproj12{a} libqhull7{a} libreoffice{a}
  libreoffice-base{a} libreoffice-base-core{a} libreoffice-base-drivers{a} libreoffice-calc{a} libreoffice-core{a} libreoffice-draw{a} libreoffice-gnome{a} libreoffice-gtk3{a} libreoffice-impress{a} libreoffice-math{a} libreoffice-nlpsolver{a}
  libreoffice-report-builder{a} libreoffice-report-builder-bin{a} libreoffice-script-provider-bsh{a} libreoffice-script-provider-js{a} libreoffice-script-provider-python{a} libreoffice-sdbc-firebird{a} libreoffice-sdbc-mysql{a} libreoffice-sdbc-postgresql{a}
  libreoffice-wiki-publisher{a} libreoffice-writer{a} librubberband2{a} libruby2.5{a} libsdl1.2debian{a} libsdl2-2.0-0{a} libsidplay1v5{a} libsocket++1{a} libsox-fmt-alsa{a} libsox-fmt-base{a} libsox3{a} libspatialite7{a} libsuperlu5{a} libswresample3{a}
  libswscale4{a} libswscale5{a} libsystemd-dev{a} libsz2{a} libtbb2{a} libtidy5{a} libtommath1{a} liburiparser1{a} libusrsctp{a} libvorbisidec1{a} libwxbase3.0-0v5{a} libwxgtk3.0-0v5{a} libxerces-c3.2{a} libxml2-dev{a} libxslt1-dev{a} mencoder{a} mplayer{a}
  opencv-data{a} openh264{a} openh264-gst-plugins-bad-1.5{a} openwebrtc-gst-plugins{a} proj-bin{a} proj-data{a} python3-attr{a} python3-icu{a} python3-uno{a} rake{a} redis-server{a} redis-tools{a} ruby{a} ruby-dev{a} ruby-did-you-mean{a} ruby-minitest{a}
  ruby-net-telnet{a} ruby-power-assert{a} ruby-test-unit{a} ruby2.5{a} ruby2.5-dev{a} ruby2.5-doc{a} rubygems-integration{a} sox{a} tidy{a} vorbis-tools{a} xmlstarlet{a}
0 packages upgraded, 180 newly installed, 1 downgraded, 0 to remove and 0 not upgraded.
Need to get 768 MB of archives. After unpacking 1,642 MB will be used.
Do you want to continue? [Y/n/?] Y
Get: 1 http://us.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lato all 2.0-2 [2,698 kB]
Get: 2 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopencore-amrnb0 amd64 0.1.3-2.1 [92.0 kB]
Get: 3 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-apps-akka all 2.3.0-2 [39.0 MB]
Get: 4 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libavutil56 amd64 7:4.2.2-1bbb1~ubuntu18.04 [238 kB]
Get: 5 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-libav amd64 1.8.1-1kurento1.18.04~20200506171443.gbpb33143 [5,706 kB]
Get: 6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopencore-amrwb0 amd64 0.1.3-2.1 [45.8 kB]
Get: 7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 librubberband2 amd64 1.8.1-7ubuntu2 [86.7 kB]
...

bayden10

unread,
Aug 24, 2020, 10:42:24 AM8/24/20
to BigBlueButton-dev
Hi

If you are installing 2.3DEV you need to be running Ubuntu 18.04LTS, you are trying to install on Ubuntu 16.04, that will not work..
Run that script when you have Ubuntu 18.04 installed and you should not have any issues with installation.

~b10

Roger Moore

unread,
Aug 24, 2020, 11:04:52 AM8/24/20
to bigblueb...@googlegroups.com


Yes, I am installing 2.3DEV on Ubuntu 18.04, but I am getting these errors now:

$ ssh rmo...@tuberedu.org
rmo...@tuberedu.org's password:
Welcome to Ubuntu 18.04.5 LTS (GNU/Linux 4.15.0-112-generic x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/advantage

 * Are you ready for Kubernetes 1.19? It's nearly here! Try RC3 with
   sudo snap install microk8s --channel=1.19/candidate --classic

   https://microk8s.io/ has docs and details.

 * Canonical Livepatch is available for installation.
   - Reduce system reboots and improve kernel security. Activate at:
     https://ubuntu.com/livepatch

0 packages can be updated.
0 updates are security updates.

Last login: Mon Aug 24 08:53:37 2020 from 68.145.70.223

rmoore@Bach:~$ sudo aptitude install bbb-config
[sudo] password for rmoore:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
W: Could not lock the cache file; this usually means that dpkg or another apt tool is already installing packages.  Opening in read-only mode; any changes you make to the states of packages will NOT be preserved!
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
rmoore@Bach:~$ sudo dpkg --configure -a
Setting up bbb-html5 (1:2.3.0-1008) ...

Configuration file '/etc/nginx/sites-available/bigbluebutton'
 ==> File on system created by you or by a script.
 ==> File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
    Y or I  : install the package maintainer's version
    N or O  : keep your currently-installed version
      D     : show the differences between the versions
      Z     : start a shell to examine the situation
 The default action is to keep your current version.
*** bigbluebutton (Y/I/N/O/D/Z) [default=N] ? Y
Installing new version of config file /etc/nginx/sites-available/bigbluebutton ...
Installing new version of config file /etc/systemd/system/mongod.service ...
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-html5 (--configure):
 installed bbb-html5 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of bbb-config:
 bbb-config depends on bbb-html5; however:
  Package bbb-html5 is not configured yet.

dpkg: error processing package bbb-config (--configure):
 dependency problems - leaving unconfigured
Setting up ruby2.5 (2.5.1-1ubuntu1.6) ...
Setting up ruby (1:2.5.1) ...
Setting up ruby-test-unit (3.2.5-1) ...
Setting up rake (12.3.1-1ubuntu0.1) ...
Setting up libruby2.5:amd64 (2.5.1-1ubuntu1.6) ...
Setting up ruby2.5-dev:amd64 (2.5.1-1ubuntu1.6) ...
Setting up ruby-dev:amd64 (1:2.5.1) ...
Setting up bbb-record-core (1:2.3.0-3) ...
Updating rubygems-update
Fetching: rubygems-update-3.1.4.gem (100%)
Successfully installed rubygems-update-3.1.4
Installing RubyGems 3.1.4
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
  Successfully built RubyGem
  Name: bundler
  Version: 2.1.4
  File: bundler-2.1.4.gem
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Bundler 2.1.4 installed
RubyGems 3.1.4 installed
Regenerating binstubs
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
`/usr/share/rubygems-integration/all/gems/rake-12.3.1/exe/rake` does not exist, maybe `gem pristine rake` will fix it?
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated

=== 3.1.4 / 2020-06-03

Minor enhancements:

* Deprecate rubyforge_project attribute only during build
  time. Pull request #3609 by Josef Šimánek.
* Update links. Pull request #3610 by Josef Šimánek.
* Run CI at 3.1 branch head as well. Pull request #3677 by Josef Šimánek.
* Remove failing ubuntu-rvm CI flow. Pull request #3611 by
  Josef Šimánek.

=== 3.1.3 / 2020-05-05

Minor enhancements:

* Resolver: require NameTuple before use. Pull request #3171 by Olle
  Jonsson.
* Use absolute paths with autoload. Pull request #3100 by David Rodríguez.
* Avoid changing $SOURCE_DATE_EPOCH. Pull request #3088 by Ellen Marie
  Dash.
* Use Bundler 2.1.4. Pull request #3072 by Hiroshi SHIBATA.
* Add tests to check if Gem.ruby_version works with ruby git master.
  Pull request #3049 by Yusuke Endoh.

Bug fixes:

* Fix platform comparison check in #contains_requirable_file?. Pull
  request #3495 by Benoit Daloze.
* Improve gzip errors logging. Pull request #3485 by David Rodríguez.
* Fix incorrect `gem uninstall --all` message. Pull request #3483 by David
  Rodríguez.
* Fix incorrect bundler version being required. Pull request #3458 by
  David Rodríguez.
* Fix gem install from a gemdeps file with complex dependencies.
  Pull request #3054 by Luis Sagastume.

=== 3.1.2 / 2019-12-20

Minor enhancements:

* Restore non prompting `gem update --system` behavior. Pull request #3040
  by David Rodríguez.
* Show only release notes for new code installed. Pull request #3041 by
  David Rodríguez.
* Inform about installed `bundle` executable after `gem update --system`.
  Pull request #3042 by David Rodríguez.
* Use Bundler 2.1.2. Pull request #3043 by SHIBATA Hiroshi.

Bug fixes:

* Require `uri` in source.rb. Pull request #3034 by mihaibuzgau.
* Fix `gem update --system --force`. Pull request #3035 by David
  Rodríguez.
* Move `require uri` to source_list. Pull request #3038 by mihaibuzgau.

=== 3.1.1 / 2019-12-16

Bug fixes:

* Vendor Bundler 2.1.0 again. The version of Bundler with
  RubyGems 3.1.0 was Bundler 2.1.0.pre.3. Pull request #3029 by
  SHIBATA Hiroshi.

=== 3.1.0 / 2019-12-16

Major enhancements:

* Vendor bundler 2.1. Pull request #3028 by David Rodríguez.

Minor enhancements:

* Check for rubygems.org typo squatting sources. Pull request #2999 by
  Luis Sagastume.
* Refactor remote fetcher. Pull request #3017 by David Rodríguez.
* Lazily load `open3`. Pull request #3001 by David Rodríguez.
* Remove `delegate` dependency. Pull request #3002 by David Rodríguez.
* Lazily load `uri`. Pull request #3005 by David Rodríguez.
* Lazily load `rubygems/gem_runner` during tests. Pull request #3009 by
  David Rodríguez.
* Use bundler to manage development dependencies. Pull request #3012 by
  David Rodríguez.

Bug fixes:

* Remove unnecessary executable flags. Pull request #2982 by David
  Rodríguez.
* Remove configuration that contained a typo. Pull request #2989 by David
  Rodríguez.

Compatibility changes:

* Remove 1.8.7 leftovers. Pull request #2972 by David Rodríguez.
* Deprecate `gem generate_index --modern` and `gem generate_index
  --no-modern`. Pull request #2992 by David Rodríguez.

=== 3.1.0.pre3 / 2019-11-11

Minor enhancements:

* Fix gem pristine not accounting for user installed gems. Pull request
  #2914 by Luis Sagastume.
* Refactor keyword argument test for Ruby 2.7. Pull request #2947 by
  SHIBATA Hiroshi.
* Fix errors at frozen Gem::Version. Pull request #2949 by Nobuyoshi
  Nakada.
* Remove taint usage on Ruby 2.7+. Pull request #2951 by Jeremy Evans.
* Check Manifest.txt is up to date. Pull request #2953 by David Rodríguez.
* Clarify symlink conditionals in tests. Pull request #2962 by David
  Rodríguez.
* Update command line parsing to work under ps. Pull request #2966 by
  David Rodríguez.
* Properly test `Gem::Specifications.stub_for`. Pull request #2970 by
  David Rodríguez.
* Fix Gem::LOADED_SPECS_MUTEX handling for recursive locking. Pull request
  #2985 by MSP-Greg.

=== 3.1.0.pre2 / 2019-10-15

Minor enhancements:

* Optimize Gem::Package::TarReader#each. Pull request #2941 by Jean byroot
  Boussier.
* Time comparison around date boundary. Pull request #2944 by Nobuyoshi
  Nakada.

=== 3.1.0.pre1 / 2019-10-08

Major enhancements:

* Try to use bundler-2.1.0.pre.2. Pull request #2923 by SHIBATA Hiroshi.
* [Require] Ensure -I beats a default gem. Pull request #1868 by Samuel
  Giddins.
* [Specification] Prefer user-installed gems to default gems. Pull request
  #2112 by Samuel Giddins.
* Multifactor authentication for yank command. Pull request #2514 by Qiu
  Chaofan.
* Autoswitch to exact bundler version if present. Pull request #2583 by
  David Rodríguez.

Minor enhancements:

* Fix Gem::Requirement equality comparison when ~> operator is used. Pull
  request #2554 by Grey Baker.
* Don't use a proxy if https_proxy env var is empty. Pull request #2567 by
  Luis Sagastume.
* Fix typo in specs warning. Pull request #2585 by Rui.
* Bin/gem: remove initial empty line. Pull request #2602 by Kenyon Ralph.
* Avoid rdoc hook when it's failed to load rdoc library. Pull request
  #2604 by SHIBATA Hiroshi.
* Refactor get_proxy_from_env logic. Pull request #2611 by Luis Sagastume.
* Allow to easily bisect flaky failures. Pull request #2626 by David
  Rodríguez.
* Fix `--ignore-dependencies` flag not installing platform specific gems.
  Pull request #2631 by David Rodríguez.
* Make `gem install --explain` list platforms. Pull request #2634 by David
  Rodríguez.
* Make `gem update --explain` list platforms. Pull request #2635 by David
  Rodríguez.
* Refactoring install and update explanations. Pull request #2643 by David
  Rodríguez.
* Restore transitiveness of version comparison. Pull request #2651 by
  David Rodríguez.
* Undo requirement sorting. Pull request #2652 by David Rodríguez.
* Update dummy version of Bundler for #2581. Pull request #2584 by SHIBATA
  Hiroshi.
* Ignore to handle the different platform. Pull request #2672 by SHIBATA
  Hiroshi.
* Make Gem::Specification.default_stubs to public methods. Pull request
  #2675 by SHIBATA Hiroshi.
* Sort files and test_files in specifications. Pull request #2524 by
  Christopher Baines.
* Fix comment of Gem::Specification#required_ruby_version=. Pull request
  #2732 by Alex Junger.
* Config_file.rb - update path separator in ENV['GEMRC'] logic. Pull
  request #2735 by MSP-Greg.
* Fix `ruby setup.rb` warnings. Pull request #2737 by David Rodríguez.
* Don't use regex delimiters when searching for a dependency. Pull request
  #2738 by Luis Sagastume.
* Refactor query command. Pull request #2739 by Luis Sagastume.
* Don't remove default spec files from mapping after require. Pull request
  #2741 by David Rodríguez.
* Cleanup base test case. Pull request #2742 by David Rodríguez.
* Simplify Specification#gems_dir. Pull request #2745 by David Rodríguez.
* Fix test warning. Pull request #2746 by David Rodríguez.
* Extract an `add_to_load_path` method. Pull request #2749 by David
  Rodríguez.
* Fix setup command if format_executable is true by default. Pull request
  #2766 by Jeremy Evans.
* Update the certificate files to make the test pass on Debian 10. Pull
  request #2777 by Yusuke Endoh.
* Write to the correct config file(.gemrc). Pull request #2779 by Luis
  Sagastume.
* Fix for large values in UID/GID fields in tar archives. Pull request
  #2780 by Alexey Shein.
* Lazy require stringio. Pull request #2781 by Luis Sagastume.
* Make Gem::Specification#ruby_code handle OpenSSL::PKey::RSA objects.
  Pull request #2782 by Luis Sagastume.
* Fix setup command test for bundler with program_suffix. Pull request
  #2783 by Sorah Fukumori.
* Make sure `rake package` works. Pull request #2787 by David Rodríguez.
* Synchronize access to the Gem::Specification::LOAD_CACHE Hash. Pull
  request #2789 by Benoit Daloze.
* Task to install rubygems to local system. Pull request #2795 by David
  Rodríguez.
* Add an attr_reader to Gem::Installer for the package instance variable.
  Pull request #2796 by Daniel Berger.
* Switch CI script to bash. Pull request #2799 by David Rodríguez.
* Move gemcutter utilities code to Gem::Command. Pull request #2803 by
  Luis Sagastume.
* Add raw spec method to gem package. Pull request #2806 by Luis
  Sagastume.
* Improve `rake package` test error message. Pull request #2815 by David
  Rodríguez.
* Resolve `@@project_dir` from test file paths. Pull request #2843 by
  Nobuyoshi Nakada.
* Remove dead code in Gem::Validator. Pull request #2537 by Ellen Marie
  Dash.
* The date might have advanced since TODAY has been set. Pull request
  #2938 by Nobuyoshi Nakada.
* Remove old ci configurations. Pull request #2917 by SHIBATA Hiroshi.
* Add Gem::Dependency identity. Pull request #2936 by Luis Sagastume.
* Filter dependency type and name strictly. Pull request #2930 by SHIBATA
  Hiroshi.
* Always pass an encoding option to Zlib::GzipReader.wrap. Pull request
  #2933 by Nobuyoshi Nakada.
* Introduce default prerelease requirement. Pull request #2925 by David
  Rodríguez.
* Detect libc version, closes #2918. Pull request #2922 by fauno.
* Use IAM role to extract security-credentials for EC2 instance. Pull
  request #2894 by Alexander Pakulov.
* Improve `gem uninstall --all`. Pull request #2893 by David Rodríguez.
* Use `RbConfig::CONFIG['rubylibprefix']`. Pull request #2889 by Nobuyoshi
  Nakada.
* Build the first gemspec we found if no arguments are passed to gem
  build. Pull request #2887 by Luis Sagastume.
* $LOAD_PATH elements should be real paths. Pull request #2885 by
  Nobuyoshi Nakada.
* Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSION. Pull
  request #2864 by Benoit Daloze.
* Cleanup after testing `rake package`. Pull request #2862 by David
  Rodríguez.
* Cherry-pick shushing deprecation warnings from ruby-core. Pull request
  #2861 by David Rodríguez.
* Ext/builder.rb cleanup. Pull request #2849 by Luis Sagastume.
* Fix @ran_rake assignment in builder.rb. Pull request #2850 by Luis
  Sagastume.
* Remove test suite warnings. Pull request #2845 by Luis Sagastume.
* Replace domain parameter with a parameter to suppress suggestions. Pull
  request #2846 by Luis Sagastume.
* Move default specifications dir definition out of BasicSpecification.
  Pull request #2841 by Vít Ondruch.
* There is no usage of @orig_env_* variables in test suite. Pull request
  #2838 by SHIBATA Hiroshi.
* Use File#open instead of Kernel#open in stub_specification.rb. Pull
  request #2834 by Luis Sagastume.
* Simplify #to_ruby code. Pull request #2825 by Nobuyoshi Nakada.
* Add a gem attr to the Gem::Package class. Pull request #2828 by Daniel
  Berger.
* Remove useless TODO comment. Pull request #2818 by Luis Sagastume.

Bug fixes:

* Fix typos in History.txt. Pull request #2565 by Igor Zubkov.
* Remove unused empty sources array. Pull request #2598 by Aaron
  Patterson.
* Fix windows specific executables generated by `gem install`. Pull
  request #2628 by David Rodríguez.
* Gem::Specification#to_ruby needs OpenSSL. Pull request #2937 by
  Nobuyoshi Nakada.
* Set SOURCE_DATE_EPOCH env var if not provided. Pull request #2882 by
  Ellen Marie Dash.
* Installer.rb - fix #windows_stub_script. Pull request #2876 by MSP-Greg.
* Fixed deprecation message. Pull request #2867 by Nobuyoshi Nakada.
* Fix requiring default gems to consider prereleases. Pull request #2728
  by David Rodríguez.
* Forbid `find_spec_for_exe` without an `exec_name`. Pull request #2706 by
  David Rodríguez.
* Do not prompt for passphrase when key can be loaded without it. Pull
  request #2710 by Luis Sagastume.
* Add missing wrapper. Pull request #2690 by David Rodríguez.
* Remove long ago deprecated methods. Pull request #2704 by David
  Rodríguez.
* Renamed duplicate test. Pull request #2678 by Nobuyoshi Nakada.
* File.exists? is deprecated. Pull request #2855 by SHIBATA Hiroshi.
* Fixed to warn with shadowing outer local variable. Pull request #2856 by
  SHIBATA Hiroshi.
* Fix explain with ignore-dependencies. Pull request #2647 by David
  Rodríguez.
* Fix default gem executable installation when folder is not `bin/`. Pull
  request #2649 by David Rodríguez.
* Fix cryptic error on local and ignore-dependencies combination. Pull
  request #2650 by David Rodríguez.

Compatibility changes:

* Remove commented code from command.rb. Pull request #2620 by Luis
  Sagastume.
* Suppress keywords warning. Pull request #2934 by Nobuyoshi Nakada.
* Suppress Ruby 2.7's real kwargs warning. Pull request #2912 by Koichi
  ITO.
* Fix Kernel#warn override. Pull request #2911 by Jeremy Evans.
* Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap. Pull request
  #2857 by SHIBATA Hiroshi.
* Deprecate Gem::RemoteFetcher#fetch_size. Pull request #2833 by Luis
  Sagastume.
* Remove conflict.rb code that was supposed to be removed in Rubygems 3.
  Pull request #2802 by Luis Sagastume.
* Explicitly deprecate `rubyforge_project`. Pull request #2798 by David
  Rodríguez.
* Compatibility cleanups. Pull request #2754 by David Rodríguez.
* Remove `others_possible` activation request param. Pull request #2747 by
  David Rodríguez.
* Remove dependency installer deprecated code. Pull request #2740 by Luis
  Sagastume.
* Deprecate unused Gem::Installer#unpack method. Pull request #2715 by Vít
  Ondruch.
* Removed guard condition with USE_BUNDLER_FOR_GEMDEPS. Pull request #2716
  by SHIBATA Hiroshi.
* Skip deprecation warning during specs. Pull request #2718 by David
  Rodríguez.
* Remove QuickLoader reference. Pull request #2719 by David Rodríguez.
* Removed circular require. Pull request #2679 by Nobuyoshi Nakada.
* Removed needless environmental variable for Travis CI. Pull request
  #2685 by SHIBATA Hiroshi.
* Deprecate a few unused methods. Pull request #2674 by David Rodríguez.
* Removing yaml require. Pull request #2538 by Luciano Sousa.
* Add deprecation warnings for cli options. Pull request #2607 by Luis
  Sagastume.

Style changes:

* Enable `Layout/SpaceInsideParens` rubocop cop. Pull request #2630 by
  David Rodríguez.
* Remove some extra empty lines from the repo. Pull request #2669 by David
  Rodríguez.
* Enable Style/EmptyLinesAroundClassBody rubocop cop. Pull request #2636
  by David Rodríguez.
* Enable Style/BlockDelimiters rubocop cop. Pull request #2640 by David
  Rodríguez.
* Enable Layout/SpaceAroundOperators rubocop cop. Pull request #2642 by
  David Rodríguez.
* Rubocop 0.71. Pull request #2785 by David Rodríguez.

=== 3.0.6 / 2019-08-17

Bug fixes:

* Revert #2813. It broke the compatibility with 3.0.x versions.

=== 3.0.5 / 2019-08-16

Minor enhancements:

* Use env var to configure api key on push. Pull request #2559 by Luis
  Sagastume.
* Unswallow uninstall error. Pull request #2707 by David Rodríguez.
* Expose windows path normalization utility. Pull request #2767 by David
  Rodríguez.
* Clean which command. Pull request #2801 by Luis Sagastume.
* Upgrading S3 source signature to AWS SigV4. Pull request #2807 by
  Alexander Pakulov.
* Remove missleading comment, no reason to move Gem.host to Gem::Util.
  Pull request #2811 by Luis Sagastume.
* Drop support for 'gem env packageversion'. Pull request #2813 by Luis
  Sagastume.
* Take into account just git tracked files in update_manifest rake task.
  Pull request #2816 by Luis Sagastume.
* Remove TODO comment, there's no Gem::Dirs constant. Pull request #2819
  by Luis Sagastume.
* Remove unused 'raise' from test_case. Pull request #2820 by Luis
  Sagastume.
* Move TODO comment to an information comment. Pull request #2821 by Luis
  Sagastume.
* Use File#open instead of Kernel#open in stub_specification.rb. Pull
  request #2834 by Luis Sagastume.
* Make error code a gemcutter_utilities a constant. Pull request #2844 by
  Luis Sagastume.
* Remove FIXME comment related to PathSupport. Pull request #2854 by Luis
  Sagastume.
* Use gsub with Hash. Pull request #2860 by Kazuhiro NISHIYAMA.
* Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSION. Pull
  request #2864 by Benoit Daloze.
* Do not mutate uri.query during s3 signature creation. Pull request #2874
  by Alexander Pakulov.
* Fixup #2844. Pull request #2878 by SHIBATA Hiroshi.

Bug fixes:

* Fix intermittent test error on Appveyor & Travis. Pull request #2568 by
  MSP-Greg.
* Extend timeout on assert_self_install_permissions. Pull request #2605 by
  SHIBATA Hiroshi.
* Better folder assertions. Pull request #2644 by David Rodríguez.
* Fix default gem executable installation when folder is not `bin/`. Pull
  request #2649 by David Rodríguez.
* Fix gem uninstall behavior. Pull request #2663 by Luis Sagastume.
* Fix for large values in UID/GID fields in tar archives. Pull request
  #2780 by Alexey Shein.
* Fixed task order for release. Pull request #2792 by SHIBATA Hiroshi.
* Ignore GEMRC variable for test suite. Pull request #2837 by SHIBATA
  Hiroshi.

=== 3.0.4 / 2019-06-14

Minor enhancements:

* Add support for TruffleRuby #2612 by Benoit Daloze
* Serve a more descriptive error when --no-ri or --no-rdoc are used #2572
  by Grey Baker
* Improve test compatibility with CMake 2.8. Pull request #2590 by Vít
  Ondruch.
* Restore gem build behavior and introduce the "-C" flag to gem build.
  Pull request #2596 by Luis Sagastume.
* Enabled block call with util_set_arch. Pull request #2603 by SHIBATA
  Hiroshi.
* Avoid rdoc hook when it's failed to load rdoc library. Pull request
  #2604 by SHIBATA Hiroshi.
* Drop tests for legacy RDoc. Pull request #2608 by Nobuyoshi Nakada.
* Update TODO comment. Pull request #2658 by Luis Sagastume.
* Skip malicious extension test with mswin platform. Pull request #2670 by
  SHIBATA Hiroshi.
* Check deprecated methods on release. Pull request #2673 by David
  Rodríguez.
* Add steps to run bundler tests. Pull request #2680 by Aditya Prakash.
* Skip temporary "No such host is known" error. Pull request #2684 by
  Takashi Kokubun.
* Replaced aws-sdk-s3 instead of s3cmd. Pull request #2688 by SHIBATA
  Hiroshi.
* Allow uninstall from symlinked GEM_HOME. Pull request #2720 by David
  Rodríguez.
* Use current checkout in CI to uninstall RVM related gems. Pull request
  #2729 by David Rodríguez.
* Update Contributor Covenant v1.4.1. Pull request #2751 by SHIBATA
  Hiroshi.
* Added supported versions of Ruby. Pull request #2756 by SHIBATA Hiroshi.
* Fix shadowing outer local variable warning. Pull request #2763 by Luis
  Sagastume.
* Update the certificate files to make the test pass on Debian 10. Pull
  request #2777 by Yusuke Endoh.
* Backport ruby core changes. Pull request #2778 by SHIBATA Hiroshi.

Bug fixes:

* Test_gem.rb - intermittent failure fix. Pull request #2613 by MSP-Greg.
* Fix sporadic CI failures. Pull request #2617 by David Rodríguez.
* Fix flaky bundler version finder tests. Pull request #2624 by David
  Rodríguez.
* Fix gem indexer tests leaking utility gems. Pull request #2625 by David
  Rodríguez.
* Clean up default spec dir too. Pull request #2639 by David Rodríguez.
* Fix 2.6.1 build against vendored bundler. Pull request #2645 by David
  Rodríguez.
* Fix comment typo. Pull request #2664 by Luis Sagastume.
* Fix comment of Gem::Specification#required_ruby_version=. Pull request
  #2732 by Alex Junger.
* Fix TODOs. Pull request #2748 by David Rodríguez.

=== 3.0.3 / 2019-03-05

Security fixes:

* Fixed following vulnerabilities:
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
  * CVE-2019-8323: Escape sequence injection vulnerability in API response handling
  * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
  * CVE-2019-8325: Escape sequence injection vulnerability in errors

=== 3.0.2 / 2019-01-01

Minor enhancements:

* Use Bundler-1.17.3. Pull request #2556 by SHIBATA Hiroshi.
* Fix document flag description. Pull request #2555 by Luis Sagastume.

Bug fixes:

* Fix tests when ruby --program-suffix is used without rubygems
  --format-executable. Pull request #2549 by Jeremy Evans.
* Fix Gem::Requirement equality comparison when ~> operator is used. Pull
  request #2554 by Grey Baker.
* Unset SOURCE_DATE_EPOCH in the test cases. Pull request #2558 by Sorah
  Fukumori.
* Restore SOURCE_DATE_EPOCH. Pull request #2560 by SHIBATA Hiroshi.

=== 3.0.1 / 2018-12-23

Bug fixes:

* Ensure globbed files paths are expanded. Pull request #2536 by Tony Ta.
* Dup the Dir.home string before passing it on. Pull request #2545 by
  Charles Oliver Nutter.
* Added permissions to installed files for non-owners. Pull request #2546
  by SHIBATA Hiroshi.
* Restore release task without hoe. Pull request #2547 by SHIBATA Hiroshi.

=== 3.0.0 / 2018-12-19

Major enhancements:

* S3 source. Pull request #1690 by Aditya Prakash.
* Download gems with threads. Pull request #1898 by André Arko.
* Update to SPDX license list 3.0. Pull request #2152 by Mike Linksvayer.
* [GSoC] Multi-factor feature for RubyGems. Pull request #2369 by Qiu
  Chaofan.
* Use bundler 1.17.2. Pull request #2521 by SHIBATA Hiroshi.

Minor enhancements:

* Don't treat inaccessible working directories as build failures. Pull
  request #1135 by Pete.
* Remove useless directory parameter from builders .build methods.
  [rebased]. Pull request #1433 by Kurtis Rainbolt-Greene.
* Skipping more than one gem in pristine. Pull request #1592 by Henne
  Vogelsang.
* Add info command to print information about an installed gem. Pull
  request #2023 by Colby Swandale.
* Add --[no-]check-development option to cleanup command. Pull request
  #2061 by Lin Jen-Shin (godfat).
* Show which gem referenced a missing gem. Pull request #2067 by Artem
  Khramov.
* Prevent to delete to "bundler-" prefix gem like bundler-audit. Pull
  request #2086 by SHIBATA Hiroshi.
* Fix rake install_test_deps once the rake clean_env does not exist. Pull
  request #2090 by Lucas Arantes.
* Workaround common options mutation in Gem::Command test. Pull request
  #2098 by Thibault Jouan.
* Extract a SpecificationPolicy validation class. Pull request #2101 by
  Olle Jonsson.
* Handle environment that does not have `flock` system call. Pull request
  #2107 by SHIBATA Hiroshi.
* Handle the explain option in gem update. Pull request #2110 by Colby
  Swandale.
* Add Gem.operating_system_defaults to allow packagers to override
  defaults. Pull request #2116 by Vít Ondruch.
* Update for compatibilty with new minitest. Pull request #2118 by
  MSP-Greg.
* Make Windows bin stubs portable. Pull request #2119 by MSP-Greg.
* Avoid to warnings about gemspec loadings in rubygems tests. Pull request
  #2125 by SHIBATA Hiroshi.
* Set whether bundler is used for gemdeps with an environmental variable.
  Pull request #2126 by SHIBATA Hiroshi.
* Titleize "GETTING HELP" in readme. Pull request #2136 by Colby Swandale.
* Improve the error message given when using --version with multiple gems
  in the install command. Pull request #2137 by Colby Swandale.
* Use `File.open` instead of `open`. Pull request #2142 by SHIBATA
  Hiroshi.
* Gem::Util.traverse_parents should not crash on permissions error. Pull
  request #2147 by Robert Ulejczyk.
* [Installer] Avoid a #mkdir race condition. Pull request #2148 by Samuel
  Giddins.
* Allow writing gemspecs from gem unpack to location specified by target
  option. Pull request #2150 by Colby Swandale.
* Raise errors in `gem uninstall` when a file in a gem could not be
  removed . Pull request #2154 by Colby Swandale.
* Remove PID from gem index directory. Pull request #2155 by SHIBATA
  Hiroshi.
* Nil guard on `Gem::Specification`. Pull request #2164 by SHIBATA
  Hiroshi.
* Skip broken test with macOS platform. Pull request #2167 by SHIBATA
  Hiroshi.
* Support option for `--destdir` with upgrade installer. Pull request
  #2169 by SHIBATA Hiroshi.
* To use constant instead of hard-coded version. Pull request #2171 by
  SHIBATA Hiroshi.
* Add Rake task to install dev dependencies. Pull request #2173 by Ellen
  Marie Dash.
* Add new sections to the README and explaination of what RubyGems is.
  Pull request #2174 by Colby Swandale.
* Prefer to use `Numeric#zero?` instead of `== 0`. Pull request #2176 by
  SHIBATA Hiroshi.
* Ignore perfomance test of version regexp pattern. Pull request #2179 by
  SHIBATA Hiroshi.
* Ignore .DS_Store files in the update_manifest task. Pull request #2199
  by Colby Swandale.
* Allow building gems without having to be in the gem folder . Pull
  request #2204 by Colby Swandale.
* Added coverage ability used by simplecov. Pull request #2207 by SHIBATA
  Hiroshi.
* Improve invalid proxy error message. Pull request #2217 by Luis
  Sagastume.
* Simplify home directory detection and platform condition. Pull request
  #2218 by SHIBATA Hiroshi.
* Permission options. Pull request #2219 by Nobuyoshi Nakada.
* Improve gemspec and package task. Pull request #2220 by SHIBATA Hiroshi.
* Prefer to use util_spec in `Gem::TestCase`. Pull request #2227 by
  SHIBATA Hiroshi.
*  [Requirement] Treat requirements with == versions as equal. Pull
  request #2230 by Samuel Giddins.
* Add a note for the non-semantically versioned case. Pull request #2242
  by David Rodríguez.
* Keep feature names loaded in the block. Pull request #2261 by Nobuyoshi
  Nakada.
* Tweak warning recommendation. Pull request #2266 by David Rodríguez.
* Show git path in gem env. Pull request #2268 by Luis Sagastume.
* Add `--env-shebang` flag to setup command. Pull request #2271 by James
  Myers.
* Support SOURCE_DATE_EPOCH to make gem spec reproducible. Pull request
  #2278 by Levente Polyak.
* Chdir back to original directory when building an extension fails. Pull
  request #2282 by Samuel Giddins.
* [Rakefile] Add a default task that runs the tests. Pull request #2283 by
  Samuel Giddins.
* Support SOURCE_DATE_EPOCH to make gem tar reproducible. Pull request
  #2289 by Levente Polyak.
* Reset hooks in test cases. Pull request #2297 by Samuel Giddins.
* Minor typo: nokogiri. Pull request #2298 by Darshan Baid.
* Ignore vendored molinillo from code coverage. Pull request #2302 by
  SHIBATA Hiroshi.
* Support IO.copy_stream. Pull request #2303 by okkez.
* Prepare beta release. Pull request #2304 by SHIBATA Hiroshi.
* Add error message when trying to open a default gem. Pull request #2307
  by Luis Sagastume.
* Add alias command 'i' for 'install' command. Pull request #2308 by
  ota42y.
* Cleanup rdoc task in Rakefile. Pull request #2318 by SHIBATA Hiroshi.
* Add testcase to test_gem_text.rb. Pull request #2329 by Oliver.
* Gem build strict option. Pull request #2332 by David Rodríguez.
* Make spec reset more informative. Pull request #2333 by Luis Sagastume.
* [Rakefile] Set bundler build metadata when doing a release. Pull request
  #2335 by Samuel Giddins.
* Speed up globbing relative to given directories. Pull request #2336 by
  Samuel Giddins.
* Remove semver gem build warning. Pull request #2351 by David Rodríguez.
* Expand symlinks in gem path. Pull request #2352 by Benoit Daloze.
* Normalize comment indentations. Pull request #2353 by David Rodríguez.
* Add bindir flag to pristine. Pull request #2361 by Luis Sagastume.
* Add --user-install behaviour to cleanup command. Pull request #2362 by
  Luis Sagastume.
* Allow build options to be passed to Rake. Pull request #2382 by Alyssa
  Ross.
* Add --re-sign flag to cert command. Pull request #2391 by Luis
  Sagastume.
* Fix "interpreted as grouped expression" warning. Pull request #2399 by
  Colby Swandale.
* [Gem::Ext::Builder] Comments to aid future refactoring. Pull request
  #2405 by Ellen Marie Dash.
* Move CONTRIBUTING.rdoc and POLICIES.rdoc documents to markdown. Pull
  request #2412 by Colby Swandale.
* Improve certificate expiration defaults. Pull request #2420 by Luis
  Sagastume.
* Freeze all possible constants. Pull request #2422 by Colby Swandale.
* Fix bundler rubygems binstub not properly looking for bundler. Pull
  request #2426 by David Rodríguez.
* Make sure rubygems never leaks to another installation. Pull request
  #2427 by David Rodríguez.
* Update README.md. Pull request #2428 by Marc-André Lafortune.
* Restrict special chars from prefixing new gem names. Pull request #2432
  by Luis Sagastume.
* This removes support for dynamic API backend lookup via DNS SRV records.
  Pull request #2433 by Arlandis Word.
* Fix link to CONTRIBUTING.md doc. Pull request #2434 by Arlandis Word.
* Support Keyword args with Psych. Pull request #2439 by SHIBATA Hiroshi.
* Bug/kernel#warn uplevel. Pull request #2442 by Nobuyoshi Nakada.
* Improve certificate error message. Pull request #2454 by Luis Sagastume.
* Update gem open command help text. Pull request #2458 by Aditya Prakash.
* Uninstall with versions. Pull request #2466 by David Rodríguez.
* Add output option to build command. Pull request #2501 by Colby
  Swandale.
* Move rubocop into a separate stage in travis ci. Pull request #2510 by
  Colby Swandale.
* Ignore warnings with test_gem_specification.rb. Pull request #2523 by
  SHIBATA Hiroshi.
* Support the environment without OpenSSL. Pull request #2528 by SHIBATA
  Hiroshi.

Bug fixes:

* Fix undefined method error when printing alert. Pull request #1884 by
  Robert Ross.
* Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request
  #2115 by MSP-Greg.
* Fixed typos. Pull request #2143 by SHIBATA Hiroshi.
* Fix regression of destdir on Windows platform. Pull request #2178 by
  SHIBATA Hiroshi.
* Fixed no assignment variables about default gems installation. Pull
  request #2181 by SHIBATA Hiroshi.
* Fix spelling errors in the README. Pull request #2187 by Colby Swandale.
* Missing comma creates ambiguous meaning. Pull request #2190 by Clifford
  Heath.
* Fix getting started instructions. Pull request #2198 by Luis Sagastume.
* Fix rubygems dev env. Pull request #2201 by Luis Sagastume.
* Fix #1470: generate documentation when --install-dir is present. Pull
  request #2229 by Elias Hernandis.
* Fix activation when multiple platforms installed. Pull request #2339 by
  MSP-Greg.
* Fix required_ruby_version with prereleases and improve error message.
  Pull request #2344 by David Rodríguez.
* Update tests for 'newer' Windows builds. Pull request #2348 by MSP-Greg.
* Fix broken rubocop task by upgrading to 0.58.1. Pull request #2356 by
  David Rodríguez.
* Gem::Version should handle nil like it used to before. Pull request
  #2363 by Luis Sagastume.
* Avoid need of C++ compiler to pass the test suite. Pull request #2367 by
  Vít Ondruch.
* Fix auto resign expired certificate. Pull request #2380 by Luis
  Sagastume.
* Skip permissions-dependent test when root. Pull request #2386 by Alyssa
  Ross.
* Fix test that depended on /usr/bin being in PATH. Pull request #2387 by
  Alyssa Ross.
* Fixed test fail with mswin environment. Pull request #2390 by SHIBATA
  Hiroshi.
* Fix broken builds using the correct rubocop version. Pull request #2396
  by Luis Sagastume.
* Fix extension builder failure when verbose. Pull request #2457 by Sorah
  Fukumori.
* Fix test warnings. Pull request #2472 by MSP-Greg.
* The test suite of bundler is not present ruby description. Pull request
  #2484 by SHIBATA Hiroshi.
* Fix crash on certain gemspecs. Pull request #2506 by David Rodríguez.
* Fixed test fails with the newer version of OpenSSL. Pull request #2507
  by SHIBATA Hiroshi.
* Fix broken symlink that points to ../*. Pull request #2516 by Akira
  Matsuda.
* Fix remote fetcher tests. Pull request #2520 by Luis Sagastume.
* Fix tests when --program-suffix and similar ruby configure options are
  used. Pull request #2529 by Jeremy Evans.

Compatibility changes:

* IO.binread is not provided at Ruby 1.8. Pull request #2093 by SHIBATA
  Hiroshi.
* Ignored to publish rdoc documentation of rubygems for
  docs.seattlerb.org. Pull request #2105 by SHIBATA Hiroshi.
* Support pre-release RubyGems. Pull request #2128 by SHIBATA Hiroshi.
* Relax minitest version for 5. Pull request #2131 by SHIBATA Hiroshi.
* Remove zentest from dev dependency. Pull request #2132 by SHIBATA
  Hiroshi.
* Remove hoe for test suite. Pull request #2160 by SHIBATA Hiroshi.
* Cleanup deprecated tasks. Pull request #2162 by SHIBATA Hiroshi.
* Drop to support Ruby < 2.2. Pull request #2182 by SHIBATA Hiroshi.
* Cleanup deprecated style. Pull request #2193 by SHIBATA Hiroshi.
* Remove CVEs from the rubygems repo. Pull request #2195 by Colby
  Swandale.
* Removed needless condition for old version of ruby. Pull request #2206
  by SHIBATA Hiroshi.
* Removed deprecated methods over the limit day. Pull request #2216 by
  SHIBATA Hiroshi.
* Remove syck support. Pull request #2222 by SHIBATA Hiroshi.
* Removed needless condition for Encoding. Pull request #2223 by SHIBATA
  Hiroshi.
* Removed needless condition for String#force_encoding. Pull request #2225
  by SHIBATA Hiroshi.
* Removed needless OpenSSL patch for Ruby 1.8. Pull request #2243 by
  SHIBATA Hiroshi.
* Removed compatibility code for Ruby 1.9.2. Pull request #2244 by SHIBATA
  Hiroshi.
* Removed needless version condition for the old ruby. Pull request #2252
  by SHIBATA Hiroshi.
* Remove needless define/respond_to condition. Pull request #2255 by
  SHIBATA Hiroshi.
* Use File.realpath directly in Gem::Package. Pull request #2284 by
  SHIBATA Hiroshi.
* Removed needless condition for old versions of Ruby. Pull request #2286
  by SHIBATA Hiroshi.
* Remove the --rdoc and --ri options from install/update. Pull request
  #2354 by Colby Swandale.
* Move authors assigner to required attributes section of
  Gem::Specification. Pull request #2406 by Grey Baker.
* Remove rubyforge_page functionality. Pull request #2436 by Nick
  Schwaderer.
* Drop ruby 1.8 support and use IO.popen. Pull request #2441 by Nobuyoshi
  Nakada.
* Drop ruby 2.2 support. Pull request #2487 by David Rodríguez.
* Remove some old compatibility code. Pull request #2488 by David
  Rodríguez.
* Remove .document from src. Pull request #2489 by Colby Swandale.
* Remove old version support. Pull request #2493 by Nobuyoshi Nakada.
* [BudlerVersionFinder] set .filter! and .compatible? to match only on
  major versions. Pull request #2515 by Colby Swandale.

Style changes:

* Add Rubocop. Pull request #2250 by Colby Swandale.
* Removed explicitly declaration of thread library. Pull request #2324 by
  SHIBATA Hiroshi.
* Remove Trailing whitespace with rubocop. Pull request #2394 by SHIBATA
  Hiroshi.
* Update rubocop and also use correct pessimistic version. Pull request
  #2404 by Colby Swandale.
* Enable more rubocop rules. Pull request #2435 by Ellen Marie Dash.
* Fix and lock rubocop. Pull request #2465 by David Rodríguez.
* Add a rubocop binstub. Pull request #2468 by David Rodríguez.
* Restore the `rubocop` task. Pull request #2470 by David Rodríguez.
* Remove trailing blank lines. Pull request #2471 by David Rodríguez.
* Remove empty lines around method bodies. Pull request #2473 by David
  Rodríguez.
* Enable Style/MethodDefParentheses in Rubocop. Pull request #2478 by
  Colby Swandale.
* Enable Style/MultilineIfThen in Rubocop. Pull request #2479 by Luis
  Sagastume.
* Remove trailing 'then' from generated code. Pull request #2480 by Luis
  Sagastume.

=== 2.7.10 / 2019-06-14

Minor enhancements:

* Fix bundler rubygems binstub not properly looking for bundler. Pull request #2426
  by David Rodríguez.
* [BudlerVersionFinder] set .filter! and .compatible? to match only on major versions.
  Pull request #2515 by Colby Swandale.
+ Update for compatibilty with new minitest. Pull request #2118 by MSP-Greg.

=== 2.7.9 / 2019-03-05

Security fixes:

* Fixed following vulnerabilities:
  * CVE-2019-8320: Delete directory using symlink when decompressing tar
  * CVE-2019-8321: Escape sequence injection vulnerability in `verbose`
  * CVE-2019-8322: Escape sequence injection vulnerability in `gem owner`
  * CVE-2019-8323: Escape sequence injection vulnerability in API response handling
  * CVE-2019-8324: Installing a malicious gem may lead to arbitrary code execution
  * CVE-2019-8325: Escape sequence injection vulnerability in errors

=== 2.7.8 / 2018-11-02

Minor enhancements:

* [Requirement] Treat requirements with == versions as equal. Pull
  request #2230 by Samuel Giddins.
* Fix exec_name documentation. Pull request #2239 by Luis Sagastume.
* [TarHeader] Extract the empty header into a constant. Pull request #2247
  by Samuel Giddins.
* Simplify the code that lets us call the original, non-monkeypatched
  Kernel#require. Pull request #2267 by Leon Miller-Out.
* Add install alias documentation. Pull request #2320 by ota42y.
* [Rakefile] Set bundler build metadata when doing a release. Pull request
  #2335 by Samuel Giddins.
* Backport commits from ruby core . Pull request #2347 by SHIBATA Hiroshi.
* Sign in to the correct host before push. Pull request #2366 by Luis
  Sagastume.
* Bump bundler-1.16.4. Pull request #2381 by SHIBATA Hiroshi.
* Improve bindir flag description. Pull request #2383 by Luis Sagastume.
* Update bundler-1.16.6. Pull request #2423 by SHIBATA Hiroshi.

Bug fixes:

* Fix #1470: generate documentation when --install-dir is present. Pull
  request #2229 by Elias Hernandis.
* Fix no proxy checking. Pull request #2249 by Luis Sagastume.
* Validate SPDX license exceptions. Pull request #2257 by Mikit.
* Retry api specification spec with original platform. Pull request #2275
  by Luis Sagastume.
* Fix approximate recommendation with prereleases. Pull request #2345 by
  David Rodríguez.
* Gem::Version should handle nil like it used to before. Pull request
  #2363 by Luis Sagastume.

=== 2.7.7 / 2018-05-08

Minor enhancements:

* [RequestSet] Only suggest a gem version with an installable platform.
  Pull request #2175 by Samuel Giddins.
* Fixed no assignment variables about default gems installation. Pull
  request #2181 by SHIBATA Hiroshi.
* Backport improvements for test-case from Ruby core. Pull request #2189
  by SHIBATA Hiroshi.
* Fix ruby warnings in test suite. Pull request #2205 by Colby Swandale.
* To use Gem::Specification#bindir of bundler instead of hard coded path.
  Pull request #2208 by SHIBATA Hiroshi.
* Update gem push --help description. Pull request #2215 by Luis
  Sagastume.
* Backport ruby core commits. Pull request #2264 by SHIBATA Hiroshi.

Bug fixes:

* Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request
  #2115 by MSP-Greg.
* Fixed tempfile leak for RubyGems 2.7.6. Pull request #2194 by SHIBATA
  Hiroshi.
* Add missing requires. Pull request #2196 by David Rodríguez.
* Fix Gem::Version.correct?. Pull request #2203 by Masato Nakamura.
* Fix verify_entry regex for metadata. Pull request #2212 by Luis
  Sagastume.
* Fix path checks for case insensitive filesystem. Pull request #2211 by
  Lars Kanis.

Compatibility changes:

* Deprecate unused code before removing them at #1524. Pull request #2197
  by SHIBATA Hiroshi.
* Deprecate for rubygems 3. Pull request #2214 by SHIBATA Hiroshi.
* Mark deprecation to `ubygems.rb` for RubyGems 4. Pull request #2269 by
  SHIBATA Hiroshi.
* Update bundler-1.16.2. Pull request #2291 by SHIBATA Hiroshi.


------------------------------------------------------------------------------

RubyGems installed the following executables:
        /usr/bin/gem2.5
        /usr/bin/bundle2.5

RubyGems system software updated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Fetching bundler-2.1.4.gem
Successfully installed bundler-2.1.4
1 gem installed
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Fetching builder-3.2.4.gem
Successfully installed builder-3.2.4
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Parsing documentation for builder-3.2.4
Installing ri documentation for builder-3.2.4
Done installing documentation for builder after 0 seconds
1 gem installed
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine.
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Fetching gem metadata from https://rubygems.org/.......
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Fetching absolute_time 1.0.0
Installing absolute_time 1.0.0 with native extensions
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Using builder 3.2.4
Using bundler 2.1.4
Fetching crass 1.0.6
Installing crass 1.0.6
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Fetching fastimage 2.1.7
Installing fastimage 2.1.7
Fetching ffi 1.12.1
Installing ffi 1.12.1 with native extensions
Fetching fnv 0.2.0
Installing fnv 0.2.0
Fetching java_properties 0.0.4
Installing java_properties 0.0.4
Fetching journald-native 1.0.11
Installing journald-native 1.0.11 with native extensions
Fetching journald-logger 3.0.0
Installing journald-logger 3.0.0
Fetching jwt 2.2.1
Installing jwt 2.2.1
Fetching locale 2.1.2
Installing locale 2.1.2
Fetching mini_portile2 2.4.0
Installing mini_portile2 2.4.0
Fetching nokogiri 1.10.8
Installing nokogiri 1.10.8 with native extensions
Fetching loofah 2.4.0
Installing loofah 2.4.0
Fetching mono_logger 1.1.0
Installing mono_logger 1.1.0
Fetching multi_json 1.14.1
Installing multi_json 1.14.1
Fetching ruby2_keywords 0.0.2
Installing ruby2_keywords 0.0.2
Fetching mustermann 1.1.1
Installing mustermann 1.1.1
Fetching open4 1.3.4
Installing open4 1.3.4
Fetching rack 2.2.3
Installing rack 2.2.3
Fetching rack-protection 2.0.8.1
Installing rack-protection 2.0.8.1
Fetching rb-inotify 0.10.1
Installing rb-inotify 0.10.1
Fetching redis 4.1.3
Installing redis 4.1.3
Fetching redis-namespace 1.7.0
Installing redis-namespace 1.7.0
Fetching tilt 2.0.10
Installing tilt 2.0.10
Fetching sinatra 2.0.8.1
Installing sinatra 2.0.8.1
Fetching vegas 0.1.11
Installing vegas 0.1.11
Fetching resque 2.0.0
Installing resque 2.0.0
Fetching rubyzip 2.0.0
Installing rubyzip 2.0.0
Fetching trollop 2.1.3
Installing trollop 2.1.3
Bundle complete! 17 Gemfile dependencies, 31 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Reloading nginx.service using systemd
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-record-core (--configure):
 installed bbb-record-core package post-installation script subprocess returned error exit status 1
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
Processing triggers for doc-base (0.10.8) ...
Processing 2 added doc-base files...
Registering documents with scrollkeeper...
Processing triggers for systemd (237-3ubuntu10.42) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
Processing triggers for libreoffice-common (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Errors were encountered while processing:
 bbb-html5
 bbb-config
 bbb-record-core
 bbb-playback-presentation
rmoore@Bach:~$  


--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/x0pfI8uFd3w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.

bayden10

unread,
Aug 24, 2020, 3:10:12 PM8/24/20
to BigBlueButton-dev
Hi Roger,

You upgraded Ubuntu but did not upgrade your kernel:

apt-get install --install-recommends linux-generic-hwe-18.04

Based on the issues you outlined you should install a fresh Ubuntu 18.04 LTS then run the bbb-install script.

~b10

Roger Moore

unread,
Aug 26, 2020, 1:34:02 AM8/26/20
to bigblueb...@googlegroups.com
Okay thx.  Please note that I re-installed Ubuntu 18.04 from scratch but now I'm getting these errors:


Also it says that nginx is not running:

root@Bach:~# systemctl status nginx
● nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Tue 2020-08-25 23:28:37 MDT; 1min 34s ago
     Docs: man:nginx(8)
  Process: 26825 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
 Main PID: 27374 (code=exited, status=0/SUCCESS)

Aug 25 23:28:37 Bach systemd[1]: Starting A high performance web server and a reverse proxy server...
Aug 25 23:28:37 Bach nginx[26825]: nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/tuberedu.org/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/tuberedu.org/fullchain.pem','r') error:2006D080:BIO
Aug 25 23:28:37 Bach nginx[26825]: nginx: configuration file /etc/nginx/nginx.conf test failed
Aug 25 23:28:37 Bach systemd[1]: nginx.service: Control process exited, code=exited status=1
Aug 25 23:28:37 Bach systemd[1]: nginx.service: Failed with result 'exit-code'.
Aug 25 23:28:37 Bach systemd[1]: Failed to start A high performance web server and a reverse proxy server.


Do you have any suggestions?  TIA.
--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/x0pfI8uFd3w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.

Roger Moore

unread,
Aug 26, 2020, 1:55:07 AM8/26/20
to bigblueb...@googlegroups.com
Okay it looks like certbot didn't get installed somehow:

root@Bach:~# sudo apt-get update
Hit:1 http://linux.teamviewer.com/deb stable InRelease
Hit:2 https://download.docker.com/linux/ubuntu bionic InRelease
Ign:3 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:4 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:5 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:7 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:8 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:9 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:10 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:11 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Hit:12 https://deb.nodesource.com/node_12.x bionic InRelease
Hit:13 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:14 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Reading package lists... Done
root@Bach:~# 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.24.32.14).
software-properties-common set to manually installed.

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@Bach:~# sudo add-apt-repository universe
'universe' distribution component is already enabled for all sources.
root@Bach:~# sudo add-apt-repository ppa:certbot/certbot
 This is the PPA for packages prepared by Debian Let's Encrypt Team and backported for Ubuntu.

Note: Packages are only provided for currently supported Ubuntu releases.
 More info: https://launchpad.net/~certbot/+archive/ubuntu/certbot
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Hit:1 http://linux.teamviewer.com/deb stable InRelease
Hit:2 https://deb.nodesource.com/node_12.x bionic InRelease
Hit:3 https://download.docker.com/linux/ubuntu bionic InRelease
Ign:4 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:5 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:8 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:9 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:10 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:11 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:12 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Get:13 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease [21.3 kB]
Hit:15 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:16 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Get:17 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main i386 Packages [8,028 B]
Get:18 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 Packages [8,032 B]
Get:19 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main Translation-en [4,176 B]
Fetched 41.5 kB in 3s (13.1 kB/s)
Reading package lists... Done
root@Bach:~# sudo apt-get install certbot

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  python3-acme python3-certbot python3-configargparse python3-configobj python3-future python3-josepy python3-mock python3-ndg-httpsclient python3-openssl python3-parsedatetime python3-pbr python3-requests-toolbelt python3-zope.component python3-zope.event
  python3-zope.hookable
Suggested packages:
  python3-certbot-apache python3-certbot-nginx python-certbot-doc python-acme-doc python-configobj-doc python-future-doc python-mock-doc python-openssl-doc python3-openssl-dbg

The following NEW packages will be installed:
  certbot python3-acme python3-certbot python3-configargparse python3-configobj python3-future python3-josepy python3-mock python3-ndg-httpsclient python3-openssl python3-parsedatetime python3-pbr python3-requests-toolbelt python3-zope.component python3-zope.event
  python3-zope.hookable
0 upgraded, 16 newly installed, 0 to remove and 1 not upgraded.
Need to get 985 kB of archives.
After this operation, 5,354 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 python3-openssl all 17.5.0-1ubuntu1 [41.5 kB]
Get:2 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-josepy all 1.1.0-2+ubuntu18.04.1+certbot+1 [27.8 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 python3-pbr all 3.1.1-3ubuntu3 [53.8 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-mock all 2.0.0-3 [47.5 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-ndg-httpsclient all 0.4.4-1 [23.5 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-configargparse all 0.11.0-1 [22.4 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 python3-zope.event all 4.2.0-1 [7,402 B]
Get:8 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-requests-toolbelt all 0.8.0-1+ubuntu18.04.1+certbot+1 [38.3 kB]
Get:9 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-acme all 0.31.0-2+ubuntu18.04.3+certbot+2 [50.7 kB]
Get:10 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-configobj all 5.0.6-2+ubuntu18.04.1+certbot+1 [35.5 kB]
Get:11 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-future all 0.15.2-4+ubuntu18.04.1+certbot+3 [333 kB]
Get:12 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-parsedatetime all 2.4-3+ubuntu18.04.1+certbot+3 [32.4 kB]
Get:13 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-zope.hookable amd64 4.0.4-4+ubuntu18.04.1+certbot+1 [9,532 B]
Get:14 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-zope.component all 4.3.0-1+ubuntu18.04.1+certbot+3 [43.1 kB]
Get:15 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 python3-certbot all 0.31.0-1+ubuntu18.04.1+certbot+1 [208 kB]
Get:16 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic/main amd64 certbot all 0.31.0-1+ubuntu18.04.1+certbot+1 [11.0 kB]
Fetched 985 kB in 6s (156 kB/s)
Selecting previously unselected package python3-openssl.
(Reading database ... 245270 files and directories currently installed.)
Preparing to unpack .../00-python3-openssl_17.5.0-1ubuntu1_all.deb ...
Unpacking python3-openssl (17.5.0-1ubuntu1) ...
Selecting previously unselected package python3-josepy.
Preparing to unpack .../01-python3-josepy_1.1.0-2+ubuntu18.04.1+certbot+1_all.deb ...
Unpacking python3-josepy (1.1.0-2+ubuntu18.04.1+certbot+1) ...
Selecting previously unselected package python3-pbr.
Preparing to unpack .../02-python3-pbr_3.1.1-3ubuntu3_all.deb ...
Unpacking python3-pbr (3.1.1-3ubuntu3) ...
Selecting previously unselected package python3-mock.
Preparing to unpack .../03-python3-mock_2.0.0-3_all.deb ...
Unpacking python3-mock (2.0.0-3) ...
Selecting previously unselected package python3-requests-toolbelt.
Preparing to unpack .../04-python3-requests-toolbelt_0.8.0-1+ubuntu18.04.1+certbot+1_all.deb ...
Unpacking python3-requests-toolbelt (0.8.0-1+ubuntu18.04.1+certbot+1) ...
Selecting previously unselected package python3-acme.
Preparing to unpack .../05-python3-acme_0.31.0-2+ubuntu18.04.3+certbot+2_all.deb ...
Unpacking python3-acme (0.31.0-2+ubuntu18.04.3+certbot+2) ...
Selecting previously unselected package python3-ndg-httpsclient.
Preparing to unpack .../06-python3-ndg-httpsclient_0.4.4-1_all.deb ...
Unpacking python3-ndg-httpsclient (0.4.4-1) ...
Selecting previously unselected package python3-configargparse.
Preparing to unpack .../07-python3-configargparse_0.11.0-1_all.deb ...
Unpacking python3-configargparse (0.11.0-1) ...
Selecting previously unselected package python3-configobj.
Preparing to unpack .../08-python3-configobj_5.0.6-2+ubuntu18.04.1+certbot+1_all.deb ...
Unpacking python3-configobj (5.0.6-2+ubuntu18.04.1+certbot+1) ...
Selecting previously unselected package python3-future.
Preparing to unpack .../09-python3-future_0.15.2-4+ubuntu18.04.1+certbot+3_all.deb ...
Unpacking python3-future (0.15.2-4+ubuntu18.04.1+certbot+3) ...
Selecting previously unselected package python3-parsedatetime.
Preparing to unpack .../10-python3-parsedatetime_2.4-3+ubuntu18.04.1+certbot+3_all.deb ...
Unpacking python3-parsedatetime (2.4-3+ubuntu18.04.1+certbot+3) ...
Selecting previously unselected package python3-zope.hookable.
Preparing to unpack .../11-python3-zope.hookable_4.0.4-4+ubuntu18.04.1+certbot+1_amd64.deb ...
Unpacking python3-zope.hookable (4.0.4-4+ubuntu18.04.1+certbot+1) ...
Selecting previously unselected package python3-zope.event.
Preparing to unpack .../12-python3-zope.event_4.2.0-1_all.deb ...
Unpacking python3-zope.event (4.2.0-1) ...
Selecting previously unselected package python3-zope.component.
Preparing to unpack .../13-python3-zope.component_4.3.0-1+ubuntu18.04.1+certbot+3_all.deb ...
Unpacking python3-zope.component (4.3.0-1+ubuntu18.04.1+certbot+3) ...
Selecting previously unselected package python3-certbot.
Preparing to unpack .../14-python3-certbot_0.31.0-1+ubuntu18.04.1+certbot+1_all.deb ...
Unpacking python3-certbot (0.31.0-1+ubuntu18.04.1+certbot+1) ...
Selecting previously unselected package certbot.
Preparing to unpack .../15-certbot_0.31.0-1+ubuntu18.04.1+certbot+1_all.deb ...
Unpacking certbot (0.31.0-1+ubuntu18.04.1+certbot+1) ...
Setting up python3-requests-toolbelt (0.8.0-1+ubuntu18.04.1+certbot+1) ...
Setting up python3-pbr (3.1.1-3ubuntu3) ...
update-alternatives: using /usr/bin/python3-pbr to provide /usr/bin/pbr (pbr) in auto mode
Setting up python3-mock (2.0.0-3) ...
Setting up python3-zope.event (4.2.0-1) ...
Setting up python3-configargparse (0.11.0-1) ...
Setting up python3-zope.hookable (4.0.4-4+ubuntu18.04.1+certbot+1) ...
Setting up python3-future (0.15.2-4+ubuntu18.04.1+certbot+3) ...
update-alternatives: using /usr/bin/python3-futurize to provide /usr/bin/futurize (futurize) in auto mode
update-alternatives: using /usr/bin/python3-pasteurize to provide /usr/bin/pasteurize (pasteurize) in auto mode
Setting up python3-openssl (17.5.0-1ubuntu1) ...
Setting up python3-ndg-httpsclient (0.4.4-1) ...
Setting up python3-josepy (1.1.0-2+ubuntu18.04.1+certbot+1) ...
Setting up python3-configobj (5.0.6-2+ubuntu18.04.1+certbot+1) ...
Setting up python3-acme (0.31.0-2+ubuntu18.04.3+certbot+2) ...
Setting up python3-parsedatetime (2.4-3+ubuntu18.04.1+certbot+3) ...
Setting up python3-zope.component (4.3.0-1+ubuntu18.04.1+certbot+3) ...
Setting up python3-certbot (0.31.0-1+ubuntu18.04.1+certbot+1) ...
Setting up certbot (0.31.0-1+ubuntu18.04.1+certbot+1) ...
Created symlink /etc/systemd/system/timers.target.wants/certbot.timer → /lib/systemd/system/certbot.timer.
certbot.service is a disabled or a static unit, not starting it.

Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
root@Bach:~# sudo mkdir -p /etc/nginx/ssl
root@Bach:~# openssl dhparam -out /etc/nginx/ssl/dhp-4096.pem 4096
Generating DH parameters, 4096 bit long safe prime, generator 2
This is going to take a long time

Roger Moore

unread,
Aug 26, 2020, 10:20:37 AM8/26/20
to bigblueb...@googlegroups.com
I am still seeing this error after manually installing certbot:

root@Bach:~# systemctl status nginx.service

● nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Wed 2020-08-26 08:05:06 MDT; 1min 21s ago
     Docs: man:nginx(8)
  Process: 16718 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)

 Main PID: 27374 (code=exited, status=0/SUCCESS)

Aug 26 08:05:06 Bach systemd[1]: Starting A high performance web server and a reverse proxy server...
Aug 26 08:05:06 Bach nginx[16718]: nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/tuberedu.org/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/tuberedu.org/fullchain.pem','r') error:2006D080:BIO
Aug 26 08:05:06 Bach nginx[16718]: nginx: configuration file /etc/nginx/nginx.conf test failed
Aug 26 08:05:06 Bach systemd[1]: nginx.service: Control process exited, code=exited status=1
Aug 26 08:05:06 Bach systemd[1]: nginx.service: Failed with result 'exit-code'.
Aug 26 08:05:06 Bach systemd[1]: Failed to start A high performance web server and a reverse proxy server.
root@Bach:~#
root@Bach:~# ls -l /etc/letsencrypt/live/tuberedu.org
total 0


This is my:/etc/nginx/sites-available/bigbluebutton  

server {
  listen 80;
  listen [::]:80;
  server_name tuberedu.org;

  return 301 https://$server_name$request_uri; #redirect HTTP to HTTPS

}
server {
  listen 443 ssl;
  listen [::]:443 ssl;
  server_name tuberedu.org;

    ssl_certificate /etc/letsencrypt/live/tuberedu.org/fullchain.pem;
    ssl_certificate_key /etc/letsencrypt/live/tuberedu.org/privkey.pem;
    ssl_session_cache shared:SSL:10m;
    ssl_session_timeout 10m;
    ssl_protocols TLSv1.2;
    ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384;
    ssl_prefer_server_ciphers on;
    ssl_dhparam /etc/nginx/ssl/dhp-4096.pem;

    # HSTS (comment out to enable)
    #add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;

  access_log  /var/log/nginx/bigbluebutton.access.log;

   # Handle RTMPT (RTMP Tunneling).  Forwards requests
   # to Red5 on port 5080
  location ~ (/open/|/close/|/idle/|/send/|/fcs/) {
    proxy_pass         http://127.0.0.1:5080;
    proxy_redirect     off;
    proxy_set_header   X-Forwarded-For   $proxy_add_x_forwarded_for;

    client_max_body_size       10m;
    client_body_buffer_size    128k;

    proxy_connect_timeout      90;
    proxy_send_timeout         90;
    proxy_read_timeout         90;

    proxy_buffering            off;
    keepalive_requests         1000000000;
  }

  # Handle desktop sharing tunneling.  Forwards
  # requests to Red5 on port 5080.
  location /deskshare {
     proxy_pass         http://127.0.0.1:5080;
     proxy_redirect     default;
     proxy_set_header   X-Forwarded-For   $proxy_add_x_forwarded_for;
     client_max_body_size       10m;
     client_body_buffer_size    128k;
     proxy_connect_timeout      90;
     proxy_send_timeout         90;
     proxy_read_timeout         90;
     proxy_buffer_size          4k;
     proxy_buffers              4 32k;
     proxy_busy_buffers_size    64k;
     proxy_temp_file_write_size 64k;
     include    fastcgi_params;
  }

  # BigBlueButton landing page.
  location / {
    root   /var/www/bigbluebutton-default;
    index  index.html index.htm;
    expires 1m;
  }

  # Include specific rules for record and playback
  include /etc/bigbluebutton/nginx/*.nginx;

  #error_page  404  /404.html;

  # Redirect server error pages to the static page /50x.html
  #
  error_page   500 502 503 504  /50x.html;
  location = /50x.html {
    root   /var/www/nginx-default;
  }
}


This is what I see in the cert directory:


root@Bach:~# ls /etc/letsencrypt/live/tuberedu.org
fullchain.pem  privkey.pem


So why are cert.pem and chaim.pem missing?

Paul Raper

unread,
Aug 27, 2020, 1:58:08 AM8/27/20
to BigBlueButton-dev
To be honest, I would delete everything off of the server, start completely afresh. Make sure you have at least the basic requirements for the installation you want to make, which includes Ubuntu 16.04 for a BBB 2.2.3 install or 18.04 for a BBB 2.3 install.
Once you are certain the you have all the basic requirements, then try and install the package.
At the start I had similar issues, but by resetting everything back to zero, and starting afresh, you give yourself the best chance of a good installation.
Now, I do a daily update of BBB just to make sure I'm using the very latest version.
Good luck.

Roger Moore

unread,
Aug 27, 2020, 9:48:56 PM8/27/20
to bigblueb...@googlegroups.com
Thank you for the feedback, Paul.  The first attempt I did simply upgrade the existing BBB server from 16.04 to 18.04, but the second attempt I did a total re-install of Ubuntu 18.04 from scratch.  Even after the reinstall from scratch the nginx server is not starting because of the BBB LetsEncrypt certificate errors.

bayden10

unread,
Aug 27, 2020, 10:00:16 PM8/27/20
to BigBlueButton-dev
Try a different hostname and run the script on the fresh 18.04.

~b10

Roger Moore

unread,
Aug 28, 2020, 12:40:22 AM8/28/20
to bigblueb...@googlegroups.com
Also, I just installed from a totally new and separate Ubuntu 18.04 virtual machine that I just created from scratch tonight and I am getting the same error again:

rmoore@Bach:~$ sudo sh
[sudo] password for rmoore:
# bash
root@Bach:~# wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230-dev -s tuberedu.org -c turn.domain.ca:1004a200000000004cb3f2d6f000d85d -e rmo...@tuberedu.com -d -g | tee bbb-install.log
Hit:1 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [295 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [285 kB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [48.9 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2,464 B]
Get:9 http://ca.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [9,292 B]
Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [55.9 kB]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Fetched 951 kB in 2s (474 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...

The following NEW packages will be installed:
  apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 37 not upgraded.
Need to get 1,692 B of archives.
After this operation, 153 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.12ubuntu0.1 [1,692 B]
Fetched 1,692 B in 0s (9,449 B/s)
Selecting previously unselected package apt-transport-https.
(Reading database ... 139099 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.1_all.deb ...
Unpacking apt-transport-https (1.6.12ubuntu0.1) ...
Setting up apt-transport-https (1.6.12ubuntu0.1) ...

Warning: apt-key output should not be parsed (stdout is not a terminal)
--2020-08-27 21:21:39--  https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc
Resolving ubuntu.bigbluebutton.org (ubuntu.bigbluebutton.org)... 167.99.180.121
Connecting to ubuntu.bigbluebutton.org (ubuntu.bigbluebutton.org)|167.99.180.121|:443... connected.

Warning: apt-key output should not be parsed (stdout is not a terminal)
HTTP request sent, awaiting response... 200 OK
Length: 3112 (3.0K) [application/octet-stream]
Saving to: ‘STDOUT’

-                   100%[===================>]   3.04K  --.-KB/s    in 0s      

2020-08-27 21:21:39 (613 MB/s) - written to stdout [3112/3112]

OK
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
LESSCLOSE=/usr/bin/lesspipe %s %s
LANG=en_CA.UTF-8
SUDO_GID=1000
DISPLAY=:0
COLORTERM=truecolor
USERNAME=root
SUDO_COMMAND=/bin/sh
USER=root
PWD=/home/rmoore
HOME=/home/rmoore
SUDO_USER=rmoore
DEBIAN_FRONTEND=noninteractive
SUDO_UID=1000
MAIL=/var/mail/root
TERM=xterm-256color
SHELL=/bin/bash
SHLVL=2
LANGUAGE=en_CA:en
LOGNAME=root
XAUTHORITY=/run/user/1000/gdm/Xauthority
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
LESSOPEN=| /usr/bin/lesspipe %s
_=/usr/bin/env
main: line 412: ifconfig: command not found
Reading package lists...
Building dependency tree...
Reading state information...

The following additional packages will be installed:
  libcurl4

The following NEW packages will be installed:
  curl libcurl4
0 upgraded, 2 newly installed, 0 to remove and 37 not upgraded.
Need to get 373 kB of archives.
After this operation, 1,038 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.10 [214 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB]
Fetched 373 kB in 1s (548 kB/s)
Selecting previously unselected package libcurl4:amd64.
(Reading database ... 139103 files and directories currently installed.)
Preparing to unpack .../libcurl4_7.58.0-2ubuntu3.10_amd64.deb ...
Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.10) ...
Selecting previously unselected package curl.
Preparing to unpack .../curl_7.58.0-2ubuntu3.10_amd64.deb ...
Unpacking curl (7.58.0-2ubuntu3.10) ...
Setting up libcurl4:amd64 (7.58.0-2ubuntu3.10) ...
Setting up curl (7.58.0-2ubuntu3.10) ...

Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:4 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease [2,524 B]
Get:5 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease [15.9 kB]
Hit:6 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:7 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 Packages [3,667 B]
Get:8 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main i386 Packages [717 B]
Get:9 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic/main amd64 Packages [488 B]
Get:10 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic/main i386 Packages [488 B]
Get:11 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic/main Translation-en [264 B]
Fetched 24.0 kB in 2s (12.3 kB/s)
Reading package lists...

Warning: apt-key output should not be parsed (stdout is not a terminal)
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease

Hit:4 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Get:5 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease [20.7 kB]
Hit:6 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:7 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Get:8 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main i386 Packages [32.6 kB]
Get:9 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 Packages [32.6 kB]
Get:10 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main Translation-en [13.5 kB]
Fetched 99.4 kB in 2s (42.8 kB/s)
Reading package lists...

Warning: apt-key output should not be parsed (stdout is not a terminal)
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Get:3 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease [15.9 kB]
Hit:4 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:6 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:7 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:8 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Get:9 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 Packages [4,244 B]
Get:10 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main i386 Packages [768 B]
Get:11 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main Translation-en [2,864 B]
Fetched 23.8 kB in 2s (10.6 kB/s)
Reading package lists...

Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Executing: /tmp/apt-key-gpghome.RMkBFS2Hg6/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 5AFA7A83
gpg: key FC8A16625AFA7A83: public key "Openvidu - Kurento TEAM <open...@gmail.com>" imported
gpg: Total number processed: 1
gpg:               imported: 1

## Installing the NodeSource Node.js 12.x repo...


## Populating apt-get cache...

+ apt-get update
Hit:1 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:2 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:4 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:6 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:7 http://ubuntu.openvidu.io/6.13.2 bionic InRelease [3,545 B]
Hit:8 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:9 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Get:10 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 Packages [35.7 kB]
Fetched 39.3 kB in 1s (26.6 kB/s)
Reading package lists...

## Confirming "bionic" is supported...

+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_12.x/dists/bionic/Release'

## Adding the NodeSource signing key to your keyring...

+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -

Warning: apt-key output should not be parsed (stdout is not a terminal)
OK

## Creating apt sources list file for the NodeSource Node.js 12.x repo...

+ echo 'deb https://deb.nodesource.com/node_12.x bionic main' > /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src https://deb.nodesource.com/node_12.x bionic main' >> /etc/apt/sources.list.d/nodesource.list

## Running `apt-get update` for you...

+ apt-get update
Get:1 https://deb.nodesource.com/node_12.x bionic InRelease [4,584 B]
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://ca.archive.ubuntu.com/ubuntu bionic InRelease

Hit:4 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:5 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:6 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:7 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:8 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Hit:9 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Get:10 https://deb.nodesource.com/node_12.x bionic/main amd64 Packages [767 B]
Hit:11 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Fetched 5,351 B in 1s (4,528 B/s)
Reading package lists...

## Run `sudo apt-get install -y nodejs` to install Node.js 12.x and npm
## You may also need development tools to build native addons:
     sudo apt-get install gcc g++ make
## To install the Yarn package manager, run:
     curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
     echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
     sudo apt-get update && sudo apt-get install yarn



Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse
Hit:1 https://deb.nodesource.com/node_12.x bionic InRelease
Hit:2 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:4 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:5 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Hit:6 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:7 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:8 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Ign:9 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Get:10 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release [3,951 B]
Get:11 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release.gpg [801 B]
Hit:12 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:13 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Get:14 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2/multiverse amd64 Packages [7,877 B]
Fetched 12.6 kB in 2s (8,174 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages were automatically installed and are no longer required:
  libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
  libepubgen-0.1-1 libetonyek-0.1-1 libfreehand-0.1-1 libmspub-0.1-1
  libmwaw-0.3-3 libodfgen-0.1-1 liborcus-0.13-0 libpagemaker-0.0-0
  libreoffice-avmedia-backend-gstreamer libreoffice-style-galaxy
  librevenge-0.0-0 libvisio-0.1-1 libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4
  libxmlsec1 libxmlsec1-nss
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  uno-libs3

The following NEW packages will be installed:
  libjuh-java libjurt-java libreoffice-help-common libreoffice-style-colibre
  libreoffice-style-elementary libridl-java libuno-cppu3
  libuno-cppuhelpergcc3-3 libuno-purpenvhelpergcc3-3 libuno-sal3
  libuno-salhelpergcc3-3 libunoloader-java uno-libs-private
The following packages will be upgraded:
  apport apport-gtk bind9-host dnsutils firefox fonts-opensymbol ghostscript
  ghostscript-x libbind9-160 libcurl3-gnutls libdns-export1100 libdns1100
  libgs9 libgs9-common libirs160 libisc-export169 libisc169 libisccc160
  libisccfg160 liblwres160 libnss3 libpam-modules libpam-modules-bin
  libpam-runtime libpam0g libreoffice-avmedia-backend-gstreamer
  libreoffice-base-core libreoffice-calc libreoffice-common libreoffice-core
  libreoffice-draw libreoffice-gnome libreoffice-gtk3 libreoffice-help-en-us
  libreoffice-impress libreoffice-math libreoffice-ogltrans
  libreoffice-pdfimport libreoffice-style-breeze libreoffice-style-galaxy
  libreoffice-style-tango libreoffice-writer libsane-common libsane1
  libsmbclient libsnmp-base libsnmp30 libwbclient0 python3-apport
  python3-problem-report python3-software-properties python3-uno samba-libs
  sane-utils software-properties-common software-properties-gtk ure
57 upgraded, 13 newly installed, 1 to remove and 0 not upgraded.
Need to get 109 MB/185 MB of archives.
After this operation, 29.9 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 ure amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [1,421 kB]
Get:2 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 python3-uno amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [335 kB]
Get:3 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-avmedia-backend-gstreamer amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [217 kB]
Get:4 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-draw amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [3,777 kB]
Get:5 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-gnome amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [265 kB]
Get:6 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-gtk3 amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [590 kB]
Get:7 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-ogltrans all 1:6.4.6~rc2-0ubuntu0.18.04.1 [216 kB]
Get:8 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-impress amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [1,290 kB]
Get:9 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-writer amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [9,057 kB]
Get:10 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-core amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [36.8 MB]
Get:11 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-style-galaxy all 1:6.4.6~rc2-0ubuntu0.18.04.1 [216 kB]
Get:12 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-style-tango all 1:6.4.6~rc2-0ubuntu0.18.04.1 [1,457 kB]
Get:13 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-common all 1:6.4.6~rc2-0ubuntu0.18.04.1 [23.9 MB]
Get:14 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-calc amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [7,270 kB]
Get:15 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-math amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [607 kB]
Get:16 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-base-core amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [978 kB]
Get:17 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-style-breeze all 1:6.4.6~rc2-0ubuntu0.18.04.1 [3,198 kB]
Get:18 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-pdfimport all 1:6.4.6~rc2-0ubuntu0.18.04.1 [217 kB]
Get:19 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libuno-sal3 amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [357 kB]
Get:20 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libuno-salhelpergcc3-3 amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [226 kB]
Get:21 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libuno-cppu3 amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [304 kB]
Get:22 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 uno-libs-private amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [423 kB]
Get:23 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libuno-cppuhelpergcc3-3 amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [488 kB]
Get:24 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libuno-purpenvhelpergcc3-3 amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [225 kB]
Get:25 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-style-colibre all 1:6.4.6~rc2-0ubuntu0.18.04.1 [1,388 kB]
Get:26 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 fonts-opensymbol all 2:102.11+LibO6.4.6~rc2-0ubuntu0.18.04.1 [301 kB]
Get:27 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libjuh-java all 1:6.4.6~rc2-0ubuntu0.18.04.1 [268 kB]
Get:28 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libjurt-java all 1:6.4.6~rc2-0ubuntu0.18.04.1 [315 kB]
Get:29 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-help-common all 1:6.4.6~rc2-0ubuntu0.18.04.1 [2,981 kB]
Get:30 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-help-en-us all 1:6.4.6~rc2-0ubuntu0.18.04.1 [1,624 kB]
Get:31 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-style-elementary all 1:6.4.6~rc2-0ubuntu0.18.04.1 [7,521 kB]
Get:32 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libridl-java all 1:6.4.6~rc2-0ubuntu0.18.04.1 [404 kB]
Get:33 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libunoloader-java all 1:6.4.6~rc2-0ubuntu0.18.04.1 [221 kB]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 109 MB in 1min 6s (1,660 kB/s)
(Reading database ... 139116 files and directories currently installed.)
Preparing to unpack .../00-ure_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking ure (1:6.4.6~rc2-0ubuntu0.18.04.1) over (6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../01-python3-uno_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking python3-uno (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../02-libreoffice-avmedia-backend-gstreamer_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-avmedia-backend-gstreamer (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../03-libreoffice-style-galaxy_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-style-galaxy (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../04-libreoffice-style-tango_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-style-tango (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
dpkg: considering deconfiguration of libreoffice-common, which would be broken by installation of libreoffice-calc ...
dpkg: yes, will deconfigure libreoffice-common (broken by libreoffice-calc)
Preparing to unpack .../05-libreoffice-calc_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
De-configuring libreoffice-common (1:6.0.7-0ubuntu0.18.04.10) ...
Unpacking libreoffice-calc (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Replacing files in old package libreoffice-common (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../06-libreoffice-gnome_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-gnome (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../07-libreoffice-gtk3_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-gtk3 (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../08-libreoffice-ogltrans_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-ogltrans (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../09-libreoffice-impress_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-impress (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Replacing files in old package libreoffice-common (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../10-libreoffice-writer_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-writer (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Replacing files in old package libreoffice-common (1:6.0.7-0ubuntu0.18.04.10) ...
dpkg: considering deconfiguration of libreoffice-draw, which would be broken by installation of libreoffice-core ...
dpkg: yes, will deconfigure libreoffice-draw (broken by libreoffice-core)
Preparing to unpack .../11-libreoffice-core_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
De-configuring libreoffice-draw (1:6.0.7-0ubuntu0.18.04.10) ...
Unpacking libreoffice-core (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../12-libreoffice-common_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-common (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../13-libreoffice-draw_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-draw (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../14-libreoffice-math_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-math (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../15-libreoffice-base-core_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-base-core (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../16-libreoffice-style-breeze_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-style-breeze (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../17-libreoffice-pdfimport_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-pdfimport (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
(Reading database ... 139804 files and directories currently installed.)
Removing uno-libs3 (6.0.7-0ubuntu0.18.04.10) ...
Selecting previously unselected package libuno-sal3.
(Reading database ... 139785 files and directories currently installed.)
Preparing to unpack .../00-libuno-sal3_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libuno-sal3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libuno-salhelpergcc3-3.
Preparing to unpack .../01-libuno-salhelpergcc3-3_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libuno-salhelpergcc3-3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libuno-cppu3.
Preparing to unpack .../02-libuno-cppu3_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libuno-cppu3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package uno-libs-private.
Preparing to unpack .../03-uno-libs-private_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking uno-libs-private (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libuno-cppuhelpergcc3-3.
Preparing to unpack .../04-libuno-cppuhelpergcc3-3_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libuno-cppuhelpergcc3-3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libuno-purpenvhelpergcc3-3.
Preparing to unpack .../05-libuno-purpenvhelpergcc3-3_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libuno-purpenvhelpergcc3-3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-style-colibre.
Preparing to unpack .../06-libreoffice-style-colibre_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-style-colibre (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Preparing to unpack .../07-fonts-opensymbol_2%3a102.11+LibO6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking fonts-opensymbol (2:102.11+LibO6.4.6~rc2-0ubuntu0.18.04.1) over (2:102.10+LibO6.0.7-0ubuntu0.18.04.10) ...
Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) over (7.58.0-2ubuntu3.9) ...
Preparing to unpack .../09-libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ...
Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) over (2:3.35-2ubuntu2.9) ...
Preparing to unpack .../10-libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ...
Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2.18.04.1) ...
Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ...
(Reading database ... 139843 files and directories currently installed.)
Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ...
Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2.18.04.1) ...
Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ...
(Reading database ... 139843 files and directories currently installed.)
Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ...
Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2.18.04.1) ...
Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ...
(Reading database ... 139843 files and directories currently installed.)
Preparing to unpack .../0-libsane1_1.0.27-1~experimental3ubuntu2.3_amd64.deb ...
Unpacking libsane1:amd64 (1.0.27-1~experimental3ubuntu2.3) over (1.0.27-1~experimental3ubuntu2.2) ...
Preparing to unpack .../1-libsane-common_1.0.27-1~experimental3ubuntu2.3_all.deb ...
Unpacking libsane-common (1.0.27-1~experimental3ubuntu2.3) over (1.0.27-1~experimental3ubuntu2.2) ...
Preparing to unpack .../2-sane-utils_1.0.27-1~experimental3ubuntu2.3_amd64.deb ...
Unpacking sane-utils (1.0.27-1~experimental3ubuntu2.3) over (1.0.27-1~experimental3ubuntu2.2) ...
Preparing to unpack .../3-libsmbclient_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.18_amd64.deb ...
Unpacking libsmbclient:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.18) over (2:4.7.6+dfsg~ubuntu-0ubuntu2.17) ...
Preparing to unpack .../4-samba-libs_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.18_amd64.deb ...
Unpacking samba-libs:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.18) over (2:4.7.6+dfsg~ubuntu-0ubuntu2.17) ...
Preparing to unpack .../5-libwbclient0_2%3a4.7.6+dfsg~ubuntu-0ubuntu2.18_amd64.deb ...
Unpacking libwbclient0:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.18) over (2:4.7.6+dfsg~ubuntu-0ubuntu2.17) ...
Preparing to unpack .../6-libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ...
Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2.18.04.1) ...
Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ...
(Reading database ... 139843 files and directories currently installed.)
Preparing to unpack .../00-libisc-export169_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking libisc-export169:amd64 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../01-libdns-export1100_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking libdns-export1100 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../02-libirs160_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking libirs160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../03-bind9-host_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking bind9-host (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../04-dnsutils_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking dnsutils (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../05-libbind9-160_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking libbind9-160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../06-libisccfg160_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking libisccfg160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../07-libisccc160_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking libisccc160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../08-libdns1100_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking libdns1100:amd64 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../09-libisc169_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking libisc169:amd64 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../10-liblwres160_1%3a9.11.3+dfsg-1ubuntu1.13_amd64.deb ...
Unpacking liblwres160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) over (1:9.11.3+dfsg-1ubuntu1.12) ...
Preparing to unpack .../11-python3-problem-report_2.20.9-0ubuntu7.17_all.deb ...
Unpacking python3-problem-report (2.20.9-0ubuntu7.17) over (2.20.9-0ubuntu7.16) ...
Preparing to unpack .../12-python3-apport_2.20.9-0ubuntu7.17_all.deb ...
Unpacking python3-apport (2.20.9-0ubuntu7.17) over (2.20.9-0ubuntu7.16) ...
Preparing to unpack .../13-apport_2.20.9-0ubuntu7.17_all.deb ...
Unpacking apport (2.20.9-0ubuntu7.17) over (2.20.9-0ubuntu7.16) ...
Preparing to unpack .../14-apport-gtk_2.20.9-0ubuntu7.17_all.deb ...
Unpacking apport-gtk (2.20.9-0ubuntu7.17) over (2.20.9-0ubuntu7.16) ...
Preparing to unpack .../15-firefox_80.0+build2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking firefox (80.0+build2-0ubuntu0.18.04.1) over (79.0+build1-0ubuntu0.18.04.1) ...
Preparing to unpack .../16-ghostscript-x_9.26~dfsg+0-0ubuntu0.18.04.13_amd64.deb ...
Unpacking ghostscript-x (9.26~dfsg+0-0ubuntu0.18.04.13) over (9.26~dfsg+0-0ubuntu0.18.04.12) ...
Preparing to unpack .../17-ghostscript_9.26~dfsg+0-0ubuntu0.18.04.13_amd64.deb ...
Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.18.04.13) over (9.26~dfsg+0-0ubuntu0.18.04.12) ...
Preparing to unpack .../18-libgs9_9.26~dfsg+0-0ubuntu0.18.04.13_amd64.deb ...
Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.13) over (9.26~dfsg+0-0ubuntu0.18.04.12) ...
Preparing to unpack .../19-libgs9-common_9.26~dfsg+0-0ubuntu0.18.04.13_all.deb ...
Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.13) over (9.26~dfsg+0-0ubuntu0.18.04.12) ...
Selecting previously unselected package libjuh-java.
Preparing to unpack .../20-libjuh-java_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libjuh-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libjurt-java.
Preparing to unpack .../21-libjurt-java_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libjurt-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-help-common.
Preparing to unpack .../22-libreoffice-help-common_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-help-common (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Preparing to unpack .../23-libreoffice-help-en-us_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-help-en-us (1:6.4.6~rc2-0ubuntu0.18.04.1) over (1:6.0.7-0ubuntu0.18.04.10) ...
Selecting previously unselected package libreoffice-style-elementary.
Preparing to unpack .../24-libreoffice-style-elementary_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-style-elementary (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libridl-java.
Preparing to unpack .../25-libridl-java_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libridl-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Preparing to unpack .../26-libsnmp-base_5.7.3+dfsg-1.8ubuntu3.5_all.deb ...
Unpacking libsnmp-base (5.7.3+dfsg-1.8ubuntu3.5) over (5.7.3+dfsg-1.8ubuntu3.3) ...
Preparing to unpack .../27-libsnmp30_5.7.3+dfsg-1.8ubuntu3.5_amd64.deb ...
Unpacking libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.5) over (5.7.3+dfsg-1.8ubuntu3.3) ...
Selecting previously unselected package libunoloader-java.
Preparing to unpack .../28-libunoloader-java_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libunoloader-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Preparing to unpack .../29-software-properties-common_0.96.24.32.14_all.deb ...
Unpacking software-properties-common (0.96.24.32.14) over (0.96.24.32.13) ...
Preparing to unpack .../30-software-properties-gtk_0.96.24.32.14_all.deb ...
Unpacking software-properties-gtk (0.96.24.32.14) over (0.96.24.32.13) ...
Preparing to unpack .../31-python3-software-properties_0.96.24.32.14_all.deb ...
Unpacking python3-software-properties (0.96.24.32.14) over (0.96.24.32.13) ...
Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.13) ...
Setting up libisc169:amd64 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libwbclient0:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.18) ...
Setting up libisccc160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libridl-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up samba-libs:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.18) ...
Setting up libisc-export169:amd64 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ...
Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ...
Setting up libsmbclient:amd64 (2:4.7.6+dfsg~ubuntu-0ubuntu2.18) ...
Setting up libsane-common (1.0.27-1~experimental3ubuntu2.3) ...
Installing new version of config file /etc/sane.d/epsonds.conf ...
Setting up python3-problem-report (2.20.9-0ubuntu7.17) ...
Setting up firefox (80.0+build2-0ubuntu0.18.04.1) ...
Please restart all running instances of firefox, or you will experience problems.
Setting up libreoffice-style-tango (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libdns-export1100 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libuno-sal3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up python3-software-properties (0.96.24.32.14) ...
Setting up libsane1:amd64 (1.0.27-1~experimental3ubuntu2.3) ...
Setting up libreoffice-style-colibre (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up fonts-opensymbol (2:102.11+LibO6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libdns1100:amd64 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.13) ...
Setting up libreoffice-style-breeze (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libunoloader-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up sane-utils (1.0.27-1~experimental3ubuntu2.3) ...
Setting up liblwres160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libsnmp-base (5.7.3+dfsg-1.8ubuntu3.5) ...
Setting up software-properties-common (0.96.24.32.14) ...
Setting up libreoffice-style-galaxy (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libsnmp30:amd64 (5.7.3+dfsg-1.8ubuntu3.5) ...
Setting up ghostscript (9.26~dfsg+0-0ubuntu0.18.04.13) ...
Setting up python3-apport (2.20.9-0ubuntu7.17) ...
Setting up libisccfg160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libreoffice-style-elementary (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up software-properties-gtk (0.96.24.32.14) ...
Setting up apport (2.20.9-0ubuntu7.17) ...
apport-autoreport.service is a disabled or a static unit, not starting it.
Setting up ghostscript-x (9.26~dfsg+0-0ubuntu0.18.04.13) ...
Setting up libirs160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libbind9-160:amd64 (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up apport-gtk (2.20.9-0ubuntu7.17) ...
Setting up bind9-host (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up dnsutils (1:9.11.3+dfsg-1ubuntu1.13) ...
Setting up libuno-salhelpergcc3-3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libuno-cppu3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libuno-purpenvhelpergcc3-3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up uno-libs-private (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up ure (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libjurt-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-common (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Installing new version of config file /etc/apparmor.d/usr.lib.libreoffice.program.senddoc ...
Installing new version of config file /etc/apparmor.d/usr.lib.libreoffice.program.soffice.bin ...
Installing new version of config file /etc/apparmor.d/usr.lib.libreoffice.program.xpdfimport ...
Installing new version of config file /etc/libreoffice/psprint.conf ...
Installing new version of config file /etc/libreoffice/sofficerc ...
Skipping profile in /etc/apparmor.d/disable: usr.lib.libreoffice.program.oosplash
Skipping profile in /etc/apparmor.d/disable: usr.lib.libreoffice.program.senddoc
Skipping profile in /etc/apparmor.d/disable: usr.lib.libreoffice.program.soffice.bin
Skipping profile in /etc/apparmor.d/disable: usr.lib.libreoffice.program.xpdfimport
Setting up libjuh-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libuno-cppuhelpergcc3-3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-help-common (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-core (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up python3-uno (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-gtk3 (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-gnome (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-pdfimport (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-draw (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-help-en-us (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-avmedia-backend-gstreamer (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-impress (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-math (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-base-core (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-calc (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-ogltrans (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-writer (1:6.4.6~rc2-0ubuntu0.18.04.1) ...

Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ...

Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Processing triggers for udev (237-3ubuntu10.42) ...
Processing triggers for systemd (237-3ubuntu10.42) ...

Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for shared-mime-info (1.9-2) ...

Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for dbus (1.12.2-1ubuntu1.2) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...

Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
Reading package lists...
Building dependency tree...
Reading state information...
build-essential is already the newest version (12.4ubuntu1).
apt-transport-https is already the newest version (1.6.12ubuntu0.1).
The following packages were automatically installed and are no longer required:
  libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
  libepubgen-0.1-1 libetonyek-0.1-1 libfreehand-0.1-1 libmspub-0.1-1
  libmwaw-0.3-3 libodfgen-0.1-1 liborcus-0.13-0 libpagemaker-0.0-0
  libreoffice-avmedia-backend-gstreamer libreoffice-style-galaxy
  librevenge-0.0-0 libvisio-0.1-1 libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4
  libxmlsec1 libxmlsec1-nss
Use 'sudo apt autoremove' to remove them.

The following additional packages will be installed:
  libhavege1 mongodb-org-mongos mongodb-org-server mongodb-org-shell
  mongodb-org-tools

The following NEW packages will be installed:
  haveged libhavege1 mongodb-org mongodb-org-mongos mongodb-org-server
  mongodb-org-shell mongodb-org-tools nodejs yq
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 118 MB of archives.
After this operation, 395 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic/main amd64 yq amd64 3.3.2 [1,533 kB]
Get:2 https://deb.nodesource.com/node_12.x bionic/main amd64 nodejs amd64 12.18.3-1nodesource1 [18.2 MB]
Get:3 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libhavege1 amd64 1.9.1-6 [22.9 kB]
Get:4 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2/multiverse amd64 mongodb-org-shell amd64 4.2.9 [12.1 MB]
Get:5 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 haveged amd64 1.9.1-6 [28.5 kB]
Get:6 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2/multiverse amd64 mongodb-org-server amd64 4.2.9 [18.5 MB]
Get:7 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2/multiverse amd64 mongodb-org-mongos amd64 4.2.9 [10.2 MB]
Get:8 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2/multiverse amd64 mongodb-org-tools amd64 4.2.9 [57.0 MB]
Get:9 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2/multiverse amd64 mongodb-org amd64 4.2.9 [3,524 B]
Fetched 118 MB in 17s (6,833 kB/s)
Selecting previously unselected package mongodb-org-shell.
(Reading database ... 146989 files and directories currently installed.)
Preparing to unpack .../0-mongodb-org-shell_4.2.9_amd64.deb ...
Unpacking mongodb-org-shell (4.2.9) ...
Selecting previously unselected package mongodb-org-server.
Preparing to unpack .../1-mongodb-org-server_4.2.9_amd64.deb ...
Unpacking mongodb-org-server (4.2.9) ...
Selecting previously unselected package mongodb-org-mongos.
Preparing to unpack .../2-mongodb-org-mongos_4.2.9_amd64.deb ...
Unpacking mongodb-org-mongos (4.2.9) ...
Selecting previously unselected package mongodb-org-tools.
Preparing to unpack .../3-mongodb-org-tools_4.2.9_amd64.deb ...
Unpacking mongodb-org-tools (4.2.9) ...
Selecting previously unselected package mongodb-org.
Preparing to unpack .../4-mongodb-org_4.2.9_amd64.deb ...
Unpacking mongodb-org (4.2.9) ...
Selecting previously unselected package nodejs.
Preparing to unpack .../5-nodejs_12.18.3-1nodesource1_amd64.deb ...
Unpacking nodejs (12.18.3-1nodesource1) ...
Selecting previously unselected package yq.
Preparing to unpack .../6-yq_3.3.2_amd64.deb ...
Unpacking yq (3.3.2) ...
Selecting previously unselected package libhavege1:amd64.
Preparing to unpack .../7-libhavege1_1.9.1-6_amd64.deb ...
Unpacking libhavege1:amd64 (1.9.1-6) ...
Selecting previously unselected package haveged.
Preparing to unpack .../8-haveged_1.9.1-6_amd64.deb ...
Unpacking haveged (1.9.1-6) ...
Setting up nodejs (12.18.3-1nodesource1) ...
Setting up mongodb-org-shell (4.2.9) ...
Setting up mongodb-org-mongos (4.2.9) ...
Setting up libhavege1:amd64 (1.9.1-6) ...
Setting up mongodb-org-tools (4.2.9) ...
Setting up yq (3.3.2) ...
Setting up mongodb-org-server (4.2.9) ...
Adding system user `mongodb' (UID 122) ...
Adding new user `mongodb' (UID 122) with group `nogroup' ...
Not creating home directory `/home/mongodb'.
Adding group `mongodb' (GID 127) ...
Done.
Adding user `mongodb' to group `mongodb' ...
Adding user mongodb to group mongodb
Done.
Setting up haveged (1.9.1-6) ...
Created symlink /etc/systemd/system/default.target.wants/haveged.service → /lib/systemd/system/haveged.service.
Setting up mongodb-org (4.2.9) ...

Processing triggers for systemd (237-3ubuntu10.42) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
  libepubgen-0.1-1 libetonyek-0.1-1 libfreehand-0.1-1 libmspub-0.1-1
  libmwaw-0.3-3 libodfgen-0.1-1 liborcus-0.13-0 libpagemaker-0.0-0
  libreoffice-avmedia-backend-gstreamer libreoffice-style-galaxy
  librevenge-0.0-0 libvisio-0.1-1 libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4
  libxmlsec1 libxmlsec1-nss
Use 'sudo apt autoremove' to remove them.

The following additional packages will be installed:
  aglfn bbb-apps-akka bbb-config bbb-etherpad bbb-freeswitch-core
  bbb-freeswitch-sounds bbb-fsesl-akka bbb-html5 bbb-mkclean
  bbb-playback-presentation bbb-record-core bbb-transcode-akka bbb-web
  bbb-webrtc-sfu ca-certificates-java cabextract default-jre
  default-jre-headless ffmpeg firebird3.0-common firebird3.0-common-doc
  firebird3.0-server-core firebird3.0-utils fonts-crosextra-caladea
  fonts-crosextra-carlito fonts-dejavu fonts-dejavu-extra fonts-lato
  fonts-linuxlibertine fonts-noto fonts-noto-hinted fonts-noto-unhinted
  fonts-sil-gentium fonts-sil-gentium-basic freepats gdal-data git git-man
  gnuplot gnuplot-data gnuplot-qt gstreamer1.5-libav gstreamer1.5-nice
  gstreamer1.5-plugins-bad gstreamer1.5-plugins-base gstreamer1.5-plugins-good
  gstreamer1.5-plugins-ugly gstreamer1.5-pulseaudio gstreamer1.5-x java-common
  javascript-common kms-core kms-elements kms-filters kms-jsonrpc kmsjsoncpp
  kurento-media-server libaec0 libapache-pom-java libarmadillo8 libarpack2
  libatk-wrapper-java libatk-wrapper-java-jni libavcodec58 libavdevice58
  libavfilter7 libavformat58 libavresample4 libavutil56 libblas3
  libboost-log1.65.1 libboost-program-options1.65.1 libboost-regex1.65.1
  libbsh-java libcharls1 libcommons-logging-java libcommons-parent-java
  libcurl4-openssl-dev libdap25 libdapclient6v5 libdc1394-22 libdca0
  libde265-0 libdirectfb-1.7-7 libdouble-conversion1 libenca0 libepsilon1
  liberror-perl libfaad2 libfbclient2 libfluidsynth1 libfreexl1 libfyba0
  libgdal20 libgdcm2.8 libgeos-3.6.2 libgeos-c1v5 libgeotiff2 libgfortran4
  libglibmm-2.4-1v5 libgssdp-1.0-3 libgstreamer-plugins-bad1.5-0
  libgstreamer-plugins-base1.5-0 libgstreamer1.5-0 libgupnp-1.0-4
  libgupnp-igd-1.0-4 libhdf4-0-alt libhdf5-100 libib-util libjemalloc1
  libjs-jquery libkate1 libkmlbase1 libkmldom1 libkmlengine1 liblapack3
  libldns2 liblua5.2-0 libmad0 libmimic0 libminizip1 libmjpegutils-2.1-0
  libmms0 libmodplug1 libmpeg2encpp-2.1-0 libmplex2-2.1-0 libmspack0
  libmysqlclient20 libnetcdf13 libnginx-mod-http-geoip
  libnginx-mod-http-image-filter libnginx-mod-http-xslt-filter
  libnginx-mod-mail libnginx-mod-stream libnice10 libodbc1 libofa0 libogdi3.2
  libopenal-data libopenal1 libopencv-core3.2 libopencv-highgui3.2
  libopencv-imgcodecs3.2 libopencv-imgproc3.2 libopencv-ml3.2
  libopencv-objdetect3.2 libopencv-videoio3.2 libopusenc0 libopusfile0
  libpostproc55 libpq5 libproj12 libqhull7 libqt5core5a libqt5dbus5 libqt5gui5
  libqt5network5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libreoffice
  libreoffice-base libreoffice-base-drivers libreoffice-java-common
  libreoffice-nlpsolver libreoffice-report-builder
  libreoffice-report-builder-bin libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-sdbc-firebird libreoffice-sdbc-mysql libreoffice-sdbc-postgresql
  libreoffice-wiki-publisher libruby2.5 libsdl1.2debian libsdl2-2.0-0
  libsigc++-2.0-0v5 libsndio6.1 libsocket++1 libsoundtouch1 libsox-fmt-alsa
  libsox-fmt-base libsox3 libspandsp2 libspatialite7 libsrtp0 libsuperlu5
  libswresample3 libswscale5 libsystemd-dev libsz2 libtbb2 libtidy5
  libtommath1 libunoil-java liburiparser1 libusrsctp libvo-aacenc0
  libvo-amrwbenc0 libvorbisidec1 libwildmidi-config libwildmidi2
  libwxbase3.0-0v5 libwxgtk3.0-0v5 libxcb-xinerama0 libxerces-c3.2 libxml2-dev
  libxslt1-dev libzbar0 mencoder mplayer mysql-common nginx nginx-common
  nginx-core odbcinst odbcinst1debian2 opencv-data openh264
  openh264-gst-plugins-bad-1.5 openjdk-11-jre openjdk-11-jre-headless
  openjdk-8-jre-headless openwebrtc-gst-plugins proj-bin proj-data
  python3-attr python3-bs4 python3-html5lib python3-icu python3-lxml
  python3-webencodings qt5-gtk-platformtheme qttranslations5-l10n rake
  redis-server redis-tools ruby ruby-dev ruby-did-you-mean ruby-minitest
  ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.5 ruby2.5-dev
  ruby2.5-doc rubygems-integration sox tidy ttf-mscorefonts-installer
  vorbis-tools xmlstarlet
Suggested packages:
  ffmpeg-doc firebird3.0-server firebird3.0-doc git-daemon-run
  | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
  git-mediawiki git-svn gnuplot-doc frei0r-plugins kurento-dbg
  libavalon-framework-java libcommons-logging-java-doc
  libexcalibur-logkit-java liblog4j1.2-java libcurl4-doc libidn11-dev
  libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev libssl-dev
  libdirectfb-extra fluidr3mono-gm-soundfont | timgm6mb-soundfont
  | fluid-soundfont-gm geotiff-bin gdal-bin libgeotiff-epsg
  libvisual-0.4-plugins gstreamer-codec-install | gnome-codec-install
  gstreamer1.5-tools libhdf4-doc libhdf4-alt-dev hdf4-tools libmyodbc
  odbc-postgresql tdsodbc unixodbc-bin ogdi-bin libportaudio2
  qt5-image-formats-plugins qtwayland5 gpa libreoffice-grammarcheck
  libreoffice-l10n libreoffice-librelogo myspell-dictionary
  openclipart2-libreoffice | openclipart-libreoffice pstoedit unixodbc
  gstreamer1.0-plugins-bad libofficebean-java libjtds-java
  libreoffice-sdbc-hsqldb libsqliteodbc | tdsodbc | odbc-mdbtools
  default-mysql-server | virtual-mysql-server postgresql mediawiki sndiod
  libsox-fmt-all srtp-utils mplayer-doc netselect | fping fcgiwrap nginx-doc
  fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei
  | fonts-wqy-zenhei fonts-wqy-microhei fonts-wqy-zenhei python-attr-doc
  python3-genshi python3-lxml-dbg python-lxml-doc ruby-redis ri bundler
Recommended packages:
  fonts-noto-core fonts-noto-extra fonts-noto-ui-core

The following NEW packages will be installed:
  aglfn bbb-apps-akka bbb-config bbb-etherpad bbb-freeswitch-core
  bbb-freeswitch-sounds bbb-fsesl-akka bbb-html5 bbb-mkclean
  bbb-playback-presentation bbb-record-core bbb-transcode-akka bbb-web
  bbb-webrtc-sfu bigbluebutton ca-certificates-java cabextract default-jre
  default-jre-headless ffmpeg firebird3.0-common firebird3.0-common-doc
  firebird3.0-server-core firebird3.0-utils fonts-crosextra-caladea
  fonts-crosextra-carlito fonts-dejavu fonts-dejavu-extra fonts-lato
  fonts-linuxlibertine fonts-noto fonts-noto-hinted fonts-noto-unhinted
  fonts-sil-gentium fonts-sil-gentium-basic freepats gdal-data git git-man
  gnuplot gnuplot-data gnuplot-qt gstreamer1.5-libav gstreamer1.5-nice
  gstreamer1.5-plugins-bad gstreamer1.5-plugins-base gstreamer1.5-plugins-good
  gstreamer1.5-plugins-ugly gstreamer1.5-pulseaudio gstreamer1.5-x java-common
  javascript-common kms-core kms-elements kms-filters kms-jsonrpc kmsjsoncpp
  kurento-media-server libaec0 libapache-pom-java libarmadillo8 libarpack2
  libatk-wrapper-java libatk-wrapper-java-jni libavcodec58 libavdevice58
  libavfilter7 libavformat58 libavresample4 libavutil56 libblas3
  libboost-log1.65.1 libboost-program-options1.65.1 libboost-regex1.65.1
  libbsh-java libcharls1 libcommons-logging-java libcommons-parent-java
  libcurl4-openssl-dev libdap25 libdapclient6v5 libdc1394-22 libdca0
  libde265-0 libdirectfb-1.7-7 libdouble-conversion1 libenca0 libepsilon1
  liberror-perl libfaad2 libfbclient2 libfluidsynth1 libfreexl1 libfyba0
  libgdal20 libgdcm2.8 libgeos-3.6.2 libgeos-c1v5 libgeotiff2 libgfortran4
  libglibmm-2.4-1v5 libgssdp-1.0-3 libgstreamer-plugins-bad1.5-0
  libgstreamer-plugins-base1.5-0 libgstreamer1.5-0 libgupnp-1.0-4
  libgupnp-igd-1.0-4 libhdf4-0-alt libhdf5-100 libib-util libjemalloc1
  libjs-jquery libkate1 libkmlbase1 libkmldom1 libkmlengine1 liblapack3
  libldns2 liblua5.2-0 libmad0 libmimic0 libminizip1 libmjpegutils-2.1-0
  libmms0 libmodplug1 libmpeg2encpp-2.1-0 libmplex2-2.1-0 libmspack0
  libmysqlclient20 libnetcdf13 libnginx-mod-http-geoip
  libnginx-mod-http-image-filter libnginx-mod-http-xslt-filter
  libnginx-mod-mail libnginx-mod-stream libnice10 libodbc1 libofa0 libogdi3.2
  libopenal-data libopenal1 libopencv-core3.2 libopencv-highgui3.2
  libopencv-imgcodecs3.2 libopencv-imgproc3.2 libopencv-ml3.2
  libopencv-objdetect3.2 libopencv-videoio3.2 libopusenc0 libopusfile0
  libpostproc55 libpq5 libproj12 libqhull7 libqt5core5a libqt5dbus5 libqt5gui5
  libqt5network5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libreoffice
  libreoffice-base libreoffice-base-drivers libreoffice-java-common
  libreoffice-nlpsolver libreoffice-report-builder
  libreoffice-report-builder-bin libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-sdbc-firebird libreoffice-sdbc-mysql libreoffice-sdbc-postgresql
  libreoffice-wiki-publisher libruby2.5 libsdl1.2debian libsdl2-2.0-0
  libsigc++-2.0-0v5 libsndio6.1 libsocket++1 libsoundtouch1 libsox-fmt-alsa
  libsox-fmt-base libsox3 libspandsp2 libspatialite7 libsrtp0 libsuperlu5
  libswresample3 libswscale5 libsystemd-dev libsz2 libtbb2 libtidy5
  libtommath1 libunoil-java liburiparser1 libusrsctp libvo-aacenc0
  libvo-amrwbenc0 libvorbisidec1 libwildmidi-config libwildmidi2
  libwxbase3.0-0v5 libwxgtk3.0-0v5 libxcb-xinerama0 libxerces-c3.2 libxml2-dev
  libxslt1-dev libzbar0 mencoder mplayer mysql-common nginx nginx-common
  nginx-core odbcinst odbcinst1debian2 opencv-data openh264
  openh264-gst-plugins-bad-1.5 openjdk-11-jre openjdk-11-jre-headless
  openjdk-8-jre-headless openwebrtc-gst-plugins proj-bin proj-data
  python3-attr python3-bs4 python3-html5lib python3-icu python3-lxml
  python3-webencodings qt5-gtk-platformtheme qttranslations5-l10n rake
  redis-server redis-tools ruby ruby-dev ruby-did-you-mean ruby-minitest
  ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.5 ruby2.5-dev
  ruby2.5-doc rubygems-integration sox tidy ttf-mscorefonts-installer
  vorbis-tools xmlstarlet
0 upgraded, 255 newly installed, 0 to remove and 0 not upgraded.
Need to get 837 MB of archives.
After this operation, 1,845 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lato all 2.0-2 [2,698 kB]
Get:2 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-apps-akka all 2.3.0-2 [39.0 MB]
Get:3 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 libgstreamer1.5-0 amd64 1.8.1-1kurento2.18.04~20200506171443.gbp84c84b [1,872 kB]
Get:4 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libavutil56 amd64 7:4.2.2-1bbb1~ubuntu18.04 [238 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libdouble-conversion1 amd64 2.0.1-4ubuntu1 [33.0 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5core5a amd64 5.9.5+dfsg-0ubuntu2.5 [2,036 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5dbus5 amd64 5.9.5+dfsg-0ubuntu2.5 [195 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5network5 amd64 5.9.5+dfsg-0ubuntu2.5 [635 kB]
Get:9 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xinerama0 amd64 1.13-2~ubuntu18.04 [5,264 B]
Get:10 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5gui5 amd64 5.9.5+dfsg-0ubuntu2.5 [2,568 kB]
Get:11 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libswresample3 amd64 7:4.2.2-1bbb1~ubuntu18.04 [69.0 kB]
Get:12 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 libgstreamer-plugins-base1.5-0 amd64 1.8.1-1kurento2.18.04~20200506171443.gbp7fb324 [686 kB]
Get:13 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5widgets5 amd64 5.9.5+dfsg-0ubuntu2.5 [2,203 kB]
Get:14 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-libav amd64 1.8.1-1kurento1.18.04~20200506171443.gbpb33143 [5,706 kB]
Get:15 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libavcodec58 amd64 7:4.2.2-1bbb1~ubuntu18.04 [1,850 kB]
Get:16 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5 amd64 5.9.5-0ubuntu1 [128 kB]
Get:17 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmspack0 amd64 0.6-3ubuntu0.3 [37.5 kB]
Get:18 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 cabextract amd64 1.6-1.1 [21.8 kB]
Get:19 http://ca.archive.ubuntu.com/ubuntu bionic/multiverse amd64 ttf-mscorefonts-installer all 3.6ubuntu2 [27.6 kB]
Get:20 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libvo-aacenc0 amd64 0.1.3-1 [71.0 kB]
Get:21 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libvo-amrwbenc0 amd64 0.1.3-1 [66.4 kB]
Get:22 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 java-common all 0.68ubuntu1~18.04.1 [14.5 kB]
Get:23 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openjdk-11-jre-headless amd64 11.0.8+10-0ubuntu1~18.04.1 [37.6 MB]
Get:24 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libavformat58 amd64 7:4.2.2-1bbb1~ubuntu18.04 [684 kB]
Get:25 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 libnice10 amd64 0.1.16-1.18.04~20200506171443.gbp1854ac [131 kB]
Get:26 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-nice amd64 0.1.16-1.18.04~20200506171443.gbp1854ac [26.2 kB]
Get:27 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-plugins-base amd64 1.8.1-1kurento2.18.04~20200506171443.gbp7fb324 [529 kB]
Get:28 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-pulseaudio amd64 1.8.1-1kurento3.18.04~20200506171443.gbp9c3835 [79.9 kB]
Get:29 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libpostproc55 amd64 7:4.2.2-1bbb1~ubuntu18.04 [65.0 kB]
Get:30 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-plugins-good amd64 1.8.1-1kurento3.18.04~20200506171443.gbp9c3835 [1,577 kB]
Get:31 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 default-jre-headless amd64 2:1.11-68ubuntu1~18.04.1 [10.9 kB]
Get:32 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates-java all 20180516ubuntu1~18.04.1 [12.2 kB]
Get:33 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 openjdk-8-jre-headless amd64 8u265-b01-0ubuntu2~18.04 [27.5 MB]
Get:34 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libswscale5 amd64 7:4.2.2-1bbb1~ubuntu18.04 [169 kB]
Get:35 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libavfilter7 amd64 7:4.2.2-1bbb1~ubuntu18.04 [1,045 kB]
Get:36 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-plugins-ugly amd64 1.8.1-1kurento1.18.04~20200506171443.gbpbed8b0 [247 kB]
Get:37 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-x amd64 1.8.1-1kurento2.18.04~20200506171443.gbp7fb324 [105 kB]
Get:38 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 kmsjsoncpp amd64 1.6.3-1kurento1.18.04~20200506171443.gbp15940b [65.7 kB]
Get:39 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 kms-jsonrpc amd64 6.13.2-0kurento1.18.04~20200507140307.gbpfd864c [24.2 kB]
Get:40 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 kms-core amd64 6.13.2-0kurento1.18.04~20200507140307.gbp2f144b [644 kB]
Get:41 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 openjdk-11-jre amd64 11.0.8+10-0ubuntu1~18.04.1 [34.4 kB]
Get:42 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 default-jre amd64 2:1.11-68ubuntu1~18.04.1 [1,076 B]
Get:43 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libsndio6.1 amd64 1.1.0-3 [23.4 kB]
Get:44 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libsdl2-2.0-0 amd64 2.0.8+dfsg1-1ubuntu1.18.04.4 [382 kB]
Get:45 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 firebird3.0-common-doc all 3.0.2.32703.ds4-11ubuntu2 [31.5 kB]
Get:46 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 firebird3.0-common all 3.0.2.32703.ds4-11ubuntu2 [14.2 kB]
Get:47 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libtommath1 amd64 1.0.1-1 [43.9 kB]
Get:48 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libfbclient2 amd64 3.0.2.32703.ds4-11ubuntu2 [501 kB]
Get:49 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libib-util amd64 3.0.2.32703.ds4-11ubuntu2 [3,248 B]
Get:50 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 firebird3.0-server-core amd64 3.0.2.32703.ds4-11ubuntu2 [2,383 kB]
Get:51 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 firebird3.0-utils amd64 3.0.2.32703.ds4-11ubuntu2 [798 kB]
Get:52 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-crosextra-caladea all 20130214-2 [82.4 kB]
Get:53 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-crosextra-carlito all 20130920-1 [742 kB]
Get:54 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libavdevice58 amd64 7:4.2.2-1bbb1~ubuntu18.04 [63.3 kB]
Get:55 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-extra all 2.37-1 [1,953 kB]
Get:56 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-dejavu all 2.37-1 [3,130 B]
Get:57 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-linuxlibertine all 5.3.0-4 [1,627 kB]
Get:58 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-noto-hinted all 20171026-2 [6,653 kB]
Get:59 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libavresample4 amd64 7:4.2.2-1bbb1~ubuntu18.04 [67.3 kB]
Get:60 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 ffmpeg amd64 7:4.2.2-1bbb1~ubuntu18.04 [1,464 kB]
Get:61 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-noto all 20171026-2 [4,136 B]
Get:62 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-noto-unhinted all 20171026-2 [1,576 kB]
Get:63 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-sil-gentium all 20081126:1.03-2 [245 kB]
Get:64 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-sil-gentium-basic all 1.102-1 [384 kB]
Get:65 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 freepats all 20060219-1 [29.0 MB]
Get:66 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 libusrsctp amd64 0.9.2-1kurento1.18.04~20200506171443.gbpfd1d0e [208 kB]
Get:67 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-base-drivers amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [714 kB]
Get:68 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 openwebrtc-gst-plugins amd64 0.10.0-1kurento1.18.04~20200506171443.gbp6a0d22 [23.0 kB]
Get:69 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 openh264 amd64 1.4.0-1kurento1.18.04~20200506171443.gbpb8cb17 [19.2 kB]
Get:70 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 libgstreamer-plugins-bad1.5-0 amd64 1.8.1-1kurento4.18.04~20200506171443.gbp17d48d [421 kB]
Get:71 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 gdal-data all 2.2.3+dfsg-2 [363 kB]
Get:72 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
Get:73 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB]
Get:74 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3,915 kB]
Get:75 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 openh264-gst-plugins-bad-1.5 amd64 1.8.1-1kurento4.18.04~20200506171443.gbp17d48d [45.0 kB]
Get:76 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-base amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [1,688 kB]
Get:77 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 aglfn all 1.7-3 [29.4 kB]
Get:78 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 gnuplot-data all 5.2.2+dfsg1-2ubuntu1 [56.7 kB]
Get:79 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5printsupport5 amd64 5.9.5+dfsg-0ubuntu2.5 [178 kB]
Get:80 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libwxbase3.0-0v5 amd64 3.0.4+dfsg-3 [954 kB]
Get:81 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 kms-elements amd64 6.13.2-0kurento1.18.04~20200507140307.gbpa4c9f3 [396 kB]
Get:82 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libwxgtk3.0-0v5 amd64 3.0.4+dfsg-3 [4,182 kB]
Get:83 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 gnuplot-qt amd64 5.2.2+dfsg1-2ubuntu1 [1,013 kB]
Get:84 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 gnuplot all 5.2.2+dfsg1-2ubuntu1 [3,816 B]
Get:85 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libgssdp-1.0-3 amd64 1.0.2-2 [23.0 kB]
Get:86 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libgupnp-1.0-4 amd64 1.0.2-2 [59.7 kB]
Get:87 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libgupnp-igd-1.0-4 amd64 0.2.5-1 [14.9 kB]
Get:88 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libmad0 amd64 0.15.1b-9ubuntu18.04.1 [64.6 kB]
Get:89 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6,066 B]
Get:90 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libsigc++-2.0-0v5 amd64 2.10.0-2 [10.9 kB]
Get:91 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libglibmm-2.4-1v5 amd64 2.56.0-1 [516 kB]
Get:92 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libtbb2 amd64 2017~U7-8 [110 kB]
Get:93 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopencv-core3.2 amd64 3.2.0+dfsg-4ubuntu0.1 [709 kB]
Get:94 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopencv-imgproc3.2 amd64 3.2.0+dfsg-4ubuntu0.1 [818 kB]
Get:95 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libblas3 amd64 3.7.1-4ubuntu1 [140 kB]
Get:96 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgfortran4 amd64 7.5.0-3ubuntu1~18.04 [492 kB]
Get:97 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 liblapack3 amd64 3.7.1-4ubuntu1 [2,112 kB]
Get:98 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libarpack2 amd64 3.5.0+real-2 [89.7 kB]
Get:99 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libsuperlu5 amd64 5.2.1+dfsg1-3 [161 kB]
Get:100 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libarmadillo8 amd64 1:8.400.0+dfsg-2 [81.9 kB]
Get:101 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libdap25 amd64 3.19.1-2build1 [426 kB]
Get:102 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libdapclient6v5 amd64 3.19.1-2build1 [88.9 kB]
Get:103 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libepsilon1 amd64 0.9.2+dfsg-2 [41.2 kB]
Get:104 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libfreexl1 amd64 1.0.5-1 [33.4 kB]
Get:105 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libfyba0 amd64 4.1.1-3 [110 kB]
Get:106 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libgeos-3.6.2 amd64 3.6.2-1build2 [476 kB]
Get:107 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 kms-filters amd64 6.13.2-0kurento1.18.04~20200507140307.gbpd6fea9 [113 kB]
Get:108 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libgeos-c1v5 amd64 3.6.2-1build2 [54.9 kB]
Get:109 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 proj-data all 4.9.3-2 [4,020 kB]
Get:110 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libproj12 amd64 4.9.3-2 [159 kB]
Get:111 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libgeotiff2 amd64 1.4.2-2build1 [58.5 kB]
Get:112 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libhdf4-0-alt amd64 4.2.13-2 [267 kB]
Get:113 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libaec0 amd64 0.3.2-2 [18.1 kB]
Get:114 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libsz2 amd64 0.3.2-2 [5,114 B]
Get:115 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libhdf5-100 amd64 1.10.0-patch1+docs-4 [1,256 kB]
Get:116 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libminizip1 amd64 1.1-8build1 [20.2 kB]
Get:117 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 liburiparser1 amd64 0.8.4-1 [38.0 kB]
Get:118 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libkmlbase1 amd64 1.3.0-5 [44.9 kB]
Get:119 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libkmldom1 amd64 1.3.0-5 [165 kB]
Get:120 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libkmlengine1 amd64 1.3.0-5 [73.7 kB]
Get:121 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B]
Get:122 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.31-0ubuntu0.18.04.1 [688 kB]
Get:123 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-report-builder-bin amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [1,004 kB]
Get:124 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 libsrtp0 amd64 1.6.0-0kurento1.18.04~20200506171443.gbp577e0a [52.7 kB]
Get:125 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libnetcdf13 amd64 1:4.6.0-2build1 [333 kB]
Get:126 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libodbc1 amd64 2.3.4-1.1ubuntu3 [183 kB]
Get:127 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libogdi3.2 amd64 3.2.0+ds-2 [213 kB]
Get:128 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpq5 amd64 10.14-0ubuntu0.18.04.1 [107 kB]
Get:129 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libqhull7 amd64 2015.2-4 [152 kB]
Get:130 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libspatialite7 amd64 4.3.0a-5build1 [1,224 kB]
Get:131 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 gstreamer1.5-plugins-bad amd64 1.8.1-1kurento4.18.04~20200506171443.gbp17d48d [1,378 kB]
Get:132 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libxerces-c3.2 amd64 3.2.0+debian-2 [851 kB]
Get:133 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 odbcinst amd64 2.3.4-1.1ubuntu3 [12.4 kB]
Get:134 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 odbcinst1debian2 amd64 2.3.4-1.1ubuntu3 [40.4 kB]
Get:135 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libgdal20 amd64 2.2.3+dfsg-2 [5,099 kB]
Get:136 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libcharls1 amd64 1.1.0+dfsg-2 [56.1 kB]
Get:137 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libsocket++1 amd64 1.12.13-9 [38.0 kB]
Get:138 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libgdcm2.8 amd64 2.8.4-1build2 [1,834 kB]
Get:139 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [223 kB]
Get:140 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopencv-imgcodecs3.2 amd64 3.2.0+dfsg-4ubuntu0.1 [82.3 kB]
Get:141 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libdc1394-22 amd64 2.2.5-1 [77.5 kB]
Get:142 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopencv-videoio3.2 amd64 3.2.0+dfsg-4ubuntu0.1 [77.2 kB]
Get:143 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopencv-highgui3.2 amd64 3.2.0+dfsg-4ubuntu0.1 [18.9 kB]
Get:144 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopencv-ml3.2 amd64 3.2.0+dfsg-4ubuntu0.1 [223 kB]
Get:145 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libopencv-objdetect3.2 amd64 3.2.0+dfsg-4ubuntu0.1 [137 kB]
Get:146 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 opencv-data all 3.2.0+dfsg-4ubuntu0.1 [1,196 kB]
Get:147 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libboost-regex1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [259 kB]
Get:148 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libboost-log1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [384 kB]
Get:149 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libboost-program-options1.65.1 amd64 1.65.1+dfsg-0ubuntu5 [137 kB]
Get:150 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libdca0 amd64 0.0.5-10 [100.0 kB]
Get:151 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libde265-0 amd64 1.0.2-2build1 [234 kB]
Get:152 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libfaad2 amd64 2.8.8-1 [154 kB]
Get:153 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libfluidsynth1 amd64 1.1.9-1 [137 kB]
Get:154 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libkate1 amd64 0.4.1-7build1 [38.1 kB]
Get:155 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libmimic0 amd64 1.0.4-2.3 [15.0 kB]
Get:156 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libmjpegutils-2.1-0 amd64 1:2.1.0+debian-5 [24.6 kB]
Get:157 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libmms0 amd64 0.6.4-2 [27.4 kB]
Get:158 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libmodplug1 amd64 1:0.8.9.0-1 [150 kB]
Get:159 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libmpeg2encpp-2.1-0 amd64 1:2.1.0+debian-5 [67.6 kB]
Get:160 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libmplex2-2.1-0 amd64 1:2.1.0+debian-5 [43.7 kB]
Get:161 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libofa0 amd64 0.9.3-15 [49.1 kB]
Get:162 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libopenal-data all 1:1.18.2-2 [102 kB]
Get:163 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libopenal1 amd64 1:1.18.2-2 [266 kB]
Get:164 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libsoundtouch1 amd64 1.9.2-3 [39.6 kB]
Get:165 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libspandsp2 amd64 0.0.6+dfsg-0.1 [273 kB]
Get:166 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libwildmidi-config all 0.4.2-1 [7,212 B]
Get:167 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libwildmidi2 amd64 0.4.2-1 [55.8 kB]
Get:168 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libzbar0 amd64 0.10+doc-10.1build2 [75.7 kB]
Get:169 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libapache-pom-java all 18-1 [4,720 B]
Get:170 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libatk-wrapper-java all 0.33.3-20ubuntu0.1 [34.7 kB]
Get:171 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libatk-wrapper-java-jni amd64 0.33.3-20ubuntu0.1 [28.3 kB]
Get:172 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libbsh-java all 2.0b4-19 [280 kB]
Get:173 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libcommons-parent-java all 43-1 [10.8 kB]
Get:174 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libcommons-logging-java all 1.2-2 [60.3 kB]
Get:175 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libunoil-java all 1:6.4.6~rc2-0ubuntu0.18.04.1 [1,470 kB]
Get:176 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4-openssl-dev amd64 7.58.0-2ubuntu3.10 [294 kB]
Get:177 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libdirectfb-1.7-7 amd64 1.7.7-8 [953 kB]
Get:178 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libenca0 amd64 1.19-1 [54.0 kB]
Get:179 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB]
Get:180 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB]
Get:181 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nginx-common all 1.14.0-0ubuntu1.7 [37.4 kB]
Get:182 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-http-geoip amd64 1.14.0-0ubuntu1.7 [11.2 kB]
Get:183 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-http-image-filter amd64 1.14.0-0ubuntu1.7 [14.6 kB]
Get:184 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-http-xslt-filter amd64 1.14.0-0ubuntu1.7 [13.0 kB]
Get:185 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-mail amd64 1.14.0-0ubuntu1.7 [41.8 kB]
Get:186 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-stream amd64 1.14.0-0ubuntu1.7 [63.7 kB]
Get:187 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libopusfile0 amd64 0.9+20170913-1build1 [38.8 kB]
Get:188 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 rubygems-integration all 1.11 [4,994 B]
Get:189 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ruby2.5 amd64 2.5.1-1ubuntu1.6 [48.6 kB]
Get:190 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 ruby amd64 1:2.5.1 [5,712 B]
Get:191 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 rake all 12.3.1-1ubuntu0.1 [44.9 kB]
Get:192 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 ruby-did-you-mean all 1.2.0-2 [9,700 B]
Get:193 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 ruby-minitest all 5.10.3-1 [38.6 kB]
Get:194 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB]
Get:195 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 ruby-power-assert all 0.3.0-1 [7,952 B]
Get:196 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 ruby-test-unit all 3.2.5-1 [61.1 kB]
Get:197 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libruby2.5 amd64 2.5.1-1ubuntu1.6 [3,069 kB]
Get:198 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsdl1.2debian amd64 1.2.15+dfsg2-0.1ubuntu0.1 [175 kB]
Get:199 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libsox3 amd64 14.4.2-3ubuntu0.18.04.1 [226 kB]
Get:200 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libsox-fmt-alsa amd64 14.4.2-3ubuntu0.18.04.1 [10.6 kB]
Get:201 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libsox-fmt-base amd64 14.4.2-3ubuntu0.18.04.1 [32.1 kB]
Get:202 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd-dev amd64 237-3ubuntu10.42 [184 kB]
Get:203 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libtidy5 amd64 1:5.2.0-2 [160 kB]
Get:204 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.3 [756 kB]
Get:205 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1-dev amd64 1.1.29-5ubuntu0.2 [407 kB]
Get:206 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libvorbisidec1 amd64 1.0.2+svn18153-1+deb9u1build0.18.04.1 [70.5 kB]
Get:207 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 mplayer amd64 2:1.3.0-7build2 [2,215 kB]
Get:208 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 mencoder amd64 2:1.3.0-7build2 [757 kB]
Get:209 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nginx-core amd64 1.14.0-0ubuntu1.7 [413 kB]
Get:210 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 nginx all 1.14.0-0ubuntu1.7 [3,596 B]
Get:211 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 python3-attr all 17.4.0-2 [23.8 kB]
Get:212 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 python3-bs4 all 4.6.0-1 [67.8 kB]
Get:213 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 python3-webencodings all 0.5-2 [10.4 kB]
Get:214 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 python3-html5lib all 0.999999999-1 [81.9 kB]
Get:215 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 python3-icu amd64 1.9.8-0ubuntu1 [173 kB]
Get:216 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lxml amd64 4.2.1-1ubuntu0.1 [1,091 kB]
Get:217 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-gtk-platformtheme amd64 5.9.5+dfsg-0ubuntu2.5 [117 kB]
Get:218 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 qttranslations5-l10n all 5.9.5-0ubuntu1 [1,485 kB]
Get:219 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libjemalloc1 amd64 3.6.0-11 [82.4 kB]
Get:220 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 redis-tools amd64 5:4.0.9-1ubuntu0.2 [516 kB]
Get:221 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 redis-server amd64 5:4.0.9-1ubuntu0.2 [35.4 kB]
Get:222 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ruby2.5-dev amd64 2.5.1-1ubuntu1.6 [63.7 kB]
Get:223 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 ruby-dev amd64 1:2.5.1 [4,604 B]
Get:224 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 ruby2.5-doc all 2.5.1-1ubuntu1.6 [1,806 kB]
Get:225 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 sox amd64 14.4.2-3ubuntu0.18.04.1 [101 kB]
Get:226 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 tidy amd64 1:5.2.0-2 [25.5 kB]
Get:227 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 vorbis-tools amd64 1.4.0-10.1 [183 kB]
Get:228 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 xmlstarlet amd64 1.6.1-2 [382 kB]
Get:229 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libldns2 amd64 1.7.0-3ubuntu4 [136 kB]
Get:230 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 proj-bin amd64 4.9.3-2 [32.3 kB]
Get:231 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-java-common all 1:6.4.6~rc2-0ubuntu0.18.04.1 [835 kB]
Get:232 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-nlpsolver all 0.9+LibO6.4.6~rc2-0ubuntu0.18.04.1 [890 kB]
Get:233 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-report-builder all 1:6.4.6~rc2-0ubuntu0.18.04.1 [2,329 kB]
Get:234 http://ubuntu.openvidu.io/6.13.2 bionic/kms6 amd64 kurento-media-server amd64 6.13.2-0kurento1.18.04~20200507140307.gbp4e543d [501 kB]
Get:235 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-script-provider-bsh all 1:6.4.6~rc2-0ubuntu0.18.04.1 [249 kB]
Get:236 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-script-provider-js all 1:6.4.6~rc2-0ubuntu0.18.04.1 [860 kB]
Get:237 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-script-provider-python all 1:6.4.6~rc2-0ubuntu0.18.04.1 [227 kB]
Get:238 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-sdbc-firebird amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [340 kB]
Get:239 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-sdbc-mysql amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [309 kB]
Get:240 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-sdbc-postgresql amd64 1:6.4.6~rc2-0ubuntu0.18.04.1 [434 kB]
Get:241 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic/main amd64 libreoffice-wiki-publisher all 1.2.0+LibO6.4.6~rc2-0ubuntu0.18.04.1 [1,603 kB]
Get:242 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic/main amd64 libopusenc0 amd64 0.2.1-1bbb1 [23.8 kB]
Get:243 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-fsesl-akka all 2.3.0-1 [49.9 MB]
Get:244 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-transcode-akka all 2.3.0-1 [37.1 MB]
Get:245 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-webrtc-sfu amd64 1:2.3.0-1 [10.9 MB]
Get:246 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-etherpad amd64 1:2.3.0-1 [47.4 MB]
Get:247 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-web amd64 1:2.3.0-1 [109 MB]
Get:248 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-html5 amd64 1:2.3.0-1008 [66.4 MB]
Get:249 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-mkclean amd64 1:0.8.7-1 [301 kB]
Get:250 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-record-core amd64 1:2.3.0-3 [54.9 kB]
Get:251 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-playback-presentation amd64 1:2.3.0-2 [946 kB]
Get:252 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-freeswitch-sounds amd64 1:1.6.7-1 [234 MB]
Get:253 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-freeswitch-core amd64 2:2.3.0-2 [26.9 MB]
Get:254 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bbb-config amd64 1:2.3.0-5 [1,385 kB]
Get:255 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main amd64 bigbluebutton amd64 1:2.3.0-4 [3,828 B]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 837 MB in 4min 2s (3,462 kB/s)
Selecting previously unselected package fonts-lato.
(Reading database ... 151859 files and directories currently installed.)
Preparing to unpack .../000-fonts-lato_2.0-2_all.deb ...
Unpacking fonts-lato (2.0-2) ...
Selecting previously unselected package libdouble-conversion1:amd64.
Preparing to unpack .../001-libdouble-conversion1_2.0.1-4ubuntu1_amd64.deb ...
Unpacking libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Selecting previously unselected package libqt5core5a:amd64.
Preparing to unpack .../002-libqt5core5a_5.9.5+dfsg-0ubuntu2.5_amd64.deb ...
Unpacking libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Selecting previously unselected package libqt5dbus5:amd64.
Preparing to unpack .../003-libqt5dbus5_5.9.5+dfsg-0ubuntu2.5_amd64.deb ...
Unpacking libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Selecting previously unselected package libqt5network5:amd64.
Preparing to unpack .../004-libqt5network5_5.9.5+dfsg-0ubuntu2.5_amd64.deb ...
Unpacking libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../005-libxcb-xinerama0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libqt5gui5:amd64.
Preparing to unpack .../006-libqt5gui5_5.9.5+dfsg-0ubuntu2.5_amd64.deb ...
Unpacking libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Selecting previously unselected package libqt5widgets5:amd64.
Preparing to unpack .../007-libqt5widgets5_5.9.5+dfsg-0ubuntu2.5_amd64.deb ...
Unpacking libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Selecting previously unselected package libqt5svg5:amd64.
Preparing to unpack .../008-libqt5svg5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5svg5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libmspack0:amd64.
Preparing to unpack .../009-libmspack0_0.6-3ubuntu0.3_amd64.deb ...
Unpacking libmspack0:amd64 (0.6-3ubuntu0.3) ...
Selecting previously unselected package cabextract.
Preparing to unpack .../010-cabextract_1.6-1.1_amd64.deb ...
Unpacking cabextract (1.6-1.1) ...
Selecting previously unselected package ttf-mscorefonts-installer.
Preparing to unpack .../011-ttf-mscorefonts-installer_3.6ubuntu2_all.deb ...
mscorefonts-eula license has already been accepted
Unpacking ttf-mscorefonts-installer (3.6ubuntu2) ...
Selecting previously unselected package libvo-aacenc0:amd64.
Preparing to unpack .../012-libvo-aacenc0_0.1.3-1_amd64.deb ...
Unpacking libvo-aacenc0:amd64 (0.1.3-1) ...
Selecting previously unselected package libvo-amrwbenc0:amd64.
Preparing to unpack .../013-libvo-amrwbenc0_0.1.3-1_amd64.deb ...
Unpacking libvo-amrwbenc0:amd64 (0.1.3-1) ...
Selecting previously unselected package java-common.
Preparing to unpack .../014-java-common_0.68ubuntu1~18.04.1_all.deb ...
Unpacking java-common (0.68ubuntu1~18.04.1) ...
Selecting previously unselected package openjdk-11-jre-headless:amd64.
Preparing to unpack .../015-openjdk-11-jre-headless_11.0.8+10-0ubuntu1~18.04.1_amd64.deb ...
Unpacking openjdk-11-jre-headless:amd64 (11.0.8+10-0ubuntu1~18.04.1) ...
Selecting previously unselected package default-jre-headless.
Preparing to unpack .../016-default-jre-headless_2%3a1.11-68ubuntu1~18.04.1_amd64.deb ...
Unpacking default-jre-headless (2:1.11-68ubuntu1~18.04.1) ...
Selecting previously unselected package ca-certificates-java.
Preparing to unpack .../017-ca-certificates-java_20180516ubuntu1~18.04.1_all.deb ...
Unpacking ca-certificates-java (20180516ubuntu1~18.04.1) ...
Selecting previously unselected package openjdk-8-jre-headless:amd64.
Preparing to unpack .../018-openjdk-8-jre-headless_8u265-b01-0ubuntu2~18.04_amd64.deb ...
Unpacking openjdk-8-jre-headless:amd64 (8u265-b01-0ubuntu2~18.04) ...
Selecting previously unselected package bbb-apps-akka.
Preparing to unpack .../019-bbb-apps-akka_2.3.0-2_all.deb ...
Unpacking bbb-apps-akka (2.3.0-2) ...
Selecting previously unselected package bbb-fsesl-akka.
Preparing to unpack .../020-bbb-fsesl-akka_2.3.0-1_all.deb ...
Unpacking bbb-fsesl-akka (2.3.0-1) ...
Selecting previously unselected package bbb-transcode-akka.
Preparing to unpack .../021-bbb-transcode-akka_2.3.0-1_all.deb ...
Unpacking bbb-transcode-akka (2.3.0-1) ...
Selecting previously unselected package openjdk-11-jre:amd64.
Preparing to unpack .../022-openjdk-11-jre_11.0.8+10-0ubuntu1~18.04.1_amd64.deb ...
Unpacking openjdk-11-jre:amd64 (11.0.8+10-0ubuntu1~18.04.1) ...
Selecting previously unselected package default-jre.
Preparing to unpack .../023-default-jre_2%3a1.11-68ubuntu1~18.04.1_amd64.deb ...
Unpacking default-jre (2:1.11-68ubuntu1~18.04.1) ...
Selecting previously unselected package libavutil56:amd64.
Preparing to unpack .../024-libavutil56_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libavutil56:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package libswresample3:amd64.
Preparing to unpack .../025-libswresample3_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libswresample3:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package libavcodec58:amd64.
Preparing to unpack .../026-libavcodec58_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libavcodec58:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package libavformat58:amd64.
Preparing to unpack .../027-libavformat58_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libavformat58:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package libpostproc55:amd64.
Preparing to unpack .../028-libpostproc55_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libpostproc55:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package libswscale5:amd64.
Preparing to unpack .../029-libswscale5_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libswscale5:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package libavfilter7:amd64.
Preparing to unpack .../030-libavfilter7_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libavfilter7:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package libsndio6.1:amd64.
Preparing to unpack .../031-libsndio6.1_1.1.0-3_amd64.deb ...
Unpacking libsndio6.1:amd64 (1.1.0-3) ...
Selecting previously unselected package libsdl2-2.0-0:amd64.
Preparing to unpack .../032-libsdl2-2.0-0_2.0.8+dfsg1-1ubuntu1.18.04.4_amd64.deb ...
Unpacking libsdl2-2.0-0:amd64 (2.0.8+dfsg1-1ubuntu1.18.04.4) ...
Selecting previously unselected package libavdevice58:amd64.
Preparing to unpack .../033-libavdevice58_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libavdevice58:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package libavresample4:amd64.
Preparing to unpack .../034-libavresample4_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking libavresample4:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package ffmpeg.
Preparing to unpack .../035-ffmpeg_7%3a4.2.2-1bbb1~ubuntu18.04_amd64.deb ...
Unpacking ffmpeg (7:4.2.2-1bbb1~ubuntu18.04) ...
Selecting previously unselected package firebird3.0-common-doc.
Preparing to unpack .../036-firebird3.0-common-doc_3.0.2.32703.ds4-11ubuntu2_all.deb ...
Unpacking firebird3.0-common-doc (3.0.2.32703.ds4-11ubuntu2) ...
Selecting previously unselected package firebird3.0-common.
Preparing to unpack .../037-firebird3.0-common_3.0.2.32703.ds4-11ubuntu2_all.deb ...
Unpacking firebird3.0-common (3.0.2.32703.ds4-11ubuntu2) ...
Selecting previously unselected package libtommath1:amd64.
Preparing to unpack .../038-libtommath1_1.0.1-1_amd64.deb ...
Unpacking libtommath1:amd64 (1.0.1-1) ...
Selecting previously unselected package libfbclient2:amd64.
Preparing to unpack .../039-libfbclient2_3.0.2.32703.ds4-11ubuntu2_amd64.deb ...
Unpacking libfbclient2:amd64 (3.0.2.32703.ds4-11ubuntu2) ...
Selecting previously unselected package libib-util:amd64.
Preparing to unpack .../040-libib-util_3.0.2.32703.ds4-11ubuntu2_amd64.deb ...
Unpacking libib-util:amd64 (3.0.2.32703.ds4-11ubuntu2) ...
Selecting previously unselected package firebird3.0-server-core:amd64.
Preparing to unpack .../041-firebird3.0-server-core_3.0.2.32703.ds4-11ubuntu2_amd64.deb ...
Unpacking firebird3.0-server-core:amd64 (3.0.2.32703.ds4-11ubuntu2) ...
Selecting previously unselected package firebird3.0-utils.
Preparing to unpack .../042-firebird3.0-utils_3.0.2.32703.ds4-11ubuntu2_amd64.deb ...
Unpacking firebird3.0-utils (3.0.2.32703.ds4-11ubuntu2) ...
Selecting previously unselected package fonts-crosextra-caladea.
Preparing to unpack .../043-fonts-crosextra-caladea_20130214-2_all.deb ...
Unpacking fonts-crosextra-caladea (20130214-2) ...
Selecting previously unselected package fonts-crosextra-carlito.
Preparing to unpack .../044-fonts-crosextra-carlito_20130920-1_all.deb ...
Unpacking fonts-crosextra-carlito (20130920-1) ...
Selecting previously unselected package fonts-dejavu-extra.
Preparing to unpack .../045-fonts-dejavu-extra_2.37-1_all.deb ...
Unpacking fonts-dejavu-extra (2.37-1) ...
Selecting previously unselected package fonts-dejavu.
Preparing to unpack .../046-fonts-dejavu_2.37-1_all.deb ...
Unpacking fonts-dejavu (2.37-1) ...
Selecting previously unselected package fonts-linuxlibertine.
Preparing to unpack .../047-fonts-linuxlibertine_5.3.0-4_all.deb ...
Unpacking fonts-linuxlibertine (5.3.0-4) ...
Selecting previously unselected package fonts-noto-hinted.
Preparing to unpack .../048-fonts-noto-hinted_20171026-2_all.deb ...
Unpacking fonts-noto-hinted (20171026-2) ...
Selecting previously unselected package fonts-noto.
Preparing to unpack .../049-fonts-noto_20171026-2_all.deb ...
Unpacking fonts-noto (20171026-2) ...
Selecting previously unselected package fonts-noto-unhinted.
Preparing to unpack .../050-fonts-noto-unhinted_20171026-2_all.deb ...
Unpacking fonts-noto-unhinted (20171026-2) ...
Selecting previously unselected package fonts-sil-gentium.
Preparing to unpack .../051-fonts-sil-gentium_20081126%3a1.03-2_all.deb ...
Unpacking fonts-sil-gentium (20081126:1.03-2) ...
Selecting previously unselected package fonts-sil-gentium-basic.
Preparing to unpack .../052-fonts-sil-gentium-basic_1.102-1_all.deb ...
Unpacking fonts-sil-gentium-basic (1.102-1) ...
Selecting previously unselected package freepats.
Preparing to unpack .../053-freepats_20060219-1_all.deb ...
Unpacking freepats (20060219-1) ...
Selecting previously unselected package gdal-data.
Preparing to unpack .../054-gdal-data_2.2.3+dfsg-2_all.deb ...
Unpacking gdal-data (2.2.3+dfsg-2) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../055-liberror-perl_0.17025-1_all.deb ...
Unpacking liberror-perl (0.17025-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../056-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ...
Unpacking git-man (1:2.17.1-1ubuntu0.7) ...
Selecting previously unselected package git.
Preparing to unpack .../057-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ...
Unpacking git (1:2.17.1-1ubuntu0.7) ...
Selecting previously unselected package aglfn.
Preparing to unpack .../058-aglfn_1.7-3_all.deb ...
Unpacking aglfn (1.7-3) ...
Selecting previously unselected package gnuplot-data.
Preparing to unpack .../059-gnuplot-data_5.2.2+dfsg1-2ubuntu1_all.deb ...
Unpacking gnuplot-data (5.2.2+dfsg1-2ubuntu1) ...
Selecting previously unselected package libqt5printsupport5:amd64.
Preparing to unpack .../060-libqt5printsupport5_5.9.5+dfsg-0ubuntu2.5_amd64.deb ...
Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Selecting previously unselected package libwxbase3.0-0v5:amd64.
Preparing to unpack .../061-libwxbase3.0-0v5_3.0.4+dfsg-3_amd64.deb ...
Unpacking libwxbase3.0-0v5:amd64 (3.0.4+dfsg-3) ...
Selecting previously unselected package libwxgtk3.0-0v5:amd64.
Preparing to unpack .../062-libwxgtk3.0-0v5_3.0.4+dfsg-3_amd64.deb ...
Unpacking libwxgtk3.0-0v5:amd64 (3.0.4+dfsg-3) ...
Selecting previously unselected package gnuplot-qt.
Preparing to unpack .../063-gnuplot-qt_5.2.2+dfsg1-2ubuntu1_amd64.deb ...
Unpacking gnuplot-qt (5.2.2+dfsg1-2ubuntu1) ...
Selecting previously unselected package gnuplot.
Preparing to unpack .../064-gnuplot_5.2.2+dfsg1-2ubuntu1_all.deb ...
Unpacking gnuplot (5.2.2+dfsg1-2ubuntu1) ...
Selecting previously unselected package libgstreamer1.5-0:amd64.
Preparing to unpack .../065-libgstreamer1.5-0_1.8.1-1kurento2.18.04~20200506171443.gbp84c84b_amd64.deb ...
Unpacking libgstreamer1.5-0:amd64 (1.8.1-1kurento2.18.04~20200506171443.gbp84c84b) ...
Selecting previously unselected package libgstreamer-plugins-base1.5-0:amd64.
Preparing to unpack .../066-libgstreamer-plugins-base1.5-0_1.8.1-1kurento2.18.04~20200506171443.gbp7fb324_amd64.deb ...
Unpacking libgstreamer-plugins-base1.5-0:amd64 (1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Selecting previously unselected package gstreamer1.5-libav:amd64.
Preparing to unpack .../067-gstreamer1.5-libav_1.8.1-1kurento1.18.04~20200506171443.gbpb33143_amd64.deb ...
Unpacking gstreamer1.5-libav:amd64 (1.8.1-1kurento1.18.04~20200506171443.gbpb33143) ...
Selecting previously unselected package libgssdp-1.0-3:amd64.
Preparing to unpack .../068-libgssdp-1.0-3_1.0.2-2_amd64.deb ...
Unpacking libgssdp-1.0-3:amd64 (1.0.2-2) ...
Selecting previously unselected package libgupnp-1.0-4:amd64.
Preparing to unpack .../069-libgupnp-1.0-4_1.0.2-2_amd64.deb ...
Unpacking libgupnp-1.0-4:amd64 (1.0.2-2) ...
Selecting previously unselected package libgupnp-igd-1.0-4:amd64.
Preparing to unpack .../070-libgupnp-igd-1.0-4_0.2.5-1_amd64.deb ...
Unpacking libgupnp-igd-1.0-4:amd64 (0.2.5-1) ...
Selecting previously unselected package libnice10:amd64.
Preparing to unpack .../071-libnice10_0.1.16-1.18.04~20200506171443.gbp1854ac_amd64.deb ...
Unpacking libnice10:amd64 (0.1.16-1.18.04~20200506171443.gbp1854ac) ...
Selecting previously unselected package gstreamer1.5-nice:amd64.
Preparing to unpack .../072-gstreamer1.5-nice_0.1.16-1.18.04~20200506171443.gbp1854ac_amd64.deb ...
Unpacking gstreamer1.5-nice:amd64 (0.1.16-1.18.04~20200506171443.gbp1854ac) ...
Selecting previously unselected package gstreamer1.5-plugins-base:amd64.
Preparing to unpack .../073-gstreamer1.5-plugins-base_1.8.1-1kurento2.18.04~20200506171443.gbp7fb324_amd64.deb ...
Unpacking gstreamer1.5-plugins-base:amd64 (1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Selecting previously unselected package gstreamer1.5-pulseaudio:amd64.
Preparing to unpack .../074-gstreamer1.5-pulseaudio_1.8.1-1kurento3.18.04~20200506171443.gbp9c3835_amd64.deb ...
Unpacking gstreamer1.5-pulseaudio:amd64 (1.8.1-1kurento3.18.04~20200506171443.gbp9c3835) ...
Selecting previously unselected package gstreamer1.5-plugins-good:amd64.
Preparing to unpack .../075-gstreamer1.5-plugins-good_1.8.1-1kurento3.18.04~20200506171443.gbp9c3835_amd64.deb ...
Unpacking gstreamer1.5-plugins-good:amd64 (1.8.1-1kurento3.18.04~20200506171443.gbp9c3835) ...
Selecting previously unselected package libmad0:amd64.
Preparing to unpack .../076-libmad0_0.15.1b-9ubuntu18.04.1_amd64.deb ...
Unpacking libmad0:amd64 (0.15.1b-9ubuntu18.04.1) ...
Selecting previously unselected package gstreamer1.5-plugins-ugly:amd64.
Preparing to unpack .../077-gstreamer1.5-plugins-ugly_1.8.1-1kurento1.18.04~20200506171443.gbpbed8b0_amd64.deb ...
Unpacking gstreamer1.5-plugins-ugly:amd64 (1.8.1-1kurento1.18.04~20200506171443.gbpbed8b0) ...
Selecting previously unselected package gstreamer1.5-x:amd64.
Preparing to unpack .../078-gstreamer1.5-x_1.8.1-1kurento2.18.04~20200506171443.gbp7fb324_amd64.deb ...
Unpacking gstreamer1.5-x:amd64 (1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../079-javascript-common_11_all.deb ...
Unpacking javascript-common (11) ...
Selecting previously unselected package kmsjsoncpp.
Preparing to unpack .../080-kmsjsoncpp_1.6.3-1kurento1.18.04~20200506171443.gbp15940b_amd64.deb ...
Unpacking kmsjsoncpp (1.6.3-1kurento1.18.04~20200506171443.gbp15940b) ...
Selecting previously unselected package kms-jsonrpc.
Preparing to unpack .../081-kms-jsonrpc_6.13.2-0kurento1.18.04~20200507140307.gbpfd864c_amd64.deb ...
Unpacking kms-jsonrpc (6.13.2-0kurento1.18.04~20200507140307.gbpfd864c) ...
Selecting previously unselected package libsigc++-2.0-0v5:amd64.
Preparing to unpack .../082-libsigc++-2.0-0v5_2.10.0-2_amd64.deb ...
Unpacking libsigc++-2.0-0v5:amd64 (2.10.0-2) ...
Selecting previously unselected package libglibmm-2.4-1v5:amd64.
Preparing to unpack .../083-libglibmm-2.4-1v5_2.56.0-1_amd64.deb ...
Unpacking libglibmm-2.4-1v5:amd64 (2.56.0-1) ...
Selecting previously unselected package kms-core.
Preparing to unpack .../084-kms-core_6.13.2-0kurento1.18.04~20200507140307.gbp2f144b_amd64.deb ...
Unpacking kms-core (6.13.2-0kurento1.18.04~20200507140307.gbp2f144b) ...
Selecting previously unselected package libusrsctp.
Preparing to unpack .../085-libusrsctp_0.9.2-1kurento1.18.04~20200506171443.gbpfd1d0e_amd64.deb ...
Unpacking libusrsctp (0.9.2-1kurento1.18.04~20200506171443.gbpfd1d0e) ...
Selecting previously unselected package openwebrtc-gst-plugins.
Preparing to unpack .../086-openwebrtc-gst-plugins_0.10.0-1kurento1.18.04~20200506171443.gbp6a0d22_amd64.deb ...
Unpacking openwebrtc-gst-plugins (0.10.0-1kurento1.18.04~20200506171443.gbp6a0d22) ...
Selecting previously unselected package openh264.
Preparing to unpack .../087-openh264_1.4.0-1kurento1.18.04~20200506171443.gbpb8cb17_amd64.deb ...
Unpacking openh264 (1.4.0-1kurento1.18.04~20200506171443.gbpb8cb17) ...
Selecting previously unselected package libgstreamer-plugins-bad1.5-0:amd64.
Preparing to unpack .../088-libgstreamer-plugins-bad1.5-0_1.8.1-1kurento4.18.04~20200506171443.gbp17d48d_amd64.deb ...
Unpacking libgstreamer-plugins-bad1.5-0:amd64 (1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Selecting previously unselected package openh264-gst-plugins-bad-1.5:amd64.
Preparing to unpack .../089-openh264-gst-plugins-bad-1.5_1.8.1-1kurento4.18.04~20200506171443.gbp17d48d_amd64.deb ...
Unpacking openh264-gst-plugins-bad-1.5:amd64 (1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Selecting previously unselected package kms-elements.
Preparing to unpack .../090-kms-elements_6.13.2-0kurento1.18.04~20200507140307.gbpa4c9f3_amd64.deb ...
Unpacking kms-elements (6.13.2-0kurento1.18.04~20200507140307.gbpa4c9f3) ...
Selecting previously unselected package libtbb2:amd64.
Preparing to unpack .../091-libtbb2_2017~U7-8_amd64.deb ...
Unpacking libtbb2:amd64 (2017~U7-8) ...
Selecting previously unselected package libopencv-core3.2:amd64.
Preparing to unpack .../092-libopencv-core3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-core3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libopencv-imgproc3.2:amd64.
Preparing to unpack .../093-libopencv-imgproc3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-imgproc3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libblas3:amd64.
Preparing to unpack .../094-libblas3_3.7.1-4ubuntu1_amd64.deb ...
Unpacking libblas3:amd64 (3.7.1-4ubuntu1) ...
Selecting previously unselected package libgfortran4:amd64.
Preparing to unpack .../095-libgfortran4_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libgfortran4:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package liblapack3:amd64.
Preparing to unpack .../096-liblapack3_3.7.1-4ubuntu1_amd64.deb ...
Unpacking liblapack3:amd64 (3.7.1-4ubuntu1) ...
Selecting previously unselected package libarpack2:amd64.
Preparing to unpack .../097-libarpack2_3.5.0+real-2_amd64.deb ...
Unpacking libarpack2:amd64 (3.5.0+real-2) ...
Selecting previously unselected package libsuperlu5:amd64.
Preparing to unpack .../098-libsuperlu5_5.2.1+dfsg1-3_amd64.deb ...
Unpacking libsuperlu5:amd64 (5.2.1+dfsg1-3) ...
Selecting previously unselected package libarmadillo8.
Preparing to unpack .../099-libarmadillo8_1%3a8.400.0+dfsg-2_amd64.deb ...
Unpacking libarmadillo8 (1:8.400.0+dfsg-2) ...
Selecting previously unselected package libdap25:amd64.
Preparing to unpack .../100-libdap25_3.19.1-2build1_amd64.deb ...
Unpacking libdap25:amd64 (3.19.1-2build1) ...
Selecting previously unselected package libdapclient6v5:amd64.
Preparing to unpack .../101-libdapclient6v5_3.19.1-2build1_amd64.deb ...
Unpacking libdapclient6v5:amd64 (3.19.1-2build1) ...
Selecting previously unselected package libepsilon1:amd64.
Preparing to unpack .../102-libepsilon1_0.9.2+dfsg-2_amd64.deb ...
Unpacking libepsilon1:amd64 (0.9.2+dfsg-2) ...
Selecting previously unselected package libfreexl1:amd64.
Preparing to unpack .../103-libfreexl1_1.0.5-1_amd64.deb ...
Unpacking libfreexl1:amd64 (1.0.5-1) ...
Selecting previously unselected package libfyba0:amd64.
Preparing to unpack .../104-libfyba0_4.1.1-3_amd64.deb ...
Unpacking libfyba0:amd64 (4.1.1-3) ...
Selecting previously unselected package libgeos-3.6.2:amd64.
Preparing to unpack .../105-libgeos-3.6.2_3.6.2-1build2_amd64.deb ...
Unpacking libgeos-3.6.2:amd64 (3.6.2-1build2) ...
Selecting previously unselected package libgeos-c1v5:amd64.
Preparing to unpack .../106-libgeos-c1v5_3.6.2-1build2_amd64.deb ...
Unpacking libgeos-c1v5:amd64 (3.6.2-1build2) ...
Selecting previously unselected package proj-data.
Preparing to unpack .../107-proj-data_4.9.3-2_all.deb ...
Unpacking proj-data (4.9.3-2) ...
Selecting previously unselected package libproj12:amd64.
Preparing to unpack .../108-libproj12_4.9.3-2_amd64.deb ...
Unpacking libproj12:amd64 (4.9.3-2) ...
Selecting previously unselected package libgeotiff2:amd64.
Preparing to unpack .../109-libgeotiff2_1.4.2-2build1_amd64.deb ...
Unpacking libgeotiff2:amd64 (1.4.2-2build1) ...
Selecting previously unselected package libhdf4-0-alt.
Preparing to unpack .../110-libhdf4-0-alt_4.2.13-2_amd64.deb ...
Unpacking libhdf4-0-alt (4.2.13-2) ...
Selecting previously unselected package libaec0:amd64.
Preparing to unpack .../111-libaec0_0.3.2-2_amd64.deb ...
Unpacking libaec0:amd64 (0.3.2-2) ...
Selecting previously unselected package libsz2:amd64.
Preparing to unpack .../112-libsz2_0.3.2-2_amd64.deb ...
Unpacking libsz2:amd64 (0.3.2-2) ...
Selecting previously unselected package libhdf5-100:amd64.
Preparing to unpack .../113-libhdf5-100_1.10.0-patch1+docs-4_amd64.deb ...
Unpacking libhdf5-100:amd64 (1.10.0-patch1+docs-4) ...
Selecting previously unselected package libminizip1:amd64.
Preparing to unpack .../114-libminizip1_1.1-8build1_amd64.deb ...
Unpacking libminizip1:amd64 (1.1-8build1) ...
Selecting previously unselected package liburiparser1:amd64.
Preparing to unpack .../115-liburiparser1_0.8.4-1_amd64.deb ...
Unpacking liburiparser1:amd64 (0.8.4-1) ...
Selecting previously unselected package libkmlbase1:amd64.
Preparing to unpack .../116-libkmlbase1_1.3.0-5_amd64.deb ...
Unpacking libkmlbase1:amd64 (1.3.0-5) ...
Selecting previously unselected package libkmldom1:amd64.
Preparing to unpack .../117-libkmldom1_1.3.0-5_amd64.deb ...
Unpacking libkmldom1:amd64 (1.3.0-5) ...
Selecting previously unselected package libkmlengine1:amd64.
Preparing to unpack .../118-libkmlengine1_1.3.0-5_amd64.deb ...
Unpacking libkmlengine1:amd64 (1.3.0-5) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../119-mysql-common_5.8+1.0.4_all.deb ...
Unpacking mysql-common (5.8+1.0.4) ...
Selecting previously unselected package libmysqlclient20:amd64.
Preparing to unpack .../120-libmysqlclient20_5.7.31-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libmysqlclient20:amd64 (5.7.31-0ubuntu0.18.04.1) ...
Selecting previously unselected package libnetcdf13:amd64.
Preparing to unpack .../121-libnetcdf13_1%3a4.6.0-2build1_amd64.deb ...
Unpacking libnetcdf13:amd64 (1:4.6.0-2build1) ...
Selecting previously unselected package libodbc1:amd64.
Preparing to unpack .../122-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package libogdi3.2.
Preparing to unpack .../123-libogdi3.2_3.2.0+ds-2_amd64.deb ...
Unpacking libogdi3.2 (3.2.0+ds-2) ...
Selecting previously unselected package libpq5:amd64.
Preparing to unpack .../124-libpq5_10.14-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libpq5:amd64 (10.14-0ubuntu0.18.04.1) ...
Selecting previously unselected package libqhull7:amd64.
Preparing to unpack .../125-libqhull7_2015.2-4_amd64.deb ...
Unpacking libqhull7:amd64 (2015.2-4) ...
Selecting previously unselected package libspatialite7:amd64.
Preparing to unpack .../126-libspatialite7_4.3.0a-5build1_amd64.deb ...
Unpacking libspatialite7:amd64 (4.3.0a-5build1) ...
Selecting previously unselected package libxerces-c3.2:amd64.
Preparing to unpack .../127-libxerces-c3.2_3.2.0+debian-2_amd64.deb ...
Unpacking libxerces-c3.2:amd64 (3.2.0+debian-2) ...
Selecting previously unselected package odbcinst.
Preparing to unpack .../128-odbcinst_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking odbcinst (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package odbcinst1debian2:amd64.
Preparing to unpack .../129-odbcinst1debian2_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking odbcinst1debian2:amd64 (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package libgdal20.
Preparing to unpack .../130-libgdal20_2.2.3+dfsg-2_amd64.deb ...
Unpacking libgdal20 (2.2.3+dfsg-2) ...
Selecting previously unselected package libcharls1:amd64.
Preparing to unpack .../131-libcharls1_1.1.0+dfsg-2_amd64.deb ...
Unpacking libcharls1:amd64 (1.1.0+dfsg-2) ...
Selecting previously unselected package libsocket++1:amd64.
Preparing to unpack .../132-libsocket++1_1.12.13-9_amd64.deb ...
Unpacking libsocket++1:amd64 (1.12.13-9) ...
Selecting previously unselected package libgdcm2.8:amd64.
Preparing to unpack .../133-libgdcm2.8_2.8.4-1build2_amd64.deb ...
Unpacking libgdcm2.8:amd64 (2.8.4-1build2) ...
Selecting previously unselected package libopencv-imgcodecs3.2:amd64.
Preparing to unpack .../134-libopencv-imgcodecs3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-imgcodecs3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libdc1394-22:amd64.
Preparing to unpack .../135-libdc1394-22_2.2.5-1_amd64.deb ...
Unpacking libdc1394-22:amd64 (2.2.5-1) ...
Selecting previously unselected package libopencv-videoio3.2:amd64.
Preparing to unpack .../136-libopencv-videoio3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-videoio3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libopencv-highgui3.2:amd64.
Preparing to unpack .../137-libopencv-highgui3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-highgui3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libopencv-ml3.2:amd64.
Preparing to unpack .../138-libopencv-ml3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-ml3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libopencv-objdetect3.2:amd64.
Preparing to unpack .../139-libopencv-objdetect3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-objdetect3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package opencv-data.
Preparing to unpack .../140-opencv-data_3.2.0+dfsg-4ubuntu0.1_all.deb ...
Unpacking opencv-data (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package kms-filters.
Preparing to unpack .../141-kms-filters_6.13.2-0kurento1.18.04~20200507140307.gbpd6fea9_amd64.deb ...
Unpacking kms-filters (6.13.2-0kurento1.18.04~20200507140307.gbpd6fea9) ...
Selecting previously unselected package libboost-regex1.65.1:amd64.
Preparing to unpack .../142-libboost-regex1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-regex1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-log1.65.1.
Preparing to unpack .../143-libboost-log1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-log1.65.1 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-program-options1.65.1:amd64.
Preparing to unpack .../144-libboost-program-options1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-program-options1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libdca0:amd64.
Preparing to unpack .../145-libdca0_0.0.5-10_amd64.deb ...
Unpacking libdca0:amd64 (0.0.5-10) ...
Selecting previously unselected package libde265-0:amd64.
Preparing to unpack .../146-libde265-0_1.0.2-2build1_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.2-2build1) ...
Selecting previously unselected package libfaad2:amd64.
Preparing to unpack .../147-libfaad2_2.8.8-1_amd64.deb ...
Unpacking libfaad2:amd64 (2.8.8-1) ...
Selecting previously unselected package libfluidsynth1:amd64.
Preparing to unpack .../148-libfluidsynth1_1.1.9-1_amd64.deb ...
Unpacking libfluidsynth1:amd64 (1.1.9-1) ...
Selecting previously unselected package libkate1:amd64.
Preparing to unpack .../149-libkate1_0.4.1-7build1_amd64.deb ...
Unpacking libkate1:amd64 (0.4.1-7build1) ...
Selecting previously unselected package libmimic0:amd64.
Preparing to unpack .../150-libmimic0_1.0.4-2.3_amd64.deb ...
Unpacking libmimic0:amd64 (1.0.4-2.3) ...
Selecting previously unselected package libmjpegutils-2.1-0.
Preparing to unpack .../151-libmjpegutils-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmjpegutils-2.1-0 (1:2.1.0+debian-5) ...
Selecting previously unselected package libmms0:amd64.
Preparing to unpack .../152-libmms0_0.6.4-2_amd64.deb ...
Unpacking libmms0:amd64 (0.6.4-2) ...
Selecting previously unselected package libmodplug1:amd64.
Preparing to unpack .../153-libmodplug1_1%3a0.8.9.0-1_amd64.deb ...
Unpacking libmodplug1:amd64 (1:0.8.9.0-1) ...
Selecting previously unselected package libmpeg2encpp-2.1-0.
Preparing to unpack .../154-libmpeg2encpp-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmpeg2encpp-2.1-0 (1:2.1.0+debian-5) ...
Selecting previously unselected package libmplex2-2.1-0.
Preparing to unpack .../155-libmplex2-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmplex2-2.1-0 (1:2.1.0+debian-5) ...
Selecting previously unselected package libofa0:amd64.
Preparing to unpack .../156-libofa0_0.9.3-15_amd64.deb ...
Unpacking libofa0:amd64 (0.9.3-15) ...
Selecting previously unselected package libopenal-data.
Preparing to unpack .../157-libopenal-data_1%3a1.18.2-2_all.deb ...
Unpacking libopenal-data (1:1.18.2-2) ...
Selecting previously unselected package libopenal1:amd64.
Preparing to unpack .../158-libopenal1_1%3a1.18.2-2_amd64.deb ...
Unpacking libopenal1:amd64 (1:1.18.2-2) ...
Selecting previously unselected package libsoundtouch1:amd64.
Preparing to unpack .../159-libsoundtouch1_1.9.2-3_amd64.deb ...
Unpacking libsoundtouch1:amd64 (1.9.2-3) ...
Selecting previously unselected package libspandsp2:amd64.
Preparing to unpack .../160-libspandsp2_0.0.6+dfsg-0.1_amd64.deb ...
Unpacking libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Selecting previously unselected package libsrtp0:amd64.
Preparing to unpack .../161-libsrtp0_1.6.0-0kurento1.18.04~20200506171443.gbp577e0a_amd64.deb ...
Unpacking libsrtp0:amd64 (1.6.0-0kurento1.18.04~20200506171443.gbp577e0a) ...
Selecting previously unselected package libwildmidi-config.
Preparing to unpack .../162-libwildmidi-config_0.4.2-1_all.deb ...
Unpacking libwildmidi-config (0.4.2-1) ...
Selecting previously unselected package libwildmidi2:amd64.
Preparing to unpack .../163-libwildmidi2_0.4.2-1_amd64.deb ...
Unpacking libwildmidi2:amd64 (0.4.2-1) ...
Selecting previously unselected package libzbar0:amd64.
Preparing to unpack .../164-libzbar0_0.10+doc-10.1build2_amd64.deb ...
Unpacking libzbar0:amd64 (0.10+doc-10.1build2) ...
Selecting previously unselected package gstreamer1.5-plugins-bad:amd64.
Preparing to unpack .../165-gstreamer1.5-plugins-bad_1.8.1-1kurento4.18.04~20200506171443.gbp17d48d_amd64.deb ...
Unpacking gstreamer1.5-plugins-bad:amd64 (1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Selecting previously unselected package kurento-media-server.
Preparing to unpack .../166-kurento-media-server_6.13.2-0kurento1.18.04~20200507140307.gbp4e543d_amd64.deb ...
Unpacking kurento-media-server (6.13.2-0kurento1.18.04~20200507140307.gbp4e543d) ...
Selecting previously unselected package libapache-pom-java.
Preparing to unpack .../167-libapache-pom-java_18-1_all.deb ...
Unpacking libapache-pom-java (18-1) ...
Selecting previously unselected package libatk-wrapper-java.
Preparing to unpack .../168-libatk-wrapper-java_0.33.3-20ubuntu0.1_all.deb ...
Unpacking libatk-wrapper-java (0.33.3-20ubuntu0.1) ...
Selecting previously unselected package libatk-wrapper-java-jni:amd64.
Preparing to unpack .../169-libatk-wrapper-java-jni_0.33.3-20ubuntu0.1_amd64.deb ...
Unpacking libatk-wrapper-java-jni:amd64 (0.33.3-20ubuntu0.1) ...
Selecting previously unselected package libbsh-java.
Preparing to unpack .../170-libbsh-java_2.0b4-19_all.deb ...
Unpacking libbsh-java (2.0b4-19) ...
Selecting previously unselected package libcommons-parent-java.
Preparing to unpack .../171-libcommons-parent-java_43-1_all.deb ...
Unpacking libcommons-parent-java (43-1) ...
Selecting previously unselected package libcommons-logging-java.
Preparing to unpack .../172-libcommons-logging-java_1.2-2_all.deb ...
Unpacking libcommons-logging-java (1.2-2) ...
Selecting previously unselected package libcurl4-openssl-dev:amd64.
Preparing to unpack .../173-libcurl4-openssl-dev_7.58.0-2ubuntu3.10_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.58.0-2ubuntu3.10) ...
Selecting previously unselected package libdirectfb-1.7-7:amd64.
Preparing to unpack .../174-libdirectfb-1.7-7_1.7.7-8_amd64.deb ...
Unpacking libdirectfb-1.7-7:amd64 (1.7.7-8) ...
Selecting previously unselected package libenca0:amd64.
Preparing to unpack .../175-libenca0_1.19-1_amd64.deb ...
Unpacking libenca0:amd64 (1.19-1) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../176-libjs-jquery_3.2.1-1_all.deb ...
Unpacking libjs-jquery (3.2.1-1) ...
Selecting previously unselected package liblua5.2-0:amd64.
Preparing to unpack .../177-liblua5.2-0_5.2.4-1.1build1_amd64.deb ...
Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Selecting previously unselected package nginx-common.
Preparing to unpack .../178-nginx-common_1.14.0-0ubuntu1.7_all.deb ...
Unpacking nginx-common (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-geoip.
Preparing to unpack .../179-libnginx-mod-http-geoip_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-geoip (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-image-filter.
Preparing to unpack .../180-libnginx-mod-http-image-filter_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-image-filter (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-http-xslt-filter.
Preparing to unpack .../181-libnginx-mod-http-xslt-filter_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-http-xslt-filter (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-mail.
Preparing to unpack .../182-libnginx-mod-mail_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-mail (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libnginx-mod-stream.
Preparing to unpack .../183-libnginx-mod-stream_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking libnginx-mod-stream (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package libopusfile0.
Preparing to unpack .../184-libopusfile0_0.9+20170913-1build1_amd64.deb ...
Unpacking libopusfile0 (0.9+20170913-1build1) ...
Selecting previously unselected package libreoffice-base-drivers.
Preparing to unpack .../185-libreoffice-base-drivers_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-base-drivers (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-base.
Preparing to unpack .../186-libreoffice-base_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
No diversion 'diversion of /usr/lib/libreoffice/share/basic/dialog.xlc to /usr/lib/libreoffice/share/basic/dialog.xlc.noaccess by libreoffice-base', none removed.
No diversion 'diversion of /usr/lib/libreoffice/share/basic/script.xlc to /usr/lib/libreoffice/share/basic/script.xlc.noaccess by libreoffice-base', none removed.
Unpacking libreoffice-base (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-report-builder-bin.
Preparing to unpack .../187-libreoffice-report-builder-bin_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-report-builder-bin (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice.
Preparing to unpack .../188-libreoffice_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libunoil-java.
Preparing to unpack .../189-libunoil-java_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libunoil-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-java-common.
Preparing to unpack .../190-libreoffice-java-common_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-java-common (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-nlpsolver.
Preparing to unpack .../191-libreoffice-nlpsolver_0.9+LibO6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-nlpsolver (0.9+LibO6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-report-builder.
Preparing to unpack .../192-libreoffice-report-builder_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-report-builder (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-script-provider-bsh.
Preparing to unpack .../193-libreoffice-script-provider-bsh_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-script-provider-bsh (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-script-provider-js.
Preparing to unpack .../194-libreoffice-script-provider-js_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-script-provider-js (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-script-provider-python.
Preparing to unpack .../195-libreoffice-script-provider-python_1%3a6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-script-provider-python (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-sdbc-firebird.
Preparing to unpack .../196-libreoffice-sdbc-firebird_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-sdbc-firebird (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-sdbc-mysql.
Preparing to unpack .../197-libreoffice-sdbc-mysql_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-sdbc-mysql (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-sdbc-postgresql.
Preparing to unpack .../198-libreoffice-sdbc-postgresql_1%3a6.4.6~rc2-0ubuntu0.18.04.1_amd64.deb ...
Unpacking libreoffice-sdbc-postgresql (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package libreoffice-wiki-publisher.
Preparing to unpack .../199-libreoffice-wiki-publisher_1.2.0+LibO6.4.6~rc2-0ubuntu0.18.04.1_all.deb ...
Unpacking libreoffice-wiki-publisher (1.2.0+LibO6.4.6~rc2-0ubuntu0.18.04.1) ...
Selecting previously unselected package rubygems-integration.
Preparing to unpack .../200-rubygems-integration_1.11_all.deb ...
Unpacking rubygems-integration (1.11) ...
Selecting previously unselected package ruby2.5.
Preparing to unpack .../201-ruby2.5_2.5.1-1ubuntu1.6_amd64.deb ...
Unpacking ruby2.5 (2.5.1-1ubuntu1.6) ...
Selecting previously unselected package ruby.
Preparing to unpack .../202-ruby_1%3a2.5.1_amd64.deb ...
Unpacking ruby (1:2.5.1) ...
Selecting previously unselected package rake.
Preparing to unpack .../203-rake_12.3.1-1ubuntu0.1_all.deb ...
Unpacking rake (12.3.1-1ubuntu0.1) ...
Selecting previously unselected package ruby-did-you-mean.
Preparing to unpack .../204-ruby-did-you-mean_1.2.0-2_all.deb ...
Unpacking ruby-did-you-mean (1.2.0-2) ...
Selecting previously unselected package ruby-minitest.
Preparing to unpack .../205-ruby-minitest_5.10.3-1_all.deb ...
Unpacking ruby-minitest (5.10.3-1) ...
Selecting previously unselected package ruby-net-telnet.
Preparing to unpack .../206-ruby-net-telnet_0.1.1-2_all.deb ...
Unpacking ruby-net-telnet (0.1.1-2) ...
Selecting previously unselected package ruby-power-assert.
Preparing to unpack .../207-ruby-power-assert_0.3.0-1_all.deb ...
Unpacking ruby-power-assert (0.3.0-1) ...
Selecting previously unselected package ruby-test-unit.
Preparing to unpack .../208-ruby-test-unit_3.2.5-1_all.deb ...
Unpacking ruby-test-unit (3.2.5-1) ...
Selecting previously unselected package libruby2.5:amd64.
Preparing to unpack .../209-libruby2.5_2.5.1-1ubuntu1.6_amd64.deb ...
Unpacking libruby2.5:amd64 (2.5.1-1ubuntu1.6) ...
Selecting previously unselected package libsdl1.2debian:amd64.
Preparing to unpack .../210-libsdl1.2debian_1.2.15+dfsg2-0.1ubuntu0.1_amd64.deb ...
Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg2-0.1ubuntu0.1) ...
Selecting previously unselected package libsox3:amd64.
Preparing to unpack .../211-libsox3_14.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libsox3:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package libsox-fmt-alsa:amd64.
Preparing to unpack .../212-libsox-fmt-alsa_14.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libsox-fmt-alsa:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package libsox-fmt-base:amd64.
Preparing to unpack .../213-libsox-fmt-base_14.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libsox-fmt-base:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package libsystemd-dev:amd64.
Preparing to unpack .../214-libsystemd-dev_237-3ubuntu10.42_amd64.deb ...
Unpacking libsystemd-dev:amd64 (237-3ubuntu10.42) ...
Selecting previously unselected package libtidy5.
Preparing to unpack .../215-libtidy5_1%3a5.2.0-2_amd64.deb ...
Unpacking libtidy5 (1:5.2.0-2) ...
Selecting previously unselected package libxml2-dev:amd64.
Preparing to unpack .../216-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb ...
Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
Selecting previously unselected package libxslt1-dev:amd64.
Preparing to unpack .../217-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ...
Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ...
Selecting previously unselected package libvorbisidec1.
Preparing to unpack .../218-libvorbisidec1_1.0.2+svn18153-1+deb9u1build0.18.04.1_amd64.deb ...
Unpacking libvorbisidec1 (1.0.2+svn18153-1+deb9u1build0.18.04.1) ...
Selecting previously unselected package mplayer.
Preparing to unpack .../219-mplayer_2%3a1.3.0-7build2_amd64.deb ...
Unpacking mplayer (2:1.3.0-7build2) ...
Selecting previously unselected package mencoder.
Preparing to unpack .../220-mencoder_2%3a1.3.0-7build2_amd64.deb ...
Unpacking mencoder (2:1.3.0-7build2) ...
Selecting previously unselected package nginx-core.
Preparing to unpack .../221-nginx-core_1.14.0-0ubuntu1.7_amd64.deb ...
Unpacking nginx-core (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package nginx.
Preparing to unpack .../222-nginx_1.14.0-0ubuntu1.7_all.deb ...
Unpacking nginx (1.14.0-0ubuntu1.7) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../223-python3-attr_17.4.0-2_all.deb ...
Unpacking python3-attr (17.4.0-2) ...
Selecting previously unselected package python3-bs4.
Preparing to unpack .../224-python3-bs4_4.6.0-1_all.deb ...
Unpacking python3-bs4 (4.6.0-1) ...
Selecting previously unselected package python3-webencodings.
Preparing to unpack .../225-python3-webencodings_0.5-2_all.deb ...
Unpacking python3-webencodings (0.5-2) ...
Selecting previously unselected package python3-html5lib.
Preparing to unpack .../226-python3-html5lib_0.999999999-1_all.deb ...
Unpacking python3-html5lib (0.999999999-1) ...
Selecting previously unselected package python3-icu.
Preparing to unpack .../227-python3-icu_1.9.8-0ubuntu1_amd64.deb ...
Unpacking python3-icu (1.9.8-0ubuntu1) ...
Selecting previously unselected package python3-lxml:amd64.
Preparing to unpack .../228-python3-lxml_4.2.1-1ubuntu0.1_amd64.deb ...
Unpacking python3-lxml:amd64 (4.2.1-1ubuntu0.1) ...
Selecting previously unselected package qt5-gtk-platformtheme:amd64.
Preparing to unpack .../229-qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.5_amd64.deb ...
Unpacking qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Selecting previously unselected package qttranslations5-l10n.
Preparing to unpack .../230-qttranslations5-l10n_5.9.5-0ubuntu1_all.deb ...
Unpacking qttranslations5-l10n (5.9.5-0ubuntu1) ...
Selecting previously unselected package libjemalloc1.
Preparing to unpack .../231-libjemalloc1_3.6.0-11_amd64.deb ...
Unpacking libjemalloc1 (3.6.0-11) ...
Selecting previously unselected package redis-tools.
Preparing to unpack .../232-redis-tools_5%3a4.0.9-1ubuntu0.2_amd64.deb ...
Unpacking redis-tools (5:4.0.9-1ubuntu0.2) ...
Selecting previously unselected package redis-server.
Preparing to unpack .../233-redis-server_5%3a4.0.9-1ubuntu0.2_amd64.deb ...
Unpacking redis-server (5:4.0.9-1ubuntu0.2) ...
Selecting previously unselected package ruby2.5-dev:amd64.
Preparing to unpack .../234-ruby2.5-dev_2.5.1-1ubuntu1.6_amd64.deb ...
Unpacking ruby2.5-dev:amd64 (2.5.1-1ubuntu1.6) ...
Selecting previously unselected package ruby-dev:amd64.
Preparing to unpack .../235-ruby-dev_1%3a2.5.1_amd64.deb ...
Unpacking ruby-dev:amd64 (1:2.5.1) ...
Selecting previously unselected package ruby2.5-doc.
Preparing to unpack .../236-ruby2.5-doc_2.5.1-1ubuntu1.6_all.deb ...
Unpacking ruby2.5-doc (2.5.1-1ubuntu1.6) ...
Selecting previously unselected package sox.
Preparing to unpack .../237-sox_14.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking sox (14.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package tidy.
Preparing to unpack .../238-tidy_1%3a5.2.0-2_amd64.deb ...
Unpacking tidy (1:5.2.0-2) ...
Selecting previously unselected package vorbis-tools.
Preparing to unpack .../239-vorbis-tools_1.4.0-10.1_amd64.deb ...
Unpacking vorbis-tools (1.4.0-10.1) ...
Selecting previously unselected package xmlstarlet.
Preparing to unpack .../240-xmlstarlet_1.6.1-2_amd64.deb ...
Unpacking xmlstarlet (1.6.1-2) ...
Selecting previously unselected package bbb-webrtc-sfu.
Preparing to unpack .../241-bbb-webrtc-sfu_1%3a2.3.0-1_amd64.deb ...
/var/lib/dpkg/tmp.ci/preinst: line 242: ifconfig: command not found
Unpacking bbb-webrtc-sfu (1:2.3.0-1) ...
Selecting previously unselected package bbb-etherpad.
Preparing to unpack .../242-bbb-etherpad_1%3a2.3.0-1_amd64.deb ...
/var/lib/dpkg/tmp.ci/preinst: line 242: ifconfig: command not found
Unpacking bbb-etherpad (1:2.3.0-1) ...
Selecting previously unselected package bbb-web.
Preparing to unpack .../243-bbb-web_1%3a2.3.0-1_amd64.deb ...
/var/lib/dpkg/tmp.ci/preinst: line 242: ifconfig: command not found
Unpacking bbb-web (1:2.3.0-1) ...
Selecting previously unselected package bbb-html5.
Preparing to unpack .../244-bbb-html5_1%3a2.3.0-1008_amd64.deb ...
/var/lib/dpkg/tmp.ci/preinst: line 242: ifconfig: command not found
Unpacking bbb-html5 (1:2.3.0-1008) ...
Selecting previously unselected package bbb-mkclean.
Preparing to unpack .../245-bbb-mkclean_1%3a0.8.7-1_amd64.deb ...
Unpacking bbb-mkclean (1:0.8.7-1) ...
Selecting previously unselected package bbb-record-core.
Preparing to unpack .../246-bbb-record-core_1%3a2.3.0-3_amd64.deb ...
/var/lib/dpkg/tmp.ci/preinst: line 242: ifconfig: command not found
Unpacking bbb-record-core (1:2.3.0-3) ...
Selecting previously unselected package bbb-playback-presentation.
Preparing to unpack .../247-bbb-playback-presentation_1%3a2.3.0-2_amd64.deb ...
Unpacking bbb-playback-presentation (1:2.3.0-2) ...
Selecting previously unselected package libopusenc0.
Preparing to unpack .../248-libopusenc0_0.2.1-1bbb1_amd64.deb ...
Unpacking libopusenc0 (0.2.1-1bbb1) ...
Selecting previously unselected package libldns2:amd64.
Preparing to unpack .../249-libldns2_1.7.0-3ubuntu4_amd64.deb ...
Unpacking libldns2:amd64 (1.7.0-3ubuntu4) ...
Selecting previously unselected package bbb-freeswitch-sounds.
Preparing to unpack .../250-bbb-freeswitch-sounds_1%3a1.6.7-1_amd64.deb ...
Unpacking bbb-freeswitch-sounds (1:1.6.7-1) ...
Selecting previously unselected package bbb-freeswitch-core.
Preparing to unpack .../251-bbb-freeswitch-core_2%3a2.3.0-2_amd64.deb ...
/var/lib/dpkg/tmp.ci/preinst: line 242: ifconfig: command not found
Unpacking bbb-freeswitch-core (2:2.3.0-2) ...
Selecting previously unselected package bbb-config.
Preparing to unpack .../252-bbb-config_1%3a2.3.0-5_amd64.deb ...
Unpacking bbb-config (1:2.3.0-5) ...
Selecting previously unselected package bigbluebutton.
Preparing to unpack .../253-bigbluebutton_1%3a2.3.0-4_amd64.deb ...
Unpacking bigbluebutton (1:2.3.0-4) ...
Selecting previously unselected package proj-bin.
Preparing to unpack .../254-proj-bin_4.9.3-2_amd64.deb ...
Unpacking proj-bin (4.9.3-2) ...
Setting up libtommath1:amd64 (1.0.1-1) ...
Setting up libminizip1:amd64 (1.1-8build1) ...
Setting up libxcb-xinerama0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libjs-jquery (3.2.1-1) ...
Setting up libopusenc0 (0.2.1-1bbb1) ...
Setting up libopusfile0 (0.9+20170913-1build1) ...
Setting up firebird3.0-common-doc (3.0.2.32703.ds4-11ubuntu2) ...
Setting up git-man (1:2.17.1-1ubuntu0.7) ...
Setting up libmms0:amd64 (0.6.4-2) ...
Setting up libaec0:amd64 (0.3.2-2) ...
Setting up libdap25:amd64 (3.19.1-2build1) ...
Setting up python3-webencodings (0.5-2) ...
Setting up libqhull7:amd64 (2015.2-4) ...
Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ...
Setting up libmimic0:amd64 (1.0.4-2.3) ...
Setting up libmodplug1:amd64 (1:0.8.9.0-1) ...
Setting up libmspack0:amd64 (0.6-3ubuntu0.3) ...
Setting up libtidy5 (1:5.2.0-2) ...
Setting up libde265-0:amd64 (1.0.2-2build1) ...
Setting up libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Setting up libreoffice-script-provider-python (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libgfortran4:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up python3-lxml:amd64 (4.2.1-1ubuntu0.1) ...
Setting up openh264 (1.4.0-1kurento1.18.04~20200506171443.gbpb8cb17) ...
If you install this package then you are accepting the following
license:

-------------------------------------------------------
About The Cisco-Provided Binary of OpenH264 Video Codec
-------------------------------------------------------

Cisco provides this program under the terms of the BSD license.

Additionally, this binary is licensed under Cisco’s AVC/H.264 Patent Portfolio License from MPEG LA, at no cost to you, provided that the requirements and conditions shown below in the AVC/H.264 Patent Portfolio sections are met.

As with all AVC/H.264 codecs, you may also obtain your own patent license from MPEG LA or from the individual patent owners, or proceed at your own risk.  Your rights from Cisco under the BSD license are not affected by this choice.

For more information on the OpenH264 binary licensing, please see the OpenH264 FAQ found at http://www.openh264.org/faq.html#binary

A corresponding source code to this binary program is available under the same BSD terms, which can be found at http://www.openh264.org

-----------
BSD License
-----------

Copyright © 2014 Cisco Systems, Inc.

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-----------------------------------------
AVC/H.264 Patent Portfolio License Notice
-----------------------------------------

The binary form of this Software is distributed by Cisco under the AVC/H.264 Patent Portfolio License from MPEG LA, and is subject to the following requirements, which may or may not be applicable to your use of this software:

THIS PRODUCT IS LICENSED UNDER THE AVC PATENT PORTFOLIO LICENSE FOR THE PERSONAL USE OF A CONSUMER OR OTHER USES IN WHICH IT DOES NOT RECEIVE REMUNERATION TO (i) ENCODE VIDEO IN COMPLIANCE WITH THE AVC STANDARD (“AVC VIDEO”) AND/OR (ii) DECODE AVC VIDEO THAT WAS ENCODED BY A CONSUMER ENGAGED IN A PERSONAL ACTIVITY AND/OR WAS OBTAINED FROM A VIDEO PROVIDER LICENSED TO PROVIDE AVC VIDEO.  NO LICENSE IS GRANTED OR SHALL BE IMPLIED FOR ANY OTHER USE.  ADDITIONAL INFORMATION MAY BE OBTAINED FROM MPEG LA, L.L.C. SEE HTTP://WWW.MPEGLA.COM

Accordingly, please be advised that content providers and broadcasters using AVC/H.264 in their service may be required to obtain a separate use license from MPEG LA, referred to as "(b) sublicenses" in the SUMMARY OF AVC/H.264 LICENSE TERMS from MPEG LA found at http://www.openh264.org/mpegla

---------------------------------------------
AVC/H.264 Patent Portfolio License Conditions
---------------------------------------------

In addition, the Cisco-provided binary of this Software is licensed under Cisco's license from MPEG LA only if the following conditions are met:

1. The Cisco-provided binary is separately downloaded to an end user’s device, and not integrated into or combined with third party software prior to being downloaded to the end user’s device;

2. The end user must have the ability to control (e.g., to enable, disable, or re-enable) the use of the Cisco-provided binary;

3. Third party software, in the location where end users can control the use of the Cisco-provided binary, must display the following text:

       "OpenH264 Video Codec provided by Cisco Systems, Inc."

4.  Any third-party software that makes use of the Cisco-provided binary must reproduce all of the above text, as well as this last condition, in the EULA and/or in another location where licensing information is to be presented to the end user.



                          v1.0

Downloading Cisco OpenH264 libary from Cisco repositories
--2020-08-27 21:31:52--  http://ciscobinary.openh264.org/libopenh264-1.4.0-linux64.so.bz2
Resolving ciscobinary.openh264.org (ciscobinary.openh264.org)... 23.221.223.153, 23.221.223.152, 2001:4e8:0:b002::18f4:1279, ...
Connecting to ciscobinary.openh264.org (ciscobinary.openh264.org)|23.221.223.153|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 429905 (420K) [application/octet-stream]
Saving to: ‘libopenh264-1.4.0-linux64.so.bz2’

libopenh264-1.4.0-l 100%[===================>] 419.83K  --.-KB/s    in 0.1s    

2020-08-27 21:31:52 (3.48 MB/s) - ‘libopenh264-1.4.0-linux64.so.bz2’ saved [429905/429905]

Setting up libjemalloc1 (3.6.0-11) ...
Setting up liberror-perl (0.17025-1) ...
Setting up libzbar0:amd64 (0.10+doc-10.1build2) ...
Setting up fonts-linuxlibertine (5.3.0-4) ...
Setting up libunoil-java (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up tidy (1:5.2.0-2) ...
Setting up libavutil56:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up libcharls1:amd64 (1.1.0+dfsg-2) ...
Setting up libtbb2:amd64 (2017~U7-8) ...
Setting up libusrsctp (0.9.2-1kurento1.18.04~20200506171443.gbpfd1d0e) ...
Setting up libgeos-3.6.2:amd64 (3.6.2-1build2) ...
Setting up nginx-common (1.14.0-0ubuntu1.7) ...
Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /lib/systemd/system/nginx.service.
Setting up mysql-common (5.8+1.0.4) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libnginx-mod-http-image-filter (1.14.0-0ubuntu1.7) ...
Setting up libopencv-core3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up python3-icu (1.9.8-0ubuntu1) ...
Setting up java-common (0.68ubuntu1~18.04.1) ...
Setting up libfaad2:amd64 (2.8.8-1) ...
Setting up libkate1:amd64 (0.4.1-7build1) ...
Setting up firebird3.0-common (3.0.2.32703.ds4-11ubuntu2) ...
Setting up libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Setting up libfbclient2:amd64 (3.0.2.32703.ds4-11ubuntu2) ...
Setting up libsocket++1:amd64 (1.12.13-9) ...
Setting up libsdl1.2debian:amd64 (1.2.15+dfsg2-0.1ubuntu0.1) ...
Setting up libdc1394-22:amd64 (2.2.5-1) ...
Setting up libpostproc55:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up libepsilon1:amd64 (0.9.2+dfsg-2) ...
Setting up fonts-crosextra-carlito (20130920-1) ...
Setting up python3-bs4 (4.6.0-1) ...
Setting up fonts-noto-unhinted (20171026-2) ...
Setting up libavresample4:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up libsrtp0:amd64 (1.6.0-0kurento1.18.04~20200506171443.gbp577e0a) ...
Setting up libldns2:amd64 (1.7.0-3ubuntu4) ...
Setting up libfreexl1:amd64 (1.0.5-1) ...
Setting up xmlstarlet (1.6.1-2) ...
Setting up libwxbase3.0-0v5:amd64 (3.0.4+dfsg-3) ...
Setting up bbb-freeswitch-sounds (1:1.6.7-1) ...
Setting up libfyba0:amd64 (4.1.1-3) ...
Setting up libopenal-data (1:1.18.2-2) ...
Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
Setting up fonts-lato (2.0-2) ...
Setting up libdapclient6v5:amd64 (3.19.1-2build1) ...
Setting up libvo-aacenc0:amd64 (0.1.3-1) ...
Setting up libgssdp-1.0-3:amd64 (1.0.2-2) ...
Setting up gdal-data (2.2.3+dfsg-2) ...
Setting up libwildmidi-config (0.4.2-1) ...
Setting up opencv-data (3.2.0+dfsg-4ubuntu0.1) ...
Setting up kmsjsoncpp (1.6.3-1kurento1.18.04~20200506171443.gbp15940b) ...
Setting up ruby-did-you-mean (1.2.0-2) ...
Setting up libgeos-c1v5:amd64 (3.6.2-1build2) ...
Setting up libmjpegutils-2.1-0 (1:2.1.0+debian-5) ...
Setting up cabextract (1.6-1.1) ...
Setting up libblas3:amd64 (3.7.1-4ubuntu1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up libvorbisidec1 (1.0.2+svn18153-1+deb9u1build0.18.04.1) ...
Setting up libib-util:amd64 (3.0.2.32703.ds4-11ubuntu2) ...
Setting up libpq5:amd64 (10.14-0ubuntu0.18.04.1) ...
Setting up libvo-amrwbenc0:amd64 (0.1.3-1) ...
Setting up fonts-crosextra-caladea (20130214-2) ...
Setting up libreoffice-base-drivers (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up fonts-noto-hinted (20171026-2) ...
Setting up libgdcm2.8:amd64 (2.8.4-1build2) ...
Setting up qttranslations5-l10n (5.9.5-0ubuntu1) ...
Setting up python3-html5lib (0.999999999-1) ...
Setting up libapache-pom-java (18-1) ...
Setting up libdirectfb-1.7-7:amd64 (1.7.7-8) ...
Setting up ruby-net-telnet (0.1.1-2) ...
Setting up firebird3.0-server-core:amd64 (3.0.2.32703.ds4-11ubuntu2) ...
Setting up libopencv-ml3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libofa0:amd64 (0.9.3-15) ...
Setting up libnginx-mod-mail (1.14.0-0ubuntu1.7) ...
Setting up vorbis-tools (1.4.0-10.1) ...
Setting up python3-attr (17.4.0-2) ...
Setting up rubygems-integration (1.11) ...
Setting up ruby2.5-doc (2.5.1-1ubuntu1.6) ...
Setting up libopencv-imgproc3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libsystemd-dev:amd64 (237-3ubuntu10.42) ...
Setting up libnginx-mod-http-xslt-filter (1.14.0-0ubuntu1.7) ...
Setting up libmysqlclient20:amd64 (5.7.31-0ubuntu0.18.04.1) ...
Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Setting up aglfn (1.7-3) ...
Setting up javascript-common (11) ...
Setting up libmad0:amd64 (0.15.1b-9ubuntu18.04.1) ...
Setting up libhdf4-0-alt (4.2.13-2) ...
Setting up libsoundtouch1:amd64 (1.9.2-3) ...
Setting up libboost-program-options1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up libbsh-java (2.0b4-19) ...
Setting up bbb-mkclean (1:0.8.7-1) ...
Setting up libdca0:amd64 (0.0.5-10) ...
Setting up libsndio6.1:amd64 (1.1.0-3) ...
Setting up freepats (20060219-1) ...
Setting up ttf-mscorefonts-installer (3.6ubuntu2) ...
Setting up fonts-dejavu-extra (2.37-1) ...
Setting up ruby-minitest (5.10.3-1) ...
Setting up fonts-sil-gentium (20081126:1.03-2) ...
Setting up kms-jsonrpc (6.13.2-0kurento1.18.04~20200507140307.gbpfd864c) ...
Setting up libatk-wrapper-java (0.33.3-20ubuntu0.1) ...
Setting up libsox3:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Setting up fonts-sil-gentium-basic (1.102-1) ...
Setting up libgstreamer1.5-0:amd64 (1.8.1-1kurento2.18.04~20200506171443.gbp84c84b) ...
Setting up libsigc++-2.0-0v5:amd64 (2.10.0-2) ...
Setting up libenca0:amd64 (1.19-1) ...
Setting up libfluidsynth1:amd64 (1.1.9-1) ...
Setting up libnginx-mod-http-geoip (1.14.0-0ubuntu1.7) ...
Setting up libcurl4-openssl-dev:amd64 (7.58.0-2ubuntu3.10) ...
Setting up git (1:2.17.1-1ubuntu0.7) ...
Setting up libmplex2-2.1-0 (1:2.1.0+debian-5) ...
Setting up libxerces-c3.2:amd64 (3.2.0+debian-2) ...
Setting up libswscale5:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up liburiparser1:amd64 (0.8.4-1) ...
Setting up fonts-noto (20171026-2) ...
Setting up ruby-power-assert (0.3.0-1) ...
Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ...
Setting up libsz2:amd64 (0.3.2-2) ...
Setting up libboost-regex1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up proj-data (4.9.3-2) ...
Setting up fonts-dejavu (2.37-1) ...
Setting up libsox-fmt-base:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Setting up libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Setting up bbb-freeswitch-core (2:2.3.0-2) ...
/var/lib/dpkg/info/bbb-freeswitch-core.postinst: line 242: ifconfig: command not found
Adding freeswitch.service to autostart using systemd
Created symlink /etc/systemd/system/multi-user.target.wants/freeswitch.service → /lib/systemd/system/freeswitch.service.
Setting up firebird3.0-utils (3.0.2.32703.ds4-11ubuntu2) ...
Setting up libgstreamer-plugins-base1.5-0:amd64 (1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Setting up libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Setting up libproj12:amd64 (4.9.3-2) ...
Setting up libmpeg2encpp-2.1-0 (1:2.1.0+debian-5) ...
Setting up libreoffice-java-common (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up redis-tools (5:4.0.9-1ubuntu0.2) ...
Setting up libnginx-mod-stream (1.14.0-0ubuntu1.7) ...
Setting up libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Setting up libhdf5-100:amd64 (1.10.0-patch1+docs-4) ...
Setting up libswresample3:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up libgupnp-1.0-4:amd64 (1.0.2-2) ...
Setting up gstreamer1.5-pulseaudio:amd64 (1.8.1-1kurento3.18.04~20200506171443.gbp9c3835) ...
Setting up libreoffice-sdbc-firebird (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-base (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up liblapack3:amd64 (3.7.1-4ubuntu1) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up libreoffice-sdbc-postgresql (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-report-builder-bin (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libsox-fmt-alsa:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Setting up libwxgtk3.0-0v5:amd64 (3.0.4+dfsg-3) ...
Setting up libwildmidi2:amd64 (0.4.2-1) ...
Setting up libgupnp-igd-1.0-4:amd64 (0.2.5-1) ...
Setting up gnuplot-data (5.2.2+dfsg1-2ubuntu1) ...
Setting up libsuperlu5:amd64 (5.2.1+dfsg1-3) ...
Setting up libkmlbase1:amd64 (1.3.0-5) ...
Setting up gstreamer1.5-x:amd64 (1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Setting up libboost-log1.65.1 (1.65.1+dfsg-0ubuntu5) ...
Setting up libcommons-parent-java (43-1) ...
Setting up libogdi3.2 (3.2.0+ds-2) ...
Setting up libreoffice-sdbc-mysql (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libgstreamer-plugins-bad1.5-0:amd64 (1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Setting up libatk-wrapper-java-jni:amd64 (0.33.3-20ubuntu0.1) ...
Setting up libsdl2-2.0-0:amd64 (2.0.8+dfsg1-1ubuntu1.18.04.4) ...
Setting up proj-bin (4.9.3-2) ...
Setting up libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Setting up libgeotiff2:amd64 (1.4.2-2build1) ...
Setting up libnetcdf13:amd64 (1:4.6.0-2build1) ...
Setting up libnice10:amd64 (0.1.16-1.18.04~20200506171443.gbp1854ac) ...
Setting up nginx-core (1.14.0-0ubuntu1.7) ...
Setting up libspatialite7:amd64 (4.3.0a-5build1) ...
Setting up libarpack2:amd64 (3.5.0+real-2) ...
Setting up libopenal1:amd64 (1:1.18.2-2) ...
Setting up libkmldom1:amd64 (1.3.0-5) ...
Setting up libglibmm-2.4-1v5:amd64 (2.56.0-1) ...
Setting up qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Setting up openwebrtc-gst-plugins (0.10.0-1kurento1.18.04~20200506171443.gbp6a0d22) ...
Setting up sox (14.4.2-3ubuntu0.18.04.1) ...
Setting up redis-server (5:4.0.9-1ubuntu0.2) ...
Created symlink /etc/systemd/system/redis.service → /lib/systemd/system/redis-server.service.
Created symlink /etc/systemd/system/multi-user.target.wants/redis-server.service → /lib/systemd/system/redis-server.service.
Setting up gstreamer1.5-libav:amd64 (1.8.1-1kurento1.18.04~20200506171443.gbpb33143) ...
Setting up mplayer (2:1.3.0-7build2) ...
Setting up libavcodec58:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up gstreamer1.5-plugins-base:amd64 (1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Setting up gstreamer1.5-plugins-ugly:amd64 (1.8.1-1kurento1.18.04~20200506171443.gbpbed8b0) ...
Setting up mencoder (2:1.3.0-7build2) ...
Setting up libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Setting up libavformat58:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up gstreamer1.5-nice:amd64 (0.1.16-1.18.04~20200506171443.gbp1854ac) ...
Setting up libreoffice (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libcommons-logging-java (1.2-2) ...
Setting up gstreamer1.5-plugins-good:amd64 (1.8.1-1kurento3.18.04~20200506171443.gbp9c3835) ...
Setting up libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.5) ...
Setting up kms-core (6.13.2-0kurento1.18.04~20200507140307.gbp2f144b) ...
+ HOME_DIR=/var/lib/kurento
+ id kurento
+ adduser --system --group --home /var/lib/kurento --disabled-password kurento
Adding system user `kurento' (UID 124) ...
Adding new group `kurento' (GID 129) ...
Adding new user `kurento' (UID 124) with group `kurento' ...
Creating home directory `/var/lib/kurento' ...
+ mkdir -p /var/lib/kurento
+ chown -R kurento /var/lib/kurento
+ chmod 777 /var/lib/kurento
+ HOME_DIR_OLD=/var/kurento
+ [[ -d /var/kurento ]]
Setting up nginx (1.14.0-0ubuntu1.7) ...
Setting up libarmadillo8 (1:8.400.0+dfsg-2) ...
Setting up gstreamer1.5-plugins-bad:amd64 (1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Setting up libkmlengine1:amd64 (1.3.0-5) ...
Setting up libqt5svg5:amd64 (5.9.5-0ubuntu1) ...
Setting up openh264-gst-plugins-bad-1.5:amd64 (1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Setting up libreoffice-report-builder (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up kms-elements (6.13.2-0kurento1.18.04~20200507140307.gbpa4c9f3) ...
Setting up libavfilter7:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up bbb-etherpad (1:2.3.0-1) ...
/var/lib/dpkg/info/bbb-etherpad.postinst: line 242: ifconfig: command not found
Created symlink /etc/systemd/system/multi-user.target.wants/etherpad.service → /usr/lib/systemd/system/etherpad.service.
Adding etherpad.service to autostart using systemd
Setting up gnuplot-qt (5.2.2+dfsg1-2ubuntu1) ...
update-alternatives: using /usr/bin/gnuplot-qt to provide /usr/bin/gnuplot (gnuplot) in auto mode
Setting up gnuplot (5.2.2+dfsg1-2ubuntu1) ...
Setting up libavdevice58:amd64 (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up ffmpeg (7:4.2.2-1bbb1~ubuntu18.04) ...
Setting up odbcinst1debian2:amd64 (2.3.4-1.1ubuntu3) ...
Setting up ca-certificates-java (20180516ubuntu1~18.04.1) ...
head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
Adding debian:Global_Chambersign_Root_-_2008.pem
Adding debian:TWCA_Root_Certification_Authority.pem
Adding debian:XRamp_Global_CA_Root.pem
Adding debian:Certum_Trusted_Network_CA.pem
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
Adding debian:USERTrust_RSA_Certification_Authority.pem
Adding debian:GlobalSign_Root_CA.pem
Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
Adding debian:DST_Root_CA_X3.pem
Adding debian:QuoVadis_Root_CA_2.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
Adding debian:Network_Solutions_Certificate_Authority.pem
Adding debian:AffirmTrust_Premium.pem
Adding debian:SwissSign_Gold_CA_-_G2.pem
Adding debian:Atos_TrustedRoot_2011.pem
Adding debian:Amazon_Root_CA_1.pem
Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem
Adding debian:Taiwan_GRCA.pem
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
Adding debian:Buypass_Class_3_Root_CA.pem
Adding debian:QuoVadis_Root_CA_3_G3.pem
Adding debian:QuoVadis_Root_CA_2_G3.pem
Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
Adding debian:GeoTrust_Primary_Certification_Authority.pem
Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
Adding debian:Trustis_FPS_Root_CA.pem
Adding debian:GlobalSign_Root_CA_-_R6.pem
Adding debian:Certigna.pem
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
Adding debian:Certinomis_-_Root_CA.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
Adding debian:Security_Communication_Root_CA.pem
Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
Adding debian:Certplus_Class_2_Primary_CA.pem
Adding debian:USERTrust_ECC_Certification_Authority.pem
Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
Adding debian:certSIGN_ROOT_CA.pem
Adding debian:DigiCert_Trusted_Root_G4.pem
Adding debian:SZAFIR_ROOT_CA2.pem
Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
Adding debian:ISRG_Root_X1.pem
Adding debian:Baltimore_CyberTrust_Root.pem
Adding debian:ACCVRAIZ1.pem
Adding debian:Amazon_Root_CA_2.pem
Adding debian:CA_Disig_Root_R2.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
Adding debian:SecureSign_RootCA11.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
Adding debian:SecureTrust_CA.pem
Adding debian:Amazon_Root_CA_4.pem
Adding debian:Secure_Global_CA.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
Adding debian:DigiCert_Global_Root_CA.pem
Adding debian:TrustCor_RootCert_CA-1.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
Adding debian:DigiCert_Global_Root_G2.pem
Adding debian:COMODO_ECC_Certification_Authority.pem
Adding debian:GeoTrust_Universal_CA.pem
Adding debian:AC_RAIZ_FNMT-RCM.pem
Adding debian:Go_Daddy_Class_2_CA.pem
Adding debian:COMODO_RSA_Certification_Authority.pem
Adding debian:Security_Communication_RootCA2.pem
Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
Adding debian:Chambers_of_Commerce_Root_-_2008.pem
Adding debian:SwissSign_Silver_CA_-_G2.pem
Adding debian:TeliaSonera_Root_CA_v1.pem
Adding debian:LuxTrust_Global_Root_2.pem
Adding debian:TrustCor_ECA-1.pem
Adding debian:TWCA_Global_Root_CA.pem
Adding debian:VeriSign_Universal_Root_Certification_Authority.pem
Adding debian:AffirmTrust_Premium_ECC.pem
Adding debian:Comodo_AAA_Services_root.pem
Adding debian:DigiCert_Assured_ID_Root_G2.pem
Adding debian:thawte_Primary_Root_CA_-_G2.pem
Adding debian:IdenTrust_Commercial_Root_CA_1.pem
Adding debian:AffirmTrust_Commercial.pem
Adding debian:Sonera_Class_2_Root_CA.pem
Adding debian:thawte_Primary_Root_CA_-_G3.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem
Adding debian:Hongkong_Post_Root_CA_1.pem
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
Adding debian:EC-ACC.pem
Adding debian:GlobalSign_Root_CA_-_R3.pem
Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
Adding debian:Buypass_Class_2_Root_CA.pem
Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
Adding debian:COMODO_Certification_Authority.pem
Adding debian:Actalis_Authentication_Root_CA.pem
Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem
Adding debian:QuoVadis_Root_CA.pem
Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
Adding debian:CFCA_EV_ROOT.pem
Adding debian:DigiCert_Global_Root_G3.pem
Adding debian:thawte_Primary_Root_CA.pem
Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
Adding debian:GlobalSign_Root_CA_-_R2.pem
Adding debian:Entrust_Root_Certification_Authority.pem
Adding debian:QuoVadis_Root_CA_3.pem
Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
Adding debian:Izenpe.com.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
Adding debian:TrustCor_RootCert_CA-2.pem
Adding debian:E-Tugra_Certification_Authority.pem
Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
Adding debian:Certum_Trusted_Network_CA_2.pem
Adding debian:AffirmTrust_Networking.pem
Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
Adding debian:Deutsche_Telekom_Root_CA_2.pem
Adding debian:Starfield_Class_2_CA.pem
Adding debian:ePKI_Root_Certification_Authority.pem
Adding debian:DigiCert_Assured_ID_Root_G3.pem
Adding debian:GeoTrust_Global_CA.pem
Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
Adding debian:EE_Certification_Centre_Root_CA.pem
Adding debian:GeoTrust_Universal_CA_2.pem
Adding debian:Cybertrust_Global_Root.pem
Adding debian:QuoVadis_Root_CA_1_G3.pem
Adding debian:Amazon_Root_CA_3.pem
Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem
Adding debian:ssl-cert-snakeoil.pem
Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
Adding debian:DigiCert_Assured_ID_Root_CA.pem
done.
Setting up odbcinst (2.3.4-1.1ubuntu3) ...

Setting up ruby-test-unit (3.2.5-1) ...
Setting up rake (12.3.1-1ubuntu0.1) ...
Setting up libgdal20 (2.2.3+dfsg-2) ...
Setting up libopencv-imgcodecs3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libopencv-videoio3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...

Setting up libruby2.5:amd64 (2.5.1-1ubuntu1.6) ...
Setting up ruby2.5-dev:amd64 (2.5.1-1ubuntu1.6) ...
Setting up libopencv-highgui3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...

Setting up ruby2.5 (2.5.1-1ubuntu1.6) ...
Setting up libopencv-objdetect3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...

Setting up ruby-dev:amd64 (1:2.5.1) ...
Setting up ruby (1:2.5.1) ...
Setting up kms-filters (6.13.2-0kurento1.18.04~20200507140307.gbpd6fea9) ...
Setting up kurento-media-server (6.13.2-0kurento1.18.04~20200507140307.gbp4e543d) ...
+ HOME_DIR=/var/lib/kurento
+ id kurento
+ mkdir -p /var/lib/kurento
+ chown -R kurento /var/lib/kurento
+ chmod 777 /var/lib/kurento
+ HOME_DIR_OLD=/var/kurento
+ [[ -d /var/kurento ]]

Setting up bbb-record-core (1:2.3.0-3) ...
/var/lib/dpkg/info/bbb-record-core.postinst: line 242: ifconfig: command not found
Adding bbb-record-core.timer to autostart using systemd
Failed to enable unit: Unit file bbb-record-core.timer does not exist.
Failed to start bbb-record-core.timer: Unit bbb-record-core.timer not found.
bbb-record-core could not be registered or started
Setting up bbb-playback-presentation (1:2.3.0-2) ...
/var/lib/dpkg/info/bbb-playback-presentation.postinst: line 242: ifconfig: command not found

Processing triggers for systemd (237-3ubuntu10.42) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for ca-certificates (20190110~18.04.1) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Processing triggers for hicolor-icon-theme (0.17-2) ...

Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
Setting up openjdk-8-jre-headless:amd64 (8u265-b01-0ubuntu2~18.04) ...
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
Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ...

Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for update-notifier-common (3.192.1.7) ...
ttf-mscorefonts-installer: processing...
ttf-mscorefonts-installer: downloading http://downloads.sourceforge.net/corefonts/andale32.exe
Get:1 http://downloads.sourceforge.net/corefonts/andale32.exe [746 B]
Err:1 http://downloads.sourceforge.net/corefonts/andale32.exe                  
  Hash Sum mismatch
  Hashes of expected file:
   - SHA256:0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970
  Hashes of received file:
   - SHA256:251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed
   - Filesize:746 [weak]
  Last modification reported: Thu, 27 Aug 2020 05:30:12 +0000
Fetched 746 B in 1s (1,091 B/s)                                                
E: Failed to fetch https://downloads.sourceforge.net/#!/corefonts/andale32.exe  Hash Sum mismatch
   Hashes of expected file:
    - SHA256:0524fe42951adc3a7eb870e32f0920313c71f170c859b5f770d82b4ee111e970
   Hashes of received file:
    - SHA256:251a85b3bac687974f360d3796048c20ded3bf0bd69e0d1cfd1db23d013f89ed
    - Filesize:746 [weak]
   Last modification reported: Thu, 27 Aug 2020 05:30:12 +0000
E: Download Failed

Processing triggers for libreoffice-common (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Setting up openjdk-11-jre-headless:amd64 (11.0.8+10-0ubuntu1~18.04.1) ...
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Setting up bbb-apps-akka (2.3.0-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/bbb-apps-akka.service → /lib/systemd/system/bbb-apps-akka.service.
Setting up bbb-web (1:2.3.0-1) ...
/var/lib/dpkg/info/bbb-web.postinst: line 242: ifconfig: command not found
Adding bbb-web.service to autostart using systemd
Created symlink /etc/systemd/system/multi-user.target.wants/bbb-web.service → /lib/systemd/system/bbb-web.service.
Setting up bbb-fsesl-akka (2.3.0-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/bbb-fsesl-akka.service → /lib/systemd/system/bbb-fsesl-akka.service.

Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Setting up bbb-transcode-akka (2.3.0-1) ...
Created symlink /etc/systemd/system/multi-user.target.wants/bbb-transcode-akka.service → /lib/systemd/system/bbb-transcode-akka.service.
Setting up default-jre-headless (2:1.11-68ubuntu1~18.04.1) ...
Setting up openjdk-11-jre:amd64 (11.0.8+10-0ubuntu1~18.04.1) ...
Setting up libreoffice-script-provider-js (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up default-jre (2:1.11-68ubuntu1~18.04.1) ...
Setting up libreoffice-wiki-publisher (1.2.0+LibO6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up bbb-webrtc-sfu (1:2.3.0-1) ...
/var/lib/dpkg/info/bbb-webrtc-sfu.postinst: line 242: ifconfig: command not found

> json...@1.0.2 postinstall /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsonpath
> node lib/aesprim.js > generated/aesprim-browser.js


> buffe...@4.0.1 install /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bufferutil
> node-gyp-build


> w...@0.4.32 install /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/websocket-stream/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory '/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/websocket-stream/node_modules/ws/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
bufferutil.target.mk:113: recipe for target 'Release/obj.target/bufferutil/src/bufferutil.o' failed
make: Leaving directory '/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/websocket-stream/node_modules/ws/build'
@kubernetes/clien...@0.8.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@kubernetes/client-node
@types/js-...@3.12.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@types/js-yaml
@types/no...@10.14.20 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@types/node
@types/req...@2.48.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@types/request
@types/case...@0.12.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@types/caseless
@types/tough-...@2.3.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@types/tough-cookie
form...@2.5.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/form-data
asyn...@0.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asynckit
combine...@1.0.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/combined-stream
delayed...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/delayed-stream
mime-...@2.1.24 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-types
mim...@1.40.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-db
@types/under...@1.9.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@types/underscore
@types/w...@6.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@types/ws
byl...@5.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/byline
isomor...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isomorphic-ws
js-...@3.13.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/js-yaml
argp...@1.0.10 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/argparse
sprin...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sprintf-js
esp...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/esprima
json...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsonpath
esp...@1.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsonpath/node_modules/esprima
stati...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/static-eval
esco...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/escodegen
esp...@3.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/escodegen/node_modules/esprima
estra...@4.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/estraverse
esu...@2.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/esutils
optio...@0.8.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/optionator
dee...@0.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/deep-is
fast-lev...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fast-levenshtein
le...@0.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/levn
prelu...@1.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/prelude-ls
type-...@0.3.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/type-check
word...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/wordwrap
under...@1.7.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsonpath/node_modules/underscore
req...@2.88.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/request
aws-...@0.7.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/aws-sign2
aw...@1.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/aws4
case...@0.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/caseless
ext...@3.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/extend
foreve...@0.6.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/forever-agent
form...@2.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/request/node_modules/form-data
har-va...@5.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/har-validator
a...@6.10.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ajv
fast-de...@2.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fast-deep-equal
fast-json-stable-stringify@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fast-json-stable-stringify
json-schem...@0.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json-schema-traverse
uri...@4.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uri-js
puny...@2.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/punycode
har-s...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/har-schema
http-si...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/http-signature
asser...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/assert-plus
jsp...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsprim
extsp...@1.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/extsprintf
json-...@0.2.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json-schema
ver...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/verror
core-u...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/core-util-is
ss...@1.16.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sshpk
as...@0.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asn1
safer-...@2.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/safer-buffer
bcrypt...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bcrypt-pbkdf
twee...@0.14.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tweetnacl
dash...@1.14.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/dashdash
ecc-...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ecc-jsbn
js...@0.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsbn
get...@0.1.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/getpass
is-typ...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-typedarray
isst...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isstream
json-stri...@5.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json-stringify-safe
oauth...@0.9.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/oauth-sign
perform...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/performance-now
q...@6.5.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/qs
safe-...@5.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/safe-buffer
tough-...@2.4.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tough-cookie
p...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/psl
puny...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tough-cookie/node_modules/punycode
tunnel...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tunnel-agent
uu...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uuid
she...@0.8.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/shelljs
gl...@7.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/glob
fs.re...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fs.realpath
infl...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/inflight
on...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/once
wra...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/wrappy
inhe...@2.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/inherits
mini...@3.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/minimatch
brace-e...@1.1.11 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/brace-expansion
balance...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/balanced-match
conca...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/concat-map
path-is-...@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/path-is-absolute
inte...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/interpret
rec...@0.6.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/rechoir
res...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/resolve
path-...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/path-parse
ts...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tslib
under...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/underscore
w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@kubernetes/client-node/node_modules/ws
async-...@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/async-limiter
bbb-p...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bbb-promise
buil...@1.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/build-url
request...@4.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/request-promise
blue...@3.7.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bluebird
request-pr...@1.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/request-promise-core
lod...@4.17.15 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lodash
stealthy...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/stealthy-require
sh...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sha1
cha...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/charenc
cr...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/crypt
xml2js-es...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xml2js-es6-promise
xml...@0.4.22 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xml2js
s...@1.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sax
util.pr...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/util.promisify
define-p...@1.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/define-properties
objec...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/object-keys
object.getownpropertydescriptors@2.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/object.getownpropertydescriptors
es-ab...@1.15.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/es-abstract
es-to-p...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/es-to-primitive
is-ca...@1.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-callable
is-date...@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-date-object
is-s...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-symbol
has-s...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has-symbols
functi...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/function-bind
h...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has
is-r...@1.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-regex
object-...@1.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/object-inspect
string.prototype.trimleft@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/string.prototype.trimleft
string.prototype.trimright@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/string.prototype.trimright
xmlbu...@11.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xmlbuilder
con...@1.30.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/config
js...@0.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json5
os-ho...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/os-homedir
google-au...@5.5.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/google-auth-library
arr...@2.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/arrify
base...@1.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/base64-js
fast-text...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fast-text-encoding
gax...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/gaxios
abort-co...@3.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/abort-controller
event-ta...@5.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/event-target-shim
https-pr...@3.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/https-proxy-agent
agent...@4.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/agent-base
es6-pr...@5.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/es6-promisify
es6-p...@4.2.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/es6-promise
de...@3.2.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/debug
m...@2.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/debug/node_modules/ms
is-s...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-stream
node-...@2.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/node-fetch
gcp-me...@3.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/gcp-metadata
json-...@0.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json-bigint
bignum...@7.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bignumber.js
gto...@4.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/gtoken
google-...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/google-p12-pem
node-...@0.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/node-forge
j...@3.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jws
j...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jwa
buffer-equal-constant-time@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/buffer-equal-constant-time
ecdsa-sig...@1.0.11 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ecdsa-sig-formatter
mi...@2.4.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime
lru-...@5.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lru-cache
yal...@3.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/yallist
googl...@43.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/googleapis
googleap...@3.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/googleapis-common
q...@6.9.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/googleapis-common/node_modules/qs
url-te...@2.0.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/url-template
ipad...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ipaddr.js
kurento...@6.13.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/kurento-client
as...@2.6.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/async
error-...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/error-tojson
kurento-c...@6.13.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/kurento-client-core
kurento-cli...@6.13.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/kurento-client-elements
kurento-cli...@6.13.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/kurento-client-filters
kurento...@6.13.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/kurento-jsonrpc
buffe...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bufferutil
node-gy...@3.7.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/node-gyp-build
w...@7.2.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/kurento-jsonrpc/node_modules/ws
mini...@1.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/minimist
pro...@7.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/promise
as...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asap
promise...@0.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/promisecallback
reconn...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/reconnect-ws
reconne...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/reconnect-core
bac...@2.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/backoff
websocke...@0.5.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/websocket-stream
isbu...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isbuffer
thr...@2.3.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/through
w...@0.4.32 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/websocket-stream/node_modules/ws
comm...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/commander
n...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nan
opt...@0.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/options
tiny...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tinycolor
mcs...@0.0.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-js
uu...@3.3.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-js/node_modules/uuid
w...@6.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-js/node_modules/ws
mod...@1.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/modesl
evente...@4.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/eventemitter2
node-do...@1.1.22 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/node-docker-api
docker...@0.3.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/docker-modem
JSONS...@0.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/JSONStream
json...@0.0.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsonparse
de...@2.6.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/docker-modem/node_modules/debug
m...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ms
readabl...@1.0.34 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/readable-stream
isa...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isarray
string_...@0.10.31 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/string_decoder
spli...@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/split-ca
memory...@0.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/memorystream
pe...@0.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/pegjs
reada...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/readable-id
nan...@1.3.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nanoid
re...@2.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/redis
double-en...@2.1.0-0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/double-ended-queue
redis-c...@1.5.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/redis-commands
redis-...@2.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/redis-parser
sdp-tr...@2.13.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sdp-transform
sip...@0.7.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.js
w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.js/node_modules/ws
win...@2.4.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/winston
as...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/winston/node_modules/async
col...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/colors
cy...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/cycle
ey...@0.1.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/eyes
stack...@0.0.10 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/stack-trace
w...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ws
safe-...@5.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ws/node_modules/safe-buffer
ult...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ultron
qu...@6.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/queue
promi...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/promiscuous
sourc...@0.6.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/source-map
Reloading nginx.service using systemd
Adding bbb-webrtc-sfu.service to autostart using systemd
Created symlink /etc/systemd/system/multi-user.target.wants/bbb-webrtc-sfu.service → /usr/lib/systemd/system/bbb-webrtc-sfu.service.
Adding kurento-media-server.service to autostart using systemd
Synchronizing state of kurento-media-server.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable kurento-media-server
Created symlink /etc/systemd/system/default.target.wants/kurento-media-server.service → /usr/lib/systemd/system/kurento-media-server.service.

Setting up bbb-html5 (1:2.3.0-1008) ...
/var/lib/dpkg/info/bbb-html5.postinst: line 242: ifconfig: command not found
Created symlink /etc/systemd/system/multi-user.target.wants/disable-transparent-huge-pages.service → /usr/lib/systemd/system/disable-transparent-huge-pages.service.
Adding bbb-html5.service to autostart using systemd
Created symlink /etc/systemd/system/multi-user.target.wants/bbb-html5.service → /usr/lib/systemd/system/bbb-html5.service.
Setting up libreoffice-script-provider-bsh (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up libreoffice-nlpsolver (0.9+LibO6.4.6~rc2-0ubuntu0.18.04.1) ...
Setting up bbb-config (1:2.3.0-5) ...
/var/lib/dpkg/info/bbb-config.postinst: line 242: ifconfig: command not found
......
Setting up bigbluebutton (1:2.3.0-4) ...
/usr/bin/bbb-conf: line 172: ifconfig: command not found
Assigning tuberedu.org for web application URL in /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
Assigning tuberedu.org for web application URL in /usr/share/bbb-apps-akka/conf/application.conf
Assigning tuberedu.org for record and playback in /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
Assigning tuberedu.org for playback of recordings:
Changing default password for FreeSWITCH Event Socket Layer (see /opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml)
Restarting the BigBlueButton 2.3.0-dev ...
Stopping BigBlueButton

Starting BigBlueButton
Generating DSA parameters, 4096 bit long prime
....+...........+.........+...+....+.......................+.....+............................+....+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*
.....+......+........................+...+.............+..........+........+.+..+.......+............+.............+......................+...........+.......+..+....+.....+.+...+....+.......+.....................................+....................+.....+....+...............+..+.......+.....+...................................................+.......+.................+........+.......+..+......+.............+..................................+...+....+.....+..............................+...........+...+.........................+...........+......+.......+.....+...+....+......+.....................+..+.+.+.............+......+.+.....+.........+..................+................+..............+......+.+.....+...............+.........+.................+.......+.+............+...+...............+.......+...+.............+.+.......+........+...+...+.................+.....+.............+.+.........+............+...........+.....+...+...+..+......+.....+......+...............+.+..............+...............+.................+....+....+.................+..+..........................+................+............+...........+.+..+.......................+..+...+.....................+.+............+.......+......................+..+...................+.+.+.............+.........+....+......................+........+...............+..................+..............+.............+...+.......................+..........+..+.+.....+..........+.......+............+....+.......+.....+.........+.......+......+..+.+.+........+.........+...........+.....+.....+....+.........+......+.....+...+..+.........................+.+.+...........+.................+......................+..............+.......+................+...................+....+...+.............+...+..........+...........+...........+...+...+......+................+.+..+.......+.........................+.........+.................+.........+.+.........+...+..................+..+...........+...+.....+.+...+...+....+.............+.......................+............+.+....+........+............+.....+................+.+.........+..+....+........................+.......................................+..................+.+.............+...........................+.+.........+............+...+......................+...............+................................+.................+.+.+...+.........+....+.+.+.......+....+.........+.....+.......+....+......+..+..+.....+........................+..................+........+............+........+.+....................+.+...+...................+....+.....+....+...+......................................+...+......+...+...+.....................+...+.+...........+....+.....+...+.......+..+.+....+...+.+..........+..........................+....+..........+..+......+..+.............+.......+..+..............................+.....................+....................................................+....................+.....+........+.................+...+...+...+......+...............+..+...................................+....+................+................+......+.............+.....+.............................+........+..+............+........+......+...........+...........+..+..............+..+...+.....+.........+....+.+......+.................+......+.........+..........+...+.....+..+...+.......+......+..............+........+...................+...+.........+....+....+....+..........+............+...+.+...........+.....+.+..+...........+.+...+...........+..........+......+.........+....+..+.....+.....+.........+......+.....+....+...+.+...................+..................+..........+....................................+.........+............+...+......+....+.+..+..+..............+.....+...........................+..+.....+.................+...+........+....+..+.........+.....+.........+...+............+..........+.......+............................+.......................+.+...+........+.......+..................+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-extra-5.4.0-42-generic
E: Couldn't find any package by glob 'linux-image-extra-5.4.0-42-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-generic'

Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
Get:1 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB]
Hit:2 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease

Ign:3 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease

Hit:7 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:8 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:9 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Get:10 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages [12.5 kB]
Hit:11 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:12 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:15 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Fetched 76.9 kB in 2s (50.5 kB/s)
Reading package lists...
Hit:1 https://deb.nodesource.com/node_12.x bionic InRelease
Ign:2 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:4 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease

Hit:6 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:7 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:8 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:9 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease

Hit:10 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:11 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Hit:13 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:14 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
  libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
  libepubgen-0.1-1 libetonyek-0.1-1 libfreehand-0.1-1 libmspub-0.1-1
  libmwaw-0.3-3 libodfgen-0.1-1 liborcus-0.13-0 libpagemaker-0.0-0
  libreoffice-avmedia-backend-gstreamer libreoffice-style-galaxy
  librevenge-0.0-0 libvisio-0.1-1 libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4
  libxmlsec1 libxmlsec1-nss
Use 'sudo apt autoremove' to remove them.

The following additional packages will be installed:
  aufs-tools cgroupfs-mount containerd.io docker-ce-cli pigz

The following NEW packages will be installed:
  aufs-tools cgroupfs-mount containerd.io docker-ce docker-ce-cli pigz
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 85.3 MB of archives.
After this operation, 381 MB of additional disk space will be used.
Get:1 https://download.docker.com/linux/ubuntu bionic/stable amd64 containerd.io amd64 1.2.13-2 [21.4 MB]
Get:2 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 pigz amd64 2.4-1 [57.4 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 aufs-tools amd64 1:4.9+20170918-1ubuntu1 [104 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 cgroupfs-mount all 1.4 [6,320 B]
Get:5 https://download.docker.com/linux/ubuntu bionic/stable amd64 docker-ce-cli amd64 5:19.03.12~3-0~ubuntu-bionic [41.2 MB]
Get:6 https://download.docker.com/linux/ubuntu bionic/stable amd64 docker-ce amd64 5:19.03.12~3-0~ubuntu-bionic [22.5 MB]
Fetched 85.3 MB in 19s (4,462 kB/s)
Selecting previously unselected package pigz.
(Reading database ... 238156 files and directories currently installed.)
Preparing to unpack .../0-pigz_2.4-1_amd64.deb ...
Unpacking pigz (2.4-1) ...
Selecting previously unselected package aufs-tools.
Preparing to unpack .../1-aufs-tools_1%3a4.9+20170918-1ubuntu1_amd64.deb ...
Unpacking aufs-tools (1:4.9+20170918-1ubuntu1) ...
Selecting previously unselected package cgroupfs-mount.
Preparing to unpack .../2-cgroupfs-mount_1.4_all.deb ...
Unpacking cgroupfs-mount (1.4) ...
Selecting previously unselected package containerd.io.
Preparing to unpack .../3-containerd.io_1.2.13-2_amd64.deb ...
Unpacking containerd.io (1.2.13-2) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../4-docker-ce-cli_5%3a19.03.12~3-0~ubuntu-bionic_amd64.deb ...
Unpacking docker-ce-cli (5:19.03.12~3-0~ubuntu-bionic) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../5-docker-ce_5%3a19.03.12~3-0~ubuntu-bionic_amd64.deb ...
Unpacking docker-ce (5:19.03.12~3-0~ubuntu-bionic) ...
Setting up aufs-tools (1:4.9+20170918-1ubuntu1) ...
Setting up containerd.io (1.2.13-2) ...
Created symlink /etc/systemd/system/multi-user.target.wants/containerd.service → /lib/systemd/system/containerd.service.
Setting up cgroupfs-mount (1.4) ...
Setting up docker-ce-cli (5:19.03.12~3-0~ubuntu-bionic) ...
Setting up pigz (2.4-1) ...
Setting up docker-ce (5:19.03.12~3-0~ubuntu-bionic) ...
Created symlink /etc/systemd/system/multi-user.target.wants/docker.service → /lib/systemd/system/docker.service.
Created symlink /etc/systemd/system/sockets.target.wants/docker.socket → /lib/systemd/system/docker.socket.

Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Processing triggers for systemd (237-3ubuntu10.42) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for ureadahead (0.100.0-21) ...
/usr/bin/docker
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   651  100   651    0     0   2503      0 --:--:-- --:--:-- --:--:--  2503
100 15.4M  100 15.4M    0     0  2191k      0  0:00:07  0:00:07 --:--:-- 2342k
Unable to find image 'bigbluebutton/greenlight:v2' locally
v2: Pulling from bigbluebutton/greenlight
c67f3896b22c: Pulling fs layer
4ce14b0d7247: Pulling fs layer
98cc3898e899: Pulling fs layer
f8ef96ffa528: Pulling fs layer
9948d268f1da: Pulling fs layer
7e1226e995c4: Pulling fs layer
df011985c35e: Pulling fs layer
f8ef96ffa528: Waiting
7e1226e995c4: Waiting
df011985c35e: Waiting
9948d268f1da: Waiting
4ce14b0d7247: Verifying Checksum
4ce14b0d7247: Download complete
c67f3896b22c: Verifying Checksum
c67f3896b22c: Download complete
f8ef96ffa528: Download complete
c67f3896b22c: Pull complete
4ce14b0d7247: Pull complete
9948d268f1da: Verifying Checksum
9948d268f1da: Download complete
7e1226e995c4: Verifying Checksum
7e1226e995c4: Download complete
98cc3898e899: Verifying Checksum
98cc3898e899: Download complete
98cc3898e899: Pull complete
f8ef96ffa528: Pull complete
9948d268f1da: Pull complete
df011985c35e: Verifying Checksum
df011985c35e: Download complete
7e1226e995c4: Pull complete
df011985c35e: Pull complete
Digest: sha256:3029ed87293ea6800c3955f9c67d3c32382002f68d78149143217b57b7a0bdc8
Status: Downloaded newer image for bigbluebutton/greenlight:v2
# Routes requests to Greenlight based on the '/b' prefix.
# Use this file to route '/b' paths on your BigBlueButton server
# to the Greenlight application. If you are using a different
# subpath, you should change it here.

location /b {
  proxy_pass          http://127.0.0.1:5000;
  proxy_set_header    Host              $host;
  proxy_set_header    X-Forwarded-For   $proxy_add_x_forwarded_for;
  proxy_set_header    X-Forwarded-Proto $scheme;
  proxy_http_version  1.1;
}

location /b/cable {
  proxy_pass          http://127.0.0.1:5000;
  proxy_set_header    Host              $host;
  proxy_set_header    X-Forwarded-For   $proxy_add_x_forwarded_for;
  proxy_set_header    X-Forwarded-Proto $scheme;
  proxy_set_header    Upgrade           $http_upgrade;
  proxy_set_header    Connection        "Upgrade";
  proxy_http_version  1.1;
  proxy_read_timeout  6h;
  proxy_send_timeout  6h;
  client_body_timeout 6h;
  send_timeout        6h;
}

# Allow larger body size for uploading presentations
location ~ /preupload_presentation$ {
  client_max_body_size 30m;

  proxy_pass          http://127.0.0.1:5000;
  proxy_set_header    Host              $host;
  proxy_set_header    X-Forwarded-For   $proxy_add_x_forwarded_for;
  proxy_set_header    X-Forwarded-Proto $scheme;
  proxy_http_version  1.1;
}

# Only needed if using presentations and deployed at a relative root (ex "/b")
# If deploying at "/", delete the section below

location /rails/active_storage {
  return 301 /b$request_uri;

}
Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
Creating network "greenlight_default" with the default driver
Pulling db (postgres:9.5)...
9.5: Pulling from library/postgres
Digest: sha256:226d353dc64b10b18dcbcb0dcfb8b032e6106f1277133d4e1d648e9d200f7fb2
Status: Downloaded newer image for postgres:9.5

Creating greenlight_db_1 ... done
Creating greenlight-v2   ... done
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
  libepubgen-0.1-1 libetonyek-0.1-1 libfreehand-0.1-1 libmspub-0.1-1
  libmwaw-0.3-3 libodfgen-0.1-1 liborcus-0.13-0 libpagemaker-0.0-0
  libreoffice-avmedia-backend-gstreamer libreoffice-style-galaxy
  librevenge-0.0-0 libvisio-0.1-1 libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4
  libxmlsec1 libxmlsec1-nss
0 upgraded, 0 newly installed, 22 to remove and 0 not upgraded.
After this operation, 21.8 MB disk space will be freed.
(Reading database ... 238460 files and directories currently installed.)
Removing libabw-0.1-1:amd64 (0.1.2-1ubuntu1) ...
Removing libcdr-0.1-1:amd64 (0.1.4-1build1) ...
Removing libcmis-0.5-5v5 (0.5.1+git20160603-3build2) ...
Removing libe-book-0.1-1:amd64 (0.1.3-1) ...
Removing libeot0:amd64 (0.01-5) ...
Removing libepubgen-0.1-1:amd64 (0.1.0-2ubuntu1) ...
Removing libetonyek-0.1-1:amd64 (0.1.7-3) ...
Removing libfreehand-0.1-1 (0.1.2-2) ...
Removing libmspub-0.1-1:amd64 (0.1.4-1) ...
Removing libmwaw-0.3-3:amd64 (0.3.13-1) ...
Removing libodfgen-0.1-1:amd64 (0.1.6-2) ...
Removing liborcus-0.13-0:amd64 (0.13.4-2) ...
Removing libpagemaker-0.0-0:amd64 (0.0.4-1) ...
Removing libreoffice-avmedia-backend-gstreamer (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Removing libreoffice-style-galaxy (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Removing libwps-0.4-4:amd64 (0.4.8-1) ...
Removing libwpg-0.3-3:amd64 (0.3.1-3) ...
Removing libvisio-0.1-1:amd64 (0.1.6-1build1) ...
Removing libwpd-0.10-10:amd64 (0.10.2-2) ...
Removing libxmlsec1-nss:amd64 (1.2.25-1build1) ...
Removing libxmlsec1:amd64 (1.2.25-1build1) ...
Removing librevenge-0.0-0:amd64 (0.0.4-6ubuntu2) ...

Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
/usr/bin/bbb-conf: line 172: ifconfig: command not found
Assigning tuberedu.org for web application URL in /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
Assigning tuberedu.org for web application URL in /usr/share/bbb-apps-akka/conf/application.conf
Assigning tuberedu.org for record and playback in /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
Assigning tuberedu.org for playback of recordings:
Restarting the BigBlueButton 2.3.0-dev ...
Stopping BigBlueButton

Starting BigBlueButton

Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
/usr/bin/bbb-conf: line 172: ifconfig: command not found

BigBlueButton Server 2.3.0-dev (1044)
                    Kernel version: 5.4.0-42-generic
                      Distribution: Ubuntu 18.04.5 LTS (64-bit)
                            Memory: 16398 MB
                         CPU cores: 4

/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
       bigbluebutton.web.serverURL: https://tuberedu.org
                defaultGuestPolicy: ALWAYS_ACCEPT
                 svgImagesRequired: true

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name: tuberedu.org
                              port: 80, [::]:80
                              port: 443 ssl

/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
                       local_ip_v4: 192.168.0.115
                   external_rtp_ip: stun:stun.freeswitch.org
                   external_sip_ip: stun:stun.freeswitch.org

/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
                        ext-rtp-ip: $${local_ip_v4}
                        ext-sip-ip: $${local_ip_v4}
                        ws-binding: :5066
                       wss-binding: 192.168.0.115:7443

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback_host: tuberedu.org
                 playback_protocol: https
                            ffmpeg: 4.2.2-1bbb1~ubuntu18.04

/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
                        proxy_pass: 192.168.0.115

/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
                        kurento.ip: 192.168.0.115
                       kurento.url: ws://127.0.0.1:8888/kurento
                    kurento.sip_ip: 192.168.0.115
                    localIpAddress: 192.168.0.115
               recordScreenSharing: true
                     recordWebcams: true
                  codec_video_main: VP8
               codec_video_content: VP8

/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml (HTML5 client)
                             build: 1008
                        kurentoUrl: wss://tuberedu.org/bbb-webrtc-sfu
                  enableListenOnly: true


# Potential problems described below
# IP does not match:
#                           IP from ifconfig: 192.168.0.115
#   /etc/nginx/sites-available/bigbluebutton: tuberedu.org
/usr/bin/bbb-conf: line 968: netstat: command not found
/usr/bin/bbb-conf: line 981: netstat: command not found
# Not running:  Nginx tomcat8 or grails LibreOffice
curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.
curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
# Error: Could not connect to the configured hostname/IP address
#
#    https://tuberedu.org/
#
# If your BigBlueButton server is behind a firewall, see FAQ.

curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
# Error: Unable to reach default URL for presentation:
#
#    https://tuberedu.org/default.pdf
#
# Check value for beans.presentationService.defaultUploadedPresentation in
#   /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
/usr/bin/bbb-conf: line 172: ifconfig: command not found
/usr/bin/bbb-conf: line 1529: netstat: command not found
root@Bach:~#  


On Thu, Aug 27, 2020 at 10:31 PM Roger Moore <rmo...@ualberta.net> wrote:
Changed the hostname but still getting this error:

root@Bach:~# hostnamectl set-hostname tuberedu.org
root@Bach:~#
root@Bach:~#
root@Bach:~# hostnamectl
   Static hostname: tuberedu.org
         Icon name: computer-server
           Chassis: server
        Machine ID: d1efa17a0c4445cd9ce187527d718e70
           Boot ID: 05e5401fe36d4a0b8b1c16547ffd2c90
  Operating System: Ubuntu 18.04.5 LTS
            Kernel: Linux 5.4.0-42-generic
      Architecture: x86-64
root@Bach:~# cat /etc/hosts
127.0.0.1       localhost
127.0.1.1       Bach

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
root@Bach:~# /etc/hostname
bash: /etc/hostname: Permission denied
root@Bach:~# cat /etc/hostname
tuberedu.org
root@Bach:~#
root@Bach:~#
root@Bach:~# wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230-dev -s tuberedu.org -c turn.domain.ca:1004a200000000004cb3f2d6f000d85d -e rmo...@tuberedu.com -d -g | tee bbb-install5.log
Hit:3 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease

Ign:4 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Get:5 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release [3,951 B]
Hit:6 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:7 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Get:8 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:9 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release.gpg [801 B]
Get:10 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Hit:11 https://deb.nodesource.com/node_12.x bionic InRelease

Hit:12 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Hit:13 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
Get:14 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:16 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2/multiverse amd64 Packages [7,877 B]
Hit:17 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Get:18 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [727 kB]
Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [814 kB]
Get:20 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1,038 kB]
Get:21 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11 Metadata [295 kB]
Get:22 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,028 kB]
Get:23 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,101 kB]
Get:24 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 DEP-11 Metadata [285 kB]
Get:25 http://ca.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 DEP-11 Metadata [2,464 B]
Get:26 http://ca.archive.ubuntu.com/ubuntu bionic-backports/universe amd64 DEP-11 Metadata [9,292 B]
Get:27 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [520 kB]
Get:28 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [256 kB]
Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11 Metadata [48.9 kB]
Get:30 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [635 kB]
Get:31 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [695 kB]
Get:32 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 DEP-11 Metadata [55.9 kB]
Get:33 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 DEP-11 Metadata [2,464 B]
Fetched 7,777 kB in 4s (2,085 kB/s)
Reading package lists...

Warning: apt-key output should not be parsed (stdout is not a terminal)
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
LESSCLOSE=/usr/bin/lesspipe %s %s
LANG=en_CA.UTF-8
SUDO_GID=1000
OLDPWD=/etc/nginx/ssl
USERNAME=root
SUDO_COMMAND=/bin/sh
USER=root
PWD=/home/rmoore
HOME=/home/rmoore
SUDO_USER=rmoore
DEBIAN_FRONTEND=noninteractive
SUDO_UID=1000
MAIL=/home/rmoore/Maildir
TERM=xterm
SHELL=/bin/bash
SHLVL=2
LANGUAGE=en_CA:en
LOGNAME=root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
LESSOPEN=| /usr/bin/lesspipe %s
_=/usr/bin/env

Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse

Hit:1 http://linux.teamviewer.com/deb stable InRelease
Hit:2 https://deb.nodesource.com/node_12.x bionic InRelease
Hit:3 https://download.docker.com/linux/ubuntu bionic InRelease
Ign:4 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:6 http://ca.archive.ubuntu.com/ubuntu bionic InRelease

Hit:7 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:8 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:9 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:10 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:11 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  apport apport-gtk libnss3 python3-apport python3-problem-report
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,447 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-problem-report all 2.20.9-0ubuntu7.17 [10.7 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apport all 2.20.9-0ubuntu7.17 [82.2 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apport all 2.20.9-0ubuntu7.17 [125 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 apport-gtk all 2.20.9-0ubuntu7.17 [9,696 B]
Get:5 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.12 [1,220 kB]
Fetched 1,447 kB in 1s (1,753 kB/s)
(Reading database ... 252548 files and directories currently installed.)
Preparing to unpack .../python3-problem-report_2.20.9-0ubuntu7.17_all.deb ...
Unpacking python3-problem-report (2.20.9-0ubuntu7.17) over (2.20.9-0ubuntu7.16) ...
Preparing to unpack .../python3-apport_2.20.9-0ubuntu7.17_all.deb ...
Unpacking python3-apport (2.20.9-0ubuntu7.17) over (2.20.9-0ubuntu7.16) ...
Preparing to unpack .../apport_2.20.9-0ubuntu7.17_all.deb ...
Unpacking apport (2.20.9-0ubuntu7.17) over (2.20.9-0ubuntu7.16) ...
Preparing to unpack .../apport-gtk_2.20.9-0ubuntu7.17_all.deb ...
Unpacking apport-gtk (2.20.9-0ubuntu7.17) over (2.20.9-0ubuntu7.16) ...
Preparing to unpack .../libnss3_2%3a3.35-2ubuntu2.12_amd64.deb ...
Unpacking libnss3:amd64 (2:3.35-2ubuntu2.12) over (2:3.35-2ubuntu2.11) ...
Setting up libnss3:amd64 (2:3.35-2ubuntu2.12) ...
Setting up python3-problem-report (2.20.9-0ubuntu7.17) ...
Setting up python3-apport (2.20.9-0ubuntu7.17) ...
Setting up apport (2.20.9-0ubuntu7.17) ...
apport-autoreport.service is a disabled or a static unit, not starting it.
Setting up apport-gtk (2.20.9-0ubuntu7.17) ...

Processing triggers for systemd (237-3ubuntu10.42) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...

Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
ln: failed to create symbolic link '/etc/letsencrypt/live/tuberedu.org/fullchain.pem': File exists
ln: failed to create symbolic link '/etc/letsencrypt/live/tuberedu.org/privkey.pem': File exists

Stopping greenlight-v2   ... done
Stopping greenlight_db_1 ... done
Removing greenlight-v2   ... done
Removing greenlight_db_1 ... done
Removing network greenlight_default
Creating network "greenlight_default" with the default driver
Creating greenlight_db_1 ... done
Creating greenlight-v2   ... done
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-extra-5.4.0-42-generic
E: Couldn't find any package by glob 'linux-image-extra-5.4.0-42-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-generic'

Warning: apt-key output should not be parsed (stdout is not a terminal)
/usr/bin/docker
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
greenlight_db_1
greenlight-v2
^CTraceback (most recent call last):

[4183] Failed to execute script docker-compose
^C
root@Bach:~# rm -rf /etc/letsencrypt/live/tuberedu.org/fullchain.pem
root@Bach:~# rm -rf /etc/letsencrypt/live/tuberedu.org/privkey.pem
root@Bach:~# apt-get update
Hit:3 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease

Ign:4 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease

Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:8 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:9 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:10 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease

Hit:11 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:12 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
Hit:13 https://deb.nodesource.com/node_12.x bionic InRelease
Hit:14 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:15 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Reading package lists... Done
root@Bach:~# apt-get upgrade

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@Bach:~# apt install --reinstall linux-image-extra-5.4.0-42-generic

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-extra-5.4.0-42-generic
E: Couldn't find any package by glob 'linux-image-extra-5.4.0-42-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-generic'
root@Bach:~#
root@Bach:~#
root@Bach:~# wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v bionic-230-dev -s tuberedu.org -c turn.domain.ca:1004a200000000004cb3f2d6f000d85d -e rmo...@tuberedu.com -d -g | tee bbb-install5.log

Hit:1 http://linux.teamviewer.com/deb stable InRelease
Hit:2 https://deb.nodesource.com/node_12.x bionic InRelease
Ign:3 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease

Hit:5 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:7 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:8 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:11 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Hit:12 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:13 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
Reading package lists...

Warning: apt-key output should not be parsed (stdout is not a terminal)
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
LESSCLOSE=/usr/bin/lesspipe %s %s
LANG=en_CA.UTF-8
SUDO_GID=1000
OLDPWD=/etc/nginx/ssl
USERNAME=root
SUDO_COMMAND=/bin/sh
USER=root
PWD=/home/rmoore
HOME=/home/rmoore
SUDO_USER=rmoore
DEBIAN_FRONTEND=noninteractive
SUDO_UID=1000
MAIL=/home/rmoore/Maildir
TERM=xterm
SHELL=/bin/bash
SHLVL=2
LANGUAGE=en_CA:en
LOGNAME=root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
LESSOPEN=| /usr/bin/lesspipe %s
_=/usr/bin/env

Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse

Hit:1 http://linux.teamviewer.com/deb stable InRelease
Hit:2 https://deb.nodesource.com/node_12.x bionic InRelease
Hit:3 https://download.docker.com/linux/ubuntu bionic InRelease
Ign:4 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:5 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:6 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:7 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic InRelease
Hit:8 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:9 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:11 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Hit:12 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:13 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Removing network greenlight_default
Creating network "greenlight_default" with the default driver
Creating greenlight_db_1 ... done
Creating greenlight-v2   ... done
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-extra-5.4.0-42-generic
E: Couldn't find any package by glob 'linux-image-extra-5.4.0-42-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-generic'

Warning: apt-key output should not be parsed (stdout is not a terminal)
/usr/bin/docker
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10: warning: constant Gem::ConfigMap is deprecated
greenlight_db_1
greenlight-v2
Creating greenlight_db_1 ... done
Creating greenlight-v2   ... done
Reading package lists...
Building dependency tree...
Reading state information...

0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Assigning tuberedu.org for web application URL in /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
Assigning tuberedu.org for web application URL in /usr/share/bbb-apps-akka/conf/application.conf
Assigning tuberedu.org for record and playback in /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
Assigning tuberedu.org for playback of recordings:
Restarting the BigBlueButton 2.3.0-dev ...
Stopping BigBlueButton

Starting BigBlueButton

Job for nginx.service failed because the control process exited with error code.
See "systemctl status nginx.service" and "journalctl -xe" for details.

BigBlueButton Server 2.3.0-dev (1044)
                    Kernel version: 5.4.0-42-generic
                      Distribution: Ubuntu 18.04.5 LTS (64-bit)
                            Memory: 32773 MB
                         CPU cores: 12

/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
       bigbluebutton.web.serverURL: https://tuberedu.org
                defaultGuestPolicy: ALWAYS_ACCEPT
                 svgImagesRequired: true

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name: tuberedu.org
                              port: 80, [::]:80
                              port: 443 ssl

/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
                       local_ip_v4: 24.66.127.103
                   external_rtp_ip: stun:stun.freeswitch.org
                   external_sip_ip: stun:stun.freeswitch.org

/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
                        ext-rtp-ip: $${local_ip_v4}
                        ext-sip-ip: $${local_ip_v4}
                        ws-binding: :5066
                       wss-binding: 24.66.127.103:7443

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback_host: tuberedu.org
                 playback_protocol: https
                            ffmpeg: 4.2.2-1bbb1~ubuntu18.04

/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
                        proxy_pass: 24.66.127.103

/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
                        kurento.ip: 24.66.127.103
                       kurento.url: ws://127.0.0.1:8888/kurento
                    kurento.sip_ip: 24.66.127.103
                    localIpAddress: 24.66.127.103
               recordScreenSharing: true
                     recordWebcams: true
                  codec_video_main: VP8
               codec_video_content: VP8

/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml (HTML5 client)
                             build: 1008
                        kurentoUrl: wss://tuberedu.org/bbb-webrtc-sfu
                  enableListenOnly: true


# Potential problems described below
# Not running:  Nginx
curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.
curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
# Error: Could not connect to the configured hostname/IP address
#
#    https://tuberedu.org/
#
# If your BigBlueButton server is behind a firewall, see FAQ.

curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
# Error: Unable to reach default URL for presentation:
#
#    https://tuberedu.org/default.pdf
#
# Check value for beans.presentationService.defaultUploadedPresentation in
#   /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties

root@Bach:~# systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
   Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2020-08-27 22:18:22 MDT; 11min ago
     Docs: man:nginx(8)
  Process: 9690 ExecStop=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile /run/nginx.pid (code=exited, status=0/SUCCESS)
  Process: 10230 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=1/FAILURE)
 Main PID: 29202 (code=exited, status=0/SUCCESS)

Aug 27 22:18:22 tuberedu.org systemd[1]: Starting A high performance web server and a reverse proxy server...
Aug 27 22:18:22 tuberedu.org nginx[10230]: nginx: [emerg] BIO_new_file("/etc/letsencrypt/live/tuberedu.org/fullchain.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/letsencrypt/live/tuberedu.org/fullchain.pem','r') error:2006D
Aug 27 22:18:22 tuberedu.org nginx[10230]: nginx: configuration file /etc/nginx/nginx.conf test failed
Aug 27 22:18:22 tuberedu.org systemd[1]: nginx.service: Control process exited, code=exited status=1
Aug 27 22:18:22 tuberedu.org systemd[1]: nginx.service: Failed with result 'exit-code'.
Aug 27 22:18:22 tuberedu.org systemd[1]: Failed to start A high performance web server and a reverse proxy server.
root@Bach:~#
root@Bach:~#


On Thu, Aug 27, 2020 at 8:00 PM bayden10 <jimira...@gmail.com> wrote:
Try a different hostname and run the script on the fresh 18.04.

~b10

--
You received this message because you are subscribed to a topic in the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/bigbluebutton-dev/x0pfI8uFd3w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to bigbluebutton-...@googlegroups.com.

Fred Dixon

unread,
Aug 28, 2020, 4:09:29 PM8/28/20
to BigBlueButton-dev
Hi Roger,

Can you try 2.3-alpha-2 and let us know if you get further



Regards,... Fred


You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CAKMbbbsjcyhQZepZ4q6a0icKpTeSRGjuWwmfcRZFJJxadiVR%2BQ%40mail.gmail.com.

Roger Moore

unread,
Aug 28, 2020, 6:02:14 PM8/28/20
to bigblueb...@googlegroups.com
Thanks. This is what I'm getting so it looks about the same:

root@tuberedu:~# wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh
| bash -s -- -v bionic-230-dev -s tuberedu.org -c
turn.domain.ca:1004a200000000004cb3f2d6f000d85d
-e rmo...@tuberedu.com -d -g | tee bbb-install6.log
Ign:1 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:2 https://download.docker.com/linux/ubuntu bionic InRelease
Hit:3 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic
InRelease
Hit:4 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:5 https://deb.nodesource.com/node_12.x bionic InRelease
Get:6 http://linux.teamviewer.com/deb stable InRelease [11.0 kB]
Hit:7 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:8 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:9 http://ubuntu.openvidu.io/6.14.0 bionic InRelease
Hit:10 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:11 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic
InRelease
Hit:12 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:14 http://ppa.launchpad.net/certbot/certbot/ubuntu bionic InRelease
Fetched 11.0 kB in 3s (4,254 B/s)
Reading package lists...
Warning: apt-key output should not be parsed (stdout is not a terminal)
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
LESSCLOSE=/usr/bin/lesspipe %s %s
LANG=en_CA.UTF-8
SUDO_GID=1000
USERNAME=root
SUDO_COMMAND=/bin/sh
USER=root
PWD=/home/rmoore
HOME=/home/rmoore
SUDO_USER=rmoore
DEBIAN_FRONTEND=noninteractive
SUDO_UID=1000
MAIL=/home/rmoore/Maildir
TERM=xterm
SHELL=/bin/bash
SHLVL=2
LANGUAGE=en_CA:en
LOGNAME=root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
LESSOPEN=| /usr/bin/lesspipe %s
_=/usr/bin/env
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu
bionic/mongodb-org/4.2 multiverse
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-extra-5.4.0-42-generic
E: Couldn't find any package by glob 'linux-image-extra-5.4.0-42-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-generic'
Warning: apt-key output should not be parsed (stdout is not a terminal)
/usr/bin/docker
/usr/bin/docker
Get:1 http://linux.teamviewer.com/deb stable InRelease [11.0 kB]
Hit:4 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Ign:5 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:6 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic
InRelease
Hit:7 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:8 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:10 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:11 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:12 http://ubuntu.openvidu.io/6.14.0 bionic InRelease
Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11
Metadata [48.9 kB]
Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe amd64
DEP-11 Metadata [56.0 kB]
Get:19 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64
DEP-11 Metadata [2,460 B]
Fetched 207 kB in 3s (79.5 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
bbb-apps-akka bbb-config bbb-etherpad bbb-freeswitch-core
bbb-freeswitch-sounds bbb-fsesl-akka bbb-html5 bbb-libreoffice-docker
bbb-mkclean bbb-playback-presentation bbb-record-core bbb-web
bbb-webrtc-sfu
fonts-lato freepats gdal-data gstreamer1.5-libav gstreamer1.5-nice
gstreamer1.5-plugins-bad gstreamer1.5-plugins-base
gstreamer1.5-plugins-good
gstreamer1.5-plugins-ugly gstreamer1.5-pulseaudio gstreamer1.5-x kms-core
kms-elements kms-filters kms-jsonrpc kmsjsoncpp kurento-media-server
libaec0
libarmadillo8 libarpack2 libboost-log1.65.1 libboost-program-options1.65.1
libboost-regex1.65.1 libcharls1 libcurl4-openssl-dev libdap25
libdapclient6v5 libdc1394-22 libde265-0 libepsilon1 libfluidsynth1
libfreexl1 libfyba0 libgdal20 libgdcm2.8 libgeos-3.6.2 libgeos-c1v5
libgeotiff2 libglibmm-2.4-1v5 libgssdp-1.0-3 libgstreamer-plugins-bad1.5-0
libgstreamer-plugins-base1.5-0 libgstreamer1.5-0 libgupnp-1.0-4
libgupnp-igd-1.0-4 libhdf4-0-alt libhdf5-100 libjemalloc1 libkate1
libkmlbase1 libkmldom1 libkmlengine1 libldns2 liblua5.2-0 libmimic0
libminizip1 libmjpegutils-2.1-0 libmms0 libmodplug1 libmpeg2encpp-2.1-0
libmplex2-2.1-0 libnetcdf13 libnice10 libodbc1 libofa0 libogdi3.2
libopencv-core3.2 libopencv-highgui3.2 libopencv-imgcodecs3.2
libopencv-imgproc3.2 libopencv-ml3.2 libopencv-objdetect3.2
libopencv-videoio3.2 libopusenc0 libopusfile0 libproj12 libqhull7
libruby2.5
libsigc++-2.0-0v5 libsocket++1 libsoundtouch1 libsox-fmt-alsa
libsox-fmt-base libsox3 libspandsp2 libspatialite7 libsrtp0 libsuperlu5
libsystemd-dev libsz2 libtbb2 libtidy5 liburiparser1 libusrsctp
libvo-aacenc0 libvo-amrwbenc0 libwildmidi-config libwildmidi2
libxerces-c3.2
libxml2-dev libxslt1-dev libzbar0 mencoder odbcinst odbcinst1debian2
opencv-data openh264 openh264-gst-plugins-bad-1.5 openwebrtc-gst-plugins
proj-bin proj-data python3-attr python3-bs4 python3-html5lib python3-lxml
python3-webencodings rake redis-server redis-tools ruby ruby-dev
ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert
ruby-test-unit ruby2.5 ruby2.5-dev ruby2.5-doc rubygems-integration sox
tidy
vorbis-tools xmlstarlet
Suggested packages:
frei0r-plugins kurento-dbg libcurl4-doc libidn11-dev libkrb5-dev
libldap2-dev librtmp-dev libssh2-1-dev libssl-dev fluidr3mono-gm-soundfont
| timgm6mb-soundfont | fluid-soundfont-gm geotiff-bin gdal-bin
libgeotiff-epsg libvisual-0.4-plugins gstreamer-codec-install
| gnome-codec-install gstreamer1.5-tools libhdf4-doc libhdf4-alt-dev
hdf4-tools libmyodbc odbc-postgresql tdsodbc unixodbc-bin ogdi-bin
libsox-fmt-all srtp-utils mplayer-doc python-attr-doc python3-genshi
python3-lxml-dbg python-lxml-doc ruby-redis ri bundler
The following NEW packages will be installed:
bbb-apps-akka bbb-config bbb-etherpad bbb-freeswitch-core
bbb-freeswitch-sounds bbb-fsesl-akka bbb-html5 bbb-libreoffice-docker
bbb-mkclean bbb-playback-presentation bbb-record-core bbb-web
bbb-webrtc-sfu
bigbluebutton fonts-lato freepats gdal-data gstreamer1.5-libav
gstreamer1.5-nice gstreamer1.5-plugins-bad gstreamer1.5-plugins-base
gstreamer1.5-plugins-good gstreamer1.5-plugins-ugly
gstreamer1.5-pulseaudio
gstreamer1.5-x kms-core kms-elements kms-filters kms-jsonrpc kmsjsoncpp
kurento-media-server libaec0 libarmadillo8 libarpack2 libboost-log1.65.1
libboost-program-options1.65.1 libboost-regex1.65.1 libcharls1
libcurl4-openssl-dev libdap25 libdapclient6v5 libdc1394-22 libde265-0
libepsilon1 libfluidsynth1 libfreexl1 libfyba0 libgdal20 libgdcm2.8
libgeos-3.6.2 libgeos-c1v5 libgeotiff2 libglibmm-2.4-1v5 libgssdp-1.0-3
libgstreamer-plugins-bad1.5-0 libgstreamer-plugins-base1.5-0
libgstreamer1.5-0 libgupnp-1.0-4 libgupnp-igd-1.0-4 libhdf4-0-alt
libhdf5-100 libjemalloc1 libkate1 libkmlbase1 libkmldom1 libkmlengine1
libldns2 liblua5.2-0 libmimic0 libminizip1 libmjpegutils-2.1-0 libmms0
libmodplug1 libmpeg2encpp-2.1-0 libmplex2-2.1-0 libnetcdf13 libnice10
libodbc1 libofa0 libogdi3.2 libopencv-core3.2 libopencv-highgui3.2
libopencv-imgcodecs3.2 libopencv-imgproc3.2 libopencv-ml3.2
libopencv-objdetect3.2 libopencv-videoio3.2 libopusenc0 libopusfile0
libproj12 libqhull7 libruby2.5 libsigc++-2.0-0v5 libsocket++1
libsoundtouch1
libsox-fmt-alsa libsox-fmt-base libsox3 libspandsp2 libspatialite7
libsrtp0
libsuperlu5 libsystemd-dev libsz2 libtbb2 libtidy5 liburiparser1
libusrsctp
libvo-aacenc0 libvo-amrwbenc0 libwildmidi-config libwildmidi2
libxerces-c3.2
libxml2-dev libxslt1-dev libzbar0 mencoder odbcinst odbcinst1debian2
opencv-data openh264 openh264-gst-plugins-bad-1.5 openwebrtc-gst-plugins
proj-bin proj-data python3-attr python3-bs4 python3-html5lib python3-lxml
python3-webencodings rake redis-server redis-tools ruby ruby-dev
ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert
ruby-test-unit ruby2.5 ruby2.5-dev ruby2.5-doc rubygems-integration sox
tidy
vorbis-tools xmlstarlet
0 upgraded, 148 newly installed, 0 to remove and 0 not upgraded.
Need to get 30.2 MB/672 MB of archives.
After this operation, 1,306 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64
libvo-aacenc0 amd64 0.1.3-1 [71.0 kB]
Get:2 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64
libvo-amrwbenc0 amd64 0.1.3-1 [66.4 kB]
Get:3 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 freepats
all 20060219-1 [29.0 MB]
Get:4 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libepsilon1
amd64 0.9.2+dfsg-2 [41.2 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libfyba0
amd64 4.1.1-3 [110 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64
liburiparser1 amd64 0.8.4-1 [38.0 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libcharls1
amd64 1.1.0+dfsg-2 [56.1 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libde265-0
amd64 1.0.2-2build1 [234 kB]
Get:9 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libkate1
amd64 0.4.1-7build1 [38.1 kB]
Get:10 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libmimic0
amd64 1.0.4-2.3 [15.0 kB]
Get:11 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 libmms0
amd64 0.6.4-2 [27.4 kB]
Get:12 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64
libspandsp2 amd64 0.0.6+dfsg-0.1 [273 kB]
Get:13 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0
amd64 5.2.4-1.1build1 [108 kB]
Get:14 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64
ruby-net-telnet all 0.1.1-2 [12.6 kB]
Get:15 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64
ruby-power-assert all 0.3.0-1 [7,952 B]
Get:16 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 libtidy5 amd64
1:5.2.0-2 [160 kB]
Get:17 http://ca.archive.ubuntu.com/ubuntu bionic/universe amd64 tidy amd64
1:5.2.0-2 [25.5 kB]
Extracting templates from packages: 100%
Fetched 30.2 MB in 3s (11.7 MB/s)
Selecting previously unselected package fonts-lato.
(Reading database ... 169483 files and directories currently installed.)
Preparing to unpack .../000-fonts-lato_2.0-2_all.deb ...
Unpacking fonts-lato (2.0-2) ...
Selecting previously unselected package libvo-aacenc0:amd64.
Preparing to unpack .../001-libvo-aacenc0_0.1.3-1_amd64.deb ...
Unpacking libvo-aacenc0:amd64 (0.1.3-1) ...
Selecting previously unselected package libvo-amrwbenc0:amd64.
Preparing to unpack .../002-libvo-amrwbenc0_0.1.3-1_amd64.deb ...
Unpacking libvo-amrwbenc0:amd64 (0.1.3-1) ...
Selecting previously unselected package bbb-apps-akka.
Preparing to unpack .../003-bbb-apps-akka_2.3.0-5_all.deb ...
Unpacking bbb-apps-akka (2.3.0-5) ...
Selecting previously unselected package bbb-fsesl-akka.
Preparing to unpack .../004-bbb-fsesl-akka_2.3.0-3_all.deb ...
Unpacking bbb-fsesl-akka (2.3.0-3) ...
Selecting previously unselected package freepats.
Preparing to unpack .../005-freepats_20060219-1_all.deb ...
Unpacking freepats (20060219-1) ...
Selecting previously unselected package gdal-data.
Preparing to unpack .../006-gdal-data_2.2.3+dfsg-2_all.deb ...
Unpacking gdal-data (2.2.3+dfsg-2) ...
Selecting previously unselected package libgstreamer1.5-0:amd64.
Preparing to unpack
.../007-libgstreamer1.5-0_1.8.1-1kurento2.18.04_amd64.deb ...
Unpacking libgstreamer1.5-0:amd64 (1.8.1-1kurento2.18.04) ...
Selecting previously unselected package
libgstreamer-plugins-base1.5-0:amd64.
Preparing to unpack
.../008-libgstreamer-plugins-base1.5-0_1.8.1-1kurento2.18.04_amd64.deb ...
Unpacking libgstreamer-plugins-base1.5-0:amd64 (1.8.1-1kurento2.18.04) ...
Selecting previously unselected package gstreamer1.5-libav:amd64.
Preparing to unpack
.../009-gstreamer1.5-libav_1.8.1-1kurento1.18.04_amd64.deb ...
Unpacking gstreamer1.5-libav:amd64 (1.8.1-1kurento1.18.04) ...
Selecting previously unselected package libgssdp-1.0-3:amd64.
Preparing to unpack .../010-libgssdp-1.0-3_1.0.2-2_amd64.deb ...
Unpacking libgssdp-1.0-3:amd64 (1.0.2-2) ...
Selecting previously unselected package libgupnp-1.0-4:amd64.
Preparing to unpack .../011-libgupnp-1.0-4_1.0.2-2_amd64.deb ...
Unpacking libgupnp-1.0-4:amd64 (1.0.2-2) ...
Selecting previously unselected package libgupnp-igd-1.0-4:amd64.
Preparing to unpack .../012-libgupnp-igd-1.0-4_0.2.5-1_amd64.deb ...
Unpacking libgupnp-igd-1.0-4:amd64 (0.2.5-1) ...
Selecting previously unselected package libnice10:amd64.
Preparing to unpack .../013-libnice10_0.1.17-0kurento1.18.04_amd64.deb ...
Unpacking libnice10:amd64 (0.1.17-0kurento1.18.04) ...
Selecting previously unselected package gstreamer1.5-nice:amd64.
Preparing to unpack
.../014-gstreamer1.5-nice_0.1.17-0kurento1.18.04_amd64.deb ...
Unpacking gstreamer1.5-nice:amd64 (0.1.17-0kurento1.18.04) ...
Selecting previously unselected package gstreamer1.5-plugins-base:amd64.
Preparing to unpack
.../015-gstreamer1.5-plugins-base_1.8.1-1kurento2.18.04_amd64.deb ...
Unpacking gstreamer1.5-plugins-base:amd64 (1.8.1-1kurento2.18.04) ...
Selecting previously unselected package gstreamer1.5-pulseaudio:amd64.
Preparing to unpack
.../016-gstreamer1.5-pulseaudio_1.8.1-1kurento4.18.04_amd64.deb ...
Unpacking gstreamer1.5-pulseaudio:amd64 (1.8.1-1kurento4.18.04) ...
Selecting previously unselected package gstreamer1.5-plugins-good:amd64.
Preparing to unpack
.../017-gstreamer1.5-plugins-good_1.8.1-1kurento4.18.04_amd64.deb ...
Unpacking gstreamer1.5-plugins-good:amd64 (1.8.1-1kurento4.18.04) ...
Selecting previously unselected package gstreamer1.5-plugins-ugly:amd64.
Preparing to unpack
.../018-gstreamer1.5-plugins-ugly_1.8.1-1kurento1.18.04_amd64.deb ...
Unpacking gstreamer1.5-plugins-ugly:amd64 (1.8.1-1kurento1.18.04) ...
Selecting previously unselected package gstreamer1.5-x:amd64.
Preparing to unpack .../019-gstreamer1.5-x_1.8.1-1kurento2.18.04_amd64.deb
...
Unpacking gstreamer1.5-x:amd64 (1.8.1-1kurento2.18.04) ...
Selecting previously unselected package kmsjsoncpp.
Preparing to unpack .../020-kmsjsoncpp_1.6.3-1kurento1.18.04_amd64.deb ...
Unpacking kmsjsoncpp (1.6.3-1kurento1.18.04) ...
Selecting previously unselected package kms-jsonrpc.
Preparing to unpack .../021-kms-jsonrpc_6.14.0-0kurento1.18.04_amd64.deb ...
Unpacking kms-jsonrpc (6.14.0-0kurento1.18.04) ...
Selecting previously unselected package libsigc++-2.0-0v5:amd64.
Preparing to unpack .../022-libsigc++-2.0-0v5_2.10.0-2_amd64.deb ...
Unpacking libsigc++-2.0-0v5:amd64 (2.10.0-2) ...
Selecting previously unselected package libglibmm-2.4-1v5:amd64.
Preparing to unpack .../023-libglibmm-2.4-1v5_2.56.0-1_amd64.deb ...
Unpacking libglibmm-2.4-1v5:amd64 (2.56.0-1) ...
Selecting previously unselected package kms-core.
Preparing to unpack .../024-kms-core_6.14.0-0kurento1.18.04_amd64.deb ...
Unpacking kms-core (6.14.0-0kurento1.18.04) ...
Selecting previously unselected package libusrsctp.
Preparing to unpack .../025-libusrsctp_0.9.2-1kurento1.18.04_amd64.deb ...
Unpacking libusrsctp (0.9.2-1kurento1.18.04) ...
Selecting previously unselected package openwebrtc-gst-plugins.
Preparing to unpack
.../026-openwebrtc-gst-plugins_0.10.0-1kurento1.18.04_amd64.deb ...
Unpacking openwebrtc-gst-plugins (0.10.0-1kurento1.18.04) ...
Selecting previously unselected package openh264.
Preparing to unpack .../027-openh264_1.4.0-1kurento1.18.04_amd64.deb ...
Unpacking openh264 (1.4.0-1kurento1.18.04) ...
Selecting previously unselected package libgstreamer-plugins-bad1.5-0:amd64.
Preparing to unpack
.../028-libgstreamer-plugins-bad1.5-0_1.8.1-1kurento4.18.04_amd64.deb ...
Unpacking libgstreamer-plugins-bad1.5-0:amd64 (1.8.1-1kurento4.18.04) ...
Selecting previously unselected package openh264-gst-plugins-bad-1.5:amd64.
Preparing to unpack
.../029-openh264-gst-plugins-bad-1.5_1.8.1-1kurento4.18.04_amd64.deb ...
Unpacking openh264-gst-plugins-bad-1.5:amd64 (1.8.1-1kurento4.18.04) ...
Selecting previously unselected package kms-elements.
Preparing to unpack .../030-kms-elements_6.14.0-0kurento1.18.04_amd64.deb
...
Unpacking kms-elements (6.14.0-0kurento1.18.04) ...
Selecting previously unselected package libtbb2:amd64.
Preparing to unpack .../031-libtbb2_2017~U7-8_amd64.deb ...
Unpacking libtbb2:amd64 (2017~U7-8) ...
Selecting previously unselected package libopencv-core3.2:amd64.
Preparing to unpack
.../032-libopencv-core3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-core3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libopencv-imgproc3.2:amd64.
Preparing to unpack
.../033-libopencv-imgproc3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-imgproc3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libarpack2:amd64.
Preparing to unpack .../034-libarpack2_3.5.0+real-2_amd64.deb ...
Unpacking libarpack2:amd64 (3.5.0+real-2) ...
Selecting previously unselected package libsuperlu5:amd64.
Preparing to unpack .../035-libsuperlu5_5.2.1+dfsg1-3_amd64.deb ...
Unpacking libsuperlu5:amd64 (5.2.1+dfsg1-3) ...
Selecting previously unselected package libarmadillo8.
Preparing to unpack .../036-libarmadillo8_1%3a8.400.0+dfsg-2_amd64.deb ...
Unpacking libarmadillo8 (1:8.400.0+dfsg-2) ...
Selecting previously unselected package libdap25:amd64.
Preparing to unpack .../037-libdap25_3.19.1-2build1_amd64.deb ...
Unpacking libdap25:amd64 (3.19.1-2build1) ...
Selecting previously unselected package libdapclient6v5:amd64.
Preparing to unpack .../038-libdapclient6v5_3.19.1-2build1_amd64.deb ...
Unpacking libdapclient6v5:amd64 (3.19.1-2build1) ...
Selecting previously unselected package libepsilon1:amd64.
Preparing to unpack .../039-libepsilon1_0.9.2+dfsg-2_amd64.deb ...
Unpacking libepsilon1:amd64 (0.9.2+dfsg-2) ...
Selecting previously unselected package libfreexl1:amd64.
Preparing to unpack .../040-libfreexl1_1.0.5-1_amd64.deb ...
Unpacking libfreexl1:amd64 (1.0.5-1) ...
Selecting previously unselected package libfyba0:amd64.
Preparing to unpack .../041-libfyba0_4.1.1-3_amd64.deb ...
Unpacking libfyba0:amd64 (4.1.1-3) ...
Selecting previously unselected package libgeos-3.6.2:amd64.
Preparing to unpack .../042-libgeos-3.6.2_3.6.2-1build2_amd64.deb ...
Unpacking libgeos-3.6.2:amd64 (3.6.2-1build2) ...
Selecting previously unselected package libgeos-c1v5:amd64.
Preparing to unpack .../043-libgeos-c1v5_3.6.2-1build2_amd64.deb ...
Unpacking libgeos-c1v5:amd64 (3.6.2-1build2) ...
Selecting previously unselected package proj-data.
Preparing to unpack .../044-proj-data_4.9.3-2_all.deb ...
Unpacking proj-data (4.9.3-2) ...
Selecting previously unselected package libproj12:amd64.
Preparing to unpack .../045-libproj12_4.9.3-2_amd64.deb ...
Unpacking libproj12:amd64 (4.9.3-2) ...
Selecting previously unselected package libgeotiff2:amd64.
Preparing to unpack .../046-libgeotiff2_1.4.2-2build1_amd64.deb ...
Unpacking libgeotiff2:amd64 (1.4.2-2build1) ...
Selecting previously unselected package libhdf4-0-alt.
Preparing to unpack .../047-libhdf4-0-alt_4.2.13-2_amd64.deb ...
Unpacking libhdf4-0-alt (4.2.13-2) ...
Selecting previously unselected package libaec0:amd64.
Preparing to unpack .../048-libaec0_0.3.2-2_amd64.deb ...
Unpacking libaec0:amd64 (0.3.2-2) ...
Selecting previously unselected package libsz2:amd64.
Preparing to unpack .../049-libsz2_0.3.2-2_amd64.deb ...
Unpacking libsz2:amd64 (0.3.2-2) ...
Selecting previously unselected package libhdf5-100:amd64.
Preparing to unpack .../050-libhdf5-100_1.10.0-patch1+docs-4_amd64.deb ...
Unpacking libhdf5-100:amd64 (1.10.0-patch1+docs-4) ...
Selecting previously unselected package libminizip1:amd64.
Preparing to unpack .../051-libminizip1_1.1-8build1_amd64.deb ...
Unpacking libminizip1:amd64 (1.1-8build1) ...
Selecting previously unselected package liburiparser1:amd64.
Preparing to unpack .../052-liburiparser1_0.8.4-1_amd64.deb ...
Unpacking liburiparser1:amd64 (0.8.4-1) ...
Selecting previously unselected package libkmlbase1:amd64.
Preparing to unpack .../053-libkmlbase1_1.3.0-5_amd64.deb ...
Unpacking libkmlbase1:amd64 (1.3.0-5) ...
Selecting previously unselected package libkmldom1:amd64.
Preparing to unpack .../054-libkmldom1_1.3.0-5_amd64.deb ...
Unpacking libkmldom1:amd64 (1.3.0-5) ...
Selecting previously unselected package libkmlengine1:amd64.
Preparing to unpack .../055-libkmlengine1_1.3.0-5_amd64.deb ...
Unpacking libkmlengine1:amd64 (1.3.0-5) ...
Selecting previously unselected package libnetcdf13:amd64.
Preparing to unpack .../056-libnetcdf13_1%3a4.6.0-2build1_amd64.deb ...
Unpacking libnetcdf13:amd64 (1:4.6.0-2build1) ...
Selecting previously unselected package libodbc1:amd64.
Preparing to unpack .../057-libodbc1_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking libodbc1:amd64 (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package libogdi3.2.
Preparing to unpack .../058-libogdi3.2_3.2.0+ds-2_amd64.deb ...
Unpacking libogdi3.2 (3.2.0+ds-2) ...
Selecting previously unselected package libqhull7:amd64.
Preparing to unpack .../059-libqhull7_2015.2-4_amd64.deb ...
Unpacking libqhull7:amd64 (2015.2-4) ...
Selecting previously unselected package libspatialite7:amd64.
Preparing to unpack .../060-libspatialite7_4.3.0a-5build1_amd64.deb ...
Unpacking libspatialite7:amd64 (4.3.0a-5build1) ...
Selecting previously unselected package libxerces-c3.2:amd64.
Preparing to unpack .../061-libxerces-c3.2_3.2.0+debian-2_amd64.deb ...
Unpacking libxerces-c3.2:amd64 (3.2.0+debian-2) ...
Selecting previously unselected package odbcinst.
Preparing to unpack .../062-odbcinst_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking odbcinst (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package odbcinst1debian2:amd64.
Preparing to unpack .../063-odbcinst1debian2_2.3.4-1.1ubuntu3_amd64.deb ...
Unpacking odbcinst1debian2:amd64 (2.3.4-1.1ubuntu3) ...
Selecting previously unselected package libgdal20.
Preparing to unpack .../064-libgdal20_2.2.3+dfsg-2_amd64.deb ...
Unpacking libgdal20 (2.2.3+dfsg-2) ...
Selecting previously unselected package libcharls1:amd64.
Preparing to unpack .../065-libcharls1_1.1.0+dfsg-2_amd64.deb ...
Unpacking libcharls1:amd64 (1.1.0+dfsg-2) ...
Selecting previously unselected package libsocket++1:amd64.
Preparing to unpack .../066-libsocket++1_1.12.13-9_amd64.deb ...
Unpacking libsocket++1:amd64 (1.12.13-9) ...
Selecting previously unselected package libgdcm2.8:amd64.
Preparing to unpack .../067-libgdcm2.8_2.8.4-1build2_amd64.deb ...
Unpacking libgdcm2.8:amd64 (2.8.4-1build2) ...
Selecting previously unselected package libopencv-imgcodecs3.2:amd64.
Preparing to unpack
.../068-libopencv-imgcodecs3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-imgcodecs3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libdc1394-22:amd64.
Preparing to unpack .../069-libdc1394-22_2.2.5-1_amd64.deb ...
Unpacking libdc1394-22:amd64 (2.2.5-1) ...
Selecting previously unselected package libopencv-videoio3.2:amd64.
Preparing to unpack
.../070-libopencv-videoio3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-videoio3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libopencv-highgui3.2:amd64.
Preparing to unpack
.../071-libopencv-highgui3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-highgui3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libopencv-ml3.2:amd64.
Preparing to unpack .../072-libopencv-ml3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb
...
Unpacking libopencv-ml3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package libopencv-objdetect3.2:amd64.
Preparing to unpack
.../073-libopencv-objdetect3.2_3.2.0+dfsg-4ubuntu0.1_amd64.deb ...
Unpacking libopencv-objdetect3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package opencv-data.
Preparing to unpack .../074-opencv-data_3.2.0+dfsg-4ubuntu0.1_all.deb ...
Unpacking opencv-data (3.2.0+dfsg-4ubuntu0.1) ...
Selecting previously unselected package kms-filters.
Preparing to unpack .../075-kms-filters_6.14.0-0kurento1.18.04_amd64.deb ...
Unpacking kms-filters (6.14.0-0kurento1.18.04) ...
Selecting previously unselected package libboost-regex1.65.1:amd64.
Preparing to unpack
.../076-libboost-regex1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-regex1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libboost-log1.65.1.
Preparing to unpack
.../077-libboost-log1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-log1.65.1 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package
libboost-program-options1.65.1:amd64.
Preparing to unpack
.../078-libboost-program-options1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb ...
Unpacking libboost-program-options1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Selecting previously unselected package libde265-0:amd64.
Preparing to unpack .../079-libde265-0_1.0.2-2build1_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.2-2build1) ...
Selecting previously unselected package libfluidsynth1:amd64.
Preparing to unpack .../080-libfluidsynth1_1.1.9-1_amd64.deb ...
Unpacking libfluidsynth1:amd64 (1.1.9-1) ...
Selecting previously unselected package libkate1:amd64.
Preparing to unpack .../081-libkate1_0.4.1-7build1_amd64.deb ...
Unpacking libkate1:amd64 (0.4.1-7build1) ...
Selecting previously unselected package libmimic0:amd64.
Preparing to unpack .../082-libmimic0_1.0.4-2.3_amd64.deb ...
Unpacking libmimic0:amd64 (1.0.4-2.3) ...
Selecting previously unselected package libmjpegutils-2.1-0.
Preparing to unpack
.../083-libmjpegutils-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmjpegutils-2.1-0 (1:2.1.0+debian-5) ...
Selecting previously unselected package libmms0:amd64.
Preparing to unpack .../084-libmms0_0.6.4-2_amd64.deb ...
Unpacking libmms0:amd64 (0.6.4-2) ...
Selecting previously unselected package libmodplug1:amd64.
Preparing to unpack .../085-libmodplug1_1%3a0.8.9.0-1_amd64.deb ...
Unpacking libmodplug1:amd64 (1:0.8.9.0-1) ...
Selecting previously unselected package libmpeg2encpp-2.1-0.
Preparing to unpack
.../086-libmpeg2encpp-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmpeg2encpp-2.1-0 (1:2.1.0+debian-5) ...
Selecting previously unselected package libmplex2-2.1-0.
Preparing to unpack .../087-libmplex2-2.1-0_1%3a2.1.0+debian-5_amd64.deb ...
Unpacking libmplex2-2.1-0 (1:2.1.0+debian-5) ...
Selecting previously unselected package libofa0:amd64.
Preparing to unpack .../088-libofa0_0.9.3-15_amd64.deb ...
Unpacking libofa0:amd64 (0.9.3-15) ...
Selecting previously unselected package libsoundtouch1:amd64.
Preparing to unpack .../089-libsoundtouch1_1.9.2-3_amd64.deb ...
Unpacking libsoundtouch1:amd64 (1.9.2-3) ...
Selecting previously unselected package libspandsp2:amd64.
Preparing to unpack .../090-libspandsp2_0.0.6+dfsg-0.1_amd64.deb ...
Unpacking libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Selecting previously unselected package libsrtp0:amd64.
Preparing to unpack .../091-libsrtp0_1.6.0-0kurento1.18.04_amd64.deb ...
Unpacking libsrtp0:amd64 (1.6.0-0kurento1.18.04) ...
Selecting previously unselected package libwildmidi-config.
Preparing to unpack .../092-libwildmidi-config_0.4.2-1_all.deb ...
Unpacking libwildmidi-config (0.4.2-1) ...
Selecting previously unselected package libwildmidi2:amd64.
Preparing to unpack .../093-libwildmidi2_0.4.2-1_amd64.deb ...
Unpacking libwildmidi2:amd64 (0.4.2-1) ...
Selecting previously unselected package libzbar0:amd64.
Preparing to unpack .../094-libzbar0_0.10+doc-10.1build2_amd64.deb ...
Unpacking libzbar0:amd64 (0.10+doc-10.1build2) ...
Selecting previously unselected package gstreamer1.5-plugins-bad:amd64.
Preparing to unpack
.../095-gstreamer1.5-plugins-bad_1.8.1-1kurento4.18.04_amd64.deb ...
Unpacking gstreamer1.5-plugins-bad:amd64 (1.8.1-1kurento4.18.04) ...
Selecting previously unselected package kurento-media-server.
Preparing to unpack
.../096-kurento-media-server_6.14.0-0kurento1.18.04_amd64.deb ...
Unpacking kurento-media-server (6.14.0-0kurento1.18.04) ...
Selecting previously unselected package libcurl4-openssl-dev:amd64.
Preparing to unpack
.../097-libcurl4-openssl-dev_7.58.0-2ubuntu3.10_amd64.deb ...
Unpacking libcurl4-openssl-dev:amd64 (7.58.0-2ubuntu3.10) ...
Selecting previously unselected package liblua5.2-0:amd64.
Preparing to unpack .../098-liblua5.2-0_5.2.4-1.1build1_amd64.deb ...
Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Selecting previously unselected package libopusfile0.
Preparing to unpack .../099-libopusfile0_0.9+20170913-1build1_amd64.deb ...
Unpacking libopusfile0 (0.9+20170913-1build1) ...
Selecting previously unselected package rubygems-integration.
Preparing to unpack .../100-rubygems-integration_1.11_all.deb ...
Unpacking rubygems-integration (1.11) ...
Selecting previously unselected package ruby2.5.
Preparing to unpack .../101-ruby2.5_2.5.1-1ubuntu1.6_amd64.deb ...
Unpacking ruby2.5 (2.5.1-1ubuntu1.6) ...
Selecting previously unselected package ruby.
Preparing to unpack .../102-ruby_1%3a2.5.1_amd64.deb ...
Unpacking ruby (1:2.5.1) ...
Selecting previously unselected package rake.
Preparing to unpack .../103-rake_12.3.1-1ubuntu0.1_all.deb ...
Unpacking rake (12.3.1-1ubuntu0.1) ...
Selecting previously unselected package ruby-did-you-mean.
Preparing to unpack .../104-ruby-did-you-mean_1.2.0-2_all.deb ...
Unpacking ruby-did-you-mean (1.2.0-2) ...
Selecting previously unselected package ruby-minitest.
Preparing to unpack .../105-ruby-minitest_5.10.3-1_all.deb ...
Unpacking ruby-minitest (5.10.3-1) ...
Selecting previously unselected package ruby-net-telnet.
Preparing to unpack .../106-ruby-net-telnet_0.1.1-2_all.deb ...
Unpacking ruby-net-telnet (0.1.1-2) ...
Selecting previously unselected package ruby-power-assert.
Preparing to unpack .../107-ruby-power-assert_0.3.0-1_all.deb ...
Unpacking ruby-power-assert (0.3.0-1) ...
Selecting previously unselected package ruby-test-unit.
Preparing to unpack .../108-ruby-test-unit_3.2.5-1_all.deb ...
Unpacking ruby-test-unit (3.2.5-1) ...
Selecting previously unselected package libruby2.5:amd64.
Preparing to unpack .../109-libruby2.5_2.5.1-1ubuntu1.6_amd64.deb ...
Unpacking libruby2.5:amd64 (2.5.1-1ubuntu1.6) ...
Selecting previously unselected package libsox3:amd64.
Preparing to unpack .../110-libsox3_14.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libsox3:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package libsox-fmt-alsa:amd64.
Preparing to unpack
.../111-libsox-fmt-alsa_14.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libsox-fmt-alsa:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package libsox-fmt-base:amd64.
Preparing to unpack
.../112-libsox-fmt-base_14.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libsox-fmt-base:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package libsystemd-dev:amd64.
Preparing to unpack .../113-libsystemd-dev_237-3ubuntu10.42_amd64.deb ...
Unpacking libsystemd-dev:amd64 (237-3ubuntu10.42) ...
Selecting previously unselected package libtidy5.
Preparing to unpack .../114-libtidy5_1%3a5.2.0-2_amd64.deb ...
Unpacking libtidy5 (1:5.2.0-2) ...
Selecting previously unselected package libxml2-dev:amd64.
Preparing to unpack .../115-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb
...
Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
Selecting previously unselected package libxslt1-dev:amd64.
Preparing to unpack .../116-libxslt1-dev_1.1.29-5ubuntu0.2_amd64.deb ...
Unpacking libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ...
Selecting previously unselected package mencoder.
Preparing to unpack .../117-mencoder_2%3a1.3.0-7build2_amd64.deb ...
Unpacking mencoder (2:1.3.0-7build2) ...
Selecting previously unselected package python3-attr.
Preparing to unpack .../118-python3-attr_17.4.0-2_all.deb ...
Unpacking python3-attr (17.4.0-2) ...
Selecting previously unselected package python3-bs4.
Preparing to unpack .../119-python3-bs4_4.6.0-1_all.deb ...
Unpacking python3-bs4 (4.6.0-1) ...
Selecting previously unselected package python3-webencodings.
Preparing to unpack .../120-python3-webencodings_0.5-2_all.deb ...
Unpacking python3-webencodings (0.5-2) ...
Selecting previously unselected package python3-html5lib.
Preparing to unpack .../121-python3-html5lib_0.999999999-1_all.deb ...
Unpacking python3-html5lib (0.999999999-1) ...
Selecting previously unselected package python3-lxml:amd64.
Preparing to unpack .../122-python3-lxml_4.2.1-1ubuntu0.1_amd64.deb ...
Unpacking python3-lxml:amd64 (4.2.1-1ubuntu0.1) ...
Selecting previously unselected package libjemalloc1.
Preparing to unpack .../123-libjemalloc1_3.6.0-11_amd64.deb ...
Unpacking libjemalloc1 (3.6.0-11) ...
Selecting previously unselected package redis-tools.
Preparing to unpack .../124-redis-tools_5%3a4.0.9-1ubuntu0.2_amd64.deb ...
Unpacking redis-tools (5:4.0.9-1ubuntu0.2) ...
Selecting previously unselected package redis-server.
Preparing to unpack .../125-redis-server_5%3a4.0.9-1ubuntu0.2_amd64.deb ...
Unpacking redis-server (5:4.0.9-1ubuntu0.2) ...
Selecting previously unselected package ruby2.5-dev:amd64.
Preparing to unpack .../126-ruby2.5-dev_2.5.1-1ubuntu1.6_amd64.deb ...
Unpacking ruby2.5-dev:amd64 (2.5.1-1ubuntu1.6) ...
Selecting previously unselected package ruby-dev:amd64.
Preparing to unpack .../127-ruby-dev_1%3a2.5.1_amd64.deb ...
Unpacking ruby-dev:amd64 (1:2.5.1) ...
Selecting previously unselected package ruby2.5-doc.
Preparing to unpack .../128-ruby2.5-doc_2.5.1-1ubuntu1.6_all.deb ...
Unpacking ruby2.5-doc (2.5.1-1ubuntu1.6) ...
Selecting previously unselected package sox.
Preparing to unpack .../129-sox_14.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking sox (14.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package tidy.
Preparing to unpack .../130-tidy_1%3a5.2.0-2_amd64.deb ...
Unpacking tidy (1:5.2.0-2) ...
Selecting previously unselected package vorbis-tools.
Preparing to unpack .../131-vorbis-tools_1.4.0-10.1_amd64.deb ...
Unpacking vorbis-tools (1.4.0-10.1) ...
Selecting previously unselected package xmlstarlet.
Preparing to unpack .../132-xmlstarlet_1.6.1-2_amd64.deb ...
Unpacking xmlstarlet (1.6.1-2) ...
Selecting previously unselected package bbb-webrtc-sfu.
Preparing to unpack .../133-bbb-webrtc-sfu_1%3a2.3.0-4_amd64.deb ...
Unpacking bbb-webrtc-sfu (1:2.3.0-4) ...
Selecting previously unselected package bbb-etherpad.
Preparing to unpack .../134-bbb-etherpad_1%3a2.3.0-11_amd64.deb ...
Unpacking bbb-etherpad (1:2.3.0-11) ...
Selecting previously unselected package bbb-mkclean.
Preparing to unpack .../135-bbb-mkclean_1%3a0.8.7-1_amd64.deb ...
Unpacking bbb-mkclean (1:0.8.7-1) ...
Selecting previously unselected package bbb-record-core.
Preparing to unpack .../136-bbb-record-core_1%3a2.3.0-6_amd64.deb ...
Unpacking bbb-record-core (1:2.3.0-6) ...
Selecting previously unselected package bbb-libreoffice-docker.
Preparing to unpack .../137-bbb-libreoffice-docker_1%3a2.3.0-6_amd64.deb ...
Unpacking bbb-libreoffice-docker (1:2.3.0-6) ...
Selecting previously unselected package bbb-web.
Preparing to unpack .../138-bbb-web_1%3a2.3.0-9_amd64.deb ...
Unpacking bbb-web (1:2.3.0-9) ...
Selecting previously unselected package bbb-html5.
Preparing to unpack .../139-bbb-html5_1%3a2.3.0-1250_amd64.deb ...
Unpacking bbb-html5 (1:2.3.0-1250) ...
Selecting previously unselected package bbb-playback-presentation.
Preparing to unpack .../140-bbb-playback-presentation_1%3a2.3.0-3_amd64.deb
...
Unpacking bbb-playback-presentation (1:2.3.0-3) ...
Selecting previously unselected package libopusenc0.
Preparing to unpack .../141-libopusenc0_0.2.1-1bbb1_amd64.deb ...
Unpacking libopusenc0 (0.2.1-1bbb1) ...
Selecting previously unselected package libldns2:amd64.
Preparing to unpack .../142-libldns2_1.7.0-3ubuntu4_amd64.deb ...
Unpacking libldns2:amd64 (1.7.0-3ubuntu4) ...
Selecting previously unselected package bbb-freeswitch-sounds.
Preparing to unpack .../143-bbb-freeswitch-sounds_1%3a1.6.7-1_amd64.deb ...
Unpacking bbb-freeswitch-sounds (1:1.6.7-1) ...
Selecting previously unselected package bbb-freeswitch-core.
Preparing to unpack .../144-bbb-freeswitch-core_2%3a2.3.0-2_amd64.deb ...
Unpacking bbb-freeswitch-core (2:2.3.0-2) ...
Selecting previously unselected package bbb-config.
Preparing to unpack .../145-bbb-config_1%3a2.3.0-7_amd64.deb ...
Unpacking bbb-config (1:2.3.0-7) ...
Selecting previously unselected package bigbluebutton.
Preparing to unpack .../146-bigbluebutton_1%3a2.3.0-4_amd64.deb ...
Unpacking bigbluebutton (1:2.3.0-4) ...
Selecting previously unselected package proj-bin.
Preparing to unpack .../147-proj-bin_4.9.3-2_amd64.deb ...
Unpacking proj-bin (4.9.3-2) ...
Setting up libminizip1:amd64 (1.1-8build1) ...
Setting up libopusenc0 (0.2.1-1bbb1) ...
Setting up libopusfile0 (0.9+20170913-1build1) ...
Setting up libmms0:amd64 (0.6.4-2) ...
Setting up libaec0:amd64 (0.3.2-2) ...
Setting up libdap25:amd64 (3.19.1-2build1) ...
Setting up python3-webencodings (0.5-2) ...
Setting up mencoder (2:1.3.0-7build2) ...
Setting up libqhull7:amd64 (2015.2-4) ...
Setting up libodbc1:amd64 (2.3.4-1.1ubuntu3) ...
Setting up libmimic0:amd64 (1.0.4-2.3) ...
Setting up libmodplug1:amd64 (1:0.8.9.0-1) ...
Setting up libtidy5 (1:5.2.0-2) ...
Setting up libde265-0:amd64 (1.0.2-2build1) ...
Setting up python3-lxml:amd64 (4.2.1-1ubuntu0.1) ...
Setting up openh264 (1.4.0-1kurento1.18.04) ...
--2020-08-28 15:53:11--
2001:4e8:0:b002::18f4:1279, 2001:4e8:0:b002::18f4:1280, 23.221.223.153, ...
Connecting to ciscobinary.openh264.org
(ciscobinary.openh264.org)|2001:4e8:0:b002::18f4:1279|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 429905 (420K) [application/octet-stream]
Saving to: ‘libopenh264-1.4.0-linux64.so.bz2’

libopenh264-1.4.0-l 100%[===================>] 419.83K --.-KB/s in 0.08s

2020-08-28 15:53:12 (5.12 MB/s) - ‘libopenh264-1.4.0-linux64.so.bz2’ saved
[429905/429905]

Setting up libjemalloc1 (3.6.0-11) ...
Setting up libzbar0:amd64 (0.10+doc-10.1build2) ...
Setting up tidy (1:5.2.0-2) ...
Setting up libcharls1:amd64 (1.1.0+dfsg-2) ...
Setting up libtbb2:amd64 (2017~U7-8) ...
Setting up libusrsctp (0.9.2-1kurento1.18.04) ...
Setting up libgeos-3.6.2:amd64 (3.6.2-1build2) ...
Setting up libopencv-core3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libkate1:amd64 (0.4.1-7build1) ...
Setting up libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Setting up libsocket++1:amd64 (1.12.13-9) ...
Setting up libdc1394-22:amd64 (2.2.5-1) ...
Setting up libepsilon1:amd64 (0.9.2+dfsg-2) ...
Setting up python3-bs4 (4.6.0-1) ...
Setting up libsrtp0:amd64 (1.6.0-0kurento1.18.04) ...
Setting up libsuperlu5:amd64 (5.2.1+dfsg1-3) ...
Setting up bbb-apps-akka (2.3.0-5) ...
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-apps-akka.service →
/lib/systemd/system/bbb-apps-akka.service.
Setting up libldns2:amd64 (1.7.0-3ubuntu4) ...
Setting up libfreexl1:amd64 (1.0.5-1) ...
Setting up xmlstarlet (1.6.1-2) ...
Setting up bbb-freeswitch-sounds (1:1.6.7-1) ...
Setting up libfyba0:amd64 (4.1.1-3) ...
Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.3) ...
Setting up fonts-lato (2.0-2) ...
Setting up libdapclient6v5:amd64 (3.19.1-2build1) ...
Setting up libvo-aacenc0:amd64 (0.1.3-1) ...
Setting up libgssdp-1.0-3:amd64 (1.0.2-2) ...
Setting up gdal-data (2.2.3+dfsg-2) ...
Setting up libwildmidi-config (0.4.2-1) ...
Setting up opencv-data (3.2.0+dfsg-4ubuntu0.1) ...
Setting up kmsjsoncpp (1.6.3-1kurento1.18.04) ...
Setting up ruby-did-you-mean (1.2.0-2) ...
Setting up libgeos-c1v5:amd64 (3.6.2-1build2) ...
Setting up libmjpegutils-2.1-0 (1:2.1.0+debian-5) ...
Setting up bbb-fsesl-akka (2.3.0-3) ...
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-fsesl-akka.service →
/lib/systemd/system/bbb-fsesl-akka.service.
Setting up libvo-amrwbenc0:amd64 (0.1.3-1) ...
Setting up libgdcm2.8:amd64 (2.8.4-1build2) ...
Setting up python3-html5lib (0.999999999-1) ...
Setting up ruby-net-telnet (0.1.1-2) ...
Setting up libopencv-ml3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libofa0:amd64 (0.9.3-15) ...
Setting up vorbis-tools (1.4.0-10.1) ...
Setting up python3-attr (17.4.0-2) ...
Setting up rubygems-integration (1.11) ...
Setting up libarpack2:amd64 (3.5.0+real-2) ...
Setting up ruby2.5-doc (2.5.1-1ubuntu1.6) ...
Setting up libopencv-imgproc3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libsystemd-dev:amd64 (237-3ubuntu10.42) ...
Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ...
Setting up libhdf4-0-alt (4.2.13-2) ...
Setting up libsoundtouch1:amd64 (1.9.2-3) ...
Setting up libboost-program-options1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up bbb-mkclean (1:0.8.7-1) ...
Setting up freepats (20060219-1) ...
Setting up ruby-minitest (5.10.3-1) ...
Setting up kms-jsonrpc (6.14.0-0kurento1.18.04) ...
Setting up libsox3:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Setting up libgstreamer1.5-0:amd64 (1.8.1-1kurento2.18.04) ...
Setting up libsigc++-2.0-0v5:amd64 (2.10.0-2) ...
Setting up libfluidsynth1:amd64 (1.1.9-1) ...
Setting up libcurl4-openssl-dev:amd64 (7.58.0-2ubuntu3.10) ...
Setting up libmplex2-2.1-0 (1:2.1.0+debian-5) ...
Setting up libxerces-c3.2:amd64 (3.2.0+debian-2) ...
Setting up liburiparser1:amd64 (0.8.4-1) ...
Setting up ruby-power-assert (0.3.0-1) ...
Setting up libxslt1-dev:amd64 (1.1.29-5ubuntu0.2) ...
Setting up libsz2:amd64 (0.3.2-2) ...
Setting up libboost-regex1.65.1:amd64 (1.65.1+dfsg-0ubuntu5) ...
Setting up proj-data (4.9.3-2) ...
Setting up libsox-fmt-base:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Setting up bbb-freeswitch-core (2:2.3.0-2) ...
Adding freeswitch.service to autostart using systemd
Created symlink
/etc/systemd/system/multi-user.target.wants/freeswitch.service →
/lib/systemd/system/freeswitch.service.
Setting up libgstreamer-plugins-base1.5-0:amd64 (1.8.1-1kurento2.18.04) ...
Setting up libproj12:amd64 (4.9.3-2) ...
Setting up libmpeg2encpp-2.1-0 (1:2.1.0+debian-5) ...
Setting up redis-tools (5:4.0.9-1ubuntu0.2) ...
Setting up libhdf5-100:amd64 (1.10.0-patch1+docs-4) ...
Setting up libgupnp-1.0-4:amd64 (1.0.2-2) ...
Setting up gstreamer1.5-pulseaudio:amd64 (1.8.1-1kurento4.18.04) ...
Setting up bbb-etherpad (1:2.3.0-11) ...
Created symlink
/etc/systemd/system/multi-user.target.wants/etherpad.service →
/usr/lib/systemd/system/etherpad.service.
Adding etherpad.service to autostart using systemd
Setting up libsox-fmt-alsa:amd64 (14.4.2-3ubuntu0.18.04.1) ...
Setting up libwildmidi2:amd64 (0.4.2-1) ...
Setting up libgupnp-igd-1.0-4:amd64 (0.2.5-1) ...
Setting up libkmlbase1:amd64 (1.3.0-5) ...
Setting up gstreamer1.5-x:amd64 (1.8.1-1kurento2.18.04) ...
Setting up libboost-log1.65.1 (1.65.1+dfsg-0ubuntu5) ...
Setting up libarmadillo8 (1:8.400.0+dfsg-2) ...
Setting up libogdi3.2 (3.2.0+ds-2) ...
Setting up libgstreamer-plugins-bad1.5-0:amd64 (1.8.1-1kurento4.18.04) ...
Setting up proj-bin (4.9.3-2) ...
Setting up libgeotiff2:amd64 (1.4.2-2build1) ...
Setting up libnetcdf13:amd64 (1:4.6.0-2build1) ...
Setting up libnice10:amd64 (0.1.17-0kurento1.18.04) ...
Setting up libspatialite7:amd64 (4.3.0a-5build1) ...
Setting up libkmldom1:amd64 (1.3.0-5) ...
Setting up libglibmm-2.4-1v5:amd64 (2.56.0-1) ...
Setting up openwebrtc-gst-plugins (0.10.0-1kurento1.18.04) ...
Setting up sox (14.4.2-3ubuntu0.18.04.1) ...
Setting up redis-server (5:4.0.9-1ubuntu0.2) ...
Setting up gstreamer1.5-libav:amd64 (1.8.1-1kurento1.18.04) ...
Setting up gstreamer1.5-plugins-base:amd64 (1.8.1-1kurento2.18.04) ...
Setting up gstreamer1.5-plugins-ugly:amd64 (1.8.1-1kurento1.18.04) ...
Setting up gstreamer1.5-nice:amd64 (0.1.17-0kurento1.18.04) ...
Setting up gstreamer1.5-plugins-good:amd64 (1.8.1-1kurento4.18.04) ...
Setting up kms-core (6.14.0-0kurento1.18.04) ...
+ HOME_DIR=/var/lib/kurento
+ id kurento
+ mkdir -p /var/lib/kurento
+ chown -R kurento /var/lib/kurento
+ chmod 777 /var/lib/kurento
+ HOME_DIR_OLD=/var/kurento
+ [[ -d /var/kurento ]]
+ [[ ! -L /var/kurento ]]
Setting up gstreamer1.5-plugins-bad:amd64 (1.8.1-1kurento4.18.04) ...
Setting up libkmlengine1:amd64 (1.3.0-5) ...
Setting up openh264-gst-plugins-bad-1.5:amd64 (1.8.1-1kurento4.18.04) ...
Setting up kms-elements (6.14.0-0kurento1.18.04) ...
Setting up ruby2.5 (2.5.1-1ubuntu1.6) ...
Setting up odbcinst1debian2:amd64 (2.3.4-1.1ubuntu3) ...
Setting up ruby (1:2.5.1) ...
Setting up odbcinst (2.3.4-1.1ubuntu3) ...
Setting up ruby-test-unit (3.2.5-1) ...
Setting up rake (12.3.1-1ubuntu0.1) ...
Setting up libgdal20 (2.2.3+dfsg-2) ...
Setting up libopencv-imgcodecs3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libopencv-videoio3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libruby2.5:amd64 (2.5.1-1ubuntu1.6) ...
Setting up ruby2.5-dev:amd64 (2.5.1-1ubuntu1.6) ...
Setting up libopencv-highgui3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up libopencv-objdetect3.2:amd64 (3.2.0+dfsg-4ubuntu0.1) ...
Setting up ruby-dev:amd64 (1:2.5.1) ...
Setting up kms-filters (6.14.0-0kurento1.18.04) ...
Setting up kurento-media-server (6.14.0-0kurento1.18.04) ...
+ HOME_DIR=/var/lib/kurento
+ id kurento
+ mkdir -p /var/lib/kurento
+ chown -R kurento /var/lib/kurento
+ chmod 777 /var/lib/kurento
+ HOME_DIR_OLD=/var/kurento
+ [[ -d /var/kurento ]]
+ [[ ! -L /var/kurento ]]
Setting up bbb-record-core (1:2.3.0-6) ...
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:29:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:30:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
Using absolute_time 1.0.0
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
Using concurrent-ruby 1.1.6
Using i18n 1.8.3
Using minitest 5.14.1
Using thread_safe 0.3.6
Using tzinfo 1.2.7
Using activesupport 5.2.4.3
Using bbbevents 1.2.0
Using builder 3.2.4
Using bundler 2.1.4
Using crass 1.0.6
Using fastimage 2.1.7
Using ffi 1.12.1
Using fnv 0.2.0
Using java_properties 0.0.4
Using journald-native 1.0.11
Using journald-logger 3.0.0
Using jwt 2.2.1
Using locale 2.1.2
Using mini_portile2 2.4.0
Using nokogiri 1.10.8
Using loofah 2.4.0
Using mono_logger 1.1.0
Using multi_json 1.14.1
Using ruby2_keywords 0.0.2
Using mustermann 1.1.1
Using open4 1.3.4
Using rack 2.2.3
Using rack-protection 2.0.8.1
Using rb-inotify 0.10.1
Using redis 4.1.3
Using redis-namespace 1.7.0
Using tilt 2.0.10
Using sinatra 2.0.8.1
Using vegas 0.1.11
Using resque 2.0.0
Using rubyzip 2.0.0
Using trollop 2.1.3
Bundle complete! 18 Gemfile dependencies, 38 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.
Reloading nginx.service using systemd
Adding bbb-record-core.timer to autostart using systemd
Failed to enable unit: Unit file bbb-record-core.timer does not exist.
Failed to start bbb-record-core.timer: Unit bbb-record-core.timer not found.
bbb-record-core could not be registered or started
Setting up bbb-playback-presentation (1:2.3.0-3) ...
Setting up bbb-webrtc-sfu (1:2.3.0-4) ...
fast-json-sta...@2.0.0
lod...@4.17.19 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lodash
stealthy...@1.1.1
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/stealthy-require
sh...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sha1
cha...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/charenc
cr...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/crypt
xml2js-es...@1.1.1
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xml2js-es6-promise
xml...@0.4.22 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xml2js
s...@1.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sax
util.pr...@1.0.0
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/util.promisify
define-p...@1.1.3
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/define-properties
objec...@1.1.1
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/object-keys
object.getownpro...@2.0.3
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/object.getownpropertydescriptors
es-ab...@1.15.0
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/es-abstract
es-to-p...@1.2.0
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/es-to-primitive
is-ca...@1.1.4
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-callable
is-date...@1.0.1
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-date-object
is-s...@1.0.2
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-symbol
has-s...@1.0.0
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has-symbols
functi...@1.1.1
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/function-bind
h...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has
is-r...@1.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-regex
object-...@1.6.0
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/object-inspect
string.proto...@2.1.0
/usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/string.prototype.trimleft
string.protot...@2.1.0
buffer-equal-...@1.0.1
w...@7.3.1
Setting up bbb-libreoffice-docker (1:2.3.0-6) ...
#
# Building bbb-libreoffice docker image
#
free(): invalid pointer
SIGABRT: abort
PC=0x7fdc36388f47 m=0 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 1 [syscall, locked to thread]:
runtime.cgocall(0x4afd50, 0xc42005bcc0, 0xc42005bce8)
/usr/lib/go-1.8/src/runtime/cgocall.go:131 +0xe2 fp=0xc42005bc90
sp=0xc42005bc50
github.com/docker/docker-credential-helpers/secretservice._Cfunc_free(0xcf9da0)

github.com/docker/docker-credential-helpers/secretservice/_obj/_cgo_gotypes.go:111
+0x41 fp=0xc42005bcc0 sp=0xc42005bc90
github.com/docker/docker-credential-helpers/secretservice.Secretservice.List.func5(0xcf9da0)

/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/
github.com/docker/docker-credential-helpers/secretservice/secretservice_linux.go:96
+0x60 fp=0xc42005bcf8 sp=0xc42005bcc0
github.com/docker/docker-credential-helpers/secretservice.Secretservice.List(0x0,
0x756060, 0xc4200163c0)

/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/
github.com/docker/docker-credential-helpers/secretservice/secretservice_linux.go:97
+0x217 fp=0xc42005bda0 sp=0xc42005bcf8
github.com/docker/docker-credential-helpers/secretservice.(*Secretservice).List(0x77e548,
0xc42005be88, 0x410022, 0xc420016310)
<autogenerated>:4 +0x46 fp=0xc42005bde0 sp=0xc42005bda0
github.com/docker/docker-credential-helpers/credentials.List(0x756ba0,
0x77e548, 0x7560e0, 0xc42000e018, 0x0, 0x10)

/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/
github.com/docker/docker-credential-helpers/credentials/credentials.go:145
+0x3e fp=0xc42005be68 sp=0xc42005bde0
github.com/docker/docker-credential-helpers/credentials.HandleCommand(0x756ba0,
0x77e548, 0x7ffc722686f4, 0x4, 0x7560a0, 0xc42000e010, 0x7560e0,
0xc42000e018, 0x40e398, 0x4d35c0)

/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/
github.com/docker/docker-credential-helpers/credentials/credentials.go:60
+0x16d fp=0xc42005bed8 sp=0xc42005be68
github.com/docker/docker-credential-helpers/credentials.Serve(0x756ba0,
0x77e548)

/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/obj-x86_64-linux-gnu/src/
github.com/docker/docker-credential-helpers/credentials/credentials.go:41
+0x1cb fp=0xc42005bf58 sp=0xc42005bed8
main.main()

/build/golang-github-docker-docker-credential-helpers-cMhSy1/golang-github-docker-docker-credential-helpers-0.5.0/secretservice/cmd/main_linux.go:9
+0x4f fp=0xc42005bf88 sp=0xc42005bf58
runtime.main()
/usr/lib/go-1.8/src/runtime/proc.go:185 +0x20a fp=0xc42005bfe0
sp=0xc42005bf88
runtime.goexit()
/usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc42005bfe8
sp=0xc42005bfe0

goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/lib/go-1.8/src/runtime/asm_amd64.s:2197 +0x1

rax 0x0
rbx 0x7ffc722661b0
rcx 0x7fdc36388f47
rdx 0x0
rdi 0x2
rsi 0x7ffc72265f40
rbp 0x7ffc722662b0
rsp 0x7ffc72265f40
r8 0x0
r9 0x7ffc72265f40
r10 0x8
r11 0x246
r12 0x7ffc722661b0
r13 0x1000
r14 0x0
r15 0x30
rip 0x7fdc36388f47
rflags 0x246
cs 0x33
fs 0x0
gs 0x0
Sending build context to Docker daemon 3.072kB
Step 1/9 : FROM openjdk:8-jre
8-jre: Pulling from library/openjdk
d6ff36c9ec48: Pull complete
c958d65b3090: Pull complete
edaf0a6b092f: Pull complete
ffba832277c8: Pull complete
9687742a10f9: Pull complete
438df03a4d78: Pull complete
Digest:
sha256:3b63d658cae5082bf2e6af43e0c6b474162643000f9b5047655603efc2278421
Status: Downloaded newer image for openjdk:8-jre
---> 2e2653debbe9
Step 2/9 : ENV DEBIAN_FRONTEND noninteractive
---> Running in 6cf95957eaff
Removing intermediate container 6cf95957eaff
---> 5cf671113a10
Step 3/9 : RUN apt update
---> Running in 0d0fe5e12933

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

Get:1 http://security.debian.org/debian-security buster/updates InRelease
[65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://security.debian.org/debian-security buster/updates/main amd64
Packages [221 kB]
Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7906 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7868
B]
Fetched 8375 kB in 3s (3111 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Removing intermediate container 0d0fe5e12933
---> 0b59790b2f89
Step 4/9 : RUN apt -y install locales-all fontconfig libxt6 libxrender1
---> Running in d75d229b5cef

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

Reading package lists...
Building dependency tree...
Reading state information...
fontconfig is already the newest version (2.13.1-2).
The following additional packages will be installed:
libbsd0 libc-l10n libice6 libsm6 libx11-6 libx11-data libxau6 libxcb1
libxdmcp6 x11-common
The following NEW packages will be installed:
libbsd0 libc-l10n libice6 libsm6 libx11-6 libx11-data libxau6 libxcb1
libxdmcp6 libxrender1 libxt6 locales-all x11-common
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 13.5 MB of archives.
After this operation, 236 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libc-l10n all 2.28-10
[847 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-2
[99.5 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 x11-common all
1:7.7+19 [251 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libice6 amd64
2:1.0.9-2 [58.7 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libsm6 amd64 2:1.2.3-1
[35.1 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libxau6 amd64
1:1.0.8-1+b2 [19.9 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libxdmcp6 amd64
1:1.1.2-3 [26.3 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2
[137 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libx11-data all
2:1.6.7-1 [298 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libx11-6 amd64
2:1.6.7-1 [754 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libxrender1 amd64
1:0.9.10-1 [33.0 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libxt6 amd64
1:1.1.5-1+b3 [190 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 locales-all amd64
2.28-10 [10.7 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 13.5 MB in 2s (8100 kB/s)
Selecting previously unselected package libc-l10n.
(Reading database ... 7867 files and directories currently installed.)
Preparing to unpack .../00-libc-l10n_2.28-10_all.deb ...
Unpacking libc-l10n (2.28-10) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../01-libbsd0_0.9.1-2_amd64.deb ...
Unpacking libbsd0:amd64 (0.9.1-2) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../02-x11-common_1%3a7.7+19_all.deb ...
Unpacking x11-common (1:7.7+19) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../03-libice6_2%3a1.0.9-2_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.9-2) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../04-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../05-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../06-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../07-libxcb1_1.13.1-2_amd64.deb ...
Unpacking libxcb1:amd64 (1.13.1-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../08-libx11-data_2%3a1.6.7-1_all.deb ...
Unpacking libx11-data (2:1.6.7-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../09-libx11-6_2%3a1.6.7-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.7-1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../10-libxrender1_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../11-libxt6_1%3a1.1.5-1+b3_amd64.deb ...
Unpacking libxt6:amd64 (1:1.1.5-1+b3) ...
Selecting previously unselected package locales-all.
Preparing to unpack .../12-locales-all_2.28-10_amd64.deb ...
Unpacking locales-all (2.28-10) ...
Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
Setting up libc-l10n (2.28-10) ...
Setting up x11-common (1:7.7+19) ...
update-rc.d: warning: start and stop actions are no longer supported;
falling back to defaults
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up locales-all (2.28-10) ...
Setting up libx11-data (2:1.6.7-1) ...
Setting up libbsd0:amd64 (0.9.1-2) ...
Setting up libice6:amd64 (2:1.0.9-2) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.13.1-2) ...
Setting up libx11-6:amd64 (2:1.6.7-1) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Setting up libxt6:amd64 (1:1.1.5-1+b3) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container d75d229b5cef
---> b15b705121fb
Step 5/9 : RUN apt -y install --no-install-recommends libreoffice
fonts-crosextra-carlito fonts-crosextra-caladea fonts-noto
---> Running in ffd48aa2555b

WARNING: apt does not have a stable CLI interface. Use with caution in
scripts.

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
adwaita-icon-theme coinor-libcbc3 coinor-libcgl1 coinor-libclp1
coinor-libcoinmp1v5 coinor-libcoinutils3v5 coinor-libosi1v5 dbus
dbus-user-session dconf-gsettings-backend dconf-service dmsetup
fonts-noto-core fonts-opensymbol glib-networking glib-networking-common
glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache
hicolor-icon-theme iso-codes libabw-0.1-1 libapparmor1 libargon2-1
libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0
libavahi-client3
libavahi-common-data libavahi-common3 libblas3 libboost-atomic1.67.0
libboost-chrono1.67.0 libboost-date-time1.67.0 libboost-filesystem1.67.0
libboost-iostreams1.67.0 libboost-locale1.67.0 libboost-system1.67.0
libboost-thread1.67.0 libcairo-gobject2 libcairo2 libcdr-0.1-1
libclucene-contribs1v5 libclucene-core1v5 libcmis-0.5-5v5 libcolamd2
libcolord2 libcroco3 libcryptsetup12 libcups2 libcurl3-gnutls libdatrie1
libdbus-1-3 libdbus-glib-1-2 libdconf1 libdevmapper1.02.1 libe-book-0.1-1
libeot0 libepoxy0 libepubgen-0.1-1 libetonyek-0.1-1 libexttextcat-2.0-0
libexttextcat-data libfreehand-0.1-1 libfribidi0 libgdk-pixbuf2.0-0
libgdk-pixbuf2.0-common libgfortran5 libglib2.0-0 libgpgme11 libgpgmepp6
libgraphite2-3 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0
libgtk-3-common libharfbuzz-icu0 libharfbuzz0b libhunspell-1.7-0
libhyphen0
libicu63 libidn11 libip4tc0 libjbig0 libjpeg62-turbo libjson-c3
libjson-glib-1.0-0 libjson-glib-1.0-common libkmod2 liblangtag-common
liblangtag1 liblapack3 liblcms2-2 libltdl7 libmhash2 libmpdec2
libmspub-0.1-1 libmwaw-0.3-3 libmythes-1.2-0 libneon27-gnutls libnspr4
libnss3 libnumbertext-1.0-0 libnumbertext-data libodfgen-0.1-1
libopenjp2-7
liborc-0.4-0 liborcus-0.14-0 libpagemaker-0.0-0 libpam-systemd
libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0
libpoppler82 libproxy1v5 libpython3-stdlib libpython3.7
libpython3.7-minimal
libpython3.7-stdlib libquadmath0 libqxp-0.0-0 libraptor2-0 librasqal3
librdf0 libreoffice-avmedia-backend-gstreamer libreoffice-base
libreoffice-base-core libreoffice-base-drivers libreoffice-calc
libreoffice-common libreoffice-core libreoffice-draw libreoffice-impress
libreoffice-math libreoffice-report-builder-bin libreoffice-style-colibre
libreoffice-style-tango libreoffice-writer librest-0.7-0 librevenge-0.0-0
librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1
libstaroffice-0.0-0 libsuitesparseconfig5 libthai-data libthai0 libtiff5
libvisio-0.1-1 libwayland-client0 libwayland-cursor0 libwayland-egl1
libwebp6 libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4 libxcb-render0
libxcb-shm0
libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6
libxinerama1 libxkbcommon0 libxml2 libxmlsec1 libxmlsec1-nss libxrandr2
libxslt1.1 libyajl2 libzmf-0.0-0 lp-solve mime-support python3
python3-minimal python3-uno python3.7 python3.7-minimal shared-mime-info
systemd systemd-sysv uno-libs3 ure xkb-data
Suggested packages:
isoquery colord cups-common libvisual-0.4-plugins gstreamer1.0-tools gvfs
liblcms2-utils raptor2-utils rasqal-utils librdf-storage-postgresql
librdf-storage-mysql librdf-storage-sqlite librdf-storage-virtuoso
redland-utils cups-bsd firefox-esr | thunderbird | firefox ghostscript gpa
hunspell-dictionary hyphen-hyphenation-patterns imagemagick
| graphicsmagick-imagemagick-compat libgl1 libreoffice-gnome
| libreoffice-kde5 libreoffice-grammarcheck libreoffice-help
libreoffice-l10n myspell-dictionary mythes-thesaurus
openclipart2-libreoffice | openclipart-libreoffice pstoedit unixodbc
gstreamer1.0-plugins-base gstreamer1.0-plugins-good
gstreamer1.0-plugins-ugly gstreamer1.0-plugins-bad gstreamer1.0-libav
default-jre | sun-java6-jre | java6-runtime | jre libsane
libreoffice-officebean libreoffice-report-builder libjtds-java
libreoffice-mysql-connector | libmyodbc | libmariadb-java
libreoffice-sdbc-postgresql | odbc-postgresql | libpg-java libsqliteodbc
| tdsodbc | mdbtools ocl-icd-libopencl1 | mesa-opencl-icd
| beignet-opencl-icd bluez tango-icon-theme libreoffice-java-common
librsvg2-bin python3-doc python3-tk python3-venv python3.7-venv
python3.7-doc binutils binfmt-support systemd-container policykit-1
java5-runtime
Recommended packages:
fonts-noto-cjk fonts-noto-cjk-extra fonts-noto-color-emoji
fonts-noto-extra
fonts-noto-mono fonts-noto-ui-core fonts-noto-ui-extra fonts-noto-unhinted
at-spi2-core libgdk-pixbuf2.0-bin libglib2.0-data xdg-user-dirs
gstreamer1.0-plugins-base libgtk-3-bin hunspell-en-us |
hunspell-dictionary
| myspell-dictionary poppler-data fonts-dejavu fonts-liberation
fonts-liberation2 fonts-linuxlibertine fonts-sil-gentium-basic
libreoffice-librelogo libreoffice-nlpsolver libreoffice-report-builder
libreoffice-script-provider-bsh libreoffice-script-provider-js
libreoffice-script-provider-python libreoffice-sdbc-postgresql
libreoffice-wiki-publisher libreoffice-java-common
gstreamer1.0-plugins-bad
default-jre | sun-java6-jre | java6-runtime | jre libreoffice-sdbc-hsqldb
libreoffice-sdbc-firebird fonts-liberation2 | ttf-mscorefonts-installer
apparmor xdg-utils libpaper-utils file libnss-systemd
The following NEW packages will be installed:
adwaita-icon-theme coinor-libcbc3 coinor-libcgl1 coinor-libclp1
coinor-libcoinmp1v5 coinor-libcoinutils3v5 coinor-libosi1v5 dbus
dbus-user-session dconf-gsettings-backend dconf-service dmsetup
fonts-crosextra-caladea fonts-crosextra-carlito fonts-noto fonts-noto-core
fonts-opensymbol glib-networking glib-networking-common
glib-networking-services gsettings-desktop-schemas gtk-update-icon-cache
hicolor-icon-theme iso-codes libabw-0.1-1 libapparmor1 libargon2-1
libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0
libavahi-client3
libavahi-common-data libavahi-common3 libblas3 libboost-atomic1.67.0
libboost-chrono1.67.0 libboost-date-time1.67.0 libboost-filesystem1.67.0
libboost-iostreams1.67.0 libboost-locale1.67.0 libboost-system1.67.0
libboost-thread1.67.0 libcairo-gobject2 libcairo2 libcdr-0.1-1
libclucene-contribs1v5 libclucene-core1v5 libcmis-0.5-5v5 libcolamd2
libcolord2 libcroco3 libcryptsetup12 libcups2 libcurl3-gnutls libdatrie1
libdbus-1-3 libdbus-glib-1-2 libdconf1 libdevmapper1.02.1 libe-book-0.1-1
libeot0 libepoxy0 libepubgen-0.1-1 libetonyek-0.1-1 libexttextcat-2.0-0
libexttextcat-data libfreehand-0.1-1 libfribidi0 libgdk-pixbuf2.0-0
libgdk-pixbuf2.0-common libgfortran5 libglib2.0-0 libgpgme11 libgpgmepp6
libgraphite2-3 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0
libgtk-3-common libharfbuzz-icu0 libharfbuzz0b libhunspell-1.7-0
libhyphen0
libicu63 libidn11 libip4tc0 libjbig0 libjpeg62-turbo libjson-c3
libjson-glib-1.0-0 libjson-glib-1.0-common libkmod2 liblangtag-common
liblangtag1 liblapack3 liblcms2-2 libltdl7 libmhash2 libmpdec2
libmspub-0.1-1 libmwaw-0.3-3 libmythes-1.2-0 libneon27-gnutls libnspr4
libnss3 libnumbertext-1.0-0 libnumbertext-data libodfgen-0.1-1
libopenjp2-7
liborc-0.4-0 liborcus-0.14-0 libpagemaker-0.0-0 libpam-systemd
libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpixman-1-0
libpoppler82 libproxy1v5 libpython3-stdlib libpython3.7
libpython3.7-minimal
libpython3.7-stdlib libquadmath0 libqxp-0.0-0 libraptor2-0 librasqal3
librdf0 libreoffice libreoffice-avmedia-backend-gstreamer libreoffice-base
libreoffice-base-core libreoffice-base-drivers libreoffice-calc
libreoffice-common libreoffice-core libreoffice-draw libreoffice-impress
libreoffice-math libreoffice-report-builder-bin libreoffice-style-colibre
libreoffice-style-tango libreoffice-writer librest-0.7-0 librevenge-0.0-0
librsvg2-2 librsvg2-common libsoup-gnome2.4-1 libsoup2.4-1
libstaroffice-0.0-0 libsuitesparseconfig5 libthai-data libthai0 libtiff5
libvisio-0.1-1 libwayland-client0 libwayland-cursor0 libwayland-egl1
libwebp6 libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4 libxcb-render0
libxcb-shm0
libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6
libxinerama1 libxkbcommon0 libxml2 libxmlsec1 libxmlsec1-nss libxrandr2
libxslt1.1 libyajl2 libzmf-0.0-0 lp-solve mime-support python3
python3-minimal python3-uno python3.7 python3.7-minimal shared-mime-info
systemd systemd-sysv uno-libs3 ure xkb-data
0 upgraded, 193 newly installed, 0 to remove and 0 not upgraded.
Need to get 190 MB of archives.
After this operation, 670 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64
libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64
2.13.2-10 [94.7 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64
0~20171227-0.2 [19.6 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 dmsetup amd64
2:1.02.155-3 [90.8 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1
amd64 2:1.02.155-3 [141 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64
2:2.1.0-5+deb10u2 [193 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libidn11 amd64
1.33-2.2 [116 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64
1.8.2-4 [70.2 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1
[52.7 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 systemd amd64
241-7~deb10u4 [3499 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 systemd-sysv amd64
241-7~deb10u4 [99.9 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libpython3.7-minimal
amd64 3.7.3-2+deb10u2 [589 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 python3.7-minimal
amd64 3.7.3-2+deb10u2 [1731 kB]
Get:14 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64
3.7.3-1 [36.6 kB]
Get:15 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62
[37.2 kB]
Get:16 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64
2.4.2-2 [87.2 kB]
Get:17 http://deb.debian.org/debian buster/main amd64 libpython3.7-stdlib
amd64 3.7.3-2+deb10u2 [1732 kB]
Get:18 http://deb.debian.org/debian buster/main amd64 python3.7 amd64
3.7.3-2+deb10u2 [330 kB]
Get:19 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib
amd64 3.7.3-1 [20.0 kB]
Get:20 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1
[61.5 kB]
Get:21 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64
1.12.20-0+deb10u1 [215 kB]
Get:22 http://deb.debian.org/debian buster/main amd64 dbus amd64
1.12.20-0+deb10u1 [236 kB]
Get:23 http://deb.debian.org/debian buster/main amd64 libpam-systemd amd64
241-7~deb10u4 [209 kB]
Get:24 http://deb.debian.org/debian buster/main amd64 hicolor-icon-theme
all 0.17-2 [11.4 kB]
Get:25 http://deb.debian.org/debian buster/main amd64 libglib2.0-0 amd64
2.58.3-2+deb10u2 [1258 kB]
Get:26 http://deb.debian.org/debian buster/main amd64 libjpeg62-turbo amd64
1:1.5.2-2+b1 [134 kB]
Get:27 http://deb.debian.org/debian buster/main amd64 libjbig0 amd64
2.1-3.1+b2 [31.0 kB]
Get:28 http://deb.debian.org/debian buster/main amd64 libwebp6 amd64
0.6.1-2 [263 kB]
Get:29 http://deb.debian.org/debian buster/main amd64 libtiff5 amd64
4.1.0+git191117-2~deb10u1 [271 kB]
Get:30 http://deb.debian.org/debian buster/main amd64 libicu63 amd64
63.1-6+deb10u1 [8300 kB]
Get:31 http://deb.debian.org/debian buster/main amd64 libxml2 amd64
2.9.4+dfsg1-7+b3 [687 kB]
Get:32 http://deb.debian.org/debian buster/main amd64 shared-mime-info
amd64 1.10-1 [766 kB]
Get:33 http://deb.debian.org/debian buster/main amd64
libgdk-pixbuf2.0-common all 2.38.1+dfsg-1 [316 kB]
Get:34 http://deb.debian.org/debian buster/main amd64 libgdk-pixbuf2.0-0
amd64 2.38.1+dfsg-1 [177 kB]
Get:35 http://deb.debian.org/debian buster/main amd64 gtk-update-icon-cache
amd64 3.24.5-1 [81.7 kB]
Get:36 http://deb.debian.org/debian buster/main amd64 libpixman-1-0 amd64
0.36.0-1 [537 kB]
Get:37 http://deb.debian.org/debian buster/main amd64 libxcb-render0 amd64
1.13.1-2 [109 kB]
Get:38 http://deb.debian.org/debian buster/main amd64 libxcb-shm0 amd64
1.13.1-2 [99.2 kB]
Get:39 http://deb.debian.org/debian buster/main amd64 libxext6 amd64
2:1.3.3-1+b2 [52.5 kB]
Get:40 http://deb.debian.org/debian buster/main amd64 libcairo2 amd64
1.16.0-4 [689 kB]
Get:41 http://deb.debian.org/debian buster/main amd64 libcroco3 amd64
0.6.12-3 [145 kB]
Get:42 http://deb.debian.org/debian buster/main amd64 libfribidi0 amd64
1.0.5-3.1+deb10u1 [63.7 kB]
Get:43 http://deb.debian.org/debian buster/main amd64 libthai-data all
0.1.28-2 [170 kB]
Get:44 http://deb.debian.org/debian buster/main amd64 libdatrie1 amd64
0.2.12-2 [39.3 kB]
Get:45 http://deb.debian.org/debian buster/main amd64 libthai0 amd64
0.1.28-2 [54.1 kB]
Get:46 http://deb.debian.org/debian buster/main amd64 libpango-1.0-0 amd64
1.42.4-8~deb10u1 [186 kB]
Get:47 http://deb.debian.org/debian buster/main amd64 libgraphite2-3 amd64
1.3.13-7 [80.7 kB]
Get:48 http://deb.debian.org/debian buster/main amd64 libharfbuzz0b amd64
2.3.1-1 [1187 kB]
Get:49 http://deb.debian.org/debian buster/main amd64 libpangoft2-1.0-0
amd64 1.42.4-8~deb10u1 [68.3 kB]
Get:50 http://deb.debian.org/debian buster/main amd64 libpangocairo-1.0-0
amd64 1.42.4-8~deb10u1 [55.7 kB]
Get:51 http://deb.debian.org/debian buster/main amd64 librsvg2-2 amd64
2.44.10-2.1 [1280 kB]
Get:52 http://deb.debian.org/debian buster/main amd64 librsvg2-common amd64
2.44.10-2.1 [23.3 kB]
Get:53 http://deb.debian.org/debian buster/main amd64 adwaita-icon-theme
all 3.30.1-1 [11.7 MB]
Get:54 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64
8.3.0-6 [133 kB]
Get:55 http://deb.debian.org/debian buster/main amd64 libgfortran5 amd64
8.3.0-6 [581 kB]
Get:56 http://deb.debian.org/debian buster/main amd64 libblas3 amd64
3.8.0-2 [148 kB]
Get:57 http://deb.debian.org/debian buster/main amd64 liblapack3 amd64
3.8.0-2 [2110 kB]
Get:58 http://deb.debian.org/debian buster/main amd64
coinor-libcoinutils3v5 amd64 2.10.14+repack1-1 [477 kB]
Get:59 http://deb.debian.org/debian buster/main amd64 coinor-libosi1v5
amd64 0.107.9+repack1-1 [273 kB]
Get:60 http://deb.debian.org/debian buster/main amd64 coinor-libclp1 amd64
1.16.11+repack1-1 [867 kB]
Get:61 http://deb.debian.org/debian buster/main amd64 coinor-libcgl1 amd64
0.59.10+repack1-1 [437 kB]
Get:62 http://deb.debian.org/debian buster/main amd64 coinor-libcbc3 amd64
2.9.9+repack1-1 [690 kB]
Get:63 http://deb.debian.org/debian buster/main amd64 coinor-libcoinmp1v5
amd64 1.8.3-2+b11 [31.6 kB]
Get:64 http://deb.debian.org/debian buster/main amd64 dbus-user-session
amd64 1.12.20-0+deb10u1 [94.5 kB]
Get:65 http://deb.debian.org/debian buster/main amd64 libdconf1 amd64
0.30.1-2 [40.7 kB]
Get:66 http://deb.debian.org/debian buster/main amd64 dconf-service amd64
0.30.1-2 [36.4 kB]
Get:67 http://deb.debian.org/debian buster/main amd64
dconf-gsettings-backend amd64 0.30.1-2 [28.9 kB]
Get:68 http://deb.debian.org/debian buster/main amd64
fonts-crosextra-caladea all 20130214-2 [82.3 kB]
Get:69 http://deb.debian.org/debian buster/main amd64
fonts-crosextra-carlito all 20130920-1 [745 kB]
Get:70 http://deb.debian.org/debian buster/main amd64 fonts-noto-core all
20181227-1 [9171 kB]
Get:71 http://deb.debian.org/debian buster/main amd64 fonts-noto all
20181227-1 [20.1 kB]
Get:72 http://deb.debian.org/debian buster/main amd64 fonts-opensymbol all
2:102.10+LibO6.1.5-3+deb10u6 [273 kB]
Get:73 http://deb.debian.org/debian buster/main amd64 libproxy1v5 amd64
0.4.15-5 [58.1 kB]
Get:74 http://deb.debian.org/debian buster/main amd64
glib-networking-common all 2.58.0-2+deb10u2 [59.5 kB]
Get:75 http://deb.debian.org/debian buster/main amd64
glib-networking-services amd64 2.58.0-2+deb10u2 [13.7 kB]
Get:76 http://deb.debian.org/debian buster/main amd64
gsettings-desktop-schemas all 3.28.1-1 [529 kB]
Get:77 http://deb.debian.org/debian buster/main amd64 glib-networking amd64
2.58.0-2+deb10u2 [54.6 kB]
Get:78 http://deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1
[2713 kB]
Get:79 http://deb.debian.org/debian buster/main amd64 librevenge-0.0-0
amd64 0.0.4-6 [280 kB]
Get:80 http://deb.debian.org/debian buster/main amd64 libabw-0.1-1 amd64
0.1.2-1 [116 kB]
Get:81 http://deb.debian.org/debian buster/main amd64 libatk1.0-data all
2.30.0-2 [145 kB]
Get:82 http://deb.debian.org/debian buster/main amd64 libatk1.0-0 amd64
2.30.0-2 [50.6 kB]
Get:83 http://deb.debian.org/debian buster/main amd64 libatspi2.0-0 amd64
2.30.0-7 [65.0 kB]
Get:84 http://deb.debian.org/debian buster/main amd64 libatk-bridge2.0-0
amd64 2.30.0-5 [61.6 kB]
Get:85 http://deb.debian.org/debian buster/main amd64 libavahi-common-data
amd64 0.7-4+b1 [122 kB]
Get:86 http://deb.debian.org/debian buster/main amd64 libavahi-common3
amd64 0.7-4+b1 [54.6 kB]
Get:87 http://deb.debian.org/debian buster/main amd64 libavahi-client3
amd64 0.7-4+b1 [58.1 kB]
Get:88 http://deb.debian.org/debian buster/main amd64 libboost-atomic1.67.0
amd64 1.67.0-13+deb10u1 [226 kB]
Get:89 http://deb.debian.org/debian buster/main amd64 libboost-system1.67.0
amd64 1.67.0-13+deb10u1 [229 kB]
Get:90 http://deb.debian.org/debian buster/main amd64 libboost-chrono1.67.0
amd64 1.67.0-13+deb10u1 [234 kB]
Get:91 http://deb.debian.org/debian buster/main amd64
libboost-date-time1.67.0 amd64 1.67.0-13+deb10u1 [239 kB]
Get:92 http://deb.debian.org/debian buster/main amd64
libboost-filesystem1.67.0 amd64 1.67.0-13+deb10u1 [261 kB]
Get:93 http://deb.debian.org/debian buster/main amd64
libboost-iostreams1.67.0 amd64 1.67.0-13+deb10u1 [249 kB]
Get:94 http://deb.debian.org/debian buster/main amd64 libboost-thread1.67.0
amd64 1.67.0-13+deb10u1 [268 kB]
Get:95 http://deb.debian.org/debian buster/main amd64 libboost-locale1.67.0
amd64 1.67.0-13+deb10u1 [470 kB]
Get:96 http://deb.debian.org/debian buster/main amd64 libcairo-gobject2
amd64 1.16.0-4 [124 kB]
Get:97 http://deb.debian.org/debian buster/main amd64 liblcms2-2 amd64
2.9-3 [145 kB]
Get:98 http://deb.debian.org/debian buster/main amd64 libcdr-0.1-1 amd64
0.1.5-1 [390 kB]
Get:99 http://deb.debian.org/debian buster/main amd64 libclucene-core1v5
amd64 2.3.3.4+dfsg-1 [465 kB]
Get:100 http://deb.debian.org/debian buster/main amd64
libclucene-contribs1v5 amd64 2.3.3.4+dfsg-1 [83.3 kB]
Get:101 http://deb.debian.org/debian buster/main amd64 libcurl3-gnutls
amd64 7.64.0-4+deb10u1 [330 kB]
Get:102 http://deb.debian.org/debian buster/main amd64 libcmis-0.5-5v5
amd64 0.5.2-1 [486 kB]
Get:103 http://deb.debian.org/debian buster/main amd64
libsuitesparseconfig5 amd64 1:5.4.0+dfsg-1 [20.9 kB]
Get:104 http://deb.debian.org/debian buster/main amd64 libcolamd2 amd64
1:5.4.0+dfsg-1 [30.3 kB]
Get:105 http://deb.debian.org/debian buster/main amd64 libcolord2 amd64
1.4.3-4 [141 kB]
Get:106 http://deb.debian.org/debian buster/main amd64 libcups2 amd64
2.2.10-6+deb10u3 [324 kB]
Get:107 http://deb.debian.org/debian buster/main amd64 libdbus-glib-1-2
amd64 0.110-4 [71.5 kB]
Get:108 http://deb.debian.org/debian buster/main amd64 liblangtag-common
all 0.6.2-1 [205 kB]
Get:109 http://deb.debian.org/debian buster/main amd64 liblangtag1 amd64
0.6.2-1 [81.6 kB]
Get:110 http://deb.debian.org/debian buster/main amd64 libe-book-0.1-1
amd64 0.1.3-1+b2 [186 kB]
Get:111 http://deb.debian.org/debian buster/main amd64 libeot0 amd64 0.01-5
[26.6 kB]
Get:112 http://deb.debian.org/debian buster/main amd64 libepoxy0 amd64
1.5.3-0.1 [190 kB]
Get:113 http://deb.debian.org/debian buster/main amd64 libepubgen-0.1-1
amd64 0.1.1-1 [153 kB]
Get:114 http://deb.debian.org/debian buster/main amd64 libetonyek-0.1-1
amd64 0.1.9-1 [730 kB]
Get:115 http://deb.debian.org/debian buster/main amd64 libexttextcat-data
all 3.4.5-1 [164 kB]
Get:116 http://deb.debian.org/debian buster/main amd64 libexttextcat-2.0-0
amd64 3.4.5-1 [15.9 kB]
Get:117 http://deb.debian.org/debian buster/main amd64 libfreehand-0.1-1
amd64 0.1.2-2 [266 kB]
Get:118 http://deb.debian.org/debian buster/main amd64 libgpgme11 amd64
1.12.0-6 [251 kB]
Get:119 http://deb.debian.org/debian buster/main amd64 libgpgmepp6 amd64
1.12.0-6 [238 kB]
Get:120 http://deb.debian.org/debian buster/main amd64 libgstreamer1.0-0
amd64 1.14.4-1 [2103 kB]
Get:121 http://deb.debian.org/debian buster/main amd64 liborc-0.4-0 amd64
1:0.4.28-3.1 [141 kB]
Get:122 http://deb.debian.org/debian buster/main amd64
libgstreamer-plugins-base1.0-0 amd64 1.14.4-2 [1936 kB]
Get:123 http://deb.debian.org/debian buster/main amd64
libjson-glib-1.0-common all 1.4.4-2 [52.3 kB]
Get:124 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-0
amd64 1.4.4-2 [61.2 kB]
Get:125 http://deb.debian.org/debian buster/main amd64 libsoup2.4-1 amd64
2.64.2-2 [253 kB]
Get:126 http://deb.debian.org/debian buster/main amd64 libsoup-gnome2.4-1
amd64 2.64.2-2 [18.0 kB]
Get:127 http://deb.debian.org/debian buster/main amd64 librest-0.7-0 amd64
0.8.1-1 [33.7 kB]
Get:128 http://deb.debian.org/debian buster/main amd64 libwayland-client0
amd64 1.16.0-1 [26.4 kB]
Get:129 http://deb.debian.org/debian buster/main amd64 libwayland-cursor0
amd64 1.16.0-1 [14.1 kB]
Get:130 http://deb.debian.org/debian buster/main amd64 libwayland-egl1
amd64 1.16.0-1 [8204 B]
Get:131 http://deb.debian.org/debian buster/main amd64 libxcomposite1 amd64
1:0.4.4-2 [16.5 kB]
Get:132 http://deb.debian.org/debian buster/main amd64 libxfixes3 amd64
1:5.0.3-1 [21.9 kB]
Get:133 http://deb.debian.org/debian buster/main amd64 libxcursor1 amd64
1:1.1.15-2 [36.6 kB]
Get:134 http://deb.debian.org/debian buster/main amd64 libxdamage1 amd64
1:1.1.4-3+b3 [14.9 kB]
Get:135 http://deb.debian.org/debian buster/main amd64 libxi6 amd64
2:1.7.9-1 [82.6 kB]
Get:136 http://deb.debian.org/debian buster/main amd64 libxinerama1 amd64
2:1.1.4-2 [17.7 kB]
Get:137 http://deb.debian.org/debian buster/main amd64 xkb-data all 2.26-2
[681 kB]
Get:138 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64
0.8.2-1 [123 kB]
Get:139 http://deb.debian.org/debian buster/main amd64 libxrandr2 amd64
2:1.5.1-1 [37.5 kB]
Get:140 http://deb.debian.org/debian buster/main amd64 libgtk-3-common all
3.24.5-1 [3678 kB]
Get:141 http://deb.debian.org/debian buster/main amd64 libgtk-3-0 amd64
3.24.5-1 [2580 kB]
Get:142 http://deb.debian.org/debian buster/main amd64 libharfbuzz-icu0
amd64 2.3.1-1 [834 kB]
Get:143 http://deb.debian.org/debian buster/main amd64 libhunspell-1.7-0
amd64 1.7.0-2 [188 kB]
Get:144 http://deb.debian.org/debian buster/main amd64 libhyphen0 amd64
2.8.8-7 [32.5 kB]
Get:145 http://deb.debian.org/debian buster/main amd64 libltdl7 amd64
2.4.6-9 [390 kB]
Get:146 http://deb.debian.org/debian buster/main amd64 libmhash2 amd64
0.9.9.9-7+b1 [94.2 kB]
Get:147 http://deb.debian.org/debian buster/main amd64 libmspub-0.1-1 amd64
0.1.4-1+b2 [173 kB]
Get:148 http://deb.debian.org/debian buster/main amd64 libmwaw-0.3-3 amd64
0.3.14-1 [2251 kB]
Get:149 http://deb.debian.org/debian buster/main amd64 libmythes-1.2-0
amd64 2:1.2.4-3 [8600 B]
Get:150 http://deb.debian.org/debian buster/main amd64 libneon27-gnutls
amd64 0.30.2-3 [136 kB]
Get:151 http://deb.debian.org/debian buster/main amd64 libnspr4 amd64
2:4.20-1 [112 kB]
Get:152 http://deb.debian.org/debian buster/main amd64 libnss3 amd64
2:3.42.1-1+deb10u3 [1159 kB]
Get:153 http://deb.debian.org/debian buster/main amd64 libnumbertext-data
all 1.0.5-1 [54.5 kB]
Get:154 http://deb.debian.org/debian buster/main amd64 libnumbertext-1.0-0
amd64 1.0.5-1 [106 kB]
Get:155 http://deb.debian.org/debian buster/main amd64 libodfgen-0.1-1
amd64 0.1.7-1 [309 kB]
Get:156 http://deb.debian.org/debian buster/main amd64 libopenjp2-7 amd64
2.3.0-2+deb10u1 [158 kB]
Get:157 http://deb.debian.org/debian buster/main amd64 liborcus-0.14-0
amd64 0.14.1-6 [396 kB]
Get:158 http://deb.debian.org/debian buster/main amd64 libpagemaker-0.0-0
amd64 0.0.4-1 [79.6 kB]
Get:159 http://deb.debian.org/debian buster/main amd64 libpoppler82 amd64
0.71.0-5 [1507 kB]
Get:160 http://deb.debian.org/debian buster/main amd64 libpython3.7 amd64
3.7.3-2+deb10u2 [1498 kB]
Get:161 http://deb.debian.org/debian buster/main amd64 libqxp-0.0-0 amd64
0.0.2-1 [122 kB]
Get:162 http://deb.debian.org/debian buster/main amd64 libxslt1.1 amd64
1.1.32-2.2~deb10u1 [237 kB]
Get:163 http://deb.debian.org/debian buster/main amd64 libyajl2 amd64
2.1.0-3 [23.8 kB]
Get:164 http://deb.debian.org/debian buster/main amd64 libraptor2-0 amd64
2.0.14-1+b1 [167 kB]
Get:165 http://deb.debian.org/debian buster/main amd64 librasqal3 amd64
0.9.32-1+b1 [179 kB]
Get:166 http://deb.debian.org/debian buster/main amd64 librdf0 amd64
1.0.17-1.1+b1 [110 kB]
Get:167 http://deb.debian.org/debian buster/main amd64
libreoffice-style-colibre all 1:6.1.5-3+deb10u6 [966 kB]
Get:168 http://deb.debian.org/debian buster/main amd64
libreoffice-style-tango all 1:6.1.5-3+deb10u6 [1200 kB]
Get:169 http://deb.debian.org/debian buster/main amd64 uno-libs3 amd64
6.1.5-3+deb10u6 [898 kB]
Get:170 http://deb.debian.org/debian buster/main amd64 ure amd64
6.1.5-3+deb10u6 [1746 kB]
Get:171 http://deb.debian.org/debian buster/main amd64 libreoffice-common
all 1:6.1.5-3+deb10u6 [36.8 MB]
Get:172 http://deb.debian.org/debian buster/main amd64 libxmlsec1 amd64
1.2.27-2 [148 kB]
Get:173 http://deb.debian.org/debian buster/main amd64 libxmlsec1-nss amd64
1.2.27-2 [85.1 kB]
Get:174 http://deb.debian.org/debian buster/main amd64 libreoffice-core
amd64 1:6.1.5-3+deb10u6 [32.6 MB]
Get:175 http://deb.debian.org/debian buster/main amd64
libreoffice-base-core amd64 1:6.1.5-3+deb10u6 [785 kB]
Get:176 http://deb.debian.org/debian buster/main amd64
libreoffice-base-drivers amd64 1:6.1.5-3+deb10u6 [513 kB]
Get:177 http://deb.debian.org/debian buster/main amd64 libreoffice-base
amd64 1:6.1.5-3+deb10u6 [1789 kB]
Get:178 http://deb.debian.org/debian buster/main amd64 lp-solve amd64
5.5.0.15-4+b1 [282 kB]
Get:179 http://deb.debian.org/debian buster/main amd64 libstaroffice-0.0-0
amd64 0.0.6-1 [726 kB]
Get:180 http://deb.debian.org/debian buster/main amd64 libwps-0.4-4 amd64
0.4.10-1 [834 kB]
Get:181 http://deb.debian.org/debian buster/main amd64 libreoffice-calc
amd64 1:6.1.5-3+deb10u6 [7355 kB]
Get:182 http://deb.debian.org/debian buster/main amd64 libvisio-0.1-1 amd64
0.1.6-1+b2 [296 kB]
Get:183 http://deb.debian.org/debian buster/main amd64 libwpd-0.10-10 amd64
0.10.3-1 [253 kB]
Get:184 http://deb.debian.org/debian buster/main amd64 libwpg-0.3-3 amd64
0.3.3-1 [76.3 kB]
Get:185 http://deb.debian.org/debian buster/main amd64 libzmf-0.0-0 amd64
0.0.2-1+b2 [82.3 kB]
Get:186 http://deb.debian.org/debian buster/main amd64 libreoffice-draw
amd64 1:6.1.5-3+deb10u6 [2548 kB]
Get:187 http://deb.debian.org/debian buster/main amd64 libreoffice-impress
amd64 1:6.1.5-3+deb10u6 [1001 kB]
Get:188 http://deb.debian.org/debian buster/main amd64 libreoffice-math
amd64 1:6.1.5-3+deb10u6 [390 kB]
Get:189 http://deb.debian.org/debian buster/main amd64
libreoffice-report-builder-bin amd64 1:6.1.5-3+deb10u6 [836 kB]
Get:190 http://deb.debian.org/debian buster/main amd64 libreoffice-writer
amd64 1:6.1.5-3+deb10u6 [8576 kB]
Get:191 http://deb.debian.org/debian buster/main amd64
libreoffice-avmedia-backend-gstreamer amd64 1:6.1.5-3+deb10u6 [25.2 kB]
Get:192 http://deb.debian.org/debian buster/main amd64 python3-uno amd64
1:6.1.5-3+deb10u6 [194 kB]
Get:193 http://deb.debian.org/debian buster/main amd64 libreoffice amd64
1:6.1.5-3+deb10u6 [78.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 190 MB in 7s (27.0 MB/s)
Selecting previously unselected package libapparmor1:amd64.
(Reading database ... 15191 files and directories currently installed.)
Preparing to unpack .../0-libapparmor1_2.13.2-10_amd64.deb ...
Unpacking libapparmor1:amd64 (2.13.2-10) ...
Selecting previously unselected package libargon2-1:amd64.
Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ...
Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_amd64.deb ...
Unpacking dmsetup (2:1.02.155-3) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
Selecting previously unselected package libjson-c3:amd64.
Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
Selecting previously unselected package libcryptsetup12:amd64.
Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../6-libidn11_1.33-2.2_amd64.deb ...
Unpacking libidn11:amd64 (1.33-2.2) ...
Selecting previously unselected package libip4tc0:amd64.
Preparing to unpack .../7-libip4tc0_1.8.2-4_amd64.deb ...
Unpacking libip4tc0:amd64 (1.8.2-4) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../8-libkmod2_26-1_amd64.deb ...
Unpacking libkmod2:amd64 (26-1) ...
Selecting previously unselected package systemd.
Preparing to unpack .../9-systemd_241-7~deb10u4_amd64.deb ...
Unpacking systemd (241-7~deb10u4) ...
Setting up libapparmor1:amd64 (2.13.2-10) ...
Setting up libargon2-1:amd64 (0~20171227-0.2) ...
Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
Setting up libidn11:amd64 (1.33-2.2) ...
Setting up libip4tc0:amd64 (1.8.2-4) ...
Setting up libkmod2:amd64 (26-1) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
Setting up systemd (241-7~deb10u4) ...
Created symlink /etc/systemd/system/getty.target.wants/ge...@tty1.service →
/lib/systemd/system/getty@.service.
Created symlink
/etc/systemd/system/multi-user.target.wants/remote-fs.target →
/lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service
→ /lib/systemd/system/systemd-timesyncd.service.
Created symlink
/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service →
/lib/systemd/system/systemd-timesyncd.service.
Setting up dmsetup (2:1.02.155-3) ...
Selecting previously unselected package systemd-sysv.
(Reading database ... 16024 files and directories currently installed.)
Preparing to unpack .../systemd-sysv_241-7~deb10u4_amd64.deb ...
Unpacking systemd-sysv (241-7~deb10u4) ...
Selecting previously unselected package libpython3.7-minimal:amd64.
Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 16282 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
Unpacking python3-minimal (3.7.3-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-2) ...
Selecting previously unselected package libpython3.7-stdlib:amd64.
Preparing to unpack .../3-libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../4-python3.7_3.7.3-2+deb10u2_amd64.deb ...
Unpacking python3.7 (3.7.3-2+deb10u2) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../5-libpython3-stdlib_3.7.3-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up python3-minimal (3.7.3-1) ...
Selecting previously unselected package python3.
(Reading database ... 16719 files and directories currently installed.)
Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ...
Unpacking python3 (3.7.3-1) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../001-libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
Selecting previously unselected package dbus.
Preparing to unpack .../002-dbus_1.12.20-0+deb10u1_amd64.deb ...
Unpacking dbus (1.12.20-0+deb10u1) ...
Selecting previously unselected package libpam-systemd:amd64.
Preparing to unpack .../003-libpam-systemd_241-7~deb10u4_amd64.deb ...
Unpacking libpam-systemd:amd64 (241-7~deb10u4) ...
Selecting previously unselected package hicolor-icon-theme.
Preparing to unpack .../004-hicolor-icon-theme_0.17-2_all.deb ...
Unpacking hicolor-icon-theme (0.17-2) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../005-libglib2.0-0_2.58.3-2+deb10u2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../006-libjpeg62-turbo_1%3a1.5.2-2+b1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:1.5.2-2+b1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../007-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../008-libwebp6_0.6.1-2_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../009-libtiff5_4.1.0+git191117-2~deb10u1_amd64.deb ...
Unpacking libtiff5:amd64 (4.1.0+git191117-2~deb10u1) ...
Selecting previously unselected package libicu63:amd64.
Preparing to unpack .../010-libicu63_63.1-6+deb10u1_amd64.deb ...
Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../011-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../012-shared-mime-info_1.10-1_amd64.deb ...
Unpacking shared-mime-info (1.10-1) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../013-libgdk-pixbuf2.0-common_2.38.1+dfsg-1_all.deb
...
Unpacking libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ...
Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
Preparing to unpack .../014-libgdk-pixbuf2.0-0_2.38.1+dfsg-1_amd64.deb ...
Unpacking libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
Selecting previously unselected package gtk-update-icon-cache.
Preparing to unpack .../015-gtk-update-icon-cache_3.24.5-1_amd64.deb ...
No diversion 'diversion of /usr/sbin/update-icon-caches to
/usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to
/usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none
removed.
Unpacking gtk-update-icon-cache (3.24.5-1) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../016-libpixman-1-0_0.36.0-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.36.0-1) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../017-libxcb-render0_1.13.1-2_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../018-libxcb-shm0_1.13.1-2_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../019-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../020-libcairo2_1.16.0-4_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-4) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../021-libcroco3_0.6.12-3_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-3) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../022-libfribidi0_1.0.5-3.1+deb10u1_amd64.deb ...
Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u1) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../023-libthai-data_0.1.28-2_all.deb ...
Unpacking libthai-data (0.1.28-2) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../024-libdatrie1_0.2.12-2_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.12-2) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../025-libthai0_0.1.28-2_amd64.deb ...
Unpacking libthai0:amd64 (0.1.28-2) ...
Selecting previously unselected package libpango-1.0-0:amd64.
Preparing to unpack .../026-libpango-1.0-0_1.42.4-8~deb10u1_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.42.4-8~deb10u1) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../027-libgraphite2-3_1.3.13-7_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.13-7) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../028-libharfbuzz0b_2.3.1-1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (2.3.1-1) ...
Selecting previously unselected package libpangoft2-1.0-0:amd64.
Preparing to unpack .../029-libpangoft2-1.0-0_1.42.4-8~deb10u1_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.42.4-8~deb10u1) ...
Selecting previously unselected package libpangocairo-1.0-0:amd64.
Preparing to unpack .../030-libpangocairo-1.0-0_1.42.4-8~deb10u1_amd64.deb
...
Unpacking libpangocairo-1.0-0:amd64 (1.42.4-8~deb10u1) ...
Selecting previously unselected package librsvg2-2:amd64.
Preparing to unpack .../031-librsvg2-2_2.44.10-2.1_amd64.deb ...
Unpacking librsvg2-2:amd64 (2.44.10-2.1) ...
Selecting previously unselected package librsvg2-common:amd64.
Preparing to unpack .../032-librsvg2-common_2.44.10-2.1_amd64.deb ...
Unpacking librsvg2-common:amd64 (2.44.10-2.1) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../033-adwaita-icon-theme_3.30.1-1_all.deb ...
Unpacking adwaita-icon-theme (3.30.1-1) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../034-libquadmath0_8.3.0-6_amd64.deb ...
Unpacking libquadmath0:amd64 (8.3.0-6) ...
Selecting previously unselected package libgfortran5:amd64.
Preparing to unpack .../035-libgfortran5_8.3.0-6_amd64.deb ...
Unpacking libgfortran5:amd64 (8.3.0-6) ...
Selecting previously unselected package libblas3:amd64.
Preparing to unpack .../036-libblas3_3.8.0-2_amd64.deb ...
Unpacking libblas3:amd64 (3.8.0-2) ...
Selecting previously unselected package liblapack3:amd64.
Preparing to unpack .../037-liblapack3_3.8.0-2_amd64.deb ...
Unpacking liblapack3:amd64 (3.8.0-2) ...
Selecting previously unselected package coinor-libcoinutils3v5.
Preparing to unpack
.../038-coinor-libcoinutils3v5_2.10.14+repack1-1_amd64.deb ...
Unpacking coinor-libcoinutils3v5 (2.10.14+repack1-1) ...
Selecting previously unselected package coinor-libosi1v5.
Preparing to unpack .../039-coinor-libosi1v5_0.107.9+repack1-1_amd64.deb ...
Unpacking coinor-libosi1v5 (0.107.9+repack1-1) ...
Selecting previously unselected package coinor-libclp1.
Preparing to unpack .../040-coinor-libclp1_1.16.11+repack1-1_amd64.deb ...
Unpacking coinor-libclp1 (1.16.11+repack1-1) ...
Selecting previously unselected package coinor-libcgl1.
Preparing to unpack .../041-coinor-libcgl1_0.59.10+repack1-1_amd64.deb ...
Unpacking coinor-libcgl1 (0.59.10+repack1-1) ...
Selecting previously unselected package coinor-libcbc3.
Preparing to unpack .../042-coinor-libcbc3_2.9.9+repack1-1_amd64.deb ...
Unpacking coinor-libcbc3 (2.9.9+repack1-1) ...
Selecting previously unselected package coinor-libcoinmp1v5:amd64.
Preparing to unpack .../043-coinor-libcoinmp1v5_1.8.3-2+b11_amd64.deb ...
Unpacking coinor-libcoinmp1v5:amd64 (1.8.3-2+b11) ...
Selecting previously unselected package dbus-user-session.
Preparing to unpack .../044-dbus-user-session_1.12.20-0+deb10u1_amd64.deb
...
Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
Selecting previously unselected package libdconf1:amd64.
Preparing to unpack .../045-libdconf1_0.30.1-2_amd64.deb ...
Unpacking libdconf1:amd64 (0.30.1-2) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../046-dconf-service_0.30.1-2_amd64.deb ...
Unpacking dconf-service (0.30.1-2) ...
Selecting previously unselected package dconf-gsettings-backend:amd64.
Preparing to unpack .../047-dconf-gsettings-backend_0.30.1-2_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ...
Selecting previously unselected package fonts-crosextra-caladea.
Preparing to unpack .../048-fonts-crosextra-caladea_20130214-2_all.deb ...
Unpacking fonts-crosextra-caladea (20130214-2) ...
Selecting previously unselected package fonts-crosextra-carlito.
Preparing to unpack .../049-fonts-crosextra-carlito_20130920-1_all.deb ...
Unpacking fonts-crosextra-carlito (20130920-1) ...
Selecting previously unselected package fonts-noto-core.
Preparing to unpack .../050-fonts-noto-core_20181227-1_all.deb ...
Unpacking fonts-noto-core (20181227-1) ...
Selecting previously unselected package fonts-noto.
Preparing to unpack .../051-fonts-noto_20181227-1_all.deb ...
Unpacking fonts-noto (20181227-1) ...
Selecting previously unselected package fonts-opensymbol.
Preparing to unpack
.../052-fonts-opensymbol_2%3a102.10+LibO6.1.5-3+deb10u6_all.deb ...
Unpacking fonts-opensymbol (2:102.10+LibO6.1.5-3+deb10u6) ...
Selecting previously unselected package libproxy1v5:amd64.
Preparing to unpack .../053-libproxy1v5_0.4.15-5_amd64.deb ...
Unpacking libproxy1v5:amd64 (0.4.15-5) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../054-glib-networking-common_2.58.0-2+deb10u2_all.deb
...
Unpacking glib-networking-common (2.58.0-2+deb10u2) ...
Selecting previously unselected package glib-networking-services.
Preparing to unpack
.../055-glib-networking-services_2.58.0-2+deb10u2_amd64.deb ...
Unpacking glib-networking-services (2.58.0-2+deb10u2) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../056-gsettings-desktop-schemas_3.28.1-1_all.deb ...
Unpacking gsettings-desktop-schemas (3.28.1-1) ...
Selecting previously unselected package glib-networking:amd64.
Preparing to unpack .../057-glib-networking_2.58.0-2+deb10u2_amd64.deb ...
Unpacking glib-networking:amd64 (2.58.0-2+deb10u2) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../058-iso-codes_4.2-1_all.deb ...
Unpacking iso-codes (4.2-1) ...
Selecting previously unselected package librevenge-0.0-0:amd64.
Preparing to unpack .../059-librevenge-0.0-0_0.0.4-6_amd64.deb ...
Unpacking librevenge-0.0-0:amd64 (0.0.4-6) ...
Selecting previously unselected package libabw-0.1-1:amd64.
Preparing to unpack .../060-libabw-0.1-1_0.1.2-1_amd64.deb ...
Unpacking libabw-0.1-1:amd64 (0.1.2-1) ...
Selecting previously unselected package libatk1.0-data.
Preparing to unpack .../061-libatk1.0-data_2.30.0-2_all.deb ...
Unpacking libatk1.0-data (2.30.0-2) ...
Selecting previously unselected package libatk1.0-0:amd64.
Preparing to unpack .../062-libatk1.0-0_2.30.0-2_amd64.deb ...
Unpacking libatk1.0-0:amd64 (2.30.0-2) ...
Selecting previously unselected package libatspi2.0-0:amd64.
Preparing to unpack .../063-libatspi2.0-0_2.30.0-7_amd64.deb ...
Unpacking libatspi2.0-0:amd64 (2.30.0-7) ...
Selecting previously unselected package libatk-bridge2.0-0:amd64.
Preparing to unpack .../064-libatk-bridge2.0-0_2.30.0-5_amd64.deb ...
Unpacking libatk-bridge2.0-0:amd64 (2.30.0-5) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../065-libavahi-common-data_0.7-4+b1_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.7-4+b1) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../066-libavahi-common3_0.7-4+b1_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.7-4+b1) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../067-libavahi-client3_0.7-4+b1_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.7-4+b1) ...
Selecting previously unselected package libboost-atomic1.67.0:amd64.
Preparing to unpack
.../068-libboost-atomic1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-atomic1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-system1.67.0:amd64.
Preparing to unpack
.../069-libboost-system1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-system1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-chrono1.67.0:amd64.
Preparing to unpack
.../070-libboost-chrono1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-chrono1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-date-time1.67.0:amd64.
Preparing to unpack
.../071-libboost-date-time1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-date-time1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-filesystem1.67.0:amd64.
Preparing to unpack
.../072-libboost-filesystem1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-filesystem1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-iostreams1.67.0:amd64.
Preparing to unpack
.../073-libboost-iostreams1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-iostreams1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-thread1.67.0:amd64.
Preparing to unpack
.../074-libboost-thread1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-thread1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libboost-locale1.67.0:amd64.
Preparing to unpack
.../075-libboost-locale1.67.0_1.67.0-13+deb10u1_amd64.deb ...
Unpacking libboost-locale1.67.0:amd64 (1.67.0-13+deb10u1) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../076-libcairo-gobject2_1.16.0-4_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.16.0-4) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../077-liblcms2-2_2.9-3_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.9-3) ...
Selecting previously unselected package libcdr-0.1-1:amd64.
Preparing to unpack .../078-libcdr-0.1-1_0.1.5-1_amd64.deb ...
Unpacking libcdr-0.1-1:amd64 (0.1.5-1) ...
Selecting previously unselected package libclucene-core1v5:amd64.
Preparing to unpack .../079-libclucene-core1v5_2.3.3.4+dfsg-1_amd64.deb ...
Unpacking libclucene-core1v5:amd64 (2.3.3.4+dfsg-1) ...
Selecting previously unselected package libclucene-contribs1v5:amd64.
Preparing to unpack .../080-libclucene-contribs1v5_2.3.3.4+dfsg-1_amd64.deb
...
Unpacking libclucene-contribs1v5:amd64 (2.3.3.4+dfsg-1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../081-libcurl3-gnutls_7.64.0-4+deb10u1_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Selecting previously unselected package libcmis-0.5-5v5.
Preparing to unpack .../082-libcmis-0.5-5v5_0.5.2-1_amd64.deb ...
Unpacking libcmis-0.5-5v5 (0.5.2-1) ...
Selecting previously unselected package libsuitesparseconfig5:amd64.
Preparing to unpack
.../083-libsuitesparseconfig5_1%3a5.4.0+dfsg-1_amd64.deb ...
Unpacking libsuitesparseconfig5:amd64 (1:5.4.0+dfsg-1) ...
Selecting previously unselected package libcolamd2:amd64.
Preparing to unpack .../084-libcolamd2_1%3a5.4.0+dfsg-1_amd64.deb ...
Unpacking libcolamd2:amd64 (1:5.4.0+dfsg-1) ...
Selecting previously unselected package libcolord2:amd64.
Preparing to unpack .../085-libcolord2_1.4.3-4_amd64.deb ...
Unpacking libcolord2:amd64 (1.4.3-4) ...
Selecting previously unselected package libcups2:amd64.
Preparing to unpack .../086-libcups2_2.2.10-6+deb10u3_amd64.deb ...
Unpacking libcups2:amd64 (2.2.10-6+deb10u3) ...
Selecting previously unselected package libdbus-glib-1-2:amd64.
Preparing to unpack .../087-libdbus-glib-1-2_0.110-4_amd64.deb ...
Unpacking libdbus-glib-1-2:amd64 (0.110-4) ...
Selecting previously unselected package liblangtag-common.
Preparing to unpack .../088-liblangtag-common_0.6.2-1_all.deb ...
Unpacking liblangtag-common (0.6.2-1) ...
Selecting previously unselected package liblangtag1:amd64.
Preparing to unpack .../089-liblangtag1_0.6.2-1_amd64.deb ...
Unpacking liblangtag1:amd64 (0.6.2-1) ...
Selecting previously unselected package libe-book-0.1-1:amd64.
Preparing to unpack .../090-libe-book-0.1-1_0.1.3-1+b2_amd64.deb ...
Unpacking libe-book-0.1-1:amd64 (0.1.3-1+b2) ...
Selecting previously unselected package libeot0:amd64.
Preparing to unpack .../091-libeot0_0.01-5_amd64.deb ...
Unpacking libeot0:amd64 (0.01-5) ...
Selecting previously unselected package libepoxy0:amd64.
Preparing to unpack .../092-libepoxy0_1.5.3-0.1_amd64.deb ...
Unpacking libepoxy0:amd64 (1.5.3-0.1) ...
Selecting previously unselected package libepubgen-0.1-1:amd64.
Preparing to unpack .../093-libepubgen-0.1-1_0.1.1-1_amd64.deb ...
Unpacking libepubgen-0.1-1:amd64 (0.1.1-1) ...
Selecting previously unselected package libetonyek-0.1-1:amd64.
Preparing to unpack .../094-libetonyek-0.1-1_0.1.9-1_amd64.deb ...
Unpacking libetonyek-0.1-1:amd64 (0.1.9-1) ...
Selecting previously unselected package libexttextcat-data.
Preparing to unpack .../095-libexttextcat-data_3.4.5-1_all.deb ...
Unpacking libexttextcat-data (3.4.5-1) ...
Selecting previously unselected package libexttextcat-2.0-0:amd64.
Preparing to unpack .../096-libexttextcat-2.0-0_3.4.5-1_amd64.deb ...
Unpacking libexttextcat-2.0-0:amd64 (3.4.5-1) ...
Selecting previously unselected package libfreehand-0.1-1.
Preparing to unpack .../097-libfreehand-0.1-1_0.1.2-2_amd64.deb ...
Unpacking libfreehand-0.1-1 (0.1.2-2) ...
Selecting previously unselected package libgpgme11:amd64.
Preparing to unpack .../098-libgpgme11_1.12.0-6_amd64.deb ...
Unpacking libgpgme11:amd64 (1.12.0-6) ...
Selecting previously unselected package libgpgmepp6:amd64.
Preparing to unpack .../099-libgpgmepp6_1.12.0-6_amd64.deb ...
Unpacking libgpgmepp6:amd64 (1.12.0-6) ...
Selecting previously unselected package libgstreamer1.0-0:amd64.
Preparing to unpack .../100-libgstreamer1.0-0_1.14.4-1_amd64.deb ...
Unpacking libgstreamer1.0-0:amd64 (1.14.4-1) ...
Selecting previously unselected package liborc-0.4-0:amd64.
Preparing to unpack .../101-liborc-0.4-0_1%3a0.4.28-3.1_amd64.deb ...
Unpacking liborc-0.4-0:amd64 (1:0.4.28-3.1) ...
Selecting previously unselected package
libgstreamer-plugins-base1.0-0:amd64.
Preparing to unpack
.../102-libgstreamer-plugins-base1.0-0_1.14.4-2_amd64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.14.4-2) ...
Selecting previously unselected package libjson-glib-1.0-common.
Preparing to unpack .../103-libjson-glib-1.0-common_1.4.4-2_all.deb ...
Unpacking libjson-glib-1.0-common (1.4.4-2) ...
Selecting previously unselected package libjson-glib-1.0-0:amd64.
Preparing to unpack .../104-libjson-glib-1.0-0_1.4.4-2_amd64.deb ...
Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ...
Selecting previously unselected package libsoup2.4-1:amd64.
Preparing to unpack .../105-libsoup2.4-1_2.64.2-2_amd64.deb ...
Unpacking libsoup2.4-1:amd64 (2.64.2-2) ...
Selecting previously unselected package libsoup-gnome2.4-1:amd64.
Preparing to unpack .../106-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ...
Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
Selecting previously unselected package librest-0.7-0:amd64.
Preparing to unpack .../107-librest-0.7-0_0.8.1-1_amd64.deb ...
Unpacking librest-0.7-0:amd64 (0.8.1-1) ...
Selecting previously unselected package libwayland-client0:amd64.
Preparing to unpack .../108-libwayland-client0_1.16.0-1_amd64.deb ...
Unpacking libwayland-client0:amd64 (1.16.0-1) ...
Selecting previously unselected package libwayland-cursor0:amd64.
Preparing to unpack .../109-libwayland-cursor0_1.16.0-1_amd64.deb ...
Unpacking libwayland-cursor0:amd64 (1.16.0-1) ...
Selecting previously unselected package libwayland-egl1:amd64.
Preparing to unpack .../110-libwayland-egl1_1.16.0-1_amd64.deb ...
Unpacking libwayland-egl1:amd64 (1.16.0-1) ...
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../111-libxcomposite1_1%3a0.4.4-2_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.4-2) ...
Selecting previously unselected package libxfixes3:amd64.
Preparing to unpack .../112-libxfixes3_1%3a5.0.3-1_amd64.deb ...
Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
Selecting previously unselected package libxcursor1:amd64.
Preparing to unpack .../113-libxcursor1_1%3a1.1.15-2_amd64.deb ...
Unpacking libxcursor1:amd64 (1:1.1.15-2) ...
Selecting previously unselected package libxdamage1:amd64.
Preparing to unpack .../114-libxdamage1_1%3a1.1.4-3+b3_amd64.deb ...
Unpacking libxdamage1:amd64 (1:1.1.4-3+b3) ...
Selecting previously unselected package libxi6:amd64.
Preparing to unpack .../115-libxi6_2%3a1.7.9-1_amd64.deb ...
Unpacking libxi6:amd64 (2:1.7.9-1) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../116-libxinerama1_2%3a1.1.4-2_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.4-2) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../117-xkb-data_2.26-2_all.deb ...
Unpacking xkb-data (2.26-2) ...
Selecting previously unselected package libxkbcommon0:amd64.
Preparing to unpack .../118-libxkbcommon0_0.8.2-1_amd64.deb ...
Unpacking libxkbcommon0:amd64 (0.8.2-1) ...
Selecting previously unselected package libxrandr2:amd64.
Preparing to unpack .../119-libxrandr2_2%3a1.5.1-1_amd64.deb ...
Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../120-libgtk-3-common_3.24.5-1_all.deb ...
Unpacking libgtk-3-common (3.24.5-1) ...
Selecting previously unselected package libgtk-3-0:amd64.
Preparing to unpack .../121-libgtk-3-0_3.24.5-1_amd64.deb ...
Unpacking libgtk-3-0:amd64 (3.24.5-1) ...
Selecting previously unselected package libharfbuzz-icu0:amd64.
Preparing to unpack .../122-libharfbuzz-icu0_2.3.1-1_amd64.deb ...
Unpacking libharfbuzz-icu0:amd64 (2.3.1-1) ...
Selecting previously unselected package libhunspell-1.7-0:amd64.
Preparing to unpack .../123-libhunspell-1.7-0_1.7.0-2_amd64.deb ...
Unpacking libhunspell-1.7-0:amd64 (1.7.0-2) ...
Selecting previously unselected package libhyphen0:amd64.
Preparing to unpack .../124-libhyphen0_2.8.8-7_amd64.deb ...
Unpacking libhyphen0:amd64 (2.8.8-7) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../125-libltdl7_2.4.6-9_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.6-9) ...
Selecting previously unselected package libmhash2:amd64.
Preparing to unpack .../126-libmhash2_0.9.9.9-7+b1_amd64.deb ...
Unpacking libmhash2:amd64 (0.9.9.9-7+b1) ...
Selecting previously unselected package libmspub-0.1-1:amd64.
Preparing to unpack .../127-libmspub-0.1-1_0.1.4-1+b2_amd64.deb ...
Unpacking libmspub-0.1-1:amd64 (0.1.4-1+b2) ...
Selecting previously unselected package libmwaw-0.3-3:amd64.
Preparing to unpack .../128-libmwaw-0.3-3_0.3.14-1_amd64.deb ...
Unpacking libmwaw-0.3-3:amd64 (0.3.14-1) ...
Selecting previously unselected package libmythes-1.2-0:amd64.
Preparing to unpack .../129-libmythes-1.2-0_2%3a1.2.4-3_amd64.deb ...
Unpacking libmythes-1.2-0:amd64 (2:1.2.4-3) ...
Selecting previously unselected package libneon27-gnutls:amd64.
Preparing to unpack .../130-libneon27-gnutls_0.30.2-3_amd64.deb ...
Unpacking libneon27-gnutls:amd64 (0.30.2-3) ...
Selecting previously unselected package libnspr4:amd64.
Preparing to unpack .../131-libnspr4_2%3a4.20-1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.20-1) ...
Selecting previously unselected package libnss3:amd64.
Preparing to unpack .../132-libnss3_2%3a3.42.1-1+deb10u3_amd64.deb ...
Unpacking libnss3:amd64 (2:3.42.1-1+deb10u3) ...
Selecting previously unselected package libnumbertext-data.
Preparing to unpack .../133-libnumbertext-data_1.0.5-1_all.deb ...
Unpacking libnumbertext-data (1.0.5-1) ...
Selecting previously unselected package libnumbertext-1.0-0:amd64.
Preparing to unpack .../134-libnumbertext-1.0-0_1.0.5-1_amd64.deb ...
Unpacking libnumbertext-1.0-0:amd64 (1.0.5-1) ...
Selecting previously unselected package libodfgen-0.1-1:amd64.
Preparing to unpack .../135-libodfgen-0.1-1_0.1.7-1_amd64.deb ...
Unpacking libodfgen-0.1-1:amd64 (0.1.7-1) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../136-libopenjp2-7_2.3.0-2+deb10u1_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.3.0-2+deb10u1) ...
Selecting previously unselected package liborcus-0.14-0:amd64.
Preparing to unpack .../137-liborcus-0.14-0_0.14.1-6_amd64.deb ...
Unpacking liborcus-0.14-0:amd64 (0.14.1-6) ...
Selecting previously unselected package libpagemaker-0.0-0:amd64.
Preparing to unpack .../138-libpagemaker-0.0-0_0.0.4-1_amd64.deb ...
Unpacking libpagemaker-0.0-0:amd64 (0.0.4-1) ...
Selecting previously unselected package libpoppler82:amd64.
Preparing to unpack .../139-libpoppler82_0.71.0-5_amd64.deb ...
Unpacking libpoppler82:amd64 (0.71.0-5) ...
Selecting previously unselected package libpython3.7:amd64.
Preparing to unpack .../140-libpython3.7_3.7.3-2+deb10u2_amd64.deb ...
Unpacking libpython3.7:amd64 (3.7.3-2+deb10u2) ...
Selecting previously unselected package libqxp-0.0-0.
Preparing to unpack .../141-libqxp-0.0-0_0.0.2-1_amd64.deb ...
Unpacking libqxp-0.0-0 (0.0.2-1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../142-libxslt1.1_1.1.32-2.2~deb10u1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.32-2.2~deb10u1) ...
Selecting previously unselected package libyajl2:amd64.
Preparing to unpack .../143-libyajl2_2.1.0-3_amd64.deb ...
Unpacking libyajl2:amd64 (2.1.0-3) ...
Selecting previously unselected package libraptor2-0:amd64.
Preparing to unpack .../144-libraptor2-0_2.0.14-1+b1_amd64.deb ...
Unpacking libraptor2-0:amd64 (2.0.14-1+b1) ...
Selecting previously unselected package librasqal3:amd64.
Preparing to unpack .../145-librasqal3_0.9.32-1+b1_amd64.deb ...
Unpacking librasqal3:amd64 (0.9.32-1+b1) ...
Selecting previously unselected package librdf0:amd64.
Preparing to unpack .../146-librdf0_1.0.17-1.1+b1_amd64.deb ...
Unpacking librdf0:amd64 (1.0.17-1.1+b1) ...
Selecting previously unselected package libreoffice-style-colibre.
Preparing to unpack
.../147-libreoffice-style-colibre_1%3a6.1.5-3+deb10u6_all.deb ...
Unpacking libreoffice-style-colibre (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-style-tango.
Preparing to unpack
.../148-libreoffice-style-tango_1%3a6.1.5-3+deb10u6_all.deb ...
Unpacking libreoffice-style-tango (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package uno-libs3.
Preparing to unpack .../149-uno-libs3_6.1.5-3+deb10u6_amd64.deb ...
Unpacking uno-libs3 (6.1.5-3+deb10u6) ...
Selecting previously unselected package ure.
Preparing to unpack .../150-ure_6.1.5-3+deb10u6_amd64.deb ...
Unpacking ure (6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-common.
Preparing to unpack .../151-libreoffice-common_1%3a6.1.5-3+deb10u6_all.deb
...
Unpacking libreoffice-common (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libxmlsec1:amd64.
Preparing to unpack .../152-libxmlsec1_1.2.27-2_amd64.deb ...
Unpacking libxmlsec1:amd64 (1.2.27-2) ...
Selecting previously unselected package libxmlsec1-nss:amd64.
Preparing to unpack .../153-libxmlsec1-nss_1.2.27-2_amd64.deb ...
Unpacking libxmlsec1-nss:amd64 (1.2.27-2) ...
Selecting previously unselected package libreoffice-core.
Preparing to unpack .../154-libreoffice-core_1%3a6.1.5-3+deb10u6_amd64.deb
...
Unpacking libreoffice-core (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-base-core.
Preparing to unpack
.../155-libreoffice-base-core_1%3a6.1.5-3+deb10u6_amd64.deb ...
Unpacking libreoffice-base-core (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-base-drivers.
Preparing to unpack
.../156-libreoffice-base-drivers_1%3a6.1.5-3+deb10u6_amd64.deb ...
Unpacking libreoffice-base-drivers (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-base.
Preparing to unpack .../157-libreoffice-base_1%3a6.1.5-3+deb10u6_amd64.deb
...
Adding 'diversion of /usr/lib/libreoffice/share/basic/dialog.xlc to
/usr/lib/libreoffice/share/basic/dialog.xlc.noaccess by libreoffice-base'
Adding 'diversion of /usr/lib/libreoffice/share/basic/script.xlc to
/usr/lib/libreoffice/share/basic/script.xlc.noaccess by libreoffice-base'
Unpacking libreoffice-base (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package lp-solve.
Preparing to unpack .../158-lp-solve_5.5.0.15-4+b1_amd64.deb ...
Unpacking lp-solve (5.5.0.15-4+b1) ...
Selecting previously unselected package libstaroffice-0.0-0:amd64.
Preparing to unpack .../159-libstaroffice-0.0-0_0.0.6-1_amd64.deb ...
Unpacking libstaroffice-0.0-0:amd64 (0.0.6-1) ...
Selecting previously unselected package libwps-0.4-4:amd64.
Preparing to unpack .../160-libwps-0.4-4_0.4.10-1_amd64.deb ...
Unpacking libwps-0.4-4:amd64 (0.4.10-1) ...
Selecting previously unselected package libreoffice-calc.
Preparing to unpack .../161-libreoffice-calc_1%3a6.1.5-3+deb10u6_amd64.deb
...
Unpacking libreoffice-calc (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libvisio-0.1-1:amd64.
Preparing to unpack .../162-libvisio-0.1-1_0.1.6-1+b2_amd64.deb ...
Unpacking libvisio-0.1-1:amd64 (0.1.6-1+b2) ...
Selecting previously unselected package libwpd-0.10-10:amd64.
Preparing to unpack .../163-libwpd-0.10-10_0.10.3-1_amd64.deb ...
Unpacking libwpd-0.10-10:amd64 (0.10.3-1) ...
Selecting previously unselected package libwpg-0.3-3:amd64.
Preparing to unpack .../164-libwpg-0.3-3_0.3.3-1_amd64.deb ...
Unpacking libwpg-0.3-3:amd64 (0.3.3-1) ...
Selecting previously unselected package libzmf-0.0-0:amd64.
Preparing to unpack .../165-libzmf-0.0-0_0.0.2-1+b2_amd64.deb ...
Unpacking libzmf-0.0-0:amd64 (0.0.2-1+b2) ...
Selecting previously unselected package libreoffice-draw.
Preparing to unpack .../166-libreoffice-draw_1%3a6.1.5-3+deb10u6_amd64.deb
...
Unpacking libreoffice-draw (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-impress.
Preparing to unpack
.../167-libreoffice-impress_1%3a6.1.5-3+deb10u6_amd64.deb ...
Unpacking libreoffice-impress (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-math.
Preparing to unpack .../168-libreoffice-math_1%3a6.1.5-3+deb10u6_amd64.deb
...
Unpacking libreoffice-math (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-report-builder-bin.
Preparing to unpack
.../169-libreoffice-report-builder-bin_1%3a6.1.5-3+deb10u6_amd64.deb ...
Unpacking libreoffice-report-builder-bin (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice-writer.
Preparing to unpack
.../170-libreoffice-writer_1%3a6.1.5-3+deb10u6_amd64.deb ...
Unpacking libreoffice-writer (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package
libreoffice-avmedia-backend-gstreamer.
Preparing to unpack
.../171-libreoffice-avmedia-backend-gstreamer_1%3a6.1.5-3+deb10u6_amd64.deb
...
Unpacking libreoffice-avmedia-backend-gstreamer (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package python3-uno.
Preparing to unpack .../172-python3-uno_1%3a6.1.5-3+deb10u6_amd64.deb ...
Unpacking python3-uno (1:6.1.5-3+deb10u6) ...
Selecting previously unselected package libreoffice.
Preparing to unpack .../173-libreoffice_1%3a6.1.5-3+deb10u6_amd64.deb ...
Unpacking libreoffice (1:6.1.5-3+deb10u6) ...
Setting up libgraphite2-3:amd64 (1.3.13-7) ...
Setting up liblcms2-2:amd64 (2.9-3) ...
Setting up libpixman-1-0:amd64 (0.36.0-1) ...
Setting up systemd-sysv (241-7~deb10u4) ...
Setting up libproxy1v5:amd64 (0.4.15-5) ...
Setting up mime-support (3.62) ...
Setting up hicolor-icon-theme (0.17-2) ...
Setting up libhyphen0:amd64 (2.8.8-7) ...
Setting up libdatrie1:amd64 (0.2.12-2) ...
Setting up libxcb-render0:amd64 (1.13.1-2) ...
Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u2) ...
Setting up libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ...
Setting up libyajl2:amd64 (2.1.0-3) ...
Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
Setting up xkb-data (2.26-2) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Setting up libxcb-shm0:amd64 (1.13.1-2) ...
Setting up libeot0:amd64 (0.01-5) ...
Setting up libboost-date-time1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libgpgme11:amd64 (1.12.0-6) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up libcairo2:amd64 (1.16.0-4) ...
Setting up libcolord2:amd64 (1.4.3-4) ...
Setting up libicu63:amd64 (63.1-6+deb10u1) ...
Setting up librevenge-0.0-0:amd64 (0.0.4-6) ...
Setting up libdconf1:amd64 (0.30.1-2) ...
Setting up fonts-crosextra-carlito (20130920-1) ...
Setting up libnumbertext-data (1.0.5-1) ...
Setting up libjpeg62-turbo:amd64 (1:1.5.2-2+b1) ...
Setting up libepoxy0:amd64 (1.5.3-0.1) ...
Setting up libnspr4:amd64 (2:4.20-1) ...
Setting up libxfixes3:amd64 (1:5.0.3-1) ...
Setting up libavahi-common-data:amd64 (0.7-4+b1) ...
Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
Setting up dbus (1.12.20-0+deb10u1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u1) ...
Setting up libquadmath0:amd64 (8.3.0-6) ...
Setting up libxinerama1:amd64 (2:1.1.4-2) ...
Setting up libxrandr2:amd64 (2:1.5.1-1) ...
Setting up liborc-0.4-0:amd64 (1:0.4.28-3.1) ...
Setting up libwebp6:amd64 (0.6.1-2) ...
Setting up libboost-iostreams1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libfreehand-0.1-1 (0.1.2-2) ...
Setting up libclucene-core1v5:amd64 (2.3.3.4+dfsg-1) ...
Setting up libltdl7:amd64 (2.4.6-9) ...
Setting up libgfortran5:amd64 (8.3.0-6) ...
Setting up libmhash2:amd64 (0.9.9.9-7+b1) ...
Setting up libmythes-1.2-0:amd64 (2:1.2.4-3) ...
Setting up libatk1.0-data (2.30.0-2) ...
Setting up libexttextcat-data (3.4.5-1) ...
Setting up libepubgen-0.1-1:amd64 (0.1.1-1) ...
Setting up libpam-systemd:amd64 (241-7~deb10u4) ...
Setting up fonts-crosextra-caladea (20130214-2) ...
Setting up libopenjp2-7:amd64 (2.3.0-2+deb10u1) ...
Setting up libharfbuzz0b:amd64 (2.3.1-1) ...
Setting up libthai-data (0.1.28-2) ...
Setting up libboost-atomic1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libjson-glib-1.0-common (1.4.4-2) ...
Setting up libcairo-gobject2:amd64 (1.16.0-4) ...
Setting up libatk1.0-0:amd64 (2.30.0-2) ...
Setting up libtiff5:amd64 (4.1.0+git191117-2~deb10u1) ...
Setting up libwayland-egl1:amd64 (1.16.0-1) ...
Setting up libmpdec2:amd64 (2.4.2-2) ...
Setting up liblangtag-common (0.6.2-1) ...
Setting up libhunspell-1.7-0:amd64 (1.7.0-2) ...
Setting up libboost-system1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up glib-networking-common (2.58.0-2+deb10u2) ...
Setting up uno-libs3 (6.1.5-3+deb10u6) ...
Setting up libwpd-0.10-10:amd64 (0.10.3-1) ...
Setting up libnumbertext-1.0-0:amd64 (1.0.5-1) ...
Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
Setting up fonts-noto-core (20181227-1) ...
Setting up libsuitesparseconfig5:amd64 (1:5.4.0+dfsg-1) ...
Setting up iso-codes (4.2-1) ...
Setting up libgstreamer1.0-0:amd64 (1.14.4-1) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up fonts-opensymbol (2:102.10+LibO6.1.5-3+deb10u6) ...
Setting up libodfgen-0.1-1:amd64 (0.1.7-1) ...
Setting up libvisio-0.1-1:amd64 (0.1.6-1+b2) ...
Setting up libxkbcommon0:amd64 (0.8.2-1) ...
Setting up libwayland-client0:amd64 (1.16.0-1) ...
Setting up glib-networking-services (2.58.0-2+deb10u2) ...
Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
Setting up libstaroffice-0.0-0:amd64 (0.0.6-1) ...
Setting up libharfbuzz-icu0:amd64 (2.3.1-1) ...
Setting up libboost-chrono1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libxdamage1:amd64 (1:1.1.4-3+b3) ...
Setting up libwps-0.4-4:amd64 (0.4.10-1) ...
Setting up libcolamd2:amd64 (1:5.4.0+dfsg-1) ...
Setting up libxi6:amd64 (2:1.7.9-1) ...
Setting up libexttextcat-2.0-0:amd64 (3.4.5-1) ...
Setting up libgpgmepp6:amd64 (1.12.0-6) ...
Setting up libboost-thread1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libpython3.7:amd64 (3.7.3-2+deb10u2) ...
Setting up libmspub-0.1-1:amd64 (0.1.4-1+b2) ...
Setting up libxcursor1:amd64 (1:1.1.15-2) ...
Setting up libavahi-common3:amd64 (0.7-4+b1) ...
Setting up lp-solve (5.5.0.15-4+b1) ...
Setting up fonts-noto (20181227-1) ...
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.14.4-2) ...
Setting up libcmis-0.5-5v5 (0.5.2-1) ...
Setting up libpagemaker-0.0-0:amd64 (0.0.4-1) ...
Setting up libnss3:amd64 (2:3.42.1-1+deb10u3) ...
Setting up libmwaw-0.3-3:amd64 (0.3.14-1) ...
Setting up libatspi2.0-0:amd64 (2.30.0-7) ...
Setting up libcdr-0.1-1:amd64 (0.1.5-1) ...
Setting up liblangtag1:amd64 (0.6.2-1) ...
Setting up libzmf-0.0-0:amd64 (0.0.2-1+b2) ...
Setting up libboost-locale1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libqxp-0.0-0 (0.0.2-1) ...
Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ...
Setting up libatk-bridge2.0-0:amd64 (2.30.0-5) ...
Setting up libthai0:amd64 (0.1.28-2) ...
Setting up dbus-user-session (1.12.20-0+deb10u1) ...
Setting up libblas3:amd64 (3.8.0-2) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to
provide /usr/lib/x86_64-linux-gnu/libblas.so.3
(libblas.so.3-x86_64-linux-gnu) in auto mode
Setting up libdbus-glib-1-2:amd64 (0.110-4) ...
Setting up shared-mime-info (1.10-1) ...
Setting up libneon27-gnutls:amd64 (0.30.2-3) ...
Setting up libclucene-contribs1v5:amd64 (2.3.3.4+dfsg-1) ...
Setting up libcroco3:amd64 (0.6.12-3) ...
Setting up libwpg-0.3-3:amd64 (0.3.3-1) ...
Setting up libwayland-cursor0:amd64 (1.16.0-1) ...
Setting up libabw-0.1-1:amd64 (0.1.2-1) ...
Setting up libxslt1.1:amd64 (1.1.32-2.2~deb10u1) ...
Setting up ure (6.1.5-3+deb10u6) ...
Setting up libboost-filesystem1.67.0:amd64 (1.67.0-13+deb10u1) ...
Setting up libxmlsec1:amd64 (1.2.27-2) ...
Setting up libavahi-client3:amd64 (0.7-4+b1) ...
Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up python3.7 (3.7.3-2+deb10u2) ...
Setting up liblapack3:amd64 (3.8.0-2) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3
to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3
(liblapack.so.3-x86_64-linux-gnu) in auto mode
Setting up libpango-1.0-0:amd64 (1.42.4-8~deb10u1) ...
Setting up libraptor2-0:amd64 (2.0.14-1+b1) ...
Setting up libpoppler82:amd64 (0.71.0-5) ...
Setting up libetonyek-0.1-1:amd64 (0.1.9-1) ...
Setting up dconf-service (0.30.1-2) ...
Setting up python3 (3.7.3-1) ...
Setting up libe-book-0.1-1:amd64 (0.1.3-1+b2) ...
Setting up coinor-libcoinutils3v5 (2.10.14+repack1-1) ...
Setting up libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
Setting up coinor-libosi1v5 (0.107.9+repack1-1) ...
Setting up libcups2:amd64 (2.2.10-6+deb10u3) ...
Setting up libxmlsec1-nss:amd64 (1.2.27-2) ...
Setting up liborcus-0.14-0:amd64 (0.14.1-6) ...
Setting up libpangoft2-1.0-0:amd64 (1.42.4-8~deb10u1) ...
Setting up libpangocairo-1.0-0:amd64 (1.42.4-8~deb10u1) ...
Setting up gtk-update-icon-cache (3.24.5-1) ...
Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ...
Setting up librasqal3:amd64 (0.9.32-1+b1) ...
Setting up librsvg2-2:amd64 (2.44.10-2.1) ...
Setting up librdf0:amd64 (1.0.17-1.1+b1) ...
Setting up coinor-libclp1 (1.16.11+repack1-1) ...
Setting up librsvg2-common:amd64 (2.44.10-2.1) ...
Setting up coinor-libcgl1 (0.59.10+repack1-1) ...
Setting up libgtk-3-common (3.24.5-1) ...
Setting up gsettings-desktop-schemas (3.28.1-1) ...
Setting up coinor-libcbc3 (2.9.9+repack1-1) ...
Setting up adwaita-icon-theme (3.30.1-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 coinor-libcoinmp1v5:amd64 (1.8.3-2+b11) ...
Setting up glib-networking:amd64 (2.58.0-2+deb10u2) ...
Setting up libsoup2.4-1:amd64 (2.64.2-2) ...
Setting up libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
Setting up librest-0.7-0:amd64 (0.8.1-1) ...
Setting up libgtk-3-0:amd64 (3.24.5-1) ...
Setting up libreoffice-style-tango (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-style-colibre (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-common (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-core (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-math (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-draw (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-base-drivers (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-avmedia-backend-gstreamer (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-impress (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-base-core (1:6.1.5-3+deb10u6) ...
Setting up python3-uno (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-calc (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-base (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-writer (1:6.1.5-3+deb10u6) ...
Setting up libreoffice-report-builder-bin (1:6.1.5-3+deb10u6) ...
Setting up libreoffice (1:6.1.5-3+deb10u6) ...
Processing triggers for fontconfig (2.13.1-2) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for systemd (241-7~deb10u4) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
Removing intermediate container ffd48aa2555b
---> bfbbf06fac39
Step 6/9 : RUN dpkg-reconfigure fontconfig && fc-cache -f -s -v
---> Running in 0ddbe90de815
Regenerating fonts cache... done.
/usr/share/fonts: caching, new cache contents: 0 fonts, 1 dirs
/usr/share/fonts/truetype: caching, new cache contents: 0 fonts, 4 dirs
/usr/share/fonts/truetype/crosextra: caching, new cache contents: 8 fonts,
0 dirs
/usr/share/fonts/truetype/dejavu: caching, new cache contents: 6 fonts, 0
dirs
/usr/share/fonts/truetype/noto: caching, new cache contents: 215 fonts, 0
dirs
/usr/share/fonts/truetype/openoffice: caching, new cache contents: 1 fonts,
0 dirs
/usr/X11R6/lib/X11/fonts: skipping, no such directory
/usr/local/share/fonts: caching, new cache contents: 0 fonts, 0 dirs
/usr/share/fonts/truetype: skipping, looped directory detected
/usr/share/fonts/truetype/crosextra: skipping, looped directory detected
/usr/share/fonts/truetype/dejavu: skipping, looped directory detected
/usr/share/fonts/truetype/noto: skipping, looped directory detected
/usr/share/fonts/truetype/openoffice: skipping, looped directory detected
/var/cache/fontconfig: cleaning cache directory
fc-cache: succeeded
Removing intermediate container 0ddbe90de815
---> da60932914b9
Step 7/9 : VOLUME ["/usr/share/fonts/"]
---> Running in a702aca0ee0f
Removing intermediate container a702aca0ee0f
---> ed41642bb284
Step 8/9 : ADD ./bbb-libreoffice-entrypoint.sh /usr/local/bin/
---> 15ee70f70d24
Step 9/9 : ENTRYPOINT ["/usr/local/bin/bbb-libreoffice-entrypoint.sh" ]
---> Running in 744a87652815
Removing intermediate container 744a87652815
---> e726a684a6de
Successfully built e726a684a6de
Successfully tagged bbb-libreoffice:latest
01f562f9fbea4ad2658c77a3ff07666f357ec75e3173515634de20e153366705
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-lib...@1.service →
/lib/systemd/system/bbb-libreoffice@.service.
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-lib...@2.service →
/lib/systemd/system/bbb-libreoffice@.service.
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-lib...@3.service →
/lib/systemd/system/bbb-libreoffice@.service.
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-lib...@4.service →
/lib/systemd/system/bbb-libreoffice@.service.
Setting up bbb-web (1:2.3.0-9) ...
Adding bbb-web.service to autostart using systemd
Setting up bbb-html5 (1:2.3.0-1250) ...
Adding bbb-html5.service to autostart using systemd
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-html5.service →
/usr/lib/systemd/system/bbb-html5.service.
Setting up bbb-config (1:2.3.0-7) ...
......
Setting up bigbluebutton (1:2.3.0-4) ...
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Processing triggers for systemd (237-3ubuntu10.42) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Assigning tuberedu.org for web application URL in
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
Assigning tuberedu.org for web application URL in
/usr/share/bbb-apps-akka/conf/application.conf
Assigning tuberedu.org for record and playback in
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
Assigning tuberedu.org for playback of recordings:
Changing default password for FreeSWITCH Event Socket Layer (see
/opt/freeswitch/etc/freeswitch/autoload_configs/event_socket.conf.xml)
Restarting the BigBlueButton 2.3.0-dev ...
Stopping BigBlueButton

Starting BigBlueButton
ln: failed to create symbolic link '/etc/letsencrypt/live/
tuberedu.org/fullchain.pem': File exists
ln: failed to create symbolic link '/etc/letsencrypt/live/
tuberedu.org/privkey.pem': File exists
Stopping greenlight-v2 ... done
Stopping greenlight_db_1 ... done
Removing greenlight-v2 ... done
Removing greenlight_db_1 ... done
Removing network greenlight_default
Creating network "greenlight_default" with the default driver
Creating greenlight_db_1 ... done
Creating greenlight-v2 ... done
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-extra-5.4.0-42-generic
E: Couldn't find any package by glob 'linux-image-extra-5.4.0-42-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-generic'
Warning: apt-key output should not be parsed (stdout is not a terminal)
/usr/bin/docker
BigBlueButton Server 2.3.0-dev (1323)
build: 1250
kurentoUrl: wss://tuberedu.org/bbb-webrtc-sfu
enableListenOnly: true


# Potential problems described below
# Not running: Nginx LibreOffice
root@tuberedu:~# systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor
preset: enabled)
Active: failed (Result: exit-code) since Fri 2020-08-28 15:55:48 MDT;
1min 44s ago
Docs: man:nginx(8)
Process: 17770 ExecStop=/sbin/start-stop-daemon --quiet --stop --retry
QUIT/5 --pidfile /run/nginx.pid (code=exited, status=0/SUCCESS)
Process: 16100 ExecStart=/usr/sbin/nginx -g daemon on; master_process on;
(code=exited, status=0/SUCCESS)
Process: 17993 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on;
master_process on; (code=exited, status=1/FAILURE)
Main PID: 16102 (code=exited, status=0/SUCCESS)

Aug 28 15:55:48 tuberedu.org systemd[1]: Starting A high performance web
server and a reverse proxy server...
Aug 28 15:55:48 tuberedu.org nginx[17993]: nginx: [emerg]
BIO_new_file("/etc/letsencrypt/live/tuberedu.org/fullchain.pem") failed
(SSL: error:02001002:system library:fopen:No such file or
directory:fopen('/etc/letsencrypt/live/tuberedu.org/fullchain.pem','r')
error:2006D
Aug 28 15:55:48 tuberedu.org nginx[17993]: nginx: configuration file
/etc/nginx/nginx.conf test failed
Aug 28 15:55:48 tuberedu.org systemd[1]: nginx.service: Control process
exited, code=exited status=1
Aug 28 15:55:48 tuberedu.org systemd[1]: nginx.service: Failed with result
'exit-code'.
Aug 28 15:55:48 tuberedu.org systemd[1]: Failed to start A high performance
web server and a reverse proxy server.

>> HTTP://WWW.MPEGLA.COM <http://www.mpegla.com/>
>> fast-json-sta...@2.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/fast-json-stable-stringify
>> json-schem...@0.4.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/json-schema-traverse
>> uri...@4.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uri-js
>> puny...@2.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> punycode
>> har-s...@2.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/har-schema
>> http-si...@1.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/http-signature
>> asser...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> assert-plus
>> jsp...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsprim
>> extsp...@1.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> extsprintf
>> json-...@0.2.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/json-schema
>> ver...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/verror
>> core-u...@1.0.2 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/core-util-is
>> object.getownpro...@2.0.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/object.getownpropertydescriptors
>> es-ab...@1.15.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/es-abstract
>> es-to-p...@1.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/es-to-primitive
>> is-ca...@1.1.4 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/is-callable
>> is-date...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/is-date-object
>> is-s...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
>> symbol
>> has-s...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/has-symbols
>> functi...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> function-bind
>> h...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has
>> is-r...@1.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
>> regex
>> object-...@1.6.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/object-inspect
>> string.proto...@2.1.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string.prototype.trimleft
>> string.protot...@2.1.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string.prototype.trimright
>> xmlbu...@11.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> xmlbuilder
>> buffer-equal-...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/buffer-equal-constant-time
>> ecdsa-sig...@1.0.11 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/ecdsa-sig-formatter
>> mi...@2.4.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime
>> lru-...@5.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lru-
>> cache
>> yal...@3.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> yallist
>> googl...@43.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> googleapis
>> googleap...@3.1.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/googleapis-common
>> q...@6.9.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> googleapis-common/node_modules/qs
>> url-te...@2.0.8 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/url-template
>> ipad...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> ipaddr.js
>> kurento...@6.13.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/kurento-client
>> as...@2.6.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/async
>> error-...@0.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/error-tojson
>> kurento-c...@6.13.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/kurento-client-core
>> kurento-cli...@6.13.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/kurento-client-elements
>> kurento-cli...@6.13.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/kurento-client-filters
>> kurento...@6.13.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/kurento-jsonrpc
>> buffe...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> bufferutil
>> node-gy...@3.7.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/node-gyp-build
>> w...@7.2.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> kurento-jsonrpc/node_modules/ws
>> mini...@1.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> minimist
>> pro...@7.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> promise
>> as...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asap
>> promise...@0.0.4 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/promisecallback
>> reconn...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> reconnect-ws
>> reconne...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/reconnect-core
>> bac...@2.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> backoff
>> websocke...@0.5.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/websocket-stream
>> isbu...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isbuffer
>> thr...@2.3.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> through
>> w...@0.4.32 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> websocket-stream/node_modules/ws
>> comm...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> commander
>> n...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nan
>> opt...@0.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> options
>> tiny...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> tinycolor
>> mcs...@0.0.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-js
>> uu...@3.3.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>> js/node_modules/uuid
>> w...@6.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>> js/node_modules/ws
>> mod...@1.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/modesl
>> evente...@4.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> eventemitter2
>> node-do...@1.1.22 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/node-docker-api
>> docker...@0.3.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> docker-modem
>> JSONS...@0.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> JSONStream
>> json...@0.0.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> jsonparse
>> de...@2.6.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> docker-modem/node_modules/debug
>> m...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ms
>> readabl...@1.0.34 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/readable-stream
>> isa...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isarray
>> string_...@0.10.31 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string_decoder
>> spli...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/split-ca
>> memory...@0.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> memorystream
>> pe...@0.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/pegjs
>> reada...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> readable-id
>>>> <https://groups.google.com/d/msgid/bigbluebutton-dev/3544a034-71d6-4d93-93b0-ce73d66bb723o%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>> --
>> You received this message because you are subscribed to the Google Groups
>> "BigBlueButton-dev" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to bigbluebutton-...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/bigbluebutton-dev/CAKMbbbsjcyhQZepZ4q6a0icKpTeSRGjuWwmfcRZFJJxadiVR%2BQ%40mail.gmail.com
>> <https://groups.google.com/d/msgid/bigbluebutton-dev/CAKMbbbsjcyhQZepZ4q6a0icKpTeSRGjuWwmfcRZFJJxadiVR%2BQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> --
> BigBlueButton Developer
> http://bigbluebutton.org/
>
> Like BigBlueButton? Tweet us at @bigbluebutton
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "BigBlueButton-dev" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/bigbluebutton-dev/x0pfI8uFd3w/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> bigbluebutton-...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/bigbluebutton-dev/CAOeuy5PAh%2BrjAv1NrvBSfpA7YJ%3DG8azhfLdud7K2j%3DNsAg-fOA%40mail.gmail.com
> <https://groups.google.com/d/msgid/bigbluebutton-dev/CAOeuy5PAh%2BrjAv1NrvBSfpA7YJ%3DG8azhfLdud7K2j%3DNsAg-fOA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

Fred Dixon

unread,
Aug 28, 2020, 6:57:15 PM8/28/20
to BigBlueButton-dev

Roger Moore

unread,
Aug 28, 2020, 7:01:51 PM8/28/20
to bigblueb...@googlegroups.com
Ubuntu 18.04
>>>> usr.lib.libreoffice.program.oosplash
>>>> Skipping profile in /etc/apparmor.d/disable:
>>>> usr.lib.libreoffice.program.senddoc
>>>> Skipping profile in /etc/apparmor.d/disable:
>>>> usr.lib.libreoffice.program.soffice.bin
>>>> Skipping profile in /etc/apparmor.d/disable:
>>>> usr.lib.libreoffice.program.xpdfimport
> https://groups.google.com/d/msgid/bigbluebutton-dev/CAOeuy5OZYsbrQX6FAxFP-msvwZhA9y8q%3DiCtjEnYmArt860BuA%40mail.gmail.com
> <https://groups.google.com/d/msgid/bigbluebutton-dev/CAOeuy5OZYsbrQX6FAxFP-msvwZhA9y8q%3DiCtjEnYmArt860BuA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

Fred Dixon

unread,
Aug 28, 2020, 11:06:24 PM8/28/20
to BigBlueButton-dev
Hi Roger,

We can see errors that

/var/lib/dpkg/tmp.ci/preinst: line 242: ifconfig: command not found

Can you run

sudo apt-get install net-tools

and then try running the bbb-install.sh command again.

Regards,... Fred
> https://groups.google.com/d/msgid/bigbluebutton-dev/CAKMbbbuF7Ga-fzkkwVR50htvF_hc3Y%3D2XkvxvkAfP5QGqE1YAw%40mail.gmail.com
> <https://groups.google.com/d/msgid/bigbluebutton-dev/CAKMbbbuF7Ga-fzkkwVR50htvF_hc3Y%3D2XkvxvkAfP5QGqE1YAw%40mail.gmail.com?utm_medium=email&utm_source=footer>

Roger Moore

unread,
Sep 2, 2020, 12:45:41 AM9/2/20
to bigblueb...@googlegroups.com
That is what I did when I tried to install on the physical server, but it
still gave me SSL and other installation errors. Here are errors that I
get from the virtual machine:

No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of bbb-html5:
bbb-html5 depends on bbb-webrtc-sfu; however:
Package bbb-webrtc-sfu is not configured yet.

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

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

dpkg: error processing package bbb-web (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of bbb-config:
bbb-config depends on bbb-html5; however:
Package bbb-html5 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
Processing triggers for libreoffice-common (1:6.4.6~rc2-0ubuntu0.18.04.1)
...
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
Errors were encountered while processing:
bbb-record-core
bbb-playback-presentation
bbb-webrtc-sfu
bbb-html5
bbb-libreoffice-docker
bbb-web
bbb-config
E: Sub-process /usr/bin/dpkg returned an error code (1)
Assigning tuberedu.org for web application URL in
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties

Here is the full log:

root@Bach:~# apt-get install net-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
net-tools
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 194 kB of archives.
After this operation, 803 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic/main amd64 net-tools amd64
1.60+git20161116.90da8a0-1ubuntu1 [194 kB]
Fetched 194 kB in 1s (245 kB/s)
Selecting previously unselected package net-tools.
(Reading database ... 238322 files and directories currently installed.)
Preparing to unpack .../net-tools_1.60+git20161116.90da8a0-1ubuntu1_amd64.deb
...
Unpacking net-tools (1.60+git20161116.90da8a0-1ubuntu1) ...
Setting up net-tools (1.60+git20161116.90da8a0-1ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
root@Bach:~#
root@Bach:~#
root@Bach:~# clear

root@Bach:~#
root@Bach:~#
root@Bach:~# wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh |
bash -s -- -v bionic-230-dev -s tuberedu.org -c turn.domain.ca:1004
a200000000004cb3f2d6f000d85d -e rmo...@tuberedu.com -d -g | tee
bbb-install.log
Hit:1 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:4 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic
InRelease
Hit:5 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:6 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:7 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:8 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Ign:9 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:10 http://ubuntu.openvidu.io/6.13.2 bionic InRelease
Hit:11 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Reading package lists...
Warning: apt-key output should not be parsed (stdout is not a terminal)
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
LESSOPEN=| /usr/bin/lesspipe %s
_=/usr/bin/env
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
Warning: apt-key output should not be parsed (stdout is not a terminal)
deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2
multiverse
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package linux-image-extra-5.4.0-42-generic
E: Couldn't find any package by glob 'linux-image-extra-5.4.0-42-generic'
E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-generic'
Warning: apt-key output should not be parsed (stdout is not a terminal)
/usr/bin/docker
/usr/bin/docker
Hit:1 https://deb.nodesource.com/node_12.x bionic InRelease
Hit:2 https://download.docker.com/linux/ubuntu bionic InRelease
Ign:3 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:4 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:6 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:7 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic
InRelease
Hit:8 http://ppa.launchpad.net/bigbluebutton/support/ubuntu bionic InRelease
Hit:9 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Get:10 http://ubuntu.openvidu.io/6.14.0 bionic InRelease [3,546 B]
Hit:11 http://security.ubuntu.com/ubuntu bionic-security InRelease
Get:15 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 Packages [35.3 kB]
Fetched 38.8 kB in 2s (23.9 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages were automatically installed and are no longer
required:
bbb-transcode-akka fonts-dejavu fonts-linuxlibertine fonts-sil-gentium
fonts-sil-gentium-basic libbsh-java libreoffice libreoffice-nlpsolver
libreoffice-script-provider-bsh libreoffice-script-provider-js
libreoffice-script-provider-python libreoffice-wiki-publisher
Use 'sudo apt autoremove' to remove them.
The following NEW packages will be installed:
bbb-libreoffice-docker
The following packages will be upgraded:
bbb-apps-akka bbb-config bbb-etherpad bbb-fsesl-akka bbb-html5
bbb-playback-presentation bbb-record-core bbb-web bbb-webrtc-sfu
grub-common
grub-pc grub-pc-bin grub2-common gstreamer1.5-libav gstreamer1.5-nice
gstreamer1.5-plugins-bad gstreamer1.5-plugins-base
gstreamer1.5-plugins-good
gstreamer1.5-plugins-ugly gstreamer1.5-pulseaudio gstreamer1.5-x kms-core
kms-elements kms-filters kms-jsonrpc kmsjsoncpp kurento-media-server
libgstreamer-plugins-bad1.5-0 libgstreamer-plugins-base1.5-0
libgstreamer1.5-0 libnice10 libpcap0.8 libsrtp0 libusrsctp linux-libc-dev
openh264 openh264-gst-plugins-bad-1.5 openwebrtc-gst-plugins
38 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 348 MB of archives.
After this operation, 10.5 MB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64
libpcap0.8 amd64 1.8.1-6ubuntu1.18.04.2 [118 kB]
Get:2 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic/main
amd64 bbb-apps-akka all 2.3.0-5 [39.0 MB]
Get:3 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 libgstreamer1.5-0
amd64 1.8.1-1kurento2.18.04 [1,872 kB]
Get:4 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 grub-pc
amd64 2.02-2ubuntu8.18 [138 kB]
Get:5 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64
grub-pc-bin amd64 2.02-2ubuntu8.18 [901 kB]
Get:6 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64
grub2-common amd64 2.02-2ubuntu8.18 [532 kB]
Get:7 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64
grub-common amd64 2.02-2ubuntu8.18 [1,774 kB]
Get:8 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64
linux-libc-dev amd64 4.15.0-115.116 [999 kB]
Get:9 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
libgstreamer-plugins-base1.5-0 amd64 1.8.1-1kurento2.18.04 [686 kB]
Get:10 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
gstreamer1.5-libav amd64 1.8.1-1kurento1.18.04 [5,709 kB]
Get:11 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 libnice10 amd64
0.1.17-0kurento1.18.04 [128 kB]
Get:12 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 gstreamer1.5-nice
amd64 0.1.17-0kurento1.18.04 [26.6 kB]
Get:13 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
gstreamer1.5-plugins-base amd64 1.8.1-1kurento2.18.04 [530 kB]
Get:14 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
gstreamer1.5-pulseaudio amd64 1.8.1-1kurento4.18.04 [79.8 kB]
Get:15 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
gstreamer1.5-plugins-good amd64 1.8.1-1kurento4.18.04 [1,576 kB]
Get:16 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
gstreamer1.5-plugins-ugly amd64 1.8.1-1kurento1.18.04 [246 kB]
Get:17 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 gstreamer1.5-x
amd64 1.8.1-1kurento2.18.04 [105 kB]
Get:18 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 kmsjsoncpp amd64
1.6.3-1kurento1.18.04 [65.7 kB]
Get:19 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 kms-jsonrpc amd64
6.14.0-0kurento1.18.04 [24.1 kB]
Get:20 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 kms-core amd64
6.14.0-0kurento1.18.04 [642 kB]
Get:21 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 libusrsctp amd64
0.9.2-1kurento1.18.04 [208 kB]
Get:22 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
openwebrtc-gst-plugins amd64 0.10.0-1kurento1.18.04 [22.9 kB]
Get:23 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 openh264 amd64
1.4.0-1kurento1.18.04 [19.1 kB]
Get:24 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 libsrtp0 amd64
1.6.0-0kurento1.18.04 [52.6 kB]
Get:25 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
gstreamer1.5-plugins-bad amd64 1.8.1-1kurento4.18.04 [1,377 kB]
Get:26 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
openh264-gst-plugins-bad-1.5 amd64 1.8.1-1kurento4.18.04 [44.9 kB]
Get:27 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
libgstreamer-plugins-bad1.5-0 amd64 1.8.1-1kurento4.18.04 [421 kB]
Get:28 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 kms-elements
amd64 6.14.0-0kurento1.18.04 [395 kB]
Get:29 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64 kms-filters amd64
6.14.0-0kurento1.18.04 [113 kB]
Get:30 http://ubuntu.openvidu.io/6.14.0 bionic/kms6 amd64
kurento-media-server amd64 6.14.0-0kurento1.18.04 [499 kB]
Get:31 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-fsesl-akka all 2.3.0-3 [49.9 MB]
Get:32 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-webrtc-sfu amd64 1:2.3.0-4 [10.9 MB]
Get:33 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-etherpad amd64 1:2.3.0-11 [47.5 MB]
Get:34 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-record-core amd64 1:2.3.0-6 [57.0 kB]
Get:35 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-libreoffice-docker amd64 1:2.3.0-6 [5,144 B]
Get:36 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-web amd64 1:2.3.0-9 [109 MB]
Get:37 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-html5 amd64 1:2.3.0-1250 [70.1 MB]
Get:38 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-playback-presentation amd64 1:2.3.0-3 [945 kB]
Get:39 https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic/main
amd64 bbb-config amd64 1:2.3.0-7 [1,385 kB]
Extracting templates from packages: 100%
Preconfiguring packages ...
Fetched 348 MB in 6min 53s (843 kB/s)
(Reading database ... 238370 files and directories currently installed.)
Preparing to unpack .../00-libpcap0.8_1.8.1-6ubuntu1.18.04.2_amd64.deb ...
Unpacking libpcap0.8:amd64 (1.8.1-6ubuntu1.18.04.2) over
(1.8.1-6ubuntu1.18.04.1) ...
Preparing to unpack .../01-bbb-apps-akka_2.3.0-5_all.deb ...
Removed /etc/systemd/system/multi-user.target.wants/bbb-apps-akka.service.
Unpacking bbb-apps-akka (2.3.0-5) over (2.3.0-2) ...
Preparing to unpack .../02-bbb-fsesl-akka_2.3.0-3_all.deb ...
Removed /etc/systemd/system/multi-user.target.wants/bbb-fsesl-akka.service.
Unpacking bbb-fsesl-akka (2.3.0-3) over (2.3.0-1) ...
Preparing to unpack .../03-grub-pc_2.02-2ubuntu8.18_amd64.deb ...
Unpacking grub-pc (2.02-2ubuntu8.18) over (2.02-2ubuntu8.17) ...
Preparing to unpack .../04-grub-pc-bin_2.02-2ubuntu8.18_amd64.deb ...
Unpacking grub-pc-bin (2.02-2ubuntu8.18) over (2.02-2ubuntu8.17) ...
Preparing to unpack .../05-grub2-common_2.02-2ubuntu8.18_amd64.deb ...
Unpacking grub2-common (2.02-2ubuntu8.18) over (2.02-2ubuntu8.17) ...
Preparing to unpack .../06-grub-common_2.02-2ubuntu8.18_amd64.deb ...
Unpacking grub-common (2.02-2ubuntu8.18) over (2.02-2ubuntu8.17) ...
Preparing to unpack .../07-libgstreamer1.5-0_1.8.1-1kurento2.18.04_amd64.deb
...
Unpacking libgstreamer1.5-0:amd64 (1.8.1-1kurento2.18.04) over
(1.8.1-1kurento2.18.04~20200506171443.gbp84c84b) ...
Preparing to unpack .../08-libgstreamer-plugins-
base1.5-0_1.8.1-1kurento2.18.04_amd64.deb ...
Unpacking libgstreamer-plugins-base1.5-0:amd64 (1.8.1-1kurento2.18.04) over
(1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Preparing to unpack .../09-gstreamer1.5-libav_1.8.1-1kurento1.18.04_amd64.deb
...
Unpacking gstreamer1.5-libav:amd64 (1.8.1-1kurento1.18.04) over
(1.8.1-1kurento1.18.04~20200506171443.gbpb33143) ...
Preparing to unpack .../10-libnice10_0.1.17-0kurento1.18.04_amd64.deb ...
Unpacking libnice10:amd64 (0.1.17-0kurento1.18.04) over
(0.1.16-1.18.04~20200506171443.gbp1854ac)
...
Preparing to unpack .../11-gstreamer1.5-nice_0.1.17-0kurento1.18.04_amd64.deb
...
Unpacking gstreamer1.5-nice:amd64 (0.1.17-0kurento1.18.04) over
(0.1.16-1.18.04~20200506171443.gbp1854ac) ...
Preparing to unpack
.../12-gstreamer1.5-plugins-base_1.8.1-1kurento2.18.04_amd64.deb
...
Unpacking gstreamer1.5-plugins-base:amd64 (1.8.1-1kurento2.18.04) over
(1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Preparing to unpack
.../13-gstreamer1.5-pulseaudio_1.8.1-1kurento4.18.04_amd64.deb
...
Unpacking gstreamer1.5-pulseaudio:amd64 (1.8.1-1kurento4.18.04) over
(1.8.1-1kurento3.18.04~20200506171443.gbp9c3835) ...
Preparing to unpack
.../14-gstreamer1.5-plugins-good_1.8.1-1kurento4.18.04_amd64.deb
...
Unpacking gstreamer1.5-plugins-good:amd64 (1.8.1-1kurento4.18.04) over
(1.8.1-1kurento3.18.04~20200506171443.gbp9c3835) ...
Preparing to unpack
.../15-gstreamer1.5-plugins-ugly_1.8.1-1kurento1.18.04_amd64.deb
...
Unpacking gstreamer1.5-plugins-ugly:amd64 (1.8.1-1kurento1.18.04) over
(1.8.1-1kurento1.18.04~20200506171443.gbpbed8b0) ...
Preparing to unpack .../16-gstreamer1.5-x_1.8.1-1kurento2.18.04_amd64.deb
...
Unpacking gstreamer1.5-x:amd64 (1.8.1-1kurento2.18.04) over
(1.8.1-1kurento2.18.04~20200506171443.gbp7fb324) ...
Preparing to unpack .../17-kmsjsoncpp_1.6.3-1kurento1.18.04_amd64.deb ...
Unpacking kmsjsoncpp (1.6.3-1kurento1.18.04) over
(1.6.3-1kurento1.18.04~20200506171443.gbp15940b)
...
Preparing to unpack .../18-kms-jsonrpc_6.14.0-0kurento1.18.04_amd64.deb ...
Unpacking kms-jsonrpc (6.14.0-0kurento1.18.04) over
(6.13.2-0kurento1.18.04~20200507140307.gbpfd864c)
...
Preparing to unpack .../19-kms-core_6.14.0-0kurento1.18.04_amd64.deb ...
Unpacking kms-core (6.14.0-0kurento1.18.04) over
(6.13.2-0kurento1.18.04~20200507140307.gbp2f144b)
...
Preparing to unpack .../20-libusrsctp_0.9.2-1kurento1.18.04_amd64.deb ...
Unpacking libusrsctp (0.9.2-1kurento1.18.04) over
(0.9.2-1kurento1.18.04~20200506171443.gbpfd1d0e)
...
Preparing to unpack .../21-openwebrtc-gst-plugins_
0.10.0-1kurento1.18.04_amd64.deb ...
Unpacking openwebrtc-gst-plugins (0.10.0-1kurento1.18.04) over
(0.10.0-1kurento1.18.04~20200506171443.gbp6a0d22) ...
Preparing to unpack .../22-openh264_1.4.0-1kurento1.18.04_amd64.deb ...
Unpacking openh264 (1.4.0-1kurento1.18.04) over
(1.4.0-1kurento1.18.04~20200506171443.gbpb8cb17)
...
Preparing to unpack .../23-libsrtp0_1.6.0-0kurento1.18.04_amd64.deb ...
Unpacking libsrtp0:amd64 (1.6.0-0kurento1.18.04) over
(1.6.0-0kurento1.18.04~20200506171443.gbp577e0a) ...
Preparing to unpack
.../24-gstreamer1.5-plugins-bad_1.8.1-1kurento4.18.04_amd64.deb
...
Unpacking gstreamer1.5-plugins-bad:amd64 (1.8.1-1kurento4.18.04) over
(1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Preparing to unpack .../25-openh264-gst-plugins-
bad-1.5_1.8.1-1kurento4.18.04_amd64.deb ...
Unpacking openh264-gst-plugins-bad-1.5:amd64 (1.8.1-1kurento4.18.04) over
(1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Preparing to unpack
.../26-libgstreamer-plugins-bad1.5-0_1.8.1-1kurento4.18.04_amd64.deb
...
Unpacking libgstreamer-plugins-bad1.5-0:amd64 (1.8.1-1kurento4.18.04) over
(1.8.1-1kurento4.18.04~20200506171443.gbp17d48d) ...
Preparing to unpack .../27-kms-elements_6.14.0-0kurento1.18.04_amd64.deb ...
Unpacking kms-elements (6.14.0-0kurento1.18.04) over
(6.13.2-0kurento1.18.04~20200507140307.gbpa4c9f3) ...
Preparing to unpack .../28-kms-filters_6.14.0-0kurento1.18.04_amd64.deb ...
Unpacking kms-filters (6.14.0-0kurento1.18.04) over
(6.13.2-0kurento1.18.04~20200507140307.gbpd6fea9)
...
Preparing to unpack
.../29-kurento-media-server_6.14.0-0kurento1.18.04_amd64.deb
...
Unpacking kurento-media-server (6.14.0-0kurento1.18.04) over
(6.13.2-0kurento1.18.04~20200507140307.gbp4e543d) ...
Preparing to unpack .../30-linux-libc-dev_4.15.0-115.116_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.15.0-115.116) over (4.15.0-112.113) ...
Preparing to unpack .../31-bbb-webrtc-sfu_1%3a2.3.0-4_amd64.deb ...
Removing bbb-webrtc-sfu.service from autostart using systemd
Removed /etc/systemd/system/multi-user.target.wants/bbb-webrtc-sfu.service.
Removing kurento-media-server.service from autostart using systemd
Synchronizing state of kurento-media-server.service with SysV service
script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable kurento-media-server
Removed /etc/systemd/system/default.target.wants/kurento-media-
server.service.
Unpacking bbb-webrtc-sfu (1:2.3.0-4) over (1:2.3.0-1) ...
Preparing to unpack .../32-bbb-etherpad_1%3a2.3.0-11_amd64.deb ...
Removing bbb-etherpad.service from autostart using systemd
Unit bbb-etherpad.service could not be found.
Unpacking bbb-etherpad (1:2.3.0-11) over (1:2.3.0-1) ...
Preparing to unpack .../33-bbb-record-core_1%3a2.3.0-6_amd64.deb ...
Removing bbb-record-core.timer from autostart using systemd
Unit bbb-record-core.timer could not be found.
Unpacking bbb-record-core (1:2.3.0-6) over (1:2.3.0-3) ...
Selecting previously unselected package bbb-libreoffice-docker.
Preparing to unpack .../34-bbb-libreoffice-docker_1%3a2.3.0-6_amd64.deb ...
Unpacking bbb-libreoffice-docker (1:2.3.0-6) ...
Preparing to unpack .../35-bbb-web_1%3a2.3.0-9_amd64.deb ...
Unpacking bbb-web (1:2.3.0-9) over (1:2.3.0-1) ...
Preparing to unpack .../36-bbb-html5_1%3a2.3.0-1250_amd64.deb ...
Removing bbb-html5.service from autostart using systemd
Removed /etc/systemd/system/multi-user.target.wants/bbb-html5.service.
Unpacking bbb-html5 (1:2.3.0-1250) over (1:2.3.0-1008) ...
Preparing to unpack .../37-bbb-playback-presentation_1%3a2.3.0-3_amd64.deb
...
Unpacking bbb-playback-presentation (1:2.3.0-3) over (1:2.3.0-2) ...
Preparing to unpack .../38-bbb-config_1%3a2.3.0-7_amd64.deb ...
Unpacking bbb-config (1:2.3.0-7) over (1:2.3.0-5) ...
HTTP://WWW.MPEGLA.COM <http://www.mpegla.com/>

Accordingly, please be advised that content providers and broadcasters
using AVC/H.264 in their service may be required to obtain a separate use
license from MPEG LA, referred to as "(b) sublicenses" in the SUMMARY OF
AVC/H.264 LICENSE TERMS from MPEG LA found at http://www.openh264.org/mpegla

---------------------------------------------
AVC/H.264 Patent Portfolio License Conditions
---------------------------------------------

In addition, the Cisco-provided binary of this Software is licensed under
Cisco's license from MPEG LA only if the following conditions are met:

1. The Cisco-provided binary is separately downloaded to an end user’s
device, and not integrated into or combined with third party software prior
to being downloaded to the end user’s device;

2. The end user must have the ability to control (e.g., to enable, disable,
or re-enable) the use of the Cisco-provided binary;

3. Third party software, in the location where end users can control the
use of the Cisco-provided binary, must display the following text:

"OpenH264 Video Codec provided by Cisco Systems, Inc."

4. Any third-party software that makes use of the Cisco-provided binary
must reproduce all of the above text, as well as this last condition, in
the EULA and/or in another location where licensing information is to be
presented to the end user.



v1.0

Downloading Cisco OpenH264 libary from Cisco repositories
--2020-09-01 22:37:14--
24.244.18.128, 24.244.18.121, 2001:4e8:0:b002::18f4:1280, ...
Connecting to ciscobinary.openh264.org
(ciscobinary.openh264.org)|24.244.18.128|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 429905 (420K) [application/octet-stream]
Saving to: ‘libopenh264-1.4.0-linux64.so.bz2’

libopenh264-1.4.0-l 100%[===================>] 419.83K 371KB/s in 1.1s


2020-09-01 22:37:15 (371 KB/s) - ‘libopenh264-1.4.0-linux64.so.bz2’ saved
[429905/429905]

Setting up bbb-etherpad (1:2.3.0-11) ...
Installing new version of config file /etc/bigbluebutton/nginx/notes.nginx
...
Adding etherpad.service to autostart using systemd
Setting up libusrsctp (0.9.2-1kurento1.18.04) ...
Setting up linux-libc-dev:amd64 (4.15.0-115.116) ...
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
Fetching gem metadata from https://rubygems.org/......
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
Using absolute_time 1.0.0
Fetching concurrent-ruby 1.1.6
Installing concurrent-ruby 1.1.6
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb:10:
warning: constant Gem::ConfigMap is deprecated
Fetching i18n 1.8.3
Installing i18n 1.8.3
Fetching minitest 5.14.1
Installing minitest 5.14.1
Fetching thread_safe 0.3.6
Installing thread_safe 0.3.6
Fetching tzinfo 1.2.7
Installing tzinfo 1.2.7
Fetching activesupport 5.2.4.3
Installing activesupport 5.2.4.3
Fetching bbbevents 1.2.0
Installing bbbevents 1.2.0
Post-install message from i18n:

HEADS UP! i18n 1.1 changed fallbacks to exclude default locale.
But that may break your application.

If you are upgrading your Rails application from an older version of Rails:

Please check your Rails app for 'config.i18n.fallbacks = true'.
If you're using I18n (>= 1.1.0) and Rails (< 5.2.2), this should be
'config.i18n.fallbacks = [I18n.default_locale]'.
If not, fallbacks will be broken in your app by I18n 1.1.x.

If you are starting a NEW Rails application, you can ignore this notice.

For more info see:
https://github.com/svenfuchs/i18n/releases/tag/v1.1.0

Reloading nginx.service using systemd
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-record-core (--configure):
installed bbb-record-core package post-installation script subprocess
returned error exit status 1
Setting up libsrtp0:amd64 (1.6.0-0kurento1.18.04) ...
Setting up bbb-apps-akka (2.3.0-5) ...
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-apps-akka.service
→ /lib/systemd/system/bbb-apps-akka.service.
Setting up kmsjsoncpp (1.6.3-1kurento1.18.04) ...
Setting up bbb-fsesl-akka (2.3.0-3) ...
Created symlink
/etc/systemd/system/multi-user.target.wants/bbb-fsesl-akka.service
→ /lib/systemd/system/bbb-fsesl-akka.service.
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
No apport report written because the error message indicates its a followup
error from a previous failure.
Setting up grub-common (2.02-2ubuntu8.18) ...
Installing new version of config file /etc/grub.d/10_linux ...
update-rc.d: warning: start and stop actions are no longer supported;
falling back to defaults
Setting up libnice10:amd64 (0.1.17-0kurento1.18.04) ...
Setting up kms-jsonrpc (6.14.0-0kurento1.18.04) ...
Setting up libgstreamer1.5-0:amd64 (1.8.1-1kurento2.18.04) ...
dpkg: dependency problems prevent configuration of bbb-libreoffice-docker:
bbb-libreoffice-docker depends on bbb-record-core; however:
Package bbb-record-core is not configured yet.

dpkg: error processing package bbb-libreoffice-docker (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup
error from a previous failure.
Setting up libpcap0.8:amd64 (1.8.1-6ubuntu1.18.04.2) ...
Setting up libgstreamer-plugins-base1.5-0:amd64 (1.8.1-1kurento2.18.04) ...
Setting up grub-pc-bin (2.02-2ubuntu8.18) ...
Setting up gstreamer1.5-pulseaudio:amd64 (1.8.1-1kurento4.18.04) ...
Setting up gstreamer1.5-nice:amd64 (0.1.17-0kurento1.18.04) ...
Setting up grub2-common (2.02-2ubuntu8.18) ...
Setting up gstreamer1.5-x:amd64 (1.8.1-1kurento2.18.04) ...
dpkg: dependency problems prevent configuration of bbb-web:
bbb-web depends on bbb-libreoffice-docker; however:
Package bbb-libreoffice-docker is not configured yet.

dpkg: error processing package bbb-web (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
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
Setting up libgstreamer-plugins-bad1.5-0:amd64 (1.8.1-1kurento4.18.04) ...
dpkg: dependency problems prevent configuration of bbb-html5:
bbb-html5 depends on bbb-web; however:
Package bbb-web is not configured yet.

dpkg: error processing package bbb-html5 (--configure):
dependency problems - leaving unconfigured
Setting up openwebrtc-gst-plugins (0.10.0-1kurento1.18.04) ...No apport
report written because MaxReports is reached already

Setting up gstreamer1.5-libav:amd64 (1.8.1-1kurento1.18.04) ...
Setting up gstreamer1.5-plugins-base:amd64 (1.8.1-1kurento2.18.04) ...
Setting up gstreamer1.5-plugins-ugly:amd64 (1.8.1-1kurento1.18.04) ...
Setting up grub-pc (2.02-2ubuntu8.18) ...
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.4.0-42-generic
Found initrd image: /boot/initrd.img-5.4.0-42-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Setting up gstreamer1.5-plugins-good:amd64 (1.8.1-1kurento4.18.04) ...
Setting up kms-core (6.14.0-0kurento1.18.04) ...
+ HOME_DIR=/var/lib/kurento
+ id kurento
+ mkdir -p /var/lib/kurento
+ chown -R kurento /var/lib/kurento
+ chmod 777 /var/lib/kurento
+ HOME_DIR_OLD=/var/kurento
+ [[ -d /var/kurento ]]
+ [[ ! -L /var/kurento ]]
Setting up gstreamer1.5-plugins-bad:amd64 (1.8.1-1kurento4.18.04) ...
Setting up openh264-gst-plugins-bad-1.5:amd64 (1.8.1-1kurento4.18.04) ...
Setting up kms-elements (6.14.0-0kurento1.18.04) ...
Installing new version of config file
/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini
...
Setting up kms-filters (6.14.0-0kurento1.18.04) ...
Setting up kurento-media-server (6.14.0-0kurento1.18.04) ...
Installing new version of config file /etc/default/kurento-media-server ...
Installing new version of config file /etc/kurento/kurento.conf.json ...
+ HOME_DIR=/var/lib/kurento
+ id kurento
+ mkdir -p /var/lib/kurento
+ chown -R kurento /var/lib/kurento
+ chmod 777 /var/lib/kurento
+ HOME_DIR_OLD=/var/kurento
+ [[ -d /var/kurento ]]
+ [[ ! -L /var/kurento ]]
Setting up bbb-webrtc-sfu (1:2.3.0-4) ...

> json...@1.0.2 postinstall /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/jsonpath
> node lib/aesprim.js > generated/aesprim-browser.js


> buffe...@4.0.1 install /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/bufferutil
> node-gyp-build


> w...@0.4.32 install /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
websocket-stream/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory '/usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/websocket-stream/node_modules/ws/build'
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
bufferutil.target.mk:113: recipe for target
'Release/obj.target/bufferutil/src/bufferutil.o'
failed
make: Leaving directory '/usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/websocket-stream/node_modules/ws/build'
@kubernetes/clien...@0.8.2 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/@kubernetes/client-node
@types/js-...@3.12.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
types/js-yaml
@types/no...@10.14.20 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
types/node
@types/req...@2.48.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
types/request
@types/case...@0.12.2 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/@types/caseless
@types/tough-...@2.3.5 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/@types/tough-cookie
form...@2.5.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/form-
data
asyn...@0.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asynckit
combine...@1.0.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
combined-stream
delayed...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
delayed-stream
mime-...@2.1.24 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-
types
mim...@1.40.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-db
@types/under...@1.9.3 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/@types/underscore
@types/w...@6.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
types/ws
byl...@5.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/byline
isomor...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
isomorphic-ws
js-...@3.13.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/js-yaml
asser...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
assert-plus
jsp...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsprim
extsp...@1.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
extsprintf
json-...@0.2.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json-
schema
ver...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/verror
core-u...@1.0.2 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/core-util-is
ss...@1.16.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sshpk
as...@0.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asn1
safer-...@2.1.2 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/safer-buffer
bcrypt...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
bcrypt-pbkdf
twee...@0.14.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
tweetnacl
dash...@1.14.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
dashdash
ecc-...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ecc-jsbn
js...@0.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsbn
get...@0.1.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/getpass
is-typ...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
typedarray
isst...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isstream
json-stri...@5.0.1 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/json-stringify-safe
oauth...@0.9.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/oauth-
sign
perform...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
performance-now
q...@6.5.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/qs
safe-...@5.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/safe-
buffer
tough-...@2.4.3 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/tough-cookie
p...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/psl
puny...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tough-
cookie/node_modules/punycode
tunnel...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
tunnel-agent
uu...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uuid
she...@0.8.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/shelljs
gl...@7.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/glob
fs.re...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fs.
realpath
infl...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/inflight
on...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/once
wra...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/wrappy
inhe...@2.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/inherits
mini...@3.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
minimatch
brace-e...@1.1.11 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/brace-expansion
balance...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
balanced-match
conca...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
concat-map
path-is-...@1.0.1 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/path-is-absolute
inte...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
interpret
rec...@0.6.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/rechoir
res...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/resolve
path-...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/path-
parse
ts...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tslib
under...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
underscore
w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
kubernetes/client-node/node_modules/ws
async-...@1.0.1 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/async-limiter
bbb-p...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bbb-
promise
buil...@1.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/build-
url
request...@4.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
request-promise
blue...@3.7.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bluebird
request-pr...@1.1.3 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/request-promise-core
lod...@4.17.19 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lodash
metadata
json-...@0.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json-
bigint
bignum...@7.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
bignumber.js
gto...@4.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/gtoken
google-...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
google-p12-pem
node-...@0.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/node-
w...@7.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
kurento-jsonrpc/node_modules/ws
mini...@1.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/minimist
pro...@7.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/promise
as...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asap
promise...@0.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
promisecallback
reconn...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
reconnect-ws
reconne...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
reconnect-core
bac...@2.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/backoff
websocke...@0.5.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
websocket-stream
isbu...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isbuffer
thr...@2.3.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/through
w...@0.4.32 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
websocket-stream/node_modules/ws
comm...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
commander
n...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nan
opt...@0.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/options
tiny...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
tinycolor
mcs...@0.0.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-js
uu...@3.3.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
js/node_modules/uuid
w...@6.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
js/node_modules/ws
mod...@1.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/modesl
evente...@4.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
eventemitter2
node-do...@1.1.22 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/node-docker-api
docker...@0.3.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
docker-modem
JSONS...@0.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
JSONStream
json...@0.0.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
jsonparse
de...@2.6.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
docker-modem/node_modules/debug
m...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ms
readabl...@1.0.34 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
readable-stream
isa...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isarray
string_...@0.10.31 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
string_decoder
spli...@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/split-ca
memory...@0.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
memorystream
pe...@0.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/pegjs
reada...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
readable-id
nan...@1.3.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nanoid
re...@2.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/redis
double-en...@2.1.0-0 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/double-ended-queue
redis-c...@1.5.0 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/redis-commands
redis-...@2.6.0 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/redis-parser
sdp-tr...@2.13.0 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/sdp-transform
sip...@0.7.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.js
w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.
js/node_modules/ws
win...@2.4.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/winston
as...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
winston/node_modules/async
col...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/colors
cy...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/cycle
ey...@0.1.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/eyes
stack...@0.0.10 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/stack-trace
w...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ws
safe-...@5.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ws/
node_modules/safe-buffer
ult...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ultron
qu...@6.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/queue
promi...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
promiscuous
sourc...@0.6.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
source-map
Reloading nginx.service using systemd
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-webrtc-sfu (--configure):
installed bbb-webrtc-sfu package post-installation script subprocess
returned error exit status 1
No apport report written because MaxReports is reached already
Processing triggers for ureadahead (0.100.0-21) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.2) ...
Processing triggers for systemd (237-3ubuntu10.42) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Errors were encountered while processing:
bbb-record-core
bbb-playback-presentation
bbb-libreoffice-docker
bbb-web
bbb-config
bbb-html5
bbb-webrtc-sfu
E: Sub-process /usr/bin/dpkg returned an error code (1)
The following packages will be REMOVED:
bbb-transcode-akka fonts-dejavu fonts-linuxlibertine fonts-sil-gentium
fonts-sil-gentium-basic libbsh-java libreoffice libreoffice-nlpsolver
libreoffice-script-provider-bsh libreoffice-script-provider-js
libreoffice-script-provider-python libreoffice-wiki-publisher
0 upgraded, 0 newly installed, 12 to remove and 0 not upgraded.
7 not fully installed or removed.
After this operation, 54.6 MB disk space will be freed.
(Reading database ... 242447 files and directories currently installed.)
Removing bbb-transcode-akka (2.3.0-1) ...
Removed /etc/systemd/system/multi-user.target.wants/bbb-
transcode-akka.service.
Removing fonts-dejavu (2.37-1) ...
Removing fonts-linuxlibertine (5.3.0-4) ...
Removing fonts-sil-gentium (20081126:1.03-2) ...
Removing fonts-sil-gentium-basic (1.102-1) ...
Removing libreoffice-script-provider-bsh (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Removing libbsh-java (2.0b4-19) ...
Removing libreoffice (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Removing libreoffice-nlpsolver (0.9+LibO6.4.6~rc2-0ubuntu0.18.04.1) ...
Removing libreoffice-script-provider-js (1:6.4.6~rc2-0ubuntu0.18.04.1) ...
Removing libreoffice-script-provider-python (1:6.4.6~rc2-0ubuntu0.18.04.1)
...
Removing libreoffice-wiki-publisher (1.2.0+LibO6.4.6~rc2-0ubuntu0.18.04.1)
...
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-record-core (--configure):
installed bbb-record-core package post-installation script subprocess
returned error exit status 1
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 bbb-webrtc-sfu (1:2.3.0-4) ...
No apport report written because the error message indicates its a followup
error from a previous failure.


╭────────────────────────────────────────────────────────────────╮
│ │
│ New patch version of npm available! 6.14.6 → 6.14.8 │
│ Changelog: https://github.com/npm/cli/releases/tag/v6.14.8
│ Run npm install -g npm to update! │
│ │
╰────────────────────────────────────────────────────────────────╯


> json...@1.0.2 postinstall /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/jsonpath
> node lib/aesprim.js > generated/aesprim-browser.js


> buffe...@4.0.1 install /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/bufferutil
> node-gyp-build


> w...@0.4.32 install /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
websocket-stream/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory '/usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/websocket-stream/node_modules/ws/build'
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
bufferutil.target.mk:113: recipe for target
'Release/obj.target/bufferutil/src/bufferutil.o'
failed
make: Leaving directory '/usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/websocket-stream/node_modules/ws/build'
@kubernetes/clien...@0.8.2 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/@kubernetes/client-node
@types/js-...@3.12.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
types/js-yaml
@types/no...@10.14.20 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
types/node
@types/req...@2.48.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
types/request
@types/case...@0.12.2 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/@types/caseless
@types/tough-...@2.3.5 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/@types/tough-cookie
form...@2.5.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/form-
data
asyn...@0.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asynckit
combine...@1.0.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
combined-stream
delayed...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
delayed-stream
mime-...@2.1.24 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-
types
mim...@1.40.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-db
@types/under...@1.9.3 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/@types/underscore
@types/w...@6.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
types/ws
byl...@5.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/byline
isomor...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
isomorphic-ws
js-...@3.13.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/js-yaml
asser...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
assert-plus
jsp...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsprim
extsp...@1.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
extsprintf
json-...@0.2.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json-
schema
ver...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/verror
core-u...@1.0.2 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/core-util-is
ss...@1.16.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sshpk
as...@0.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asn1
safer-...@2.1.2 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/safer-buffer
bcrypt...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
bcrypt-pbkdf
twee...@0.14.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
tweetnacl
dash...@1.14.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
dashdash
ecc-...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ecc-jsbn
js...@0.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsbn
get...@0.1.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/getpass
is-typ...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
typedarray
isst...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isstream
json-stri...@5.0.1 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/json-stringify-safe
oauth...@0.9.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/oauth-
sign
perform...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
performance-now
q...@6.5.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/qs
safe-...@5.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/safe-
buffer
tough-...@2.4.3 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/tough-cookie
p...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/psl
puny...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tough-
cookie/node_modules/punycode
tunnel...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
tunnel-agent
uu...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uuid
she...@0.8.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/shelljs
gl...@7.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/glob
fs.re...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fs.
realpath
infl...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/inflight
on...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/once
wra...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/wrappy
inhe...@2.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/inherits
mini...@3.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
minimatch
brace-e...@1.1.11 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/brace-expansion
balance...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
balanced-match
conca...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
concat-map
path-is-...@1.0.1 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/path-is-absolute
inte...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
interpret
rec...@0.6.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/rechoir
res...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/resolve
path-...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/path-
parse
ts...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tslib
under...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
underscore
w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
kubernetes/client-node/node_modules/ws
async-...@1.0.1 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/async-limiter
bbb-p...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bbb-
promise
buil...@1.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/build-
url
request...@4.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
request-promise
blue...@3.7.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/bluebird
request-pr...@1.1.3 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/request-promise-core
lod...@4.17.19 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lodash
metadata
json-...@0.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/json-
bigint
bignum...@7.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
bignumber.js
gto...@4.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/gtoken
google-...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
google-p12-pem
node-...@0.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/node-
w...@7.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
kurento-jsonrpc/node_modules/ws
mini...@1.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/minimist
pro...@7.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/promise
as...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asap
promise...@0.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
promisecallback
reconn...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
reconnect-ws
reconne...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
reconnect-core
bac...@2.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/backoff
websocke...@0.5.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
websocket-stream
isbu...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isbuffer
thr...@2.3.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/through
w...@0.4.32 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
websocket-stream/node_modules/ws
comm...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
commander
n...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nan
opt...@0.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/options
tiny...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
tinycolor
mcs...@0.0.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-js
uu...@3.3.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
js/node_modules/uuid
w...@6.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
js/node_modules/ws
mod...@1.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/modesl
evente...@4.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
eventemitter2
node-do...@1.1.22 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/node-docker-api
docker...@0.3.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
docker-modem
JSONS...@0.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
JSONStream
json...@0.0.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
jsonparse
de...@2.6.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
docker-modem/node_modules/debug
m...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ms
readabl...@1.0.34 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
readable-stream
isa...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/isarray
string_...@0.10.31 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
string_decoder
spli...@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/split-ca
memory...@0.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
memorystream
pe...@0.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/pegjs
reada...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
readable-id
nan...@1.3.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nanoid
re...@2.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/redis
double-en...@2.1.0-0 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/double-ended-queue
redis-c...@1.5.0 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/redis-commands
redis-...@2.6.0 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/redis-parser
sdp-tr...@2.13.0 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/sdp-transform
sip...@0.7.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.js
w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.
js/node_modules/ws
win...@2.4.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/winston
as...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
winston/node_modules/async
col...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/colors
cy...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/cycle
ey...@0.1.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/eyes
stack...@0.0.10 /usr/local/bigbluebutton/bbb-
webrtc-sfu/node_modules/stack-trace
w...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ws
safe-...@5.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ws/
node_modules/safe-buffer
ult...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ultron
qu...@6.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/queue
promi...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
promiscuous
sourc...@0.6.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
source-map
Reloading nginx.service using systemd
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-webrtc-sfu (--configure):
installed bbb-webrtc-sfu package post-installation script subprocess
returned error exit status 1
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of bbb-html5:
bbb-html5 depends on bbb-webrtc-sfu; however:
Package bbb-webrtc-sfu is not configured yet.

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

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

dpkg: error processing package bbb-web (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of bbb-config:
bbb-config depends on bbb-html5; however:
Package bbb-html5 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
Processing triggers for libreoffice-common (1:6.4.6~rc2-0ubuntu0.18.04.1)
...
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
Errors were encountered while processing:
bbb-record-core
bbb-playback-presentation
bbb-webrtc-sfu
bbb-html5
bbb-libreoffice-docker
bbb-web
bbb-config
E: Sub-process /usr/bin/dpkg returned an error code (1)
Assigning tuberedu.org for web application URL in
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
Assigning tuberedu.org for web application URL in
/usr/share/bbb-apps-akka/conf/application.conf
Assigning tuberedu.org for record and playback in
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
Assigning tuberedu.org for playback of recordings:
Restarting the BigBlueButton 2.3.0-dev ...
Stopping BigBlueButton

Starting BigBlueButton
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.

BigBlueButton Server 2.3.0-dev (1324)
build: 1250
kurentoUrl: wss://tuberedu.org/bbb-webrtc-sfu
enableListenOnly: true


# Potential problems described below
# IP does not match:
# IP from ifconfig: 192.168.0.115
# /etc/nginx/sites-available/bigbluebutton: tuberedu.org
# Not running: Nginx


#
# Warning: Detected you have the default shared secret. You MUST change
your shared
# secret NOW for BigBlueButton to finish starting up. Do either
#
# sudo bbb-conf --setsecret <secret>
#
# or, to have openssl generate a strong secret for you (recommended)
#
# sudo bbb-conf --setsecret $(openssl rand -base64 32 | sed 's/=//g' |
sed 's/+//g' | sed 's/\///g')
#
# Be sure to update any integrations with the new shared secret.
#
root@Bach:~#
> https://groups.google.com/d/msgid/bigbluebutton-dev/CAOeuy5PatSUiz6Hf3fqaJh44y%2BDUs1PUWe%3DKwsdhZKaqxyWyuw%40mail.gmail.com
> <https://groups.google.com/d/msgid/bigbluebutton-dev/CAOeuy5PatSUiz6Hf3fqaJh44y%2BDUs1PUWe%3DKwsdhZKaqxyWyuw%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

Fred Dixon

unread,
Sep 2, 2020, 6:45:44 AM9/2/20
to BigBlueButton-dev
Hi Roger,

> Job for nginx.service failed because the control process exited with
error code.
> See "systemctl status nginx.service" and "journalctl -xe" for details.
> dpkg: error processing package bbb-record-core (--configure):
> installed bbb-record-core package post-installation script subprocess
returned error exit status 1

Nginx was unable to restart. Try doing

systemctl restart nginx.service

and then look in the nginx error logs for details on why it failed to
restart. Try also

nginx -t

which should give you information on any syntax errors in the nginx
configuration files.


Regards,... Fred
> PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/
> sbin:/bin:/snap/bin
> LESSOPEN=| /usr/bin/lesspipe %s
> _=/usr/bin/env
> @types/js-...@3.12.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/js-yaml
> @types/no...@10.14.20 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/node
> @types/req...@2.48.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/request
> @types/case...@0.12.2 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/caseless
> @types/tough-...@2.3.5 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/tough-cookie
> form...@2.5.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/form-
> data
> asyn...@0.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> asynckit
> combine...@1.0.8 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/combined-stream
> delayed...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> delayed-stream
> mime-...@2.1.24 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/mime-types
> mim...@1.40.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-
> db
> @types/under...@1.9.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/underscore
> @types/w...@6.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
> types/ws
> byl...@5.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/byline
> isomor...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> isomorphic-ws
> js-...@3.13.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/js-
> yaml
> argp...@1.0.10 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> argparse
> sprin...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> sprintf-js
> esp...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/esprima
> json...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> jsonpath
> esp...@1.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> jsonpath/node_modules/esprima
> stati...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> static-eval
> esco...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> escodegen
> esp...@3.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> escodegen/node_modules/esprima
> estra...@4.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> estraverse
> esu...@2.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/esutils
> optio...@0.8.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> optionator
> dee...@0.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/deep-is
> fast-lev...@2.0.6 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/fast-levenshtein
> le...@0.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/levn
> prelu...@1.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> prelude-ls
> type-...@0.3.2 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/type-check
> word...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> wordwrap
> under...@1.7.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> jsonpath/node_modules/underscore
> req...@2.88.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> request
> aws-...@0.7.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/aws-
> sign2
> aw...@1.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/aws4
> case...@0.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> caseless
> ext...@3.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/extend
> foreve...@0.6.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> forever-agent
> form...@2.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> request/node_modules/form-data
> har-va...@5.1.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/har-validator
> a...@6.10.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ajv
> fast-de...@2.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/fast-deep-equal
> fast-json-sta...@2.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/fast-json-stable-stringify
> json-schem...@0.4.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/json-schema-traverse
> uri...@4.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uri-js
> puny...@2.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> punycode
> har-s...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/har-
> schema
> http-si...@1.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/http-signature
> asser...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> assert-plus
> jsp...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsprim
> extsp...@1.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> extsprintf
> json-...@0.2.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/json-schema
> ver...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/verror
> core-u...@1.0.2 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/core-util-is
> ss...@1.16.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sshpk
> as...@0.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asn1
> safer-...@2.1.2 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/safer-buffer
> bcrypt...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> bcrypt-pbkdf
> twee...@0.14.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> tweetnacl
> dash...@1.14.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> dashdash
> ecc-...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ecc-
> jsbn
> js...@0.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsbn
> get...@0.1.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/getpass
> is-typ...@1.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/is-typedarray
> isst...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> isstream
> json-stri...@5.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/json-stringify-safe
> oauth...@0.9.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/oauth-sign
> perform...@2.1.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/performance-now
> q...@6.5.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/qs
> safe-...@5.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/safe-buffer
> tough-...@2.4.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/tough-cookie
> p...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/psl
> puny...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tough-
> cookie/node_modules/punycode
> tunnel...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> tunnel-agent
> uu...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uuid
> she...@0.8.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/shelljs
> gl...@7.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/glob
> fs.re...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fs.
> realpath
> infl...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> inflight
> on...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/once
> wra...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/wrappy
> inhe...@2.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> inherits
> mini...@3.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> minimatch
> brace-e...@1.1.11 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/brace-expansion
> balance...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> balanced-match
> conca...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> concat-map
> path-is-...@1.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/path-is-absolute
> inte...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> interpret
> rec...@0.6.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/rechoir
> res...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> resolve
> path-...@1.0.6 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/path-parse
> ts...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tslib
> under...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> underscore
> w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
> kubernetes/client-node/node_modules/ws
> async-...@1.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/async-limiter
> bbb-p...@1.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/bbb-promise
> buil...@1.3.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/build-url
> request...@4.2.5 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/request-promise
> blue...@3.7.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> bluebird
> request-pr...@1.1.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/request-promise-core
> lod...@4.17.19 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lodash
> stealthy...@1.1.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/stealthy-require
> sh...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sha1
> cha...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/charenc
> cr...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/crypt
> xml2js-es...@1.1.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/xml2js-es6-promise
> xml...@0.4.22 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xml2js
> s...@1.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sax
> util.pr...@1.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/util.promisify
> define-p...@1.1.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/define-properties
> objec...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> object-keys
> object.getownpro...@2.0.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/object.getownpropertydescriptors
> es-ab...@1.15.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/es-abstract
> es-to-p...@1.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/es-to-primitive
> is-ca...@1.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
> callable
> is-date...@1.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/is-date-object
> is-s...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
> symbol
> has-s...@1.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/has-symbols
> functi...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> function-bind
> h...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has
> is-r...@1.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
> regex
> object-...@1.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> agent...@4.3.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/agent-base
> es6-pr...@5.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/es6-promisify
> es6-p...@4.2.8 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/es6-promise
> de...@3.2.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/debug
> m...@2.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/debug/
> node_modules/ms
> is-s...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
> stream
> node-...@2.6.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/node-fetch
> gcp-me...@3.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/gcp-metadata
> json-...@0.3.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/json-bigint
> bignum...@7.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> bignumber.js
> gto...@4.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/gtoken
> google-...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> google-p12-pem
> node-...@0.9.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/node-forge
> j...@3.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jws
> j...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jwa
> buffer-equal-...@1.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/buffer-equal-constant-time
> ecdsa-sig...@1.0.11 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/ecdsa-sig-formatter
> mi...@2.4.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime
> lru-...@5.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lru-
> cache
> yal...@3.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/yallist
> googl...@43.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> googleapis
> googleap...@3.1.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/googleapis-common
> q...@6.9.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> googleapis-common/node_modules/qs
> url-te...@2.0.8 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/url-template
> ipad...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> ipaddr.js
> kurento...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-client
> as...@2.6.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/async
> error-...@0.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/error-tojson
> kurento-c...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-client-core
> kurento-cli...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-client-elements
> kurento-cli...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-client-filters
> kurento...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-jsonrpc
> buffe...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> bufferutil
> node-gy...@3.7.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/node-gyp-build
> w...@7.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> kurento-jsonrpc/node_modules/ws
> mini...@1.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> minimist
> pro...@7.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/promise
> as...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asap
> promise...@0.0.4 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/promisecallback
> reconn...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> reconnect-ws
> reconne...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> reconnect-core
> bac...@2.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/backoff
> websocke...@0.5.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/websocket-stream
> isbu...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> isbuffer
> string_...@0.10.31 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/string_decoder
> spli...@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/split-
> ca
> @types/js-...@3.12.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/js-yaml
> @types/no...@10.14.20 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/node
> @types/req...@2.48.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/request
> @types/case...@0.12.2 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/caseless
> @types/tough-...@2.3.5 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/tough-cookie
> form...@2.5.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/form-
> data
> asyn...@0.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> asynckit
> combine...@1.0.8 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/combined-stream
> delayed...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> delayed-stream
> mime-...@2.1.24 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/mime-types
> mim...@1.40.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-
> db
> @types/under...@1.9.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/@types/underscore
> @types/w...@6.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
> types/ws
> byl...@5.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/byline
> isomor...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> isomorphic-ws
> js-...@3.13.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/js-
> yaml
> argp...@1.0.10 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> argparse
> sprin...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> sprintf-js
> esp...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/esprima
> json...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> jsonpath
> esp...@1.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> jsonpath/node_modules/esprima
> stati...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> static-eval
> esco...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> escodegen
> esp...@3.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> escodegen/node_modules/esprima
> estra...@4.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> estraverse
> esu...@2.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/esutils
> optio...@0.8.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> optionator
> dee...@0.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/deep-is
> fast-lev...@2.0.6 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/fast-levenshtein
> le...@0.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/levn
> prelu...@1.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> prelude-ls
> type-...@0.3.2 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/type-check
> word...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> wordwrap
> under...@1.7.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> jsonpath/node_modules/underscore
> req...@2.88.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> request
> aws-...@0.7.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/aws-
> sign2
> aw...@1.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/aws4
> case...@0.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> caseless
> ext...@3.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/extend
> foreve...@0.6.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> forever-agent
> form...@2.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> request/node_modules/form-data
> har-va...@5.1.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/har-validator
> a...@6.10.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ajv
> fast-de...@2.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/fast-deep-equal
> fast-json-sta...@2.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/fast-json-stable-stringify
> json-schem...@0.4.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/json-schema-traverse
> uri...@4.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uri-js
> puny...@2.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> punycode
> har-s...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/har-
> schema
> http-si...@1.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/http-signature
> asser...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> assert-plus
> jsp...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsprim
> extsp...@1.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> extsprintf
> json-...@0.2.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/json-schema
> ver...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/verror
> core-u...@1.0.2 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/core-util-is
> ss...@1.16.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sshpk
> as...@0.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asn1
> safer-...@2.1.2 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/safer-buffer
> bcrypt...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> bcrypt-pbkdf
> twee...@0.14.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> tweetnacl
> dash...@1.14.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> dashdash
> ecc-...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ecc-
> jsbn
> js...@0.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsbn
> get...@0.1.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/getpass
> is-typ...@1.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/is-typedarray
> isst...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> isstream
> json-stri...@5.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/json-stringify-safe
> oauth...@0.9.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/oauth-sign
> perform...@2.1.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/performance-now
> q...@6.5.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/qs
> safe-...@5.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/safe-buffer
> tough-...@2.4.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/tough-cookie
> p...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/psl
> puny...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tough-
> cookie/node_modules/punycode
> tunnel...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> tunnel-agent
> uu...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uuid
> she...@0.8.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/shelljs
> gl...@7.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/glob
> fs.re...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/fs.
> realpath
> infl...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> inflight
> on...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/once
> wra...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/wrappy
> inhe...@2.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> inherits
> mini...@3.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> minimatch
> brace-e...@1.1.11 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/brace-expansion
> balance...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> balanced-match
> conca...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> concat-map
> path-is-...@1.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/path-is-absolute
> inte...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> interpret
> rec...@0.6.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/rechoir
> res...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> resolve
> path-...@1.0.6 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/path-parse
> ts...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tslib
> under...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> underscore
> w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
> kubernetes/client-node/node_modules/ws
> async-...@1.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/async-limiter
> bbb-p...@1.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/bbb-promise
> buil...@1.3.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/build-url
> request...@4.2.5 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/request-promise
> blue...@3.7.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> bluebird
> request-pr...@1.1.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/request-promise-core
> lod...@4.17.19 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lodash
> stealthy...@1.1.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/stealthy-require
> sh...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sha1
> cha...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/charenc
> cr...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/crypt
> xml2js-es...@1.1.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/xml2js-es6-promise
> xml...@0.4.22 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xml2js
> s...@1.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sax
> util.pr...@1.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/util.promisify
> define-p...@1.1.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/define-properties
> objec...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> object-keys
> object.getownpro...@2.0.3 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/object.getownpropertydescriptors
> es-ab...@1.15.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/es-abstract
> es-to-p...@1.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/es-to-primitive
> is-ca...@1.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
> callable
> is-date...@1.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/is-date-object
> is-s...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
> symbol
> has-s...@1.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/has-symbols
> functi...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> function-bind
> h...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has
> is-r...@1.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
> regex
> object-...@1.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> agent...@4.3.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/agent-base
> es6-pr...@5.0.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/es6-promisify
> es6-p...@4.2.8 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/es6-promise
> de...@3.2.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/debug
> m...@2.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/debug/
> node_modules/ms
> is-s...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
> stream
> node-...@2.6.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/node-fetch
> gcp-me...@3.2.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/gcp-metadata
> json-...@0.3.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/json-bigint
> bignum...@7.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> bignumber.js
> gto...@4.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/gtoken
> google-...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> google-p12-pem
> node-...@0.9.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/node-forge
> j...@3.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jws
> j...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jwa
> buffer-equal-...@1.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/buffer-equal-constant-time
> ecdsa-sig...@1.0.11 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/ecdsa-sig-formatter
> mi...@2.4.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime
> lru-...@5.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lru-
> cache
> yal...@3.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/yallist
> googl...@43.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> googleapis
> googleap...@3.1.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/googleapis-common
> q...@6.9.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> googleapis-common/node_modules/qs
> url-te...@2.0.8 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/url-template
> ipad...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> ipaddr.js
> kurento...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-client
> as...@2.6.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/async
> error-...@0.0.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/error-tojson
> kurento-c...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-client-core
> kurento-cli...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-client-elements
> kurento-cli...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-client-filters
> kurento...@6.13.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/kurento-jsonrpc
> buffe...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> bufferutil
> node-gy...@3.7.0 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/node-gyp-build
> w...@7.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> kurento-jsonrpc/node_modules/ws
> mini...@1.2.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> minimist
> pro...@7.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/promise
> as...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asap
> promise...@0.0.4 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/promisecallback
> reconn...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> reconnect-ws
> reconne...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> reconnect-core
> bac...@2.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/backoff
> websocke...@0.5.1 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/websocket-stream
> isbu...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
> isbuffer
> string_...@0.10.31 /usr/local/bigbluebutton/bbb-
> webrtc-sfu/node_modules/string_decoder
> spli...@1.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/split-
> ca
>>>>>>> argp...@1.0.10 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/argparse
>>>>>>> sprin...@1.0.3 /usr/local/bigbluebutton/bbb-
>>>>>>> mini...@3.0.4 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/minimatch
>>>>>>> brace-e...@1.1.11 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/brace-expansion
>>>>>>> base...@1.3.1 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/base64-js
>>>>>>> fast-text...@1.0.0 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/fast-text-encoding
>>>>>>> ipad...@1.9.1 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/ipaddr.js
>>>>>>> kurento...@6.13.0 /usr/local/bigbluebutton/bbb-
>>>>>>> comm...@2.1.0 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/commander
>>>>>>> n...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nan
>>>>>>> opt...@0.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>>>>>>> options
>>>>>>> tiny...@0.0.1 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/tinycolor
>>>>>>> mcs...@0.0.9 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/mcs-js
>>>>>>> uu...@3.3.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>>>>>>> js/node_modules/uuid
>>>>>>> w...@6.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>>>>>>> js/node_modules/ws
>>>>>>> mod...@1.2.1 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/modesl
>>>>>>> evente...@4.1.2 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/eventemitter2
>>>>>>> node-do...@1.1.22 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/node-docker-api
>>>>>>> docker...@0.3.7 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/docker-modem
>>>>>>> JSONS...@0.10.0 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/JSONStream
>>>>>>> json...@0.0.5 /usr/local/bigbluebutton/bbb-
>>>>>>> webrtc-sfu/node_modules/jsonparse
>>>>>>> de...@2.6.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>>>>>>> docker-modem/node_modules/debug
>>>>>>> kurentoUrl: wss://
>>>>>>> tuberedu.org/bbb-webrtc-sfu
>>>>>>> enableListenOnly: true
>>>>>>>
>>>>>>>
>>>>>>> # Potential problems described below
> https://groups.google.com/d/msgid/bigbluebutton-dev/CAKMbbbsNqazVxYg_yuNkW_sysStfxgG4Lu%2B7xVamt5xNC1aAyg%40mail.gmail.com
> <https://groups.google.com/d/msgid/bigbluebutton-dev/CAKMbbbsNqazVxYg_yuNkW_sysStfxgG4Lu%2B7xVamt5xNC1aAyg%40mail.gmail.com?utm_medium=email&utm_source=footer>

Roger Moore

unread,
Sep 7, 2020, 10:32:05 AM9/7/20
to bigblueb...@googlegroups.com
Thanks, this is what I am getting:

~/Install/bbb-install # systemctl restart nginx.service
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
~/Install/bbb-install #
~/Install/bbb-install #
~/Install/bbb-install # nginx -t
nginx: [emerg] open() "/etc/bigbluebutton/nginx/client.nginx" failed (2: No
such file or directory) in /etc/nginx/sites-enabled/bigbluebutton:72
nginx: configuration file /etc/nginx/nginx.conf test failed
~/Install/bbb-install #

Here is my /etc/nginx/nginx.conf

~/Install/bbb-install # cat /etc/nginx/nginx.conf
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;

events {
worker_connections 768;
# multi_accept on;
}

http {

##
# Basic Settings
##

sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
# server_tokens off;

# server_names_hash_bucket_size 64;
# server_name_in_redirect off;

include /etc/nginx/mime.types;
default_type application/octet-stream;

##
# SSL Settings
##

ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
ssl_prefer_server_ciphers on;

##
# Logging Settings
##

access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;

##
# Gzip Settings
##

gzip on;

# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json
application/javascript text/xml application/xml application/xml+rss
text/javascript;

##
# Virtual Host Configs
##

include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}


#mail {
# # See sample authentication script at:
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
#
# # auth_http localhost/auth.php;
# # pop3_capabilities "TOP" "USER";
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
#
# server {
# listen localhost:110;
# protocol pop3;
# proxy on;
# }
#
# server {
# listen localhost:143;
# protocol imap;
# proxy on;
# }
#}

Here is the full log:

root@Bach:~/Install/bbb-install# !210
./bbb-install.sh -v bionic-230-dev -s tuberedu.org -e rmo...@tuberedu.com -t
+ main -v bionic-230-dev -s tuberedu.org -e rmo...@tuberedu.com -t
+ export DEBIAN_FRONTEND=noninteractive
+ DEBIAN_FRONTEND=noninteractive
+ PACKAGE_REPOSITORY=ubuntu.bigbluebutton.org
+ LETS_ENCRYPT_OPTIONS='--webroot --non-interactive'
+ SOURCES_FETCHED=false
+ need_x64
++ uname -m
+ UNAME=x86_64
+ '[' x86_64 '!=' x86_64 ']'
+ builtin getopts hs:r:c:v:e:p:m:lxgtadw opt -v bionic-230-dev -s
tuberedu.org -e rmo...@tuberedu.com -t
+ case $opt in
+ VERSION=bionic-230-dev
+ builtin getopts hs:r:c:v:e:p:m:lxgtadw opt -v bionic-230-dev -s
tuberedu.org -e rmo...@tuberedu.com -t
+ case $opt in
+ HOST=tuberedu.org
+ '[' tuberedu.org == bbb.example.com ']'
+ builtin getopts hs:r:c:v:e:p:m:lxgtadw opt -v bionic-230-dev -s
tuberedu.org -e rmo...@tuberedu.com -t
+ case $opt in
+ EMAIL=rmo...@tuberedu.com
+ '[' rmo...@tuberedu.com == in...@example.com ']'
+ builtin getopts hs:r:c:v:e:p:m:lxgtadw opt -v bionic-230-dev -s
tuberedu.org -e rmo...@tuberedu.com -t
+ case $opt in
+ builtin getopts hs:r:c:v:e:p:m:lxgtadw opt -v bionic-230-dev -s
tuberedu.org -e rmo...@tuberedu.com -t
+ '[' '!' -z tuberedu.org ']'
+ check_host tuberedu.org
+ '[' -z '' ']'
+ '[' -z tuberedu.org ']'
+ '[' '!' -z bionic-230-dev ']'
+ check_version bionic-230-dev
+ echo bionic-230-dev
+ egrep -q 'xenial|bionic'
++ echo bionic-230-dev
++ sed 's/-.*//g'
+ DISTRO=bionic
+ wget -qS --spider
https://ubuntu.bigbluebutton.org/bionic-230-dev/dists/bigbluebutton-bionic/Release.gpg
+ check_root
+ '[' 0 '!=' 0 ']'
+ need_pkg apt-transport-https
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' false = true ']'
+ apt-get update
Hit:1 https://deb.nodesource.com/node_12.x bionic InRelease
Ign:2 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:3 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:4 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic
InRelease
Hit:5 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 http://archive.canonical.com/ubuntu xenial InRelease
Get:7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:8 http://ubuntu.openvidu.io/6.14.0 bionic InRelease
Hit:9 http://ca.archive.ubuntu.com/ubuntu xenial InRelease
Get:11 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7
kB]
Get:13 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Get:14 http://ca.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Ign:15 http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu bionic
InRelease
Get:16 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6
kB]
Hit:17 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:18 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Err:19 http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu bionic
Release
404 Not Found [IP: 91.189.95.83 80]
Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 DEP-11
Metadata [48.8 kB]
Get:21 http://security.ubuntu.com/ubuntu bionic-security/universe amd64
DEP-11 Metadata [55.9 kB]
Get:22 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64
DEP-11 Metadata [2,464 B]
Get:23 http://ca.archive.ubuntu.com/ubuntu bionic-updates/main amd64 DEP-11
Metadata [294 kB]
Get:24 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64
DEP-11 Metadata [285 kB]
Get:25 http://ca.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64
DEP-11 Metadata [2,468 B]
Get:26 http://ca.archive.ubuntu.com/ubuntu bionic-backports/universe amd64
DEP-11 Metadata [9,292 B]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu
bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration
details.
+ SOURCES_FETCHED=true
+ dpkg -s apt-transport-https
+ apt-key list
+ grep -q 'BigBlueButton apt-get'
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ '[' -f /etc/apt/sources.list.d/bigbluebutton.list ']'
+ grep -q xenial-200 /etc/apt/sources.list.d/bigbluebutton.list
+ echo 'deb https://ubuntu.bigbluebutton.org/bionic-230-dev
bigbluebutton-bionic main'
+ '[' -z bionic-230-dev ']'
+ '[' -z bionic-230-dev ']'
+ '[' -z bionic-230-dev ']'
+ env
LS_COLORS=rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:
LESSCLOSE=/usr/bin/lesspipe %s %s
LANG=en_CA.UTF-8
SUDO_GID=1000
USERNAME=root
SUDO_COMMAND=/bin/sh
USER=root
PWD=/home/rmoore/Install/bbb-install
HOME=/home/rmoore
SUDO_USER=rmoore
DEBIAN_FRONTEND=noninteractive
SUDO_UID=1000
MAIL=/var/mail/root
TERM=xterm
SHELL=/bin/bash
SHLVL=2
LANGUAGE=en_CA:en
LOGNAME=root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
LESSOPEN=| /usr/bin/lesspipe %s
_=/usr/bin/env
+ '[' bionic == xenial ']'
+ '[' bionic == bionic ']'
+ check_ubuntu 18.04
++ lsb_release -r
++ sed 's/^[^0-9]*//g'
+ RELEASE=18.04
+ '[' 18.04 '!=' 18.04 ']'
+ TOMCAT_USER=tomcat8
+ check_mem
++ grep MemTotal /proc/meminfo
++ awk '{print $2}'
+ MEM=32826032
+ MEM=32826
+ (( 32826 < 3940 ))
+ get_IP
+ '[' '!' -z '' ']'
+ LANG=c
+ ifconfig
+ grep -q venet0:0
++ hostname -I
++ cut -f1 '-d '
+ IP=184.68.114.138
+ '[' -r /sys/devices/virtual/dmi/id/product_uuid ']'
++ head -c 3 /sys/devices/virtual/dmi/id/product_uuid
+ '[' 000 == EC2 ']'
+ '[' -f /var/lib/dhcp/dhclient.eth0.leases ']'
+ '[' -f /run/scw-metadata.cache ']'
+ which dmidecode
+ dmidecode -s bios-vendor
+ grep -q Google
+ '[' '!' -z '' ']'
+ '[' '!' -z '' ']'
+ '[' -z 184.68.114.138 ']'
+ echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula
select true
+ debconf-set-selections
+ need_pkg curl
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s curl
+ '[' bionic == xenial ']'
+ '[' bionic == bionic ']'
+ need_ppa rmescandon-ubuntu-yq-bionic.list ppa:rmescandon/yq CC86BB64
+ need_pkg software-properties-common
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s software-properties-common
+ '[' '!' -f /etc/apt/sources.list.d/rmescandon-ubuntu-yq-bionic.list ']'
+ apt-key list CC86BB64
+ grep -q -E '1024|4096'
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ need_ppa libreoffice-ubuntu-ppa-bionic.list ppa:libreoffice/ppa 1378B444
+ need_pkg software-properties-common
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s software-properties-common
+ '[' '!' -f /etc/apt/sources.list.d/libreoffice-ubuntu-ppa-bionic.list ']'
+ apt-key list 1378B444
+ grep -q -E '1024|4096'
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ need_ppa bigbluebutton-ubuntu-support-bionic.list
ppa:bigbluebutton/support E95B94BC
+ need_pkg software-properties-common
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s software-properties-common
+ '[' '!' -f
/etc/apt/sources.list.d/bigbluebutton-ubuntu-support-bionic.list ']'
+ apt-key list E95B94BC
+ grep -q -E '1024|4096'
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ apt-key list 5AFA7A83
+ grep -q -E '1024|4096'
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sudo tee /etc/apt/sources.list.d/kurento.list
+ '[' '!' -f /etc/apt/sources.list.d/nodesource.list ']'
+ apt-cache madison nodejs
+ grep -q node_12
+ apt-key list MongoDB
+ grep -q 4.2
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ echo 'deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu
bionic/mongodb-org/4.2 multiverse'
+ sudo tee /etc/apt/sources.list.d/mongodb-org-4.2.list
deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu
bionic/mongodb-org/4.2 multiverse
+ rm -f /etc/apt/sources.list.d/mongodb-org-4.0.list
+ MONGODB=mongodb-org
+ install_docker
+ need_pkg software-properties-common openssl
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s software-properties-common openssl
+ dpkg -l
+ grep -q linux-image-extra-virtual
++ uname -r
+ apt-get install -y linux-image-extra-4.15.0-115-generic
linux-image-extra-virtual
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-image-extra-4.15.0-115-generic
E: Couldn't find any package by glob 'linux-image-extra-4.15.0-115-generic'
E: Couldn't find any package by regex 'linux-image-extra-4.15.0-115-generic'
+ grep -q Docker
+ apt-key list
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ dpkg -l
+ grep -q docker-ce
+ which docker
/usr/bin/docker
+ dpkg -l
+ grep -q docker-compose
+ which docker
/usr/bin/docker
+ apt-get update
Hit:1 https://deb.nodesource.com/node_12.x bionic InRelease
Ign:2 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:3 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:5 http://archive.canonical.com/ubuntu xenial InRelease
Hit:6 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic
InRelease
Hit:7 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:8 http://ca.archive.ubuntu.com/ubuntu xenial InRelease
Hit:9 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:11 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:12 http://ubuntu.openvidu.io/6.14.0 bionic InRelease
Hit:13 http://ca.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:14 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Ign:15 http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu bionic
InRelease
Hit:16 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Err:18 http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu bionic
Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu
bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration
details.
+ apt-get dist-upgrade -yq
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
9 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up bbb-demo (1:2.3.0-2) ...
Reloading nginx.service using systemd
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-demo (--configure):
installed bbb-demo package post-installation script subprocess returned
error exit status 1
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-webrtc-sfu (--configure):
installed bbb-webrtc-sfu package post-installation script subprocess
returned error exit status 1
No apport report written because MaxReports is reached already
dpkg:
dependency problems prevent configuration of bbb-html5:
bbb-html5 depends on bbb-webrtc-sfu; however:
Package bbb-webrtc-sfu is not configured yet.

dpkg: error processing package bbb-html5 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg:
dependency problems prevent configuration of bbb-libreoffice-docker:
bbb-libreoffice-docker depends on bbb-record-core; however:
Package bbb-record-core is not configured yet.

dpkg: error processing package bbb-libreoffice-docker (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg:
dependency problems prevent configuration of bbb-web:
bbb-web depends on bbb-libreoffice-docker; however:
Package bbb-libreoffice-docker is not configured yet.

dpkg: error processing package bbb-web (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg:
dependency problems prevent configuration of bbb-config:
bbb-config depends on bbb-html5; however:
Package bbb-html5 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
No apport report written because MaxReports is reached already
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 MaxReports is reached already
Errors were
encountered while processing:
bbb-demo
bbb-record-core
bbb-playback-presentation
bbb-webrtc-sfu
bbb-html5
bbb-libreoffice-docker
bbb-web
bbb-config
bigbluebutton
E: Sub-process /usr/bin/dpkg returned an error code (1)
+ need_pkg nodejs mongodb-org apt-transport-https haveged build-essential yq
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s nodejs mongodb-org apt-transport-https haveged build-essential yq
+ need_pkg bigbluebutton
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s bigbluebutton
+ need_pkg bbb-html5
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s bbb-html5
+ '[' -f /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties ']'
+ SERVLET_DIR=/usr/share/bbb-web
+ TURN_XML=/usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml
+ '[' '!' -f /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties ']'
+ check_lxc
+ grep -qa container=lxc /proc/1/environ
+ check_nat
+ '[' '!' -z '' ']'
+ check_LimitNOFILE
++ nproc --all
+ CPU=12
+ '[' 12 -gt 8 ']'
+ '[' -f /lib/systemd/system/bbb-web.service ']'
+ mkdir -p /etc/systemd/system/bbb-web.service.d/
+ cat
+ systemctl daemon-reload
+ configure_HTML5
+ '[' '!' -z '' ']'
+ '[' -f /var/www/bigbluebutton/client/conf/config.xml ']'
+ sed -i
's/^attendeesJoinViaHTML5Client=.*/attendeesJoinViaHTML5Client=true/'
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
+ sed -i
's/^moderatorsJoinViaHTML5Client=.*/moderatorsJoinViaHTML5Client=true/'
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
+ sed -n s/swfSlidesRequired=true/swfSlidesRequired=false/g
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
+ '[' '!' -z '' ']'
+ '[' '!' -z '' ']'
+ '[' '!' -z '' ']'
+ '[' '!' -z tuberedu.org ']'
+ '[' '!' -z rmo...@tuberedu.com ']'
+ install_ssl
+ '[' -f /var/www/bigbluebutton/client/conf/config.xml ']'
+ grep -q tuberedu.org
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
+ mkdir -p /etc/nginx/ssl
+ '[' -z '' ']'
+ add-apt-repository universe
'universe' distribution component is already enabled for all sources.
+ need_ppa certbot-ubuntu-certbot-xenial.list ppa:certbot/certbot 75BCA694
+ need_pkg software-properties-common
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s software-properties-common
+ '[' '!' -f /etc/apt/sources.list.d/certbot-ubuntu-certbot-xenial.list ']'
+ apt-key list 75BCA694
+ grep -q -E '1024|4096'
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ apt-get update
Hit:1 https://deb.nodesource.com/node_12.x bionic InRelease
Ign:2 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 InRelease
Hit:3 https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 Release
Hit:4 http://ca.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:6 http://archive.canonical.com/ubuntu xenial InRelease
Hit:7 https://ubuntu.bigbluebutton.org/bionic-230-dev bigbluebutton-bionic
InRelease
Hit:8 http://ca.archive.ubuntu.com/ubuntu xenial InRelease
Hit:9 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:11 http://ca.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:12 http://ca.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:13 http://ubuntu.openvidu.io/6.14.0 bionic InRelease
Hit:15 http://ca.archive.ubuntu.com/ubuntu bionic-backports InRelease
Ign:16 http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu bionic
InRelease
Hit:17 http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic InRelease
Hit:18 http://ppa.launchpad.net/rmescandon/yq/ubuntu bionic InRelease
Err:19 http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu bionic
Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/chris-lea/node.js-legacy/ubuntu
bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore
disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration
details.
+ need_pkg certbot
+ check_root
+ '[' 0 '!=' 0 ']'
+ '[' '!' true = true ']'
+ dpkg -s certbot
+ '[' '!' -f /etc/nginx/ssl/dhp-4096.pem ']'
+ '[' '!' -f /etc/letsencrypt/live/tuberedu.org/fullchain.pem ']'
+ cat
+ sed -i 's/<param name="wss-binding" value="[^"]*"\/>/<param
name="wss-binding" value="184.68.114.138:7443"\/>/g'
/opt/freeswitch/conf/sip_profiles/external.xml
+ sed -i 's/proxy_pass .*/proxy_pass https:\/\/184.68.114.138:7443;/g'
/etc/bigbluebutton/nginx/sip.nginx
sed: can't read /etc/bigbluebutton/nginx/sip.nginx: No such file or
directory
+ sed -i
s/bigbluebutton.web.serverURL=http:/bigbluebutton.web.serverURL=https:/g
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
+ '[' -f /var/www/bigbluebutton/client/conf/config.xml ']'
+ yq w -i /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
playback_protocol https
+ chmod 644 /usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
+ '[' -f /var/lib/tomcat8/webapps/demo/bbb_api_conf.jsp ']'
+ sed -i 's/String BigBlueButtonURL = "http:/String BigBlueButtonURL =
"https:/g' /var/lib/tomcat8/webapps/demo/bbb_api_conf.jsp
+ '[' -f
/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml ']'
+ yq w -i
/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml
public.note.url https://tuberedu.org/pad
+ '[' -f /home/rmoore/greenlight/.env ']'
++ cat /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
++ grep -v '#'
++ sed -n '/^bigbluebutton.web.serverURL/{s/.*=//;p}'
+ BIGBLUEBUTTON_URL=https://tuberedu.org/bigbluebutton/
+ sed -i 's|.*BIGBLUEBUTTON_ENDPOINT=.*|BIGBLUEBUTTON_ENDPOINT=
https://tuberedu.org/bigbluebutton/|' /home/rmoore/greenlight/.env
+ docker-compose -f /home/rmoore/greenlight/docker-compose.yml down
Stopping greenlight-v2 ... done
Stopping greenlight_db_1 ... done
Removing greenlight-v2 ... done
Removing greenlight_db_1 ... done
Removing network greenlight_default
+ docker-compose -f /home/rmoore/greenlight/docker-compose.yml up -d
Creating network "greenlight_default" with the default driver
Creating greenlight_db_1 ... done
Creating greenlight-v2 ... done
+ '[' -f
/usr/share/meteor/bundle/programs/server/assets/app/config/settings-production.json
']'
+ TARGET=/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml
+ '[' -f /usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml ']'
+ grep -q kurentoIp
/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml
+ yq w -i /usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml
'kurento[0].ip' 184.68.114.138
+ yq w -i /usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml
freeswitch.ip 184.68.114.138
+ '[' '!' -z '' ']'
+ yq w -i /usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml
freeswitch.sip_ip 184.68.114.138
+ chown bigbluebutton:bigbluebutton
/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml
+ chmod 644 /usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml
+ '[' '!' -z '' ']'
+ '[' '!' -z '' ']'
+ apt-get auto-remove -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
9 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up bbb-demo (1:2.3.0-2) ...
Reloading nginx.service using systemd
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-demo (--configure):
installed bbb-demo package post-installation script subprocess returned
error exit status 1
No apport report written because the error message indicates its a followup
error from a previous failure.

Setting up bbb-webrtc-sfu (1:2.3.0-4) ...


╭────────────────────────────────────────────────────────────────╮
│ │
│ New patch version of npm available! 6.14.6 → 6.14.8 │
│ Changelog: https://github.com/npm/cli/releases/tag/v6.14.8
│ Run npm install -g npm to update! │
│ │
╰────────────────────────────────────────────────────────────────╯


> json...@1.0.2 postinstall
Adding nginx.service to autostart using systemd
Synchronizing state of nginx.service with SysV service script with
/lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable nginx
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
dpkg: error processing package bbb-webrtc-sfu (--configure):
installed bbb-webrtc-sfu package post-installation script subprocess
returned error exit status 1
No apport report written because MaxReports is reached already
dpkg:
dependency problems prevent configuration of bbb-html5:
bbb-html5 depends on bbb-webrtc-sfu; however:
Package bbb-webrtc-sfu is not configured yet.

dpkg: error processing package bbb-html5 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg:
dependency problems prevent configuration of bbb-libreoffice-docker:
bbb-libreoffice-docker depends on bbb-record-core; however:
Package bbb-record-core is not configured yet.

dpkg: error processing package bbb-libreoffice-docker (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg:
dependency problems prevent configuration of bbb-web:
bbb-web depends on bbb-libreoffice-docker; however:
Package bbb-libreoffice-docker is not configured yet.

dpkg: error processing package bbb-web (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg:
dependency problems prevent configuration of bbb-config:
bbb-config depends on bbb-html5; however:
Package bbb-html5 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
No apport report written because MaxReports is reached already
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 MaxReports is reached already
Errors were
encountered while processing:
bbb-demo
bbb-record-core
bbb-playback-presentation
bbb-webrtc-sfu
bbb-html5
bbb-libreoffice-docker
bbb-web
bbb-config
bigbluebutton
E: Sub-process /usr/bin/dpkg returned an error code (1)
+ systemctl status freeswitch.service
+ grep -q SETSCHEDULER
+ '[' '!' -z '' ']'
+ '[' '!' -z tuberedu.org ']'
+ bbb-conf --setip tuberedu.org
cat: /etc/bigbluebutton/nginx/sip.nginx: No such file or directory
Assigning tuberedu.org for web application URL in
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
Assigning tuberedu.org for web application URL in
/usr/share/bbb-apps-akka/conf/application.conf
Assigning tuberedu.org for api demos in
/var/lib/tomcat8/webapps/demo/bbb_api_conf.jsp
Assigning tuberedu.org for record and playback in
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml
Assigning tuberedu.org for playback of recordings:
Restarting the BigBlueButton 2.2.23 ...
Stopping BigBlueButton

Starting BigBlueButton
Job for nginx.service failed because the control process exited with error
code.
See "systemctl status nginx.service" and "journalctl -xe" for details.
+ grep LANG=
+ systemctl show-environment
+ grep -q UTF-8
+ bbb-conf --check
cat: /etc/bigbluebutton/nginx/sip.nginx: No such file or directory

BigBlueButton Server 2.2.23 (1323)
Kernel version: 4.15.0-115-generic
Distribution: Ubuntu 18.04.5 LTS (64-bit)
Memory: 32826 MB
CPU cores: 12

/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bigbluebutton.web.serverURL: https://tuberedu.org
defaultGuestPolicy: ALWAYS_ACCEPT
svgImagesRequired: true

/etc/nginx/sites-available/bigbluebutton (nginx)
server name: tuberedu.org
port: 80, [::]:80
port: 443 ssl

/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
local_ip_v4: 184.68.114.138
external_rtp_ip: stun:stun.freeswitch.org
external_sip_ip: stun:stun.freeswitch.org

/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
ext-rtp-ip: $${local_ip_v4}
ext-sip-ip: $${local_ip_v4}
ws-binding: :5066
wss-binding: 184.68.114.138:7443

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and
playback)
playback_host: tuberedu.org
playback_protocol: https
ffmpeg: 4.2.2-1bbb1~ubuntu18.04

/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
kurento.ip: 184.68.114.138
kurento.url: ws://127.0.0.1:8888/kurento
kurento.sip_ip: 184.68.114.138
localIpAddress: 184.68.114.138
recordScreenSharing: true
recordWebcams: true
codec_video_main: VP8
codec_video_content: VP8

/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml
(HTML5 client)
build: 1250
kurentoUrl: wss://tuberedu.org/bbb-webrtc-sfu
enableListenOnly: true


# Potential problems described below
#
# Warning: API Shared Secret mismatch:
#
# /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties =
330a8b08c3b4c61533e1d0c5ce1ac88f
# /var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp =
f6wt3aWk1In2TOwGhrjVF0EF4yNEQJp8QTbYDIAyI
#
# You need to edit bbb_api_conf.jsp to have the same shared secret defined
in bigbluebutton.properties
#

# Warning: API URL IPs do not match host:
#
# IP from ifconfig: 184.68.114.138
# /var/lib/tomcat8/demo/bbb_api_conf.jsp: tuberedu.org

cat: /etc/bigbluebutton/nginx/sip.nginx: No such file or directory
# Warning: Detected the directory
# /var/bigbluebutton
# is not owned by bigbluebutton
# Not running: Nginx tomcat8 or grails LibreOffice
curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
.
curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
# Error: Could not connect to the configured hostname/IP address
#
# https://tuberedu.org/
#
# If your BigBlueButton server is behind a firewall, see FAQ.

# Warning: The setting of for proxy_pass in
#
# /etc/bigbluebutton/nginx/sip.nginx
#
# does not match the local IP address (184.68.114.138).
# (This is OK if you've manually changed the values)

# Warning: The API demos are installed and accessible from:
#
# https://tuberedu.org
#
# and
#
# https://tuberedu.org/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:
#
# apt-get purge bbb-demo

curl: (7) Failed to connect to tuberedu.org port 443: Connection refused
# Error: Unable to reach default URL for presentation:
#
# https://tuberedu.org/default.pdf
#
# Check value for beans.presentationService.defaultUploadedPresentation in
# /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties
cat: /etc/bigbluebutton/nginx/sip.nginx: No such file or directory
cat: /etc/bigbluebutton/nginx/sip.nginx: No such file or directory
# Warning: You have this server defined for https, but in
#
# /etc/bigbluebutton/nginx/sip.nginx
#
# did not find the use of https in definition for proxy_pass
#
cat: /etc/bigbluebutton/nginx/sip.nginx: No such file or directory
#
#
cat: /etc/bigbluebutton/nginx/sip.nginx: No such file or directory

# Warning: You have this server defined for https, but in
#
# /etc/bigbluebutton/nginx/sip.nginx
#
# did not find the use of port 7443 in definition for proxy_pass
#
cat: /etc/bigbluebutton/nginx/sip.nginx: No such file or directory
#
#

#
# Warning: Detected you have the default shared secret. You MUST change
your shared
# secret NOW for BigBlueButton to finish starting up. Do either
#
# sudo bbb-conf --setsecret <secret>
#
# or, to have openssl generate a strong secret for you (recommended)
#
# sudo bbb-conf --setsecret $(openssl rand -base64 32 | sed 's/=//g' |
sed 's/+//g' | sed 's/\///g')
#
# Be sure to update any integrations with the new shared secret.
#
+ exit 1
root@Bach:~/Install/bbb-install#

On Wed, Sep 2, 2020 at 4:45 AM Fred Dixon <ffd...@gmail.com> wrote:

> Hi Roger,
>
>> E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-
>> generic'
>> Warning: apt-key output should not be parsed (stdout is not a terminal)
>> form...@2.5.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/form-data
>> asyn...@0.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> asynckit
>> combine...@1.0.8 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/combined-stream
>> delayed...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/delayed-stream
>> mime-...@2.1.24 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/mime-types
>> mim...@1.40.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-
>> db
>> @types/under...@1.9.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/@types/underscore
>> @types/w...@6.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
>> types/ws
>> byl...@5.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/byline
>> isomor...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isomorphic-ws
>> js-...@3.13.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/js-
>> yaml
>> argp...@1.0.10 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> argparse
>> sprin...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> sprintf-js
>> esp...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> esprima
>> json...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> jsonpath
>> esp...@1.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> jsonpath/node_modules/esprima
>> stati...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> static-eval
>> esco...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> escodegen
>> esp...@3.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> escodegen/node_modules/esprima
>> estra...@4.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> estraverse
>> esu...@2.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> esutils
>> optio...@0.8.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> optionator
>> dee...@0.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/deep-
>> is
>> fast-lev...@2.0.6 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/fast-levenshtein
>> har-s...@2.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/har-schema
>> http-si...@1.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/http-signature
>> asser...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> assert-plus
>> jsp...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsprim
>> extsp...@1.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> extsprintf
>> json-...@0.2.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/json-schema
>> ver...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/verror
>> core-u...@1.0.2 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/core-util-is
>> ss...@1.16.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sshpk
>> as...@0.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asn1
>> safer-...@2.1.2 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/safer-buffer
>> bcrypt...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> bcrypt-pbkdf
>> twee...@0.14.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> tweetnacl
>> dash...@1.14.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> dashdash
>> ecc-...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ecc-
>> jsbn
>> js...@0.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsbn
>> get...@0.1.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> getpass
>> is-typ...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/is-typedarray
>> isst...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isstream
>> json-stri...@5.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/json-stringify-safe
>> oauth...@0.9.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/oauth-sign
>> perform...@2.1.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/performance-now
>> q...@6.5.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/qs
>> safe-...@5.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/safe-buffer
>> tough-...@2.4.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/tough-cookie
>> p...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/psl
>> puny...@1.4.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/tough-cookie/node_modules/punycode
>> tunnel...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> tunnel-agent
>> uu...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uuid
>> she...@0.8.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> shelljs
>> gl...@7.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/glob
>> fs.re...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/fs.realpath
>> infl...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> inflight
>> on...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/once
>> wra...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/wrappy
>> inhe...@2.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> inherits
>> mini...@3.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> minimatch
>> brace-e...@1.1.11 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/brace-expansion
>> balance...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/balanced-match
>> conca...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> concat-map
>> path-is-...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/path-is-absolute
>> inte...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> interpret
>> rec...@0.6.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> rechoir
>> res...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> resolve
>> path-...@1.0.6 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/path-parse
>> ts...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tslib
>> under...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> underscore
>> w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
>> kubernetes/client-node/node_modules/ws
>> async-...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/async-limiter
>> bbb-p...@1.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/bbb-promise
>> buil...@1.3.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/build-url
>> request...@4.2.5 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/request-promise
>> blue...@3.7.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> bluebird
>> request-pr...@1.1.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/request-promise-core
>> lod...@4.17.19 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/lodash
>> stealthy...@1.1.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/stealthy-require
>> sh...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sha1
>> cha...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> charenc
>> cr...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/crypt
>> xml2js-es...@1.1.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/xml2js-es6-promise
>> xml...@0.4.22 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xml2js
>> s...@1.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sax
>> util.pr...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/util.promisify
>> define-p...@1.1.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/define-properties
>> objec...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> object-keys
>> object.getownpro...@2.0.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/object.getownpropertydescriptors
>> es-ab...@1.15.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/es-abstract
>> es-to-p...@1.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/es-to-primitive
>> is-ca...@1.1.4 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/is-callable
>> is-date...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/is-date-object
>> is-s...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
>> symbol
>> has-s...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/has-symbols
>> functi...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> function-bind
>> h...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has
>> is-r...@1.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
>> regex
>> object-...@1.6.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/object-inspect
>> string.proto...@2.1.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string.prototype.trimleft
>> string.protot...@2.1.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string.prototype.trimright
>> google-...@2.0.2 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/google-p12-pem
>> node-...@0.9.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/node-forge
>> j...@3.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jws
>> j...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jwa
>> buffer-equal-...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/buffer-equal-constant-time
>> ecdsa-sig...@1.0.11 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/ecdsa-sig-formatter
>> mi...@2.4.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime
>> lru-...@5.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lru-
>> cache
>> yal...@3.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> yallist
>> pro...@7.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> promise
>> as...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asap
>> promise...@0.0.4 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/promisecallback
>> reconn...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> reconnect-ws
>> reconne...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/reconnect-core
>> bac...@2.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> backoff
>> websocke...@0.5.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/websocket-stream
>> isbu...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isbuffer
>> thr...@2.3.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> through
>> w...@0.4.32 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> websocket-stream/node_modules/ws
>> comm...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> commander
>> n...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nan
>> opt...@0.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> options
>> tiny...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> tinycolor
>> mcs...@0.0.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-js
>> uu...@3.3.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>> js/node_modules/uuid
>> w...@6.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>> js/node_modules/ws
>> mod...@1.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/modesl
>> evente...@4.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> eventemitter2
>> node-do...@1.1.22 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/node-docker-api
>> docker...@0.3.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> docker-modem
>> JSONS...@0.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> JSONStream
>> json...@0.0.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> jsonparse
>> de...@2.6.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> docker-modem/node_modules/debug
>> m...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ms
>> readabl...@1.0.34 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/readable-stream
>> isa...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isarray
>> string_...@0.10.31 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string_decoder
>> spli...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/split-ca
>> memory...@0.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> memorystream
>> pe...@0.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/pegjs
>> reada...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> readable-id
>> nan...@1.3.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nanoid
>> re...@2.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/redis
>> double-en...@2.1.0-0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/double-ended-queue
>> redis-c...@1.5.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/redis-commands
>> redis-...@2.6.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/redis-parser
>> sdp-tr...@2.13.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/sdp-transform
>> sip...@0.7.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.js
>> w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.
>> js/node_modules/ws
>> win...@2.4.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> winston
>> as...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> winston/node_modules/async
>> E: Couldn't find any package by regex 'linux-image-extra-5.4.0-42-
>> generic'
>> Warning: apt-key output should not be parsed (stdout is not a terminal)
>> form...@2.5.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/form-data
>> asyn...@0.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> asynckit
>> combine...@1.0.8 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/combined-stream
>> delayed...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/delayed-stream
>> mime-...@2.1.24 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/mime-types
>> mim...@1.40.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime-
>> db
>> @types/under...@1.9.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/@types/underscore
>> @types/w...@6.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
>> types/ws
>> byl...@5.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/byline
>> isomor...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isomorphic-ws
>> js-...@3.13.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/js-
>> yaml
>> argp...@1.0.10 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> argparse
>> sprin...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> sprintf-js
>> esp...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> esprima
>> json...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> jsonpath
>> esp...@1.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> jsonpath/node_modules/esprima
>> stati...@2.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> static-eval
>> esco...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> escodegen
>> esp...@3.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> escodegen/node_modules/esprima
>> estra...@4.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> estraverse
>> esu...@2.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> esutils
>> optio...@0.8.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> optionator
>> dee...@0.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/deep-
>> is
>> fast-lev...@2.0.6 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/fast-levenshtein
>> har-s...@2.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/har-schema
>> http-si...@1.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/http-signature
>> asser...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> assert-plus
>> jsp...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsprim
>> extsp...@1.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> extsprintf
>> json-...@0.2.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/json-schema
>> ver...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/verror
>> core-u...@1.0.2 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/core-util-is
>> ss...@1.16.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sshpk
>> as...@0.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asn1
>> safer-...@2.1.2 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/safer-buffer
>> bcrypt...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> bcrypt-pbkdf
>> twee...@0.14.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> tweetnacl
>> dash...@1.14.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> dashdash
>> ecc-...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ecc-
>> jsbn
>> js...@0.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jsbn
>> get...@0.1.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> getpass
>> is-typ...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/is-typedarray
>> isst...@0.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isstream
>> json-stri...@5.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/json-stringify-safe
>> oauth...@0.9.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/oauth-sign
>> perform...@2.1.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/performance-now
>> q...@6.5.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/qs
>> safe-...@5.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/safe-buffer
>> tough-...@2.4.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/tough-cookie
>> p...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/psl
>> puny...@1.4.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/tough-cookie/node_modules/punycode
>> tunnel...@0.6.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> tunnel-agent
>> uu...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/uuid
>> she...@0.8.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> shelljs
>> gl...@7.1.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/glob
>> fs.re...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/fs.realpath
>> infl...@1.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> inflight
>> on...@1.4.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/once
>> wra...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/wrappy
>> inhe...@2.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> inherits
>> mini...@3.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> minimatch
>> brace-e...@1.1.11 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/brace-expansion
>> balance...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/balanced-match
>> conca...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> concat-map
>> path-is-...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/path-is-absolute
>> inte...@1.2.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> interpret
>> rec...@0.6.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> rechoir
>> res...@1.12.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> resolve
>> path-...@1.0.6 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/path-parse
>> ts...@1.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/tslib
>> under...@1.9.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> underscore
>> w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
>> kubernetes/client-node/node_modules/ws
>> async-...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/async-limiter
>> bbb-p...@1.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/bbb-promise
>> buil...@1.3.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/build-url
>> request...@4.2.5 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/request-promise
>> blue...@3.7.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> bluebird
>> request-pr...@1.1.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/request-promise-core
>> lod...@4.17.19 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/lodash
>> stealthy...@1.1.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/stealthy-require
>> sh...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sha1
>> cha...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> charenc
>> cr...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/crypt
>> xml2js-es...@1.1.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/xml2js-es6-promise
>> xml...@0.4.22 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/xml2js
>> s...@1.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sax
>> util.pr...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/util.promisify
>> define-p...@1.1.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/define-properties
>> objec...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> object-keys
>> object.getownpro...@2.0.3 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/object.getownpropertydescriptors
>> es-ab...@1.15.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/es-abstract
>> es-to-p...@1.2.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/es-to-primitive
>> is-ca...@1.1.4 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/is-callable
>> is-date...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/is-date-object
>> is-s...@1.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
>> symbol
>> has-s...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/has-symbols
>> functi...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> function-bind
>> h...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/has
>> is-r...@1.0.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/is-
>> regex
>> object-...@1.6.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/object-inspect
>> string.proto...@2.1.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string.prototype.trimleft
>> string.protot...@2.1.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string.prototype.trimright
>> google-...@2.0.2 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/google-p12-pem
>> node-...@0.9.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/node-forge
>> j...@3.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jws
>> j...@1.4.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/jwa
>> buffer-equal-...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/buffer-equal-constant-time
>> ecdsa-sig...@1.0.11 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/ecdsa-sig-formatter
>> mi...@2.4.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mime
>> lru-...@5.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/lru-
>> cache
>> yal...@3.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> yallist
>> pro...@7.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> promise
>> as...@2.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/asap
>> promise...@0.0.4 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/promisecallback
>> reconn...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> reconnect-ws
>> reconne...@1.0.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/reconnect-core
>> bac...@2.3.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> backoff
>> websocke...@0.5.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/websocket-stream
>> isbu...@0.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isbuffer
>> thr...@2.3.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> through
>> w...@0.4.32 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> websocket-stream/node_modules/ws
>> comm...@2.1.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> commander
>> n...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nan
>> opt...@0.0.6 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> options
>> tiny...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> tinycolor
>> mcs...@0.0.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-js
>> uu...@3.3.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>> js/node_modules/uuid
>> w...@6.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>> js/node_modules/ws
>> mod...@1.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/modesl
>> evente...@4.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> eventemitter2
>> node-do...@1.1.22 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/node-docker-api
>> docker...@0.3.7 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> docker-modem
>> JSONS...@0.10.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> JSONStream
>> json...@0.0.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> jsonparse
>> de...@2.6.9 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> docker-modem/node_modules/debug
>> m...@2.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ms
>> readabl...@1.0.34 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/readable-stream
>> isa...@0.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> isarray
>> string_...@0.10.31 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/string_decoder
>> spli...@1.0.1 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/split-ca
>> memory...@0.3.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> memorystream
>> pe...@0.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/pegjs
>> reada...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> readable-id
>> nan...@1.3.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/nanoid
>> re...@2.8.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/redis
>> double-en...@2.1.0-0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/double-ended-queue
>> redis-c...@1.5.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/redis-commands
>> redis-...@2.6.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/redis-parser
>> sdp-tr...@2.13.0 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/sdp-transform
>> sip...@0.7.5 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.js
>> w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sip.
>> js/node_modules/ws
>> win...@2.4.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> winston
>> as...@1.0.0 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>> winston/node_modules/async
>> col...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/colors
>> cy...@1.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/cycle
>> ey...@0.1.8 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/eyes
>> stack...@0.0.10 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/stack-trace
>> w...@3.3.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ws
>> safe-...@5.1.2 /usr/local/bigbluebutton/bbb-
>> webrtc-sfu/node_modules/ws/node_modules/safe-buffer
>> ult...@1.1.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/ultron
>>>>>>>> libboost-program-options1.65.1:amd64.
>>>>>>>> asyn...@0.4.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/asynckit
>>>>>>>> combine...@1.0.8 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/combined-stream
>>>>>>>> delayed...@1.0.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/delayed-stream
>>>>>>>> mime-...@2.1.24 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/mime-types
>>>>>>>> mim...@1.40.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/mime-db
>>>>>>>> @types/under...@1.9.3 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/@types/underscore
>>>>>>>> @types/w...@6.0.3 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/@types/ws
>>>>>>>> byl...@5.0.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/byline
>>>>>>>> isomor...@4.0.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/isomorphic-ws
>>>>>>>> js-...@3.13.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/js-yaml
>>>>>>>> argp...@1.0.10 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/argparse
>>>>>>>> sprin...@1.0.3 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/sprintf-js
>>>>>>>> esp...@4.0.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>>>>>>>> esprima
>>>>>>>> json...@1.0.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/jsonpath
>>>>>>>> esp...@1.2.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>>>>>>>> jsonpath/node_modules/esprima
>>>>>>>> stati...@2.0.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/static-eval
>>>>>>>> esco...@1.12.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/escodegen
>>>>>>>> esp...@3.1.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>>>>>>>> escodegen/node_modules/esprima
>>>>>>>> estra...@4.3.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/estraverse
>>>>>>>> esu...@2.0.3 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>>>>>>>> esutils
>>>>>>>> optio...@0.8.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/optionator
>>>>>>>> dee...@0.1.3 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/deep-is
>>>>>>>> fast-lev...@2.0.6 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/fast-levenshtein
>>>>>>>> le...@0.3.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/levn
>>>>>>>> prelu...@1.1.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/prelude-ls
>>>>>>>> type-...@0.3.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/type-check
>>>>>>>> word...@1.0.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/wordwrap
>>>>>>>> under...@1.7.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> puny...@2.1.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/punycode
>>>>>>>> har-s...@2.0.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> isst...@0.1.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/isstream
>>>>>>>> json-stri...@5.0.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/json-stringify-safe
>>>>>>>> res...@1.12.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/resolve
>>>>>>>> path-...@1.0.6 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/path-parse
>>>>>>>> ts...@1.10.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/tslib
>>>>>>>> under...@1.9.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/underscore
>>>>>>>> w...@6.2.1 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/@
>>>>>>>> kubernetes/client-node/node_modules/ws
>>>>>>>> async-...@1.0.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/async-limiter
>>>>>>>> bbb-p...@1.2.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/bbb-promise
>>>>>>>> buil...@1.3.3 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/build-url
>>>>>>>> request...@4.2.5 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/request-promise
>>>>>>>> blue...@3.7.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/bluebird
>>>>>>>> request-pr...@1.1.3 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/request-promise-core
>>>>>>>> lod...@4.17.15 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/lodash
>>>>>>>> stealthy...@1.1.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/stealthy-require
>>>>>>>> sh...@1.1.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/sha1
>>>>>>>> cha...@0.0.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/
>>>>>>>> charenc
>>>>>>>> cr...@0.0.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/crypt
>>>>>>>> xml2js-es...@1.1.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/xml2js-es6-promise
>>>>>>>> xml...@0.4.22 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/xml2js
>>>>>>>> s...@1.2.4 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/sax
>>>>>>>> util.pr...@1.0.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/util.promisify
>>>>>>>> define-p...@1.1.3 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/define-properties
>>>>>>>> objec...@1.1.1 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/object-keys
>>>>>>>> object.getownpro...@2.0.3
>>>>>>>> /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/object.
>>>>>>>> getownpropertydescriptors
>>>>>>>> es-ab...@1.15.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/es-abstract
>>>>>>>> m...@2.1.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/debug/node_modules/ms
>>>>>>>> is-s...@2.0.0 /usr/local/bigbluebutton/bbb-
>>>>>>>> uu...@3.3.2 /usr/local/bigbluebutton/bbb-
>>>>>>>> webrtc-sfu/node_modules/mcs-js/node_modules/uuid
>>>>>>>> w...@6.1.2 /usr/local/bigbluebutton/bbb-webrtc-sfu/node_modules/mcs-
>>>>>>>> js/node_modules/ws
> https://groups.google.com/d/msgid/bigbluebutton-dev/CAOeuy5MkSanniC12ZdR085dOR0NZro8BYVsM9NC2rmNG0dor9A%40mail.gmail.com
> <https://groups.google.com/d/msgid/bigbluebutton-dev/CAOeuy5MkSanniC12ZdR085dOR0NZro8BYVsM9NC2rmNG0dor9A%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
Reply all
Reply to author
Forward
0 new messages