Advertisement
Guest User

Untitled

a guest
Mar 16th, 2011
648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. SIGINT/SIGQUIT received...killing workers...
  2. goodbye to uWSGI.
  3. unlink(): No such file or directory [uwsgi.c line 403]
  4. [uWSGI] parsing config file /home/my_home/my_project/project/uwsgi.xml
  5. *** Starting uWSGI 0.9.6.2 (32bit) on [Wed Mar 16 09:34:18 2011] ***
  6. compiled with version: 4.4.3
  7. Python version: 2.6.5 (r265:79063, Apr 16 2010, 13:28:26)
  8. [GCC 4.4.3]
  9. writing pidfile to /home/my_home/my_project/uwsgi.pid
  10. your memory page size is 4096 bytes
  11. *** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
  12. allocated 412 bytes (0 KB) for 1 request's buffer.
  13. Setting PythonHome to /home/my_home/my_project/env...
  14. [uWSGI] parsing config file /home/my_home/my_project/project/uwsgi.xml
  15. *** Starting uWSGI 0.9.6.2 (32bit) on [Wed Mar 16 09:34:18 2011] ***
  16. compiled with version: 4.4.3
  17. Python version: 2.6.5 (r265:79063, Apr 16 2010, 13:28:26)
  18. [GCC 4.4.3]
  19. writing pidfile to /home/my_home/my_project/uwsgi.pid
  20. [uWSGI] parsing config file /home/my_home/my_project/project/uwsgi.xml
  21. *** Starting uWSGI 0.9.6.2 (32bit) on [Wed Mar 16 09:34:18 2011] ***
  22. compiled with version: 4.4.3
  23. Python version: 2.6.5 (r265:79063, Apr 16 2010, 13:28:26)
  24. [GCC 4.4.3]
  25. writing pidfile to /home/my_home/my_project/uwsgi.pid
  26. binding on TCP port: 45611
  27. your server socket listen backlog is limited to 64 connections
  28. initializing hooks...done.
  29. your memory page size is 4096 bytes
  30. *** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
  31. allocated 412 bytes (0 KB) for 1 request's buffer.
  32. Setting PythonHome to /home/my_home/my_project/env...
  33. your memory page size is 4096 bytes
  34. *** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
  35. allocated 412 bytes (0 KB) for 1 request's buffer.
  36. Setting PythonHome to /home/my_home/my_project/env...
  37. added /home/my_home/my_project/env/lib/python2.6/site-packages to pythonpath.
  38. added /home/my_home/my_project/env/lib/python2.6/site-packages/django to pythonpath.
  39. added /home/my_home/my_project/env/lib/python2.6/site-packages/south to pythonpath.
  40. added /home/my_home/my_project/env/lib/python2.6/site-packages/django_axes-1.2.1_rc1-py2.6.egg to pythonpath.
  41. added /usr/lib/python2.6 to pythonpath.
  42. added /usr/lib/python2.6/dist-packages to pythonpath.
  43. added /usr/lib/python2.6/lib-dynload to pythonpath.
  44. added /usr/lib/pymodules/python2.6 to pythonpath.
  45. added /usr/lib/pyshared/python2.6 to pythonpath.
  46. added /home/my_home/my_project/project to pythonpath.
  47. added /home/my_home/my_project to pythonpath.
  48. interpreter for app 0 initialized.
  49. binding on TCP port: 45611
  50. probably another instance of uWSGI is running on the same address.
  51. bind(): Address already in use [socket.c line 341]
  52. VACUUM: pidfile removed.
  53. binding on TCP port: 45611
  54. probably another instance of uWSGI is running on the same address.
  55. bind(): Address already in use [socket.c line 341]
  56. unlink(): No such file or directory [uwsgi.c line 403]
  57. application 0 (/) ready
  58. setting default application to 0
  59. *** uWSGI is running in multiple interpreter mode ***
  60. spawned uWSGI master process (pid: 28306)
  61. spawned uWSGI worker 1 (pid: 28311)
  62. spawned uWSGI worker 2 (pid: 28312)
  63. spawned uWSGI worker 3 (pid: 28313)
  64. spawned uWSGI worker 4 (pid: 28314)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement