Processing recordings
Following the Recording documentation, on ca.meet.coop
:
bbb-record --debug
E, [2020-06-13T12:36:15.333753 #74009] ERROR -- : SIGTERM
E, [2020-06-13T12:36:15.333889 #74009] ERROR -- : /usr/local/bigbluebutton/core/lib/recordandplayback.rb:124:in `each_line'
E, [2020-06-13T12:36:15.333909 #74009] ERROR -- : /usr/local/bigbluebutton/core/lib/recordandplayback.rb:124:in `block in exec_ret'
E, [2020-06-13T12:36:15.333923 #74009] ERROR -- : /usr/local/bigbluebutton/core/lib/recordandplayback.rb:123:in `popen'
E, [2020-06-13T12:36:15.333935 #74009] ERROR -- : /usr/local/bigbluebutton/core/lib/recordandplayback.rb:123:in `exec_ret'
E, [2020-06-13T12:36:15.333947 #74009] ERROR -- : /usr/local/bigbluebutton/core/scripts/rap-process-worker.rb:80:in `block (2 levels) in process_archived_meetings'
E, [2020-06-13T12:36:15.333959 #74009] ERROR -- : /usr/local/bigbluebutton/core/scripts/rap-process-worker.rb:56:in `each'
E, [2020-06-13T12:36:15.333970 #74009] ERROR -- : /usr/local/bigbluebutton/core/scripts/rap-process-worker.rb:56:in `block in process_archived_meetings'
E, [2020-06-13T12:36:15.333994 #74009] ERROR -- : /usr/local/bigbluebutton/core/scripts/rap-process-worker.rb:30:in `each'
E, [2020-06-13T12:36:15.334007 #74009] ERROR -- : /usr/local/bigbluebutton/core/scripts/rap-process-worker.rb:30:in `process_archived_meetings'
E, [2020-06-13T12:36:15.334019 #74009] ERROR -- : /usr/local/bigbluebutton/core/scripts/rap-process-worker.rb:155:in `<main>'
These appear to be the services that are failing:
bbb-record --list | grep -C2 failed
Loaded: loaded (/usr/lib/systemd/system/bbb-rap-archive-worker.service; static; vendor preset: enabled)
Active: inactive (dead) since Sat 2020-06-13 12:31:57 UTC; 1h 3min ago
Condition: start condition failed at Sat 2020-06-13 13:34:37 UTC; 23s ago
ConditionPathExistsGlob=/var/bigbluebutton/recording/status/recorded/*.done was not met
Process: 72269 ExecStart=/usr/local/bigbluebutton/core/scripts/rap-archive-worker.rb (code=exited, status=0/SUCCESS)
--
Loaded: loaded (/usr/lib/systemd/system/bbb-rap-sanity-worker.service; static; vendor preset: enabled)
Active: inactive (dead) since Sat 2020-06-13 13:00:51 UTC; 34min ago
Condition: start condition failed at Sat 2020-06-13 13:34:37 UTC; 23s ago
ConditionPathExistsGlob=/var/bigbluebutton/recording/status/archived/*.done was not met
Process: 99991 ExecStart=/usr/local/bigbluebutton/core/scripts/rap-sanity-worker.rb (code=exited, status=0/SUCCESS)
--
Loaded: loaded (/usr/lib/systemd/system/bbb-rap-publish-worker.service; static; vendor preset: enabled)
Active: inactive (dead) since Sat 2020-06-13 13:06:53 UTC; 28min ago
Condition: start condition failed at Sat 2020-06-13 13:34:37 UTC; 23s ago
ConditionPathExistsGlob=/var/bigbluebutton/recording/status/processed/*.done was not met
Process: 118362 ExecStart=/usr/local/bigbluebutton/core/scripts/rap-publish-worker.rb (code=exited, status=0/SUCCESS)
Trying to start them like this fails:
service bbb-rap-archive-worker start ; service bbb-rap-sanity-worker start ; service bbb-rap-publish-worker start
Some more investigation is needed...