Skip to content

Instantly share code, notes, and snippets.

/a.rb

Created June 24, 2015 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d4cf88383b985293ac5c to your computer and use it in GitHub Desktop.
Save anonymous/d4cf88383b985293ac5c to your computer and use it in GitHub Desktop.
root@Debian-70-wheezy-64-minimal:/home/epinux# /bin/sh /root/jupyter.sh
[D 2015-06-24 05:04:35.806 JupyterHub application:250] Config changed:
[D 2015-06-24 05:04:35.807 JupyterHub application:251] {'JupyterHub': {'config_file': '/usr/local/share/jupyter/jupyterhub_config.py', 'log_level': 10}}
[D 2015-06-24 05:04:35.807 JupyterHub application:528] Attempting to load config file /usr/local/share/jupyter/jupyterhub_config.py in path None
[D 2015-06-24 05:04:35.807 JupyterHub application:531] Attempting to load config file /usr/local/share/jupyter/jupyterhub_config.json in path None
[D 2015-06-24 05:04:35.828 JupyterHub application:548] Loaded config file: /usr/local/share/jupyter/jupyterhub_config.py
[D 2015-06-24 05:04:35.830 JupyterHub application:250] Config changed:
[D 2015-06-24 05:04:35.830 JupyterHub application:251] {'JupyterHub': {'log_level': 10, 'port': 8888, 'proxy_auth_token': '04b2020f69c76650b82d468ea752772bdab10417', 'spawner_class': <class 'MySpawner'>, 'hub_port': 9995, 'config_file': '/usr/local/share/jupyter/jupyterhub_config.py', 'proxy_api_port': 9985, 'hub_ip': '144.76.93.231', 'admin_users': {'epinux'}}, 'Spawner': {'env_keep': ['PATH', 'PYTHONPATH', 'LD_LIBRARY_PATH', 'GISBASE', 'GIS_LOCK', 'GISRC', 'GISDBASE', 'GRASS_RENDER_IMMEDIATE', 'GRASS_RENDER_FILE_COMPRESSION', 'GRASS_RENDER_WIDTH', 'GRASS_RENDER_HEIGHT', 'GRASS_RENDER_TRANSPARENT', 'GRASS_RENDER_FILE_READ', 'GRASS_RENDER_TRUECOLOR', 'GRASS_RENDER_PNG_AUTO_WRITE', 'LANG', 'LC_ALL'], 'notebook_dir': '~/jupyter'}}
[I 2015-06-24 05:04:35.831 JupyterHub app:518] Loading cookie_secret from /home/epinux/jupyterhub_cookie_secret
[D 2015-06-24 05:04:35.851 JupyterHub app:545] Connecting to db: sqlite:///jupyterhub.sqlite
[W 2015-06-24 05:04:35.947 JupyterHub app:589]
JupyterHub.admin_users is deprecated.
Use Authenticator.admin_users instead.
[I 2015-06-24 05:04:35.950 JupyterHub app:619] Not using whitelist. Any authenticated user will be allowed.
[D 2015-06-24 05:04:35.953 JupyterHub app:676] Loading state for epinux from db
[D 2015-06-24 05:04:35.955 JupyterHub app:690] epinux not running.
[D 2015-06-24 05:04:35.955 JupyterHub app:676] Loading state for brc from db
[D 2015-06-24 05:04:35.957 JupyterHub app:690] brc not running.
[D 2015-06-24 05:04:35.957 JupyterHub app:695] Loaded users:
epinux admin
brc
[I 2015-06-24 05:04:35.965 JupyterHub app:997] Hub API listening on http://144.76.93.231:9995/hub/
[I 2015-06-24 05:04:35.969 JupyterHub app:754] Starting proxy @ http://*:8888/
[D 2015-06-24 05:04:35.969 JupyterHub app:755] Proxy cmd: ['configurable-http-proxy', '--ip', '', '--port', '8888', '--api-ip', 'localhost', '--api-port', '9985', '--default-target', 'http://144.76.93.231:9995']
05:04:36.682 - info: [ConfigProxy] Proxying http://*:8888 to http://144.76.93.231:9995
05:04:36.686 - info: [ConfigProxy] Proxy API at http://localhost:9985/api/routes
[D 2015-06-24 05:04:36.710 JupyterHub app:783] Proxy started and appears to be up
[I 2015-06-24 05:04:36.710 JupyterHub app:1020] JupyterHub is now running at http://localhost:8888/
[I 2015-06-24 05:04:45.923 JupyterHub log:100] 302 GET / (@73.182.188.6) 1.82ms
[I 2015-06-24 05:04:46.073 JupyterHub log:100] 302 GET /hub (@73.182.188.6) 0.59ms
[I 2015-06-24 05:04:46.415 JupyterHub log:100] 200 GET /hub/ (@73.182.188.6) 186.91ms
[I 2015-06-24 05:04:50.763 JupyterHub spawner:359] Spawning jupyterhub-singleuser --user=epinux --port=60151 --cookie-name=jupyter-hub-token-epinux --base-url=/user/epinux --hub-prefix=/hub/ --hub-api-url=http://144.76.93.231:9995/hub/api --ip=localhost '--notebook-dir=~/jupyter'
[D 2015-06-24 05:04:50.788 JupyterHub spawner:220] Polling subprocess every 30s
Traceback (most recent call last):
File "/home/epilib/Envs/env1/bin/jupyterhub-singleuser", line 3, in <module>
from jupyterhub.singleuser import main
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/singleuser.py", line 26, in <module>
from IPython.html.notebookapp import NotebookApp, aliases as notebook_aliases
ImportError: bad magic number in 'IPython.html': b'\x03\xf3\r\n'
[W 2015-06-24 05:05:00.931 JupyterHub base:264] User epinux server is slow to start
[I 2015-06-24 05:05:00.941 JupyterHub log:100] 302 POST /hub/login?next= (@73.182.188.6) 10521.20ms
[I 2015-06-24 05:05:00.941 JupyterHub login:70] User logged in: epinux
[I 2015-06-24 05:05:01.113 JupyterHub log:100] 302 GET /hub/ (epinux@73.182.188.6) 5.26ms
[I 2015-06-24 05:05:01.268 JupyterHub log:100] 302 GET /user/epinux (@73.182.188.6) 0.95ms
[I 2015-06-24 05:05:01.633 JupyterHub log:100] 200 GET /hub/user/epinux (epinux@73.182.188.6) 19.26ms
[D 2015-06-24 05:05:03.101 JupyterHub log:100] 200 GET /hub/static/components/jquery/jquery.min.js?v=(%2720150624050435%27,) (@73.182.188.6) 9.50ms
[D 2015-06-24 05:05:08.961 JupyterHub log:100] 304 GET /hub/user/epinux (epinux@73.182.188.6) 6.42ms
[D 2015-06-24 05:05:09.322 JupyterHub log:100] 304 GET /hub/static/css/style.min.css?v=0815cd5524f92f381f6758aed04a27a9 (@73.182.188.6) 1.05ms
[D 2015-06-24 05:05:09.326 JupyterHub log:100] 304 GET /hub/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (@73.182.188.6) 0.92ms
[D 2015-06-24 05:05:09.330 JupyterHub log:100] 304 GET /hub/static/images/jupyter.png?v=7c4597ba713d804995e8f8dad448a397 (@73.182.188.6) 0.89ms
[D 2015-06-24 05:05:09.721 JupyterHub log:100] 304 GET /hub/static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 (@73.182.188.6) 1.37ms
[D 2015-06-24 05:05:16.456 JupyterHub log:100] 304 GET /hub/user/epinux (epinux@73.182.188.6) 6.10ms
[D 2015-06-24 05:05:16.821 JupyterHub log:100] 304 GET /hub/static/css/style.min.css?v=0815cd5524f92f381f6758aed04a27a9 (@73.182.188.6) 1.01ms
[D 2015-06-24 05:05:16.823 JupyterHub log:100] 304 GET /hub/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (@73.182.188.6) 0.95ms
[D 2015-06-24 05:05:16.837 JupyterHub log:100] 304 GET /hub/static/images/jupyter.png?v=7c4597ba713d804995e8f8dad448a397 (@73.182.188.6) 0.95ms
[D 2015-06-24 05:05:17.272 JupyterHub log:100] 304 GET /hub/static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 (@73.182.188.6) 0.96ms
[W 2015-06-24 05:05:21.132 JupyterHub orm:402] epinux's server never showed up at http://localhost:60151/user/epinux after 30 seconds. Giving up
[E 2015-06-24 05:05:21.305 JupyterHub gen:733] Exception in Future <tornado.concurrent.Future object at 0x7f66fb823b00> after timeout
Traceback (most recent call last):
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/tornado/gen.py", line 729, in error_callback
future.result()
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 418, in spawn
raise e
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 394, in spawn
yield self.server.wait_up(http=True, timeout=spawner.http_timeout)
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 111, in wait_up
yield wait_for_http_server(self.url, timeout=timeout)
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/utils.py", line 81, in wait_for_http_server
**locals()
TimeoutError: Server at http://localhost:60151/user/epinux didn't respond in 30 seconds
[I 2015-06-24 05:05:23.964 JupyterHub spawner:359] Spawning jupyterhub-singleuser --user=epinux --port=35643 --cookie-name=jupyter-hub-token-epinux --base-url=/user/epinux --hub-prefix=/hub/ --hub-api-url=http://144.76.93.231:9995/hub/api --ip=localhost '--notebook-dir=~/jupyter'
[D 2015-06-24 05:05:23.968 JupyterHub spawner:220] Polling subprocess every 30s
Traceback (most recent call last):
File "/home/epilib/Envs/env1/bin/jupyterhub-singleuser", line 3, in <module>
from jupyterhub.singleuser import main
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/singleuser.py", line 26, in <module>
from IPython.html.notebookapp import NotebookApp, aliases as notebook_aliases
ImportError: bad magic number in 'IPython.html': b'\x03\xf3\r\n'
[W 2015-06-24 05:05:34.068 JupyterHub base:264] User epinux server is slow to start
[I 2015-06-24 05:05:34.081 JupyterHub log:100] 302 GET /hub/user/epinux (epinux@73.182.188.6) 10313.31ms
[I 2015-06-24 05:05:34.482 JupyterHub log:100] 302 GET /user/epinux (@73.182.188.6) 1.01ms
[I 2015-06-24 05:05:34.840 JupyterHub log:100] 200 GET /hub/user/epinux (epinux@73.182.188.6) 6.24ms
[D 2015-06-24 05:05:35.202 JupyterHub log:100] 304 GET /hub/static/css/style.min.css?v=0815cd5524f92f381f6758aed04a27a9 (@73.182.188.6) 1.66ms
[D 2015-06-24 05:05:35.207 JupyterHub log:100] 304 GET /hub/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (@73.182.188.6) 0.95ms
[D 2015-06-24 05:05:35.212 JupyterHub log:100] 304 GET /hub/static/images/jupyter.png?v=7c4597ba713d804995e8f8dad448a397 (@73.182.188.6) 0.92ms
[D 2015-06-24 05:05:35.604 JupyterHub log:100] 304 GET /hub/static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 (@73.182.188.6) 0.96ms
[D 2015-06-24 05:05:42.107 JupyterHub log:100] 304 GET /hub/user/epinux (epinux@73.182.188.6) 6.35ms
[D 2015-06-24 05:05:42.518 JupyterHub log:100] 304 GET /hub/static/css/style.min.css?v=0815cd5524f92f381f6758aed04a27a9 (@73.182.188.6) 1.00ms
[D 2015-06-24 05:05:42.526 JupyterHub log:100] 304 GET /hub/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (@73.182.188.6) 0.97ms
[D 2015-06-24 05:05:42.531 JupyterHub log:100] 304 GET /hub/static/images/jupyter.png?v=7c4597ba713d804995e8f8dad448a397 (@73.182.188.6) 0.98ms
[D 2015-06-24 05:05:42.883 JupyterHub log:100] 304 GET /hub/static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 (@73.182.188.6) 0.97ms
[D 2015-06-24 05:05:42.935 JupyterHub log:100] 304 GET /hub/static/components/jquery/jquery.min.js?v=(%2720150624050435%27,) (@73.182.188.6) 0.89ms
[D 2015-06-24 05:05:48.950 JupyterHub log:100] 304 GET /hub/user/epinux (epinux@73.182.188.6) 6.46ms
[D 2015-06-24 05:05:49.325 JupyterHub log:100] 304 GET /hub/static/css/style.min.css?v=0815cd5524f92f381f6758aed04a27a9 (@73.182.188.6) 1.11ms
[D 2015-06-24 05:05:49.327 JupyterHub log:100] 304 GET /hub/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (@73.182.188.6) 0.97ms
[D 2015-06-24 05:05:49.329 JupyterHub log:100] 304 GET /hub/static/images/jupyter.png?v=7c4597ba713d804995e8f8dad448a397 (@73.182.188.6) 0.89ms
[D 2015-06-24 05:05:49.678 JupyterHub log:100] 304 GET /hub/static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 (@73.182.188.6) 0.95ms
[W 2015-06-24 05:05:54.253 JupyterHub orm:402] epinux's server never showed up at http://localhost:35643/user/epinux after 30 seconds. Giving up
[E 2015-06-24 05:05:54.391 JupyterHub gen:733] Exception in Future <tornado.concurrent.Future object at 0x7f66fb597320> after timeout
Traceback (most recent call last):
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/tornado/gen.py", line 729, in error_callback
future.result()
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 418, in spawn
raise e
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 394, in spawn
yield self.server.wait_up(http=True, timeout=spawner.http_timeout)
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 111, in wait_up
yield wait_for_http_server(self.url, timeout=timeout)
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/utils.py", line 81, in wait_for_http_server
**locals()
TimeoutError: Server at http://localhost:35643/user/epinux didn't respond in 30 seconds
[I 2015-06-24 05:05:56.463 JupyterHub spawner:359] Spawning jupyterhub-singleuser --user=epinux --port=39310 --cookie-name=jupyter-hub-token-epinux --base-url=/user/epinux --hub-prefix=/hub/ --hub-api-url=http://144.76.93.231:9995/hub/api --ip=localhost '--notebook-dir=~/jupyter'
[D 2015-06-24 05:05:56.467 JupyterHub spawner:220] Polling subprocess every 30s
Traceback (most recent call last):
File "/home/epilib/Envs/env1/bin/jupyterhub-singleuser", line 3, in <module>
from jupyterhub.singleuser import main
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/singleuser.py", line 26, in <module>
from IPython.html.notebookapp import NotebookApp, aliases as notebook_aliases
ImportError: bad magic number in 'IPython.html': b'\x03\xf3\r\n'
[W 2015-06-24 05:06:06.557 JupyterHub base:264] User epinux server is slow to start
[I 2015-06-24 05:06:06.570 JupyterHub log:100] 302 GET /hub/user/epinux (epinux@73.182.188.6) 10398.09ms
[I 2015-06-24 05:06:07.051 JupyterHub log:100] 302 GET /user/epinux (@73.182.188.6) 1.16ms
[I 2015-06-24 05:06:07.406 JupyterHub log:100] 200 GET /hub/user/epinux (epinux@73.182.188.6) 5.72ms
[D 2015-06-24 05:06:07.788 JupyterHub log:100] 304 GET /hub/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (@73.182.188.6) 1.27ms
[D 2015-06-24 05:06:07.791 JupyterHub log:100] 304 GET /hub/static/css/style.min.css?v=0815cd5524f92f381f6758aed04a27a9 (@73.182.188.6) 1.04ms
[D 2015-06-24 05:06:07.793 JupyterHub log:100] 304 GET /hub/static/images/jupyter.png?v=7c4597ba713d804995e8f8dad448a397 (@73.182.188.6) 0.95ms
[D 2015-06-24 05:06:08.146 JupyterHub log:100] 304 GET /hub/static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 (@73.182.188.6) 0.94ms
[D 2015-06-24 05:06:14.969 JupyterHub log:100] 304 GET /hub/user/epinux (epinux@73.182.188.6) 7.29ms
[D 2015-06-24 05:06:15.382 JupyterHub log:100] 304 GET /hub/static/css/style.min.css?v=0815cd5524f92f381f6758aed04a27a9 (@73.182.188.6) 1.00ms
[D 2015-06-24 05:06:15.391 JupyterHub log:100] 304 GET /hub/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (@73.182.188.6) 0.98ms
[D 2015-06-24 05:06:15.392 JupyterHub log:100] 304 GET /hub/static/images/jupyter.png?v=7c4597ba713d804995e8f8dad448a397 (@73.182.188.6) 0.91ms
[D 2015-06-24 05:06:15.763 JupyterHub log:100] 304 GET /hub/static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 (@73.182.188.6) 0.92ms
[D 2015-06-24 05:06:15.948 JupyterHub log:100] 304 GET /hub/static/components/jquery/jquery.min.js?v=(%2720150624050435%27,) (@73.182.188.6) 1.57ms
[D 2015-06-24 05:06:21.981 JupyterHub log:100] 304 GET /hub/user/epinux (epinux@73.182.188.6) 6.89ms
[D 2015-06-24 05:06:22.381 JupyterHub log:100] 304 GET /hub/static/css/style.min.css?v=0815cd5524f92f381f6758aed04a27a9 (@73.182.188.6) 1.01ms
[D 2015-06-24 05:06:22.385 JupyterHub log:100] 304 GET /hub/static/components/requirejs/require.js?v=640929dac3c23a448d2eebc37bc32062 (@73.182.188.6) 0.99ms
[D 2015-06-24 05:06:22.389 JupyterHub log:100] 304 GET /hub/static/images/jupyter.png?v=7c4597ba713d804995e8f8dad448a397 (@73.182.188.6) 0.95ms
[D 2015-06-24 05:06:22.765 JupyterHub log:100] 304 GET /hub/static/components/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0 (@73.182.188.6) 0.96ms
[D 2015-06-24 05:06:22.965 JupyterHub log:100] 304 GET /hub/static/components/jquery/jquery.min.js?v=(%2720150624050435%27,) (@73.182.188.6) 1.58ms
[W 2015-06-24 05:06:26.741 JupyterHub orm:402] epinux's server never showed up at http://localhost:39310/user/epinux after 30 seconds. Giving up
[E 2015-06-24 05:06:26.850 JupyterHub gen:733] Exception in Future <tornado.concurrent.Future object at 0x7f66fb4fc1d0> after timeout
Traceback (most recent call last):
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/tornado/gen.py", line 729, in error_callback
future.result()
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 418, in spawn
raise e
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 394, in spawn
yield self.server.wait_up(http=True, timeout=spawner.http_timeout)
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/orm.py", line 111, in wait_up
yield wait_for_http_server(self.url, timeout=timeout)
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/utils.py", line 81, in wait_for_http_server
**locals()
TimeoutError: Server at http://localhost:39310/user/epinux didn't respond in 30 seconds
[I 2015-06-24 05:06:29.161 JupyterHub spawner:359] Spawning jupyterhub-singleuser --user=epinux --port=36486 --cookie-name=jupyter-hub-token-epinux --base-url=/user/epinux --hub-prefix=/hub/ --hub-api-url=http://144.76.93.231:9995/hub/api --ip=localhost '--notebook-dir=~/jupyter'
[D 2015-06-24 05:06:29.165 JupyterHub spawner:220] Polling subprocess every 30s
Traceback (most recent call last):
File "/home/epilib/Envs/env1/bin/jupyterhub-singleuser", line 3, in <module>
from jupyterhub.singleuser import main
File "/home/epilib/Envs/env1/lib/python3.4/site-packages/jupyterhub/singleuser.py", line 26, in <module>
from IPython.html.notebookapp import NotebookApp, aliases as notebook_aliases
ImportError: bad magic number in 'IPython.html': b'\x03\xf3\r\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment