Skip to content

Instantly share code, notes, and snippets.

INFO global: Vagrant version: 1.6.3
INFO global: Ruby version: 2.0.0
INFO global: RubyGems version: 2.0.14
INFO global: VAGRANT_DETECTED_OS="CYGWIN_NT-6.3"
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\gems\\vagrant-1.6.3\\bin\\vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
INFO global: VAGRANT_LOG="debug"
FROM ubuntu:14.04
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y python-dev python-pip libffi-dev libssl-dev libjpeg-dev && \
apt-get clean && \
pip install --process-dependency-links https://github.com/matrix-org/synapse/tarball/master && \
adduser --system --home /app --shell /bin/sh app
# USER app
WORKDIR /app
ENV HOME /app
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/handlers.py", line 76, in emit
if self.shouldRollover(record):
File "/usr/lib/python2.7/logging/handlers.py", line 156, in shouldRollover
msg = "%s\n" % self.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 724, in format
return fmt.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
Traceback (most recent call last):
File "/usr/lib/python2.7/logging/handlers.py", line 76, in emit
if self.shouldRollover(record):
File "/usr/lib/python2.7/logging/handlers.py", line 156, in shouldRollover
msg = "%s\n" % self.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 724, in format
return fmt.format(record)
File "/usr/lib/python2.7/logging/__init__.py", line 464, in format
record.message = record.getMessage()
File "/usr/lib/python2.7/logging/__init__.py", line 328, in getMessage
INFO: http://172.17.0.2:8080/v1 is accessible
INFO: Inspecting host capabilities
INFO: System: false
INFO: Host writable: true
INFO: Token: xxxxxxxx
INFO: Running registration
Traceback (most recent call last):
File "./register.py", line 11, in <module>
secret_key=os.environ['CATTLE_REGISTRATION_SECRET_KEY'])
File "/usr/local/lib/python2.7/dist-packages/cattle.py", line 34, in from_env
+ exec rsyslogd -n
rsyslogd: pidfile '/var/run/rsyslogd.pid' and pid 1 already exist.
If you want to run multiple instances of rsyslog, you need to specify
different pid files for them (-i option).
rsyslogd: run failed with error -3000 (see rsyslog.h or try http://www.rsyslog.c
om/e/3000 to learn what that number means)
r
detailed error: :
error source line:
...lve();var t=p.defer(),n=0;return J(e,function(r,o,i){function s(e){t.resolve(e)}...
bundle.js (line 3)
detailed error: TypeError: window.matrixChat is undefined
error source line:
@ndarilek
ndarilek / Rakefile
Created November 17, 2008 22:57
Point and laugh as I awkwardly try to bring Authlogic to Waves!
#!/usr/bin/env ruby
#
# Warning: This file is clobbered when you update your
# application with the waves script. Accordingly, you may
# wish to keep your tasks in .rb or .rake files in lib/tasks
require 'rubygems'
WAVES = "#{File.dirname(__FILE__)}/.." unless defined? WAVES
<iq xmlns="jabber:client" to="utterance.localhost" type="get" id="2590">
<vCard xmlns="vcard-temp" />
</iq>
D, [2009-05-28T12:43:21.585216 #1607] DEBUG -- :
------------------------------
D, [2009-05-28T12:43:21.585576 #1607] DEBUG -- : << <presence type='subscribe' to='utterance.localhost' from='nolan@localhost' id='9821' xmlns='jabber:client'><nick xmlns='http://jabber.org/protocol/nick'>nolan</nick><x xmlns='vcard-temp:x:update'></x><c ver='c9YhHDC8qrp1wOzPTQHysAgnAeY=' hash='sha-1' node='http://gajim.org' xmlns='http://jabber.org/protocol/caps'></c><status>I would like to add you to my contact list.</status></presence>
D, [2009-05-28T12:43:21.585849 #1607] DEBUG -- : PARSING: (<presence type='subscribe' to='utterance.localhost' from='nolan@localhost' id='9821' xmlns='jabber:client'><nick xmlns='http://jabber.org/protocol/nick'>nolan</nick><x xmlns='vcard-temp:x:update'></x><c ver='c9YhHDC8qrp1wOzPTQHysAgnAeY=' hash='sha-1' node='http://gajim.org' xmlns='http://jabber.org/protocol/caps'></c><status>I would like to add you to my contact list.</status></presence>)