This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spectrum@thewordnerd:~$ spectrum facebook | |
[10:47:05] <Localization> cs locale found | |
[10:47:05] <gloox> connecting to: 127.0.0.1 as facebook.thewordnerd.info with password secret | |
Can't connect to SQL-VIP database, using built-in. | |
(10:47:05) prefs: Reading /usr/local/var/lib/spectrum/facebook/prefs.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thewordnerd = Host(name="thewordnerd.info" routes = {"/": Dir(base="static/thewordnerd.info/", index_file="index.html")}) | |
www_thewordnerd = Host(name="www.thewordnerd.info", routes = {"/": Dir(base="static/thewordnerd.info/", index_file="index.html")}) | |
spielproject = Host(name="spielproject.info" routes = {"/": Proxy(addr='127.0.0.1', port=9000)}) | |
www_spielproject = Host(name="www.spielproject.info", routes={"/": Proxy(addr='127.0.0.1', port=9000)}) | |
hudson = Host(name="hudson.thewordnerd.info" routes={ | |
"/": Proxy(addr='127.0.0.1', port=9001) | |
}) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{click: function() { | |
alert("Clicked") | |
return false | |
}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |