Thanks for your quick response Fred, but the problem is that new recordings don't start to build, so they are not visible. Here is some result of my commands:
locate 83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954:
There are a lot of files in `/var/bigbluebutton/` --- `/var/bigbluebutton/captions/` --- `/var/bigbluebutton/learning-dashboard/` --- `/var/bigbluebutton/recording/raw/` directory, but:
locate 83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954 | grep done :
there is only one *.done file in this path:
..........
/var/bigbluebutton/recording/status/archived/83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954.done
..........
When I try to rebuild this:
bbb-record --rebuild 83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954 :
..........
Marking for rebuild 83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954
removed '/var/bigbluebutton/recording/status/sanity/83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954.fail'
Enqueing sanity worker with {:single_step=>false, :meeting_id=>"83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954"}
Pipelining commands on a Redis instance is deprecated and will be removed in Redis 5.0.0.
redis.pipelined do
redis.get("key")
end
should be replaced by
redis.pipelined do |pipeline|
pipeline.get("key")
end
(called from /usr/local/bigbluebutton/core/vendor/bundle/ruby/2.7.0/gems/redis-namespace-1.8.2/lib/redis/namespace.rb:530:in `namespaced_block'}
..........
And exactly after that, when I check recording status:
bbb-record --watch --withDesc
and bbb-record --list | grep 83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954
..........
83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954 Wed 17 Aug 2022 10:33:53 AM +0430 X XX X 53
Aug 28 19:08:42 XXXXXXX.com bbb-rap[120576]: (Job{rap:sanity} | BigBlueButton::Resque::SanityWorker | [{"single_step"=>false, "meeting_id"=>"83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954"}]) failed: #<RuntimeError: Worker sanity for 83bde928d979966f72256e9bc4fd3466f9770df1-1660716233954 failed with result false>
..........