Hi all,
I wanted to report a minor issue I ran into today when I uninstalled BBB2.3-alpha and then installed BBB2.3-beta2:
After the installation with bbb-install.sh was done, I did not immediately check if everything was ok and by the time I did, I saw that the freeswitch process was using 200% cpu load without any meetings running. When I checked the freeswitch log directory it already had several GBs of error logs in it after just 60 minutes since the install. They were full with this:
BEGIN EXCLUSIVE
2021-04-03 10:49:38.379102 [CRIT] switch_core_sqldb.c:2171 ERROR [attempt to write a readonly database], [db="/dev/shm/core.db",type="core_db"]
2021-04-03 10:49:38.379102 [ERR] switch_core_sqldb.c:732 [db="/dev/shm/core.db",type="core_db"] NATIVE SQL ERR [cannot commit - no transaction is active]
COMMIT
Permissions for the mentioned file were:
root:/dev/shm# ls -l
total 344
-rw-r--r-- 1 meteor daemon 352256 Apr 3 09:34 core.db
After checking with my old BBB2.2 server I saw this file should be owned by freeswitch and not by meteor. After changing the owner and restarting BBB2.3-beta2 everything now works fine as far as I can tell.
I'm not sure if this problem is related to me uninstalling 2.3-alpha and the reinstalling 2.3-beta but I guess it could be avoided by making sure in the install script that this db file is owned by freeswitch.
Best regards
Oliver