Advertisement
Guest User

Untitled

a guest
Jul 10th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. faja@netbook:~/Pulpit/SkyGate/SkySoccer$ uwsgi --ini frontend.ini
  2. [uWSGI] getting INI configuration from frontend.ini
  3. open("./python_plugin.so"): No such file or directory [core/utils.c line 3423]
  4. !!! UNABLE to load uWSGI plugin: ./python_plugin.so: cannot open shared object file: No such file or directory !!!
  5. *** Starting uWSGI 1.9.13 (32bit) on [Wed Jul 10 14:35:02 2013] ***
  6. compiled with version: 4.7.3 on 10 July 2013 11:36:13
  7. os: Linux-3.8.0-19-generic #30-Ubuntu SMP Wed May 1 16:36:13 UTC 2013
  8. nodename: netbook
  9. machine: i686
  10. clock source: unix
  11. detected number of CPU cores: 4
  12. current working directory: /home/faja/Pulpit/SkyGate/SkySoccer
  13. detected binary path: /usr/bin/uwsgi
  14. your processes number limit is 15911
  15. your memory page size is 4096 bytes
  16. detected max file descriptor number: 1024
  17. lock engine: pthread robust mutexes
  18. uWSGI http bound on 127.0.0.1:8181 fd 4
  19. uwsgi socket 0 bound to TCP address 127.0.0.1:40108 (port auto-assigned) fd 3
  20. Python version: 2.7.4 (default, Apr 19 2013, 18:35:44) [GCC 4.7.3]
  21. *** Python threads support is disabled. You can enable it with --enable-threads ***
  22. Python main interpreter initialized at 0xa0254a0
  23. your server socket listen backlog is limited to 128 connections
  24. your mercy for graceful operations on workers is 60 seconds
  25. mapped 144384 bytes (141 KB) for 1 cores
  26. *** Operational MODE: single process ***
  27. added /eggs/*.egg to pythonpath.
  28. added /Desktop/ to pythonpath.
  29. added /bin/ to pythonpath.
  30. added /boot/ to pythonpath.
  31. added /cdrom/ to pythonpath.
  32. added /dev/ to pythonpath.
  33. added /etc/ to pythonpath.
  34. added /home/ to pythonpath.
  35. added /initrd.img to pythonpath.
  36. added /initrd.img.old to pythonpath.
  37. added /lib/ to pythonpath.
  38. added /lost+found/ to pythonpath.
  39. added /media/ to pythonpath.
  40. added /mnt/ to pythonpath.
  41. added /opt/ to pythonpath.
  42. added /proc/ to pythonpath.
  43. added /root/ to pythonpath.
  44. added /run/ to pythonpath.
  45. added /sbin/ to pythonpath.
  46. added /selinux/ to pythonpath.
  47. added /srv/ to pythonpath.
  48. added /sys/ to pythonpath.
  49. added /tmp/ to pythonpath.
  50. added /usr/ to pythonpath.
  51. added /var/ to pythonpath.
  52. added /vmlinuz to pythonpath.
  53. added /vmlinuz.old to pythonpath.
  54. added SkySoccer.egg-info/ to pythonpath.
  55. added bin/ to pythonpath.
  56. added bootstrap.py to pythonpath.
  57. added buildout.cfg to pythonpath.
  58. added data/ to pythonpath.
  59. added develop-eggs/ to pythonpath.
  60. added eggs/ to pythonpath.
  61. added frontend.ini to pythonpath.
  62. added mkfile.py to pythonpath.
  63. added mkfile.pyc to pythonpath.
  64. added parts/ to pythonpath.
  65. added pymktemplates/ to pythonpath.
  66. added setup.py to pythonpath.
  67. added skysoccer/ to pythonpath.
  68. added skysoccer/__init__.py to pythonpath.
  69. added skysoccer/__init__.pyc to pythonpath.
  70. added skysoccer/app.py to pythonpath.
  71. added skysoccer/app.pyc to pythonpath.
  72. added skysoccer/controllers/ to pythonpath.
  73. added skysoccer/models/ to pythonpath.
  74. added skysoccer/routes.py to pythonpath.
  75. added skysoccer/routes.pyc to pythonpath.
  76. added skysoccer/settings/ to pythonpath.
  77. added skysoccer/static/ to pythonpath.
  78. added skysoccer/subscribers.py to pythonpath.
  79. added skysoccer/subscribers.pyc to pythonpath.
  80. added skysoccer/templates/ to pythonpath.
  81. added skysoccer/test/ to pythonpath.
  82. WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0xa0254a0 pid: 13684 (default app)
  83. mountpoint already configured. skip.
  84. *** uWSGI is running in multiple interpreter mode ***
  85. spawned uWSGI master process (pid: 13684)
  86. spawned uWSGI worker 1 (pid: 13692, cores: 1)
  87. *** Stats server enabled on 127.0.0.1:8080 fd: 12 ***
  88. spawned uWSGI http 1 (pid: 13693)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement