bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
360 stars 242 forks source link

record issue rebuild #148

Open farsad2020 opened 2 years ago

farsad2020 commented 2 years ago

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?!!

alangecker commented 2 years ago

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! :)

farsad2020 commented 2 years ago

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