Camden Narzt
Camden Narzt
I only read the stderr to be able to print it in case of a failure, so if that was possible none of this would matter.
I'm getting the same on CentOS 6.10 when installing ruby 2.1.10 and rubygems 3.1.2. ``` command(7): env GEM_HOME=/usr/local/rvm/gems/ruby-2.1.10@global GEM_PATH= /usr/local/rvm/rubies/ruby-2.1.10/bin/ruby -d /usr/local/rvm/src/rubygems-3.1.2/setup.rb --no-document Exception `LoadError' at /usr/local/rvm/rubies/ruby-2.1.10/lib/ruby/2.1.0/rubygems.rb:1194 - cannot load...
The same is true of rubygems `3.1.1` and `3.1.0`
@deivid-rodriguez ah, well that explains my problem. I was running `/usr/local/rvm/bin/rvm install ruby-$RUBY_VERSION --rubygems $RUBYGEMS_VSERSION` in my CI to install a bunch of rubies and the script sets the rubygems...
Is your user in the docker group?
The script that runs the fuse panel runs it in docker, it can be run on a separate host from the passenger instance(s) but it does require docker. The instructions...
Does the `/root/apps/guestpostweb/config/environment.rb` file exist and does it have permissions that allow your app user to read it?
Looks like someone translated this patch to apply to seafile directly too. We'll see if that gets landed.
Not yet, sorry.
There's a few things we should check here, can you switch to the user(s) that run the app(s) and then: 1) run `env | wc`; and 2) make sure the...