alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

Unable to get recordings to work #56

Closed tamburra closed 4 years ago

tamburra commented 4 years ago

I am successfully able to click the record button and i am seeing the counter count up during the recording. After ending the meeting I do not see any recordings.

After looking at the container logs I have noted that bbb-docker_recordings_1 container is not even running. It is getting this error.

Error starting command: /entrypoint.sh - fork/exec /entrypoint.sh: permission denied

I am not sure what to do.

tamburra commented 4 years ago

Made the entrypoint.sh file in the mod/recordings executable.

the file was not set properly.

chmod +x entrypoint.sh
alangecker commented 4 years ago

yeps, somehow the permission got lost again. I've just pushed a fix to the main branch: https://github.com/alangecker/bigbluebutton-docker/commit/a4e93eacd041f3ac05c8c811fa1cb61daf46155f=

for others with the issue: an ./scripts/upgrade should solve this now :)