Please note that I had xenial 220-beta running fine on my server, but tonight I tried to upgrade using this command:
But now when I try to run the site I get the above 404 error. Here is what I get for check:
rmoore@Annapurna:~$ sudo bbb-conf --check
BigBlueButton Server 2.2.0-rc-5 (1685)
Kernel version: 4.4.0-87-generic
Distribution: Ubuntu 16.04.6 LTS (64-bit)
Memory: 49442 MB
CPU cores: 12
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
defaultGuestPolicy: ALWAYS_ACCEPT
svgImagesRequired: true
/etc/nginx/sites-available/bigbluebutton (nginx)
port: 80, [::]:80
port: 443 ssl
bbb-client dir: /home/rmoore/dev/bigbluebutton/bigbluebutton-client
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
useWebrtcIfAvailable: true
/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
local_ip_v4: 184.68.212.214
/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
ext-rtp-ip: $${local_ip_v4}
ext-sip-ip: $${local_ip_v4}
ws-binding: :5066
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback_protocol: https
ffmpeg: 4.2.2-1bbb1~ubuntu16.04
/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
proxy_pass: 184.68.212.214
/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
kurento.ip: 184.68.212.214
localIpAddress: 184.68.212.214
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: 829
enableListenOnly: true
# Potential problems described below
# The following properties in /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties have no value:
# defaultWelcomeMessageFooter
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: 184.68.212.214
# Warning: nginx is not serving the client from /var/www/bigbluebutton/.
# Instead, it's being served from
#
# /home/rmoore/dev/bigbluebutton/bigbluebutton-client
#
# (This is OK if you have setup a development environment.)
# Warning: The API demos are installed and accessible from:
#
#
# and
#
#
# 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
rmoore@Annapurna:~$