Yes I tried execute the git clone as root ,again canvas_init not running and when I try to run bundle update after mv Gemfile.lock Gemfile.lock.old I got this error Your bundle only supports platforms [] but your local platforms are ["ruby", "x86_64-linux"], and there's no compatible match between those two lists. and when I try to run
$ bundle lock --add-platform ruby
$ bundle lock --add-platform x86_64-linux
I got this error below :
root@ip-172-31-31-151:/opt/bitnami/apps/canvaslms/htdocs# bundle lock --add-platform ruby
Fetching https://github.com/rails-api/active_model_serializers.git
git: '/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e' is not a git command. See 'git --help'.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Retrying git clone --no-checkout --quiet "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e" "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/bundler/gems/active_model_serializers-61882e1e4127"
due to error (2/4): Bundler::Source::Git::GitCommandError Git error: command git clone --no-checkout --quiet "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e" "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/bundler/gems/active_model_serializers-61882e1e4127"
in directory /opt/bitnami/apps/canvaslms/htdocs has failed.
If this error persists you could try removing the cache directory '/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e'git: '/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e' is not a git command. See 'git --help'.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Retrying git clone --no-checkout --quiet "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e" "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/bundler/gems/active_model_serializers-61882e1e4127"
due to error (3/4): Bundler::Source::Git::GitCommandError Git error: command git clone --no-checkout --quiet "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e" "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/bundler/gems/active_model_serializers-61882e1e4127"
in directory /opt/bitnami/apps/canvaslms/htdocs has failed.
If this error persists you could try removing the cache directory '/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e'git: '/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e' is not a git command. See 'git --help'.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Retrying git clone --no-checkout --quiet "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e" "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/bundler/gems/active_model_serializers-61882e1e4127"
due to error (4/4): Bundler::Source::Git::GitCommandError Git error: command git clone --no-checkout --quiet "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e" "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/bundler/gems/active_model_serializers-61882e1e4127"
in directory /opt/bitnami/apps/canvaslms/htdocs has failed.
If this error persists you could try removing the cache directory '/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e'git: '/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e' is not a git command. See 'git --help'.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Git error: command git clone --no-checkout --quiet "/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e"
"/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/bundler/gems/active_model_serializers-61882e1e4127"
in directory /opt/bitnami/apps/canvaslms/htdocs has failed.
If this error persists you could try removing the cache directory '/opt/bitnami/apps/canvaslms/htdocs/vendor/bundle/ruby/2.4.0/cache/bundler/git/active_model_serializers-510a178f5743dd588f54b8591fd82d287cfc711e'
After that I ran support tool below is the code what I got after running support tool . Please help me in this !
9d1b9059-114c-8bfd-405b-7a525be8b883