Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SIGINT/SIGQUIT received...killing workers...
- goodbye to uWSGI.
- unlink(): No such file or directory [uwsgi.c line 403]
- [uWSGI] parsing config file /home/my_home/my_project/project/uwsgi.xml
- *** Starting uWSGI 0.9.6.2 (32bit) on [Wed Mar 16 09:34:18 2011] ***
- compiled with version: 4.4.3
- Python version: 2.6.5 (r265:79063, Apr 16 2010, 13:28:26)
- [GCC 4.4.3]
- writing pidfile to /home/my_home/my_project/uwsgi.pid
- your memory page size is 4096 bytes
- *** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
- allocated 412 bytes (0 KB) for 1 request's buffer.
- Setting PythonHome to /home/my_home/my_project/env...
- [uWSGI] parsing config file /home/my_home/my_project/project/uwsgi.xml
- *** Starting uWSGI 0.9.6.2 (32bit) on [Wed Mar 16 09:34:18 2011] ***
- compiled with version: 4.4.3
- Python version: 2.6.5 (r265:79063, Apr 16 2010, 13:28:26)
- [GCC 4.4.3]
- writing pidfile to /home/my_home/my_project/uwsgi.pid
- [uWSGI] parsing config file /home/my_home/my_project/project/uwsgi.xml
- *** Starting uWSGI 0.9.6.2 (32bit) on [Wed Mar 16 09:34:18 2011] ***
- compiled with version: 4.4.3
- Python version: 2.6.5 (r265:79063, Apr 16 2010, 13:28:26)
- [GCC 4.4.3]
- writing pidfile to /home/my_home/my_project/uwsgi.pid
- binding on TCP port: 45611
- your server socket listen backlog is limited to 64 connections
- initializing hooks...done.
- your memory page size is 4096 bytes
- *** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
- allocated 412 bytes (0 KB) for 1 request's buffer.
- Setting PythonHome to /home/my_home/my_project/env...
- your memory page size is 4096 bytes
- *** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
- allocated 412 bytes (0 KB) for 1 request's buffer.
- Setting PythonHome to /home/my_home/my_project/env...
- added /home/my_home/my_project/env/lib/python2.6/site-packages to pythonpath.
- added /home/my_home/my_project/env/lib/python2.6/site-packages/django to pythonpath.
- added /home/my_home/my_project/env/lib/python2.6/site-packages/south to pythonpath.
- added /home/my_home/my_project/env/lib/python2.6/site-packages/django_axes-1.2.1_rc1-py2.6.egg to pythonpath.
- added /usr/lib/python2.6 to pythonpath.
- added /usr/lib/python2.6/dist-packages to pythonpath.
- added /usr/lib/python2.6/lib-dynload to pythonpath.
- added /usr/lib/pymodules/python2.6 to pythonpath.
- added /usr/lib/pyshared/python2.6 to pythonpath.
- added /home/my_home/my_project/project to pythonpath.
- added /home/my_home/my_project to pythonpath.
- interpreter for app 0 initialized.
- binding on TCP port: 45611
- probably another instance of uWSGI is running on the same address.
- bind(): Address already in use [socket.c line 341]
- VACUUM: pidfile removed.
- binding on TCP port: 45611
- probably another instance of uWSGI is running on the same address.
- bind(): Address already in use [socket.c line 341]
- unlink(): No such file or directory [uwsgi.c line 403]
- application 0 (/) ready
- setting default application to 0
- *** uWSGI is running in multiple interpreter mode ***
- spawned uWSGI master process (pid: 28306)
- spawned uWSGI worker 1 (pid: 28311)
- spawned uWSGI worker 2 (pid: 28312)
- spawned uWSGI worker 3 (pid: 28313)
- spawned uWSGI worker 4 (pid: 28314)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement