Skip to content

Instantly share code, notes, and snippets.

@maier-stefan
Last active August 29, 2015 14:11
Show Gist options
  • Save maier-stefan/f5479d770f67fd475451 to your computer and use it in GitHub Desktop.
Save maier-stefan/f5479d770f67fd475451 to your computer and use it in GitHub Desktop.
Passenger not working
[ 2014-12-17 15:46:14.3912 21021/7f3250b16700 agents/HelperAgent/RequestHandler.h:2306 ]: [Client 20] Cannot checkout session because a spawning error occurred. The identifier of the error is 87d40d88. Please see earlier logs for details about the error.
App 21217 stdout:
App 21217 stdout:
[ 2014-12-17 15:47:21.1270 21021/7f3252e90700 Pool2/Implementation.cpp:287 ]: Could not spawn process for application /home/deploy/datalove/current: An error occured while starting up the preloader.
Error ID: ac490e7f
Error details saved to: /tmp/passenger-error-cfwWWo.html
Message from application: <p>It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run:</p>
<pre class="commands">bundle install</pre>
<p>If that didn't work, then the problem is probably caused by your application being run under a different environment than it's supposed to. Please check the following:</p>
<ol>
<li>Is this app supposed to be run as the <code>deploy</code> user?</li>
<li>Is this app being run on the correct Ruby interpreter? Below you will
see which Ruby interpreter Phusion Passenger attempted to use.</li>
</ol>
<p>-------- The exception is as follows: -------</p>
Could not find rake-10.4.2 in any of the sources (Bundler::GemNotFound)
<pre> /home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/spec_set.rb:92:in `block in materialize'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/spec_set.rb:85:in `map!'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/spec_set.rb:85:in `materialize'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/definition.rb:132:in `specs'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/definition.rb:177:in `specs_for'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/definition.rb:166:in `requested_specs'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/environment.rb:18:in `requested_specs'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/runtime.rb:13:in `setup'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler.rb:122:in `setup'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/setup.rb:17:in `&lt;top (required)&gt;'
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:263:in `block in run_load_path_setup_code'
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:366:in `running_bundler'
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:261:in `run_load_path_setup_code'
/usr/share/passenger/helper-scripts/rack-preloader.rb:100:in `preload_app'
/usr/share/passenger/helper-scripts/rack-preloader.rb:158:in `&lt;module:App&gt;'
/usr/share/passenger/helper-scripts/rack-preloader.rb:29:in `&lt;module:PhusionPassenger&gt;'
/usr/share/passenger/helper-scripts/rack-preloader.rb:28:in `&lt;main&gt;'</pre>
server {
listen 80 default_server;
listen [::]:80 default_server ipv6only=on;
server_name test.datalove.io;
passenger_enabled on;
rails_env production;
root /home/deploy/datalove/current/public;
# redirect server error pages to the static page /50x.html
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="Phusion Passenger">
<title>Web application could not be started</title>
<style type="text/css">
body {
font-family: Verdana, 'Bitstream Vera Sans', Arial, Sans-Serif;
font-size: 10pt;
background: white;
color: #222222;
margin: 0;
padding-top: 3em;
padding-bottom: 3em;
padding-left: 4.5em;
padding-right: 4.5em;
}
h1 {
font-size: 17pt;
font-weight: medium;
color: #533e72;
border-bottom: 1px solid #533e72;
}
h1.title {
margin-top: 0;
}
h1.error_title {
color: red;
border-bottom: 1px solid red;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
dt {
font-weight: bold;
color: #280050;
}
dd {
margin-top: 0.5em;
margin-bottom: 1em;
}
.commands {
border: 1px solid #b594e7;
background: #ddc6ff;
padding: 0.5em;
margin: 0.5em;
font-family: 'Bitstream Vera Sans Mono', 'Courier New', Monospace;
}
pre {
overflow: auto;
white-space: pre-wrap;
text-align: left;
}
table.backtrace th {
background: #8470a6;
color: white;
}
table.backtrace th,
table.backtrace td {
padding: 0.2em;
padding-left: 0.4em;
padding-right: 0.4em;
}
table.backtrace tr td {
background: #ecdfff;
}
table.backtrace tr.even td {
background: #f7f2ff;
}
table.backtrace td.index {
font-weight: bold;
}
#site_footer {
border-top: solid 1px black;
margin-top: 1em;
padding-top: 1em;
font-size: small;
color: #777777;
}
#site_footer a {
color: #65498e;
}
#site_footer a:hover {
color: #9681d9;
}
#site_header .corporate_identity {
display: none;
}
</style>
<link rel="stylesheet" type="text/css" href="http://www.modrails.com/error_pages/1.0/error_page.css">
<style type="text/css">
dd {
text-align: left;
}
dd pre {
margin-top: 0;
margin-bottom: 0;
}
</style>
</head>
<body>
<div id="site_container">
<div id="site_header">
<ul class="corporate_identity">
<li class="logo"><a href="https://www.phusionpassenger.com"><span>Phusion Passenger</span></a></li>
</ul>
</div>
<div id="site_body">
<h1 class="error_title">Web application could not be started</h1>
<div id="content">
<p>It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run:</p>
<pre class="commands">bundle install</pre>
<p>If that didn't work, then the problem is probably caused by your application being run under a different environment than it's supposed to. Please check the following:</p>
<ol>
<li>Is this app supposed to be run as the <code>deploy</code> user?</li>
<li>Is this app being run on the correct Ruby interpreter? Below you will
see which Ruby interpreter Phusion Passenger attempted to use.</li>
</ol>
<p>-------- The exception is as follows: -------</p>
Could not find rake-10.4.2 in any of the sources (Bundler::GemNotFound)
<pre> /home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/spec_set.rb:92:in `block in materialize'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/spec_set.rb:85:in `map!'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/spec_set.rb:85:in `materialize'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/definition.rb:132:in `specs'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/definition.rb:177:in `specs_for'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/definition.rb:166:in `requested_specs'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/environment.rb:18:in `requested_specs'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/runtime.rb:13:in `setup'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler.rb:122:in `setup'
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/setup.rb:17:in `&lt;top (required)&gt;'
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `require'
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:60:in `rescue in require'
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:263:in `block in run_load_path_setup_code'
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:366:in `running_bundler'
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb:261:in `run_load_path_setup_code'
/usr/share/passenger/helper-scripts/rack-preloader.rb:100:in `preload_app'
/usr/share/passenger/helper-scripts/rack-preloader.rb:158:in `&lt;module:App&gt;'
/usr/share/passenger/helper-scripts/rack-preloader.rb:29:in `&lt;module:PhusionPassenger&gt;'
/usr/share/passenger/helper-scripts/rack-preloader.rb:28:in `&lt;main&gt;'</pre>
<dl>
<dt>Error ID</dt>
<dd>2682d689</dd>
<dt>Application root</dt>
<dd>/home/deploy/datalove/current</dd>
<dt>Environment (value of RAILS_ENV, RACK_ENV, WSGI_ENV, NODE_ENV and PASSENGER_APP_ENV)</dt>
<dd>production</dd>
<dt>Ruby interpreter command</dt>
<dd><pre>/usr/bin/ruby</pre></dd>
<dt>User and groups</dt>
<dd><pre>uid=<wbr>1001(deploy) gid=<wbr>1001(deploy) groups=<wbr>1001(deploy),<wbr>27(sudo)
</pre></dd>
<dt>Environment variables</dt>
<dd><pre>rvm_bin_path =<wbr> /home/deploy/.rvm/bin
GEM_HOME =<wbr> /home/deploy/datalove/shared/bundle/ruby/1.9.1
SHELL =<wbr> /bin/bash
IRBRC =<wbr> /home/deploy/.rvm/rubies/ruby-2.1.4/.irbrc
PASSENGER_DEBUG_DIR =<wbr> /tmp/passenger.spawn-debug.XXXX7RNGrN
MY_RUBY_HOME =<wbr> /home/deploy/.rvm/rubies/ruby-2.1.4
rvm_stored_umask =<wbr> 0022
USER =<wbr> deploy
_system_type =<wbr> Linux
rvm_path =<wbr> /home/deploy/.rvm
rvm_prefix =<wbr> /home/deploy
PATH =<wbr> /home/deploy/.rvm/gems/ruby-2.1.4/bin:<wbr>/home/deploy/.rvm/gems/ruby-2.1.4@global/bin:<wbr>/home/deploy/.rvm/rubies/ruby-2.1.4/bin:<wbr>/usr/local/bin:<wbr>/usr/local/sbin:<wbr>/usr/bin:<wbr>/usr/sbin:<wbr>/bin:<wbr>/sbin:<wbr>.:<wbr>/home/deploy/.rvm/bin
rvm_loaded_flag =<wbr> 1
PWD =<wbr> /home/deploy/datalove/current
_system_arch =<wbr> x86_64
_system_version =<wbr> 14.04
rvm_version =<wbr> 1.26.4 (latest)
SHLVL =<wbr> 0
HOME =<wbr> /home/deploy
LOGNAME =<wbr> deploy
SERVER_SOFTWARE =<wbr> nginx/1.6.2
GEM_PATH =<wbr>
RUBY_VERSION =<wbr> ruby-2.1.4
rvm_user_install_flag =<wbr> 1
_system_name =<wbr> Ubuntu
IN_PASSENGER =<wbr> 1
PYTHONUNBUFFERED =<wbr> 1
NODE_PATH =<wbr> /usr/share/passenger/node
RAILS_ENV =<wbr> production
RACK_ENV =<wbr> production
WSGI_ENV =<wbr> production
NODE_ENV =<wbr> production
PASSENGER_APP_ENV =<wbr> production
SERVER_PROTOCOL =<wbr> HTTP/1.1
SCGI =<wbr> 1
DOCUMENT_ROOT =<wbr> /home/deploy/datalove/current/public
QUERY_STRING =<wbr>
SERVER_NAME =<wbr> test.datalove.io
REMOTE_PORT =<wbr> 58332
REMOTE_ADDR =<wbr> 78.55.169.171
SERVER_PORT =<wbr> 80
REQUEST_METHOD =<wbr> GET
SERVER_ADDR =<wbr> 172.31.6.247
REQUEST_URI =<wbr> /
_ORIGINAL_GEM_PATH =<wbr> /home/deploy/.rvm/gems/ruby-2.1.4:<wbr>/home/deploy/.rvm/gems/ruby-2.1.4@global
</pre></dd>
<dt>Ulimits</dt>
<dd><pre>Unknown</pre></dd>
<dt>System metrics</dt>
<dd><pre>------------- General -------------
Kernel version :<wbr> 3.13.0-36-generic
Uptime :<wbr> 4d 22h 14m 42s
Load averages :<wbr> 0.00%,<wbr> 0.01%,<wbr> 0.05%
Fork rate :<wbr> unknown
------------- CPU -------------
Number of CPUs :<wbr> 1
Average CPU usage :<wbr> 0% -- 0% user,<wbr> 0% nice,<wbr> 0% system,<wbr> 100% idle
CPU 1 :<wbr> 0% -- 0% user,<wbr> 0% nice,<wbr> 0% system,<wbr> 100% idle
I/O pressure :<wbr> 0%
CPU 1 :<wbr> 0%
Interference from other VMs:<wbr> 0%
CPU 1 :<wbr> 0%
------------- Memory -------------
RAM total :<wbr> 992 MB
RAM used :<wbr> 168 MB (17%)
RAM free :<wbr> 824 MB
Swap total :<wbr> 0 MB
Swap used :<wbr> 0 MB (-nan%)
Swap free :<wbr> 0 MB
Swap in :<wbr> unknown
Swap out :<wbr> unknown
</pre></dd>
<dt>General Ruby interpreter information</dt>
<dd><pre>RUBY_VERSION =<wbr> 1.9.3
RUBY_PLATFORM =<wbr> x86_64-linux
RUBY_ENGINE =<wbr> ruby
RubyGems version =<wbr> 1.8.23
RubyGems paths =<wbr> [&quot;/home/deploy/datalove/shared/bundle/ruby/1.9.1&quot;]
</pre></dd>
<dt>Ruby configuration (RbConfig::CONFIG)</dt>
<dd><pre>DESTDIR =<wbr>
MAJOR =<wbr> 1
MINOR =<wbr> 9
TEENY =<wbr> 1
PATCHLEVEL =<wbr> 484
INSTALL =<wbr> /usr/bin/install -c
EXEEXT =<wbr>
prefix =<wbr> /usr
ruby_install_name =<wbr> ruby1.9.1
RUBY_INSTALL_NAME =<wbr> ruby1.9.1
RUBY_SO_NAME =<wbr> ruby-1.9.1
exec =<wbr> exec
ruby_pc =<wbr> ruby-1.9.pc
PACKAGE =<wbr> ruby
BUILTIN_TRANSSRCS =<wbr> newline.c
USE_RUBYGEMS =<wbr> YES
MANTYPE =<wbr> doc
NROFF =<wbr> /usr/bin/nroff
vendorhdrdir =<wbr> /usr/include/ruby-1.9.1/vendor_ruby
sitehdrdir =<wbr> /usr/include/ruby-1.9.1/site_ruby
rubyhdrdir =<wbr> /usr/include/ruby-1.9.1
UNIVERSAL_INTS =<wbr>
UNIVERSAL_ARCHNAMES =<wbr>
configure_args =<wbr> &apos;--build=<wbr>x86_64-linux-gnu&apos; &apos;--prefix=<wbr>/usr&apos; &apos;--includedir=<wbr>/usr/include&apos; &apos;--mandir=<wbr>/usr/share/man&apos; &apos;--infodir=<wbr>/usr/share/info&apos; &apos;--sysconfdir=<wbr>/etc&apos; &apos;--localstatedir=<wbr>/var&apos; &apos;--libexecdir=<wbr>/usr/lib/ruby1.9.1&apos; &apos;--srcdir=<wbr>.&apos; &apos;--disable-maintainer-mode&apos; &apos;--disable-dependency-tracking&apos; &apos;--disable-silent-rules&apos; &apos;--enable-pthread&apos; &apos;--enable-shared&apos; &apos;--disable-rpath&apos; &apos;--disable-install-doc&apos; &apos;--with-vendordir=<wbr>/usr/lib/ruby/vendor_ruby&apos; &apos;--with-sitedir=<wbr>/usr/local/lib/site_ruby&apos; &apos;--program-suffix=<wbr>1.9.1&apos; &apos;--with-soname=<wbr>ruby-1.9.1&apos; &apos;--enable-ipv6&apos; &apos;--with-dbm-type=<wbr>gdbm_compat&apos; &apos;--with-tklib=<wbr>tk8.5&apos; &apos;--with-tcllib=<wbr>tcl8.5&apos; &apos;--with-tcl-include=<wbr>/usr/include/tcl8.5&apos; &apos;--with-tk-include=<wbr>/usr/include/tcl8.5&apos; &apos;--with-tcl-lib=<wbr>/usr/lib/x86_64-linux-gnu&apos; &apos;--with-tk-lib=<wbr>/usr/lib/x86_64-linux-gnu&apos; &apos;--with-bundled-sha1&apos; &apos;--with-bundled-md5&apos; &apos;--with-bundled-rmd160&apos; &apos;build_alias=<wbr>x86_64-linux-gnu&apos; &apos;CFLAGS=<wbr>-g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -Wall -fno-strict-aliasing&apos; &apos;LDFLAGS=<wbr>-Wl,<wbr>-Bsymbolic-functions -Wl,<wbr>-z,<wbr>relro -L/build/buildd/ruby1.9.1-1.9.3.484/debian/lib&apos; &apos;CPPFLAGS=<wbr>-D_FORTIFY_SOURCE=<wbr>2&apos; &apos;CXXFLAGS=<wbr>-g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -Wall -fno-strict-aliasing&apos;
vendordir =<wbr> /usr/lib/ruby/vendor_ruby
sitedir =<wbr> /usr/local/lib/site_ruby
ruby_version =<wbr> 1.9.1
sitearch =<wbr> x86_64-linux
arch =<wbr> x86_64-linux
RI_BASE_NAME =<wbr> ri
ridir =<wbr> /usr/share/ri
rubylibprefix =<wbr> /usr/lib/ruby
MAKEFILES =<wbr> Makefile
PLATFORM_DIR =<wbr>
THREAD_MODEL =<wbr> pthread
SYMBOL_PREFIX =<wbr>
EXPORT_PREFIX =<wbr>
COMMON_HEADERS =<wbr>
COMMON_MACROS =<wbr>
COMMON_LIBS =<wbr>
MAINLIBS =<wbr>
ENABLE_SHARED =<wbr> yes
DLDLIBS =<wbr> -lc
SOLIBS =<wbr> -lpthread -lrt -ldl -lcrypt -lm
LIBRUBYARG_SHARED =<wbr> -lruby-1.9.1
LIBRUBYARG_STATIC =<wbr> -lruby-1.9.1-static
LIBRUBYARG =<wbr> -lruby-1.9.1
LIBRUBY =<wbr> libruby-1.9.1.so.1.9.1
LIBRUBY_ALIASES =<wbr> libruby-1.9.1.so.1.9 libruby-1.9.1.so
LIBRUBY_SO =<wbr> libruby-1.9.1.so.1.9.1
LIBRUBY_A =<wbr> libruby-1.9.1-static.a
RUBYW_INSTALL_NAME =<wbr>
rubyw_install_name =<wbr>
LIBRUBY_DLDFLAGS =<wbr> -Wl,<wbr>-soname,<wbr>libruby-1.9.1.so.1.9
LIBRUBY_LDSHARED =<wbr> gcc -shared
EXTDLDFLAGS =<wbr>
warnflags =<wbr> -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
debugflags =<wbr> -ggdb
optflags =<wbr> -O3
cxxflags =<wbr> -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
cflags =<wbr> -O3 -ggdb -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration
cppflags =<wbr> -D_FORTIFY_SOURCE=<wbr>2
NULLCMD =<wbr> :<wbr>
INSTALLDOC =<wbr> nodoc
CAPITARGET =<wbr> nodoc
RDOCTARGET =<wbr> nodoc
EXECUTABLE_EXTS =<wbr>
ARCHFILE =<wbr>
LIBRUBY_RELATIVE =<wbr> no
EXTOUT =<wbr> .ext
PREP =<wbr> miniruby
TEST_RUNNABLE =<wbr> yes
setup =<wbr> Setup
EXTSTATIC =<wbr>
STRIP =<wbr> strip -S -x
TRY_LINK =<wbr>
LIBPATHENV =<wbr> LD_LIBRARY_PATH
RPATHFLAG =<wbr>
LIBPATHFLAG =<wbr> -L%s
LINK_SO =<wbr>
LIBEXT =<wbr> a
DLEXT2 =<wbr>
DLEXT =<wbr> so
LDSHAREDXX =<wbr> g++ -shared
LDSHARED =<wbr> gcc -shared
CCDLFLAGS =<wbr> -fPIC
STATIC =<wbr>
ARCH_FLAG =<wbr>
DLDFLAGS =<wbr>
ALLOCA =<wbr>
POSTLINK =<wbr> :<wbr>
WERRORFLAG =<wbr> -Werror
CHDIR =<wbr> cd -P
RMALL =<wbr> rm -fr
RMDIRS =<wbr> rmdir --ignore-fail-on-non-empty -p
RMDIR =<wbr> rmdir --ignore-fail-on-non-empty
CP =<wbr> cp
RM =<wbr> rm -f
PKG_CONFIG =<wbr> pkg-config
DOXYGEN =<wbr>
DOT =<wbr>
MAKEDIRS =<wbr> /bin/mkdir -p
MKDIR_P =<wbr> /bin/mkdir -p
INSTALL_DATA =<wbr> /usr/bin/install -c -m 644
INSTALL_SCRIPT =<wbr> /usr/bin/install -c
INSTALL_PROGRAM =<wbr> /usr/bin/install -c
SET_MAKE =<wbr>
LN_S =<wbr> ln -s
NM =<wbr> nm
DLLWRAP =<wbr>
WINDRES =<wbr>
OBJCOPY =<wbr> :<wbr>
OBJDUMP =<wbr> objdump
ASFLAGS =<wbr>
AS =<wbr> as
AR =<wbr> ar
RANLIB =<wbr> ranlib
try_header =<wbr>
COUTFLAG =<wbr> -o
OUTFLAG =<wbr> -o
CPPOUTFILE =<wbr> -o conftest.i
GNU_LD =<wbr> yes
GCC =<wbr> yes
EGREP =<wbr> /bin/grep -E
GREP =<wbr> /bin/grep
CPP =<wbr> gcc -E
CXXFLAGS =<wbr> -g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -Wall -fno-strict-aliasing
CXX =<wbr> g++
OBJEXT =<wbr> o
CPPFLAGS =<wbr> -D_FORTIFY_SOURCE=<wbr>2 -D_FORTIFY_SOURCE=<wbr>2
LDFLAGS =<wbr> -L. -Wl,<wbr>-Bsymbolic-functions -Wl,<wbr>-z,<wbr>relro -L/build/buildd/ruby1.9.1-1.9.3.484/debian/lib -rdynamic -Wl,<wbr>-export-dynamic
CFLAGS =<wbr> -g -O2 -fstack-protector --param=<wbr>ssp-buffer-size=<wbr>4 -Wformat -Werror=<wbr>format-security -Wall -fno-strict-aliasing -fPIC
CC =<wbr> gcc
target_os =<wbr> linux
target_vendor =<wbr> pc
target_cpu =<wbr> x86_64
target =<wbr> x86_64-pc-linux-gnu
host_os =<wbr> linux-gnu
host_vendor =<wbr> pc
host_cpu =<wbr> x86_64
host =<wbr> x86_64-pc-linux-gnu
RUBYW_BASE_NAME =<wbr> rubyw
RUBY_BASE_NAME =<wbr> ruby
build_os =<wbr> linux-gnu
build_vendor =<wbr> pc
build_cpu =<wbr> x86_64
build =<wbr> x86_64-pc-linux-gnu
RUBY_RELEASE_DATE =<wbr> 2013-11-22
RUBY_PROGRAM_VERSION =<wbr> 1.9.3
BASERUBY =<wbr> ruby
target_alias =<wbr>
host_alias =<wbr>
build_alias =<wbr> x86_64-linux-gnu
LIBS =<wbr> -lpthread -lrt -ldl -lcrypt -lm
ECHO_T =<wbr>
ECHO_N =<wbr> -n
ECHO_C =<wbr>
DEFS =<wbr>
mandir =<wbr> /usr/share/man
localedir =<wbr> /usr/share/locale
libdir =<wbr> /usr/lib
psdir =<wbr> /usr/share/doc/ruby
pdfdir =<wbr> /usr/share/doc/ruby
dvidir =<wbr> /usr/share/doc/ruby
htmldir =<wbr> /usr/share/doc/ruby
infodir =<wbr> /usr/share/info
docdir =<wbr> /usr/share/doc/ruby
oldincludedir =<wbr> /usr/include
includedir =<wbr> /usr/include
localstatedir =<wbr> /var
sharedstatedir =<wbr> /usr/com
sysconfdir =<wbr> /etc
datadir =<wbr> /usr/share
datarootdir =<wbr> /usr/share
libexecdir =<wbr> /usr/lib/ruby1.9.1
sbindir =<wbr> /usr/sbin
bindir =<wbr> /usr/bin
program_transform_name =<wbr> s&amp;$&amp;1.9.1&amp;;<wbr>s&amp;^&amp;&amp;
exec_prefix =<wbr> /usr
PACKAGE_URL =<wbr>
PACKAGE_BUGREPORT =<wbr>
PACKAGE_STRING =<wbr>
PACKAGE_VERSION =<wbr>
PACKAGE_TARNAME =<wbr>
PACKAGE_NAME =<wbr>
PATH_SEPARATOR =<wbr> :<wbr>
SHELL =<wbr> /bin/bash
rubylibdir =<wbr> /usr/lib/ruby/1.9.1
archdir =<wbr> /usr/lib/ruby/1.9.1/x86_64-linux
sitelibdir =<wbr> /usr/local/lib/site_ruby/1.9.1
sitearchdir =<wbr> /usr/local/lib/site_ruby/1.9.1/x86_64-linux
vendorlibdir =<wbr> /usr/lib/ruby/vendor_ruby/1.9.1
vendorarchdir =<wbr> /usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux
topdir =<wbr> /usr/lib/ruby/1.9.1/x86_64-linux
</pre></dd>
<dt>Activated Ruby gems</dt>
<dd><pre>bundler =<wbr>&gt; 1.7.9
</pre></dd>
<dt>Ruby load path ($LOAD_PATH)</dt>
<dd><pre>/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib
/usr/local/lib/site_ruby/1.9.1
/usr/local/lib/site_ruby/1.9.1/x86_64-linux
/usr/local/lib/site_ruby
/usr/lib/ruby/vendor_ruby/1.9.1
/usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux
/usr/lib/ruby/vendor_ruby
/usr/lib/ruby/1.9.1
/usr/lib/ruby/1.9.1/x86_64-linux
</pre></dd>
<dt>Ruby loaded libraries ($LOADED_FEATURES)</dt>
<dd><pre>enumerator.so
/usr/lib/ruby/1.9.1/x86_64-linux/enc/encdb.so
/usr/lib/ruby/1.9.1/x86_64-linux/enc/trans/transdb.so
/usr/lib/ruby/1.9.1/rubygems/defaults.rb
/usr/lib/ruby/1.9.1/x86_64-linux/rbconfig.rb
/usr/lib/ruby/1.9.1/rubygems/deprecate.rb
/usr/lib/ruby/1.9.1/rubygems/exceptions.rb
/usr/lib/ruby/vendor_ruby/rubygems/defaults/operating_system.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb
/usr/lib/ruby/1.9.1/rubygems.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger.rb
/usr/lib/ruby/1.9.1/x86_64-linux/etc.so
/usr/lib/ruby/1.9.1/fileutils.rb
/usr/lib/ruby/1.9.1/tmpdir.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/tmpio.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info/operating_system.rb
/usr/lib/ruby/1.9.1/x86_64-linux/passenger_native_support.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/native_support.rb
/usr/lib/ruby/1.9.1/x86_64-linux/socket.so
/usr/lib/ruby/1.9.1/socket.rb
/usr/lib/ruby/1.9.1/thread.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/ruby_core_enhancements.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/tmpdir.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/preloader_shared_helpers.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/constants.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/public_api.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/debug_logging.rb
/usr/lib/ruby/1.9.1/shellwords.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/shellwords.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/loader_shared_helpers.rb
/usr/lib/ruby/1.9.1/x86_64-linux/fcntl.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/message_channel.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/message_client.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/native_support_utils.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/unseekable_socket.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb
/usr/lib/ruby/1.9.1/x86_64-linux/stringio.so
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/tee_input.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb
/usr/lib/ruby/1.9.1/rubygems/path_support.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/union_station/connection.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/union_station/transaction.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils/lock.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/union_station/core.rb
/usr/lib/ruby/1.9.1/rubygems/version.rb
/usr/lib/ruby/1.9.1/rubygems/requirement.rb
/usr/lib/ruby/1.9.1/rubygems/platform.rb
/usr/lib/ruby/1.9.1/rubygems/specification.rb
/usr/lib/ruby/1.9.1/rubygems/dependency.rb
/usr/lib/ruby/1.9.1/monitor.rb
/usr/lib/ruby/1.9.1/x86_64-linux/pathname.so
/usr/lib/ruby/1.9.1/pathname.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/constants.rb
/usr/lib/ruby/1.9.1/rubygems/config_file.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/rubygems_integration.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/current_ruby.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/shared_helpers.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/gem_path_manipulation.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/gem_helpers.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/match_platform.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/rubygems_ext.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/version.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/settings.rb
/usr/lib/ruby/1.9.1/x86_64-linux/digest.so
/usr/lib/ruby/1.9.1/digest.rb
/usr/lib/ruby/1.9.1/x86_64-linux/digest/sha1.so
/usr/lib/ruby/1.9.1/set.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/definition.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/dependency.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/ruby_dsl.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/dsl.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/source_list.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/source.rb
/usr/lib/ruby/1.9.1/uri/common.rb
/usr/lib/ruby/1.9.1/uri/generic.rb
/usr/lib/ruby/1.9.1/uri/ftp.rb
/usr/lib/ruby/1.9.1/uri/http.rb
/usr/lib/ruby/1.9.1/uri/https.rb
/usr/lib/ruby/1.9.1/uri/ldap.rb
/usr/lib/ruby/1.9.1/uri/ldaps.rb
/usr/lib/ruby/1.9.1/uri/mailto.rb
/usr/lib/ruby/1.9.1/uri.rb
/usr/lib/ruby/1.9.1/rubygems/user_interaction.rb
/usr/lib/ruby/1.9.1/rubygems/remote_fetcher.rb
/usr/lib/ruby/1.9.1/rubygems/errors.rb
/usr/lib/ruby/1.9.1/rubygems/text.rb
/usr/lib/ruby/1.9.1/rubygems/spec_fetcher.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/source/rubygems.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/source/path.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/source/git.rb
/usr/lib/ruby/1.9.1/x86_64-linux/strscan.so
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/lockfile_parser.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/lazy_specification.rb
/usr/lib/ruby/1.9.1/tsort.rb
/usr/lib/ruby/1.9.1/forwardable.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/spec_set.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/environment.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/runtime.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/index.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/remote_specification.rb
/home/deploy/.rvm/gems/ruby-2.1.4@global/gems/bundler-1.7.9/lib/bundler/endpoint_specification.rb
/usr/lib/ruby/vendor_ruby/phusion_passenger/platform_info/ruby.rb
/usr/lib/ruby/1.9.1/erb.rb
</pre></dd>
</dl>
</div>
</div>
<div id="site_footer">
<!--
You are free to modify the footer as you see fit,
but we kindly ask of you to preserve to following
text. Thank you.
-->
<div class="container">
Powered by <a href="https://www.phusionpassenger.com/">Phusion Passenger</a>,
<tt>mod_rails</tt> / <tt>mod_rack</tt> for Apache and Nginx.
</div>
</div>
</div>
</body>
</html>
user www-data;
worker_processes 4;
pid /run/nginx.pid;
events {
worker_connections 768;
# multi_accept on;
}
http {
##
# Basic Settings
##
sendfile on;
tcp_nopush on;
tcp_nodelay on;
keepalive_timeout 65;
types_hash_max_size 2048;
# server_tokens off;
# server_names_hash_bucket_size 64;
# server_name_in_redirect off;
include /etc/nginx/mime.types;
default_type application/octet-stream;
##
# Logging Settings
##
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;
##
# Gzip Settings
##
gzip on;
gzip_disable "msie6";
# gzip_vary on;
# gzip_proxied any;
# gzip_comp_level 6;
# gzip_buffers 16 8k;
# gzip_http_version 1.1;
# gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/java$
##
# nginx-naxsi config
# Uncomment it if you installed nginx-naxsi
##
# include /etc/nginx/naxsi_core.rules;
##
# Phusion Passenger config
##
# Uncomment it if you installed passenger or passenger-enterprise
##
passenger_root /usr/lib/ruby/vendor_ruby/phusion_passenger/locations.ini;
passenger_ruby /usr/bin/ruby;
##
# Virtual Host Configs
##
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
# mail {
# # See sample authentication script at:
# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
#
# # auth_http localhost/auth.php;
# # pop3_capabilities "TOP" "USER";
# # imap_capabilities "IMAP4rev1" "UIDPLUS";
#
# server {
# listen localhost:110;
# protocol pop3;
# proxy on;
# }
#
# server {
# listen localhost:143;
# protocol imap;
# proxy on;
# }
# }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment