docker icon indicating copy to clipboard operation
docker copied to clipboard

record issue rebuild

Open farsad2020 opened this issue 4 years ago • 2 comments

Hi in my bbb by docker one session record does not publish and stay on process folder in bbb-docker-recording try to rebuild that but get this: root@6374f2319aae:/# bbb-record --rebuild 215f1690a493438a087ce80b85d00c45c87a8d50-1628592497578 Marking for rebuild 215f1690a493438a087ce80b85d00c45c87a8d50-1628592497578 /usr/bin/bbb-record: /usr/local/bigbluebutton/core/scripts/rap-enqueue.rb: /usr/bin/ruby: bad interpreter: No such file or directory what should i do?!!

farsad2020 avatar Aug 15 '21 09:08 farsad2020

see scripts expect ruby located in /usr/bin/ruby, but in the container it resides at /usr/local/bin/ruby. Following command helps: ln -s /usr/local/bin/ruby /usr/bin/ruby

we should add this to the recordings/Dockerfile! :)

alangecker avatar Oct 07 '21 10:10 alangecker

thanks for your responce so in those path there is no ruby :D
how add it?! :|

farsad2020 avatar Oct 10 '21 05:10 farsad2020