Skip to content

Instantly share code, notes, and snippets.

@briandant
Created May 4, 2016 20:15
Show Gist options
  • Save briandant/afdfa725b87f8beab08c8eef688561b1 to your computer and use it in GitHub Desktop.
Save briandant/afdfa725b87f8beab08c8eef688561b1 to your computer and use it in GitHub Desktop.
Attaching to wharf_redisDataContainer_1, wharf_hipache_1, wharf_pgDataContainer_1, wharf_postgres_1, wharf_web_1
x27[33mhipache_1            | x27[0mUsing configuration file:
x27[33mhipache_1            | x27[0m{
x27[33mhipache_1            | x27[0m    "server": {
x27[33mhipache_1            | x27[0m        "accessLog": "/var/log/hipache-access.log",
x27[33mhipache_1            | x27[0m        "workers": 10,
x27[33mhipache_1            | x27[0m        "maxSockets": 100,
x27[33mhipache_1            | x27[0m        "deadBackendTTL": 30,
x27[35mpostgres_1           | x27[0mLOG:  database system was interrupted; last known up at 2016-05-04 20:13:36 UTC
x27[33mhipache_1            | x27[0m        "tcpTimeout": 30,
x27[33mhipache_1            | x27[0m        "retryOnError": 3,
x27[35mpostgres_1           | x27[0mLOG:  database system was not properly shut down; automatic recovery in progress
x27[33mhipache_1            | x27[0m        "deadBackendOn500": false,
x27[35mpostgres_1           | x27[0mLOG:  record with zero length at 0/1782AD8
x27[35mpostgres_1           | x27[0mLOG:  redo is not required
x27[33mhipache_1            | x27[0m        "httpKeepAlive": false,
x27[33mhipache_1            | x27[0m        "lruCache": {
x27[33mhipache_1            | x27[0m            "size": 5,
x27[33mhipache_1            | x27[0m            "ttl": 5
x27[35mpostgres_1           | x27[0mLOG:  MultiXact member wraparound protections are now enabled
x27[33mhipache_1            | x27[0m        },
x27[33mhipache_1            | x27[0m        "port": 80,
x27[35mpostgres_1           | x27[0mLOG:  database system is ready to accept connections
x27[33mhipache_1            | x27[0m        "address": ["0.0.0.0"]
x27[35mpostgres_1           | x27[0mLOG:  autovacuum launcher started
x27[33mhipache_1            | x27[0m    },
x27[33mhipache_1            | x27[0m    "driver": "redis:"
x27[33mhipache_1            | x27[0m}
x27[33mhipache_1            | x27[0m2016-05-04 20:14:55,517 CRIT Supervisor running as root (no user in config file)
x27[33mhipache_1            | x27[0m2016-05-04 20:14:55,517 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
x27[33mhipache_1            | x27[0m/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
x27[33mhipache_1            | x27[0m  'Supervisord is running as root and it is searching '
x27[33mhipache_1            | x27[0mUnlinking stale socket /var/run/supervisor.sock
x27[33mhipache_1            | x27[0m2016-05-04 20:14:55,858 INFO RPC interface 'supervisor' initialized
x27[33mhipache_1            | x27[0m2016-05-04 20:14:55,858 CRIT Server 'unix_http_server' running without any HTTP authentication checking
x27[33mhipache_1            | x27[0m2016-05-04 20:14:55,859 INFO supervisord started with pid 1
x27[31mweb_1                | x27[0mgroupadd: group 'docker' already exists
x27[31mweb_1                | x27[0mStarting with UID : 1000
x27[31mweb_1                | x27[0museradd: user 'user' already exists
x27[36mwharf_redisDataContainer_1 exited with code 0
x27[0mx27[32mwharf_pgDataContainer_1 exited with code 0
x27[0mx27[33mhipache_1            | x27[0m2016-05-04 20:14:56,861 INFO spawned: 'hipache' with pid 23
x27[33mhipache_1            | x27[0m2016-05-04 20:14:56,863 INFO spawned: 'redis' with pid 24
x27[33mhipache_1            | x27[0m2016-05-04 20:14:58,830 INFO success: hipache entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
x27[33mhipache_1            | x27[0m2016-05-04 20:14:58,830 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
x27[31mweb_1                | x27[0mPerforming system checks...
x27[31mweb_1                | x27[0m
x27[31mweb_1                | x27[0mSystem check identified no issues (0 silenced).
x27[31mweb_1                | x27[0m
x27[31mweb_1                | x27[0mYou have unapplied migrations; your app may not work properly until they are applied.
x27[31mweb_1                | x27[0mRun 'python manage.py migrate' to apply them.
x27[31mweb_1                | x27[0mMay 04, 2016 - 16:14:59
x27[31mweb_1                | x27[0mDjango version 1.8.13, using settings 'config.settings.dev'
x27[31mweb_1                | x27[0mStarting development server at http://0.0.0.0:8000/
x27[31mweb_1                | x27[0mQuit the server with CONTROL-C.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment