ILIAS-7-Install-Tutorial for Ubuntu 20.04
Troubleshooting
- Checkout this site: https://docs.bigbluebutton.org/2.2/troubleshooting
- Logfiles:
cat /usr/share/red5/log/bigbluebutton.log
cat /var/log/nginx/error.log
- Errormessage: Could not detect FreeSWITCH listening on port 5060
- Reason: You use a vServer
- Solution:
nano /lib/systemd/system/freeswitch.service
- Comment this line out with a ";":
#CPUSchedulingPolicy=rr
systemctl daemon-reload
bbb-conf --restart
- If this does not help:
nano /lib/systemd/system/freeswitch.service
systemctl daemon-reload
bbb-conf --restart
HTML5 404 Page not found error
- https://docs.bigbluebutton.org/2.2/troubleshooting.html#html5-server
- This is not an error if you try the Demo. Then this is normal.