Skip to content

Instantly share code, notes, and snippets.

@krujos
Last active September 24, 2015 20:45
Show Gist options
  • Save krujos/76f080bb372efcec49ba to your computer and use it in GitHub Desktop.
Save krujos/76f080bb372efcec49ba to your computer and use it in GitHub Desktop.
Sep 24 13:42:15 10.0.16.39 vcap.warden: [job=dea-partition-e3dfdcc7ccb6e4168349 index=0] {"timestamp":1443127335.9021058,"message":"spawn (took 0.002655)","log_level":"debug","source":"Warden::Container::Linux","data":{"handle":"190ggs8pmt1","request":{"handle":"190ggs8pmt1","script":"umask 077\nexport VCAP_APPLICATION=\\{\\\"limits\\\":\\{\\\"mem\\\":1024,\\\"disk\\\":1024,\\\"fds\\\":16384\\},\\\"application_version\\\":\\\"6dc7d87c-5f97-48d4-abef-f46e00f7c577\\\",\\\"application_name\\\":\\\"hello-php\\\",\\\"application_uris\\\":\\[\\\"hello-php.apps.pcf.jkruckcloud.com\\\"\\],\\\"version\\\":\\\"6dc7d87c-5f97-48d4-abef-f46e00f7c577\\\",\\\"name\\\":\\\"hello-php\\\",\\\"space_name\\\":\\\"development\\\",\\\"space_id\\\":\\\"f72a8962-6aa3-406f-9559-c45383fe7a88\\\",\\\"uris\\\":\\[\\\"hello-php.apps.pcf.jkruckcloud.com\\\"\\],\\\"users\\\":null,\\\"application_id\\\":\\\"e1318894-c803-49bf-aba5-3a1ca3496259\\\",\\\"instance_id\\\":\\\"a05c84b5a39742129a5c9ebf7c5dcb33\\\",\\\"instance_index\\\":0,\\\"host\\\":\\\"0.0.0.0\\\",\\\"port\\\":61002,\\\"started_at\\\":\\\"2015-09-24\\ 20:42:14\\ \\+0000\\\",\\\"started_at_timestamp\\\":1443127334,\\\"start\\\":\\\"2015-09-24\\ 20:42:14\\ \\+0000\\\",\\\"state_timestamp\\\":1443127334\\};\nexport VCAP_SERVICES=\\{\\\"user-provided\\\":\\[\\{\\\"name\\\":\\\"my-svc\\\",\\\"label\\\":\\\"user-provided\\\",\\\"tags\\\":\\[\\],\\\"credentials\\\":\\{\\\"USERNAME\\\":\\\"PASSWORD\\\"\\},\\\"syslog_drain_url\\\":\\\"\\\"\\}\\]\\};\nexport MEMORY_LIMIT=\"1024m\";\nexport DATABASE_URL='';\nexport HOME=\"$PWD/app\";\nexport TMPDIR=\"$PWD/tmp\";\nexport VCAP_APP_HOST=\"0.0.0.0\";\nexport VCAP_APP_PORT=\"61002\";\nexport PORT=\"$VCAP_APP_PORT\";\nexport CF_INSTANCE_INDEX=\"0\";\nexport CF_INSTANCE_IP=\"10.0.16.39\";\nexport CF_INSTANCE_PORT=\"61002\";\nexport CF_INSTANCE_ADDR=\"10.0.16.39:61002\";\nexport CF_INSTANCE_PORTS=\"[{\\\"external\\\":61002,\\\"internal\\\":61002}]\";\n\nexport CF_PROCESS_TYPE=\"web\";\n\nunset GEM_PATH\nif [ -d app/.profile.d ]; then\n for i in app/.profile.d/*.sh; do\n if [ -r $i ]; then\n . $i\n fi\n done\n unset i\nfi\n\nDROPLET_BASE_DIR=$PWD\ncd app\necho $$ >> $DROPLET_BASE_DIR/run.pid\nexec bash -c \\$HOME/.bp/bin/start\n","rlimits":"#<Warden::Protocol::ResourceLimits:0x007f97155d5a08>","discard_output":true},"response":{"job_id":14}},"thread_id":70143426097940,"fiber_id":70143437611100,"process_id":5428,"file":"/var/vcap/data/packages/warden/d3214c3e582be74d3f195bcb8e9c79f141ab7e1c.1-db67a328a57e71971e403f414cf20f195866bdfd/warden/lib/warden/container/base.rb","lineno":300,"method":"dispatch"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment