Skip to content

Instantly share code, notes, and snippets.

@ikatson
Created November 19, 2013 20:47
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 ikatson/7552265 to your computer and use it in GitHub Desktop.
Save ikatson/7552265 to your computer and use it in GitHub Desktop.
*** Starting uWSGI 1.9.18.2 (64bit) on [Tue Nov 19 20:44:14 2013] ***
compiled with version: 4.6.3 on 23 October 2013 03:45:04
os: Linux-3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012
nodename: precise64
machine: x86_64
clock source: unix
detected number of CPU cores: 2
current working directory: /src/uwsgi_includes
detected binary path: /usr/src/uwsgi-1.9.18.2/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
using Linux cgroup /cgroup/crm-test0 with mode 700
assigned process 8065 to cgroup /cgroup/crm-test0/tasks
set 314572800 to /cgroup/crm-test0/memory.limit_in_bytes
setgid() to 1006
set additional group 1005 (crm-project-users)
setuid() to 1003
your processes number limit is 9758
your memory page size is 4096 bytes
*** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
detected max file descriptor number: 1024
- async cores set to 100 - fd table size: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 inherited UNIX address /src/uwsgi_includes/test0.socket fd 0
Python version: 2.7.3 (default, Apr 10 2013, 06:31:07) [GCC 4.6.3]
Set PythonHome to /src/envs/dev/.virtualenvs/crm
Python main interpreter initialized at 0x2691db0
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 5 seconds
mapped 2192128 bytes (2140 KB) for 100 cores
*** Operational MODE: async ***
added /src/envs/dev/src/ to pythonpath.
added /src/homes/test0/ to pythonpath.
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 8065)
*** Stats server enabled on /src/homes/test0/uwsgi-stats.socket fd: 9 ***
cheap mode enabled: waiting for socket connection...
spawned uWSGI worker 1 (pid: 8066, cores: 100)
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x2691db0 pid: 8066 (default app)
*** running gevent loop engine [addr:0x478900] ***
Error opening file for reading: Permission denied
announcing my loyalty to the Emperor...
2013-11-20 00:44:17,564 - crm.event_queue - INFO - EventQueue: starting to listen on new events.
Tue Nov 19 20:44:22 2013 - received message 1 from emperor
...gracefully killing workers...
Gracefully killing worker 1 (pid: 8066)...
Wed Nov 20 00:44:22 2013 - stopping gevent signals watchers for worker 1 (pid: 8066)...
Wed Nov 20 00:44:22 2013 - stopping gevent sockets watchers for worker 1 (pid: 8066)...
Wed Nov 20 00:44:22 2013 - main gevent watchers stopped for worker 1 (pid: 8066)...
Wed Nov 20 00:44:22 2013 - worker 1 (pid: 8066) core 96 is managing "GET /projects/test0/crm/ajax/event_updates/?page_id=1384893857513&token=bb378ad6-026d-4052-a57b-dd01a2f3b1f3&ts=1384893857.573879" for 127.0.0.1
Wed Nov 20 00:44:22 2013 - waiting for 1 running requests on worker 1 (pid: 8066)...
Wed Nov 20 00:44:23 2013 - waiting for 1 running requests on worker 1 (pid: 8066)...
Wed Nov 20 00:44:25 2013 - waiting for 1 running requests on worker 1 (pid: 8066)...
Wed Nov 20 00:44:26 2013 - waiting for 1 running requests on worker 1 (pid: 8066)...
Wed Nov 20 00:44:27 2013 - waiting for 1 running requests on worker 1 (pid: 8066)...
Tue Nov 19 20:44:28 2013 - worker 1 (pid: 8066) is taking too much time to die...NO MERCY !!!
worker 1 buried after 1 seconds
binary reloading uWSGI...
chdir() to /src/uwsgi_includes
closing all non-uwsgi socket fds > 2 (max_fd = 1024)...
running /usr/src/uwsgi-1.9.18.2/uwsgi
*** has_emperor mode detected (fd: 8) ***
[uWSGI] getting INI configuration from test0.ini
*** Starting uWSGI 1.9.18.2 (64bit) on [Tue Nov 19 20:44:29 2013] ***
compiled with version: 4.6.3 on 23 October 2013 03:45:04
os: Linux-3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012
nodename: precise64
machine: x86_64
clock source: unix
detected number of CPU cores: 2
current working directory: /src/uwsgi_includes
detected binary path: /usr/src/uwsgi-1.9.18.2/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
chmod(): Operation not permitted [core/utils.c line 220]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment