Skip to content

Instantly share code, notes, and snippets.

View theozaurus's full-sized avatar

Theo Cushion theozaurus

  • Ignition Works
  • UK
View GitHub Profile
@theozaurus
theozaurus / gist:0fce4c06dd1087756aad
Created April 28, 2015 16:32
CF Log installing rugged
2015-04-28T16:29:06.000+00:00 [API] OUT Updated app with guid 10e57b46-bc2d-4255-8df1-7fab3ca24c34 ({"state"=>"STOPPED"})
2015-04-28T16:29:16.000+00:00 [STG] OUT -----> Installing dependencies using 1.7.12
2015-04-28T16:29:23.000+00:00 [STG] OUT Using thread_safe 0.3.5
2015-04-28T16:29:23.000+00:00 [STG] OUT Using tilt 1.4.1
2015-04-28T16:29:23.000+00:00 [STG] OUT Using rails_serve_static_assets 0.0.4
2015-04-28T16:29:23.000+00:00 [STG] OUT Using rails_stdout_logging 0.0.3
2015-04-28T16:29:23.000+00:00 [STG] OUT Using nokogiri 1.6.6.2
2015-04-28T16:29:23.000+00:00 [STG] OUT Using rails_12factor 0.0.3
2015-04-28T16:29:23.000+00:00 [STG] OUT Using activesupport 4.2.1
2015-04-28T16:29:23.000+00:00 [STG] OUT Using html2haml 2.0.0
## Set list of mailservers for alert delivery. Multiple servers may be
## specified using comma separator. By default monit uses port 25 - it is
## possible to override it with the PORT option.
#
# set mailserver mail.bar.baz, # primary mailserver
# backup.bar.baz port 10025, # backup mailserver on port 10025
# localhost # fallback relay
#
#
set mailserver <%= @monit[:mailserver][:host] %> port <%= @monit[:mailserver][:port] %>
Initializing Mojarra (1.2_12-b01-FCS) for context ''
2009-12-08 18:13:39,582 ERROR [org.torquebox.ruby.enterprise.web.rack.RackFilter] (http-0.0.0.0-8080-3) Error invoking Rack filter
<script>:1: undefined method `call' for nil:NilClass (NoMethodError)
...internal jruby stack elided...
from (unknown).(unknown)(:1)
export GEM_HOME='/usr/local/jruby/lib/ruby/gems/1.8/gems'
export HOME='/home/jboss'
export JBOSS_HOME='/usr/local/jboss'
export JRUBY_HOME='/usr/local/jruby'
export LANG='en_US.UTF-8'
export LOGNAME='jboss'
export MAIL='/var/mail/jboss'
export PATH='/usr/local/jruby/bin:/usr/local/bin:/usr/bin:/bin:/usr/games'
export PWD='/home/jboss'
export RUBYLIB='/usr/local/jruby/lib/ruby/gems/1.8/gems/rack-1.0.1/lib'
$ jruby -S gem list
*** LOCAL GEMS ***
bundler (0.7.0)
rack (1.0.1)
rake (0.8.7)
rspec (1.2.9)
sources (0.0.1)
<% if @ejabberd[:auth_method][:ldap] -%>
{mod_vcard_ldap, []},
<% else %>
{mod_vcard, []},
<% end -%>
<% if @ejabberd[:modules].include? "http_bind" -%>
{mod_http_bind,[]},
<% end -%>
<% if @ejabberd[:modules].include? "mod_ctlextra" -%>
{mod_ctlextra, []},
#
# Chef Client Config File
#
# Dynamically generated by Chef - local modifications will be replaced
#
log_level :info
log_location STDOUT
ssl_verify_mode :verify_none
chef_server_url "https://api.opscode.com/organizations/jiva"
# cat /etc/chef/client.rb
#
# Chef Client Config File
#
# Dynamically generated by Chef - local modifications will be replaced
#
log_level :info
log_location STDOUT
ssl_verify_mode :verify_none
%%%------------------------------------------------------------------------
%%% File : mod_warm_bindings.erl
%%% Author : Theo Cushion <theo@jivatechnology.com>
%%% Purpose : Enables the creation of authenticated BOSH sessions via HTTP
%%% Created : 29/01/2010
%%%------------------------------------------------------------------------
-module(mod_warm_bindings).
-author('theo@jivatechnology.com').
We couldn’t find that file to show.