Help with greenlight

96 views
Skip to first unread message

Primo Itt

unread,
May 10, 2022, 2:06:04 PM5/10/22
to BigBlueButton-Setup

Hi guys

I tried a fresh bbb install on Ubuntu 18.04 using docker.

Here is my steps:

git clone -b v2.4.x --recurse-submodules https://github.com/bigbluebutton/docker.git bbb-docker
cd bbb-docker/
git submodule update --init
./scripts/setup
./scripts/generate-compose
docker-compose up -d

All containeres up except greenlight...

Here is my logs

greenlight_1   | `/root` is not writable.
greenlight_1   | Bundler will use `/tmp/bundler20220503-1-18aq9vw1' as your home directory temporarily.
greenlight_1   | bundler: command not found: puma
greenlight_1   | Install missing gem executables with `bundle install`
greenlight_1   | curl: (52) Empty reply from server
greenlight_1   | `/root` is not writable. Bundler will use `/tmp/bundler20220503-10-1grmhq910' as your home directory temporarily. bundler: command not found: rake Install missing gem executables with `bundle install`
greenlight_1   | >>> Database initialization
greenlight_1   | `/root` is not writable.
greenlight_1   | Bundler will use `/tmp/bundler20220503-11-fsn92011' as your home directory temporarily.
greenlight_1   | bundler: command not found: rake
greenlight_1   | Install missing gem executables with `bundle install`
greenlight_1   | `/root` is not writable.
greenlight_1   | Bundler will use `/tmp/bundler20220503-12-ntptq012' as your home directory temporarily.
greenlight_1   | bundler: command not found: rake
greenlight_1   | Install missing gem executables with `bundle install`
greenlight_1   | `/root` is not writable.
greenlight_1   | Bundler will use `/tmp/bundler20220503-1-1gyp4pa1' as your home directory temporarily.
greenlight_1   | bundler: command not found: puma
greenlight_1   | Install missing gem executables with `bundle install`
bbb-docker-v23_greenlight_1 exited with code 127

My tests:

docker run --rm --env-file .env -it bigbluebutton/greenlight:v2 /bin/sh
works ok

======================================================


docker run --rm --env-file .env bigbluebutton/greenlight:v2
>>> Database initialization
`/root` is not writable.

Bundler will use `/tmp/bundler20220503-8-1gqsaq8' as your home directory temporarily.

bundler: command not found: rake

Install missing gem executables with `bundle install`

`/root` is not writable.

Bundler will use `/tmp/bundler20220503-9-1e8ebck9' as your home directory temporarily.

bundler: command not found: rake

Install missing gem executables with `bundle install`

`/root` is not writable.

Bundler will use `/tmp/bundler20220503-1-7wbbre1' as your home directory temporarily.

bundler: command not found: puma

Install missing gem executables with `bundle install`

=============================================================

docker run --rm --env-file .env --privileged bigbluebutton/greenlight:v2
works but give me some new weird logs

warning: parser/current is loading parser/ruby27, which recognizes

warning: 2.7.2-compliant syntax, but you are running 2.7.5.

warning: please see https://github.com/whitequark/parser#compatibility-with-ruby-mri.

rake aborted!

ArgumentError: Missing `secret_key_base` for 'production' environment, set this string with `rails credentials:edit`

[1] ! Unable to load application: ActiveRecord::StatementInvalid: Could not find table 'rooms'

bundler: failed to load command: puma (/usr/src/app/vendor/bundle/ruby/2.7.0/bin/puma)

ActiveRecord::StatementInvalid: Could not find table 'rooms'


i would appreciate any help.. thx a lot


Reply all
Reply to author
Forward
0 new messages