Hi

We have been using uwsgi 1.2.5 in production. It's fantastic. We want to
upgrade. We can get to 1.3 without problems, but all 1.4.x builds fail for
us. We use emperor mode and zergs. In the process of debugging this I've
simplified the config a little, but it looks like this:

This is a service we run under Linux:
>>
env UWSGI_VASSAL_MODULE=wsgi_app
env UWSGI_VASSAL_CHMOD=666
env UWSGI_VASSAL_DISABLE-LOGGING=true
setuid www-data
setgid www-data
exec /usr/local/bin/uwsgi --log-syslog emperor --emperor /etc/uwsgi/vassals
--emperor-broodlord 10
<<

This is one of the ini files we have in one of our vassals in
/etc/uwsgi/vassals. Whilst debugging this we've disabled all the others,
but in production we have a bunch, several of which can spawn zergs.
>>
[uwsgi]
log-syslog=uwsgi-keepcalm
socket=:3031
pythonpath=/var/www-hosts/keepcalm
processes=1
zerg-server=/var/www-hosts/keepcalm/restricted/broodlord.sock
vassal-sos-backlog=5

[zerg]
log-syslog=uwsgi-keepcalm-zerg
zerg=/var/www-hosts/keepcalm/restricted/broodlord.sock
pythonpath=/var/www-hosts/keepcalm
<<

When we start the process under 1.4.8, this happens. uwsgi starts nicely,
then zergs seem to be marked as `unloyal` before they've spawned. I don't
get it.

Mar  6 14:01:41 localhost uwsgi: *** Starting uWSGI 1.4.8 (64bit) on [Wed
Mar  6 14:01:41 2013] ***
Mar  6 14:01:41 localhost uwsgi: compiled with version: 4.6.3 on 06 March
2013 13:58:41
Mar  6 14:01:41 localhost uwsgi: os: Linux-3.4.2-x86_64-linode25 #2 SMP Tue
Jun 26 16:10:49 EDT 2012
Mar  6 14:01:41 localhost uwsgi: nodename: lo-web-1
Mar  6 14:01:41 localhost uwsgi: machine: x86_64
Mar  6 14:01:41 localhost uwsgi: clock source: unix
Mar  6 14:01:41 localhost uwsgi: pcre jit disabled
Mar  6 14:01:41 localhost uwsgi: detected number of CPU cores: 4
Mar  6 14:01:41 localhost uwsgi: current working directory: /
Mar  6 14:01:41 localhost uwsgi: detected binary path: /usr/local/bin/uwsgi
Mar  6 14:01:41 localhost uwsgi: your processes number limit is 31469
Mar  6 14:01:41 localhost uwsgi: your memory page size is 4096 bytes
Mar  6 14:01:41 localhost uwsgi: detected max file descriptor number: 1024
Mar  6 14:01:41 localhost uwsgi: lock engine: pthread robust mutexes
Mar  6 14:01:41 localhost uwsgi: Python version: 2.7.3 (default, Aug  1
2012, 05:25:23)  [GCC 4.6.3]
Mar  6 14:01:41 localhost uwsgi: *** starting uWSGI Emperor ***
Mar  6 14:01:41 localhost uwsgi: *** has_emperor mode detected (fd: 9) ***
Mar  6 14:01:41 localhost uwsgi: [uWSGI] getting INI configuration from
keepcalm.ini
Mar  6 14:01:41 localhost uwsgi: *** Python threads support is disabled.
You can enable it with --enable-threads ***
Mar  6 14:01:41 localhost uwsgi: Python main interpreter initialized at
0x909400
Mar  6 14:01:41 localhost uwsgi: mapped 72424 bytes (70 KB) for 0 cores
Mar  6 14:01:41 localhost uwsgi: *** Operational MODE: no-workers ***
Mar  6 14:01:41 localhost uwsgi: spawned uWSGI master process (pid: 23591)
Mar  6 14:01:41 localhost uwsgi-keepcalm: *** Starting uWSGI 1.4.8 (64bit)
on [Wed Mar  6 14:01:41 2013] ***
Mar  6 14:01:41 localhost uwsgi-keepcalm: compiled with version: 4.6.3 on
06 March 2013 13:58:41
Mar  6 14:01:41 localhost uwsgi-keepcalm: os: Linux-3.4.2-x86_64-linode25
#2 SMP Tue Jun 26 16:10:49 EDT 2012
Mar  6 14:01:41 localhost uwsgi-keepcalm: nodename: lo-web-1
Mar  6 14:01:41 localhost uwsgi-keepcalm: machine: x86_64
Mar  6 14:01:41 localhost uwsgi-keepcalm: clock source: unix
Mar  6 14:01:41 localhost uwsgi-keepcalm: pcre jit disabled
Mar  6 14:01:41 localhost uwsgi-keepcalm: detected number of CPU cores: 4
Mar  6 14:01:41 localhost uwsgi-keepcalm: current working directory:
/etc/uwsgi/vassals
Mar  6 14:01:41 localhost uwsgi-keepcalm: detected binary path:
/usr/local/bin/uwsgi
Mar  6 14:01:41 localhost uwsgi-keepcalm: your processes number limit is
31469
Mar  6 14:01:41 localhost uwsgi-keepcalm: your memory page size is 4096
bytes
Mar  6 14:01:41 localhost uwsgi-keepcalm: detected max file descriptor
number: 1024
Mar  6 14:01:41 localhost uwsgi-keepcalm: lock engine: pthread robust
mutexes
Mar  6 14:01:41 localhost uwsgi-keepcalm: uwsgi socket 0 bound to TCP
address :3031 fd 6
Mar  6 14:01:41 localhost uwsgi-keepcalm: Python version: 2.7.3 (default,
Aug  1 2012, 05:25:23)  [GCC 4.6.3]
Mar  6 14:01:41 localhost uwsgi-keepcalm: *** Python threads support is
disabled. You can enable it with --enable-threads ***
Mar  6 14:01:41 localhost uwsgi-keepcalm: Python main interpreter
initialized at 0x16629a0
Mar  6 14:01:41 localhost uwsgi-keepcalm: your server socket listen backlog
is limited to 100 connections
Mar  6 14:01:41 localhost uwsgi-keepcalm: mapped 144848 bytes (141 KB) for
1 cores
Mar  6 14:01:41 localhost uwsgi-keepcalm: *** Operational MODE: single
process ***
Mar  6 14:01:41 localhost uwsgi-keepcalm: added /var/www-hosts/keepcalm/ to
pythonpath.
Mar  6 14:01:41 localhost uwsgi-keepcalm: WSGI app 0 (mountpoint='') ready
in 0 seconds on interpreter 0x16629a0 pid: 23593 (default app)
Mar  6 14:01:41 localhost uwsgi-keepcalm: *** uWSGI is running in multiple
interpreter mode ***
Mar  6 14:01:41 localhost uwsgi-keepcalm: spawned uWSGI master process
(pid: 23593)
Mar  6 14:01:41 localhost uwsgi-keepcalm: spawned uWSGI worker 1 (pid:
23598, cores: 1)
Mar  6 14:01:41 localhost uwsgi-keepcalm: *** Zerg server enabled on
/var/www-hosts/keepcalm/restricted/broodlord.sock ***
Mar  6 14:01:42 localhost uwsgi-keepcalm: announcing my loyalty to the
Emperor...
Mar  6 14:01:42 localhost uwsgi: [emperor] vassal keepcalm.ini is now loyal
Mar  6 14:01:57 localhost uwsgi-keepcalm: asking emperor for reinforcements
(backlog: 5)...
Mar  6 14:01:57 localhost uwsgi: [emperor] going in broodlord mode:
launching zergs for keepcalm.ini
Mar  6 14:01:57 localhost uwsgi: [emperor] stop the uwsgi instance
keepcalm.ini:zerg
Mar  6 14:01:57 localhost uwsgi: [emperor] removed uwsgi instance
keepcalm.ini:zerg
Mar  6 14:01:57 localhost uwsgi: *** has_emperor mode detected (fd: 9) ***
Mar  6 14:01:57 localhost uwsgi: [uWSGI] getting INI configuration from
keepcalm.ini
Mar  6 14:01:57 localhost uwsgi-keepcalm-zerg: *** Starting uWSGI 1.4.8
(64bit) on [Wed Mar  6 14:01:57 2013] ***
Mar  6 14:01:57 localhost uwsgi-keepcalm-zerg: compiled with version: 4.6.3
on 06 March 2013 13:58:41
Mar  6 14:01:58 localhost uwsgi-keepcalm: asking emperor for reinforcements
(backlog: 8)...
Mar  6 14:01:58 localhost uwsgi: [emperor] going in broodlord mode:
launching zergs for keepcalm.ini
Mar  6 14:01:58 localhost uwsgi: [emperor] stop the uwsgi instance
keepcalm.ini:zerg
Mar  6 14:01:58 localhost uwsgi: [emperor] removed uwsgi instance
keepcalm.ini:zerg
Mar  6 14:01:58 localhost uwsgi: *** has_emperor mode detected (fd: 9) ***
Mar  6 14:01:58 localhost uwsgi: [uWSGI] getting INI configuration from
keepcalm.ini
Mar  6 14:01:58 localhost uwsgi-keepcalm-zerg: *** Starting uWSGI 1.4.8
(64bit) on [Wed Mar  6 14:01:58 2013] ***
Mar  6 14:01:58 localhost uwsgi-keepcalm-zerg: compiled with version: 4.6.3
on 06 March 2013 13:58:41
Mar  6 14:01:59 localhost uwsgi-keepcalm: asking emperor for reinforcements
(backlog: 8)...
Mar  6 14:01:59 localhost uwsgi: [emperor] going in broodlord mode:
launching zergs for keepcalm.ini
Mar  6 14:01:59 localhost uwsgi: [emperor] stop the uwsgi instance
keepcalm.ini:zerg
Mar  6 14:01:59 localhost uwsgi: [emperor] removed uwsgi instance
keepcalm.ini:zerg
Mar  6 14:01:59 localhost uwsgi: [emperor] unloyal bad behaving vassal
found: keepcalm.ini:zerg throttling it...
Mar  6 14:01:59 localhost uwsgi: *** has_emperor mode detected (fd: 9) ***
Mar  6 14:01:59 localhost uwsgi: [uWSGI] getting INI configuration from
keepcalm.ini
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: os:
Linux-3.4.2-x86_64-linode25 #2 SMP Tue Jun 26 16:10:49 EDT 2012
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: nodename: lo-web-1
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: machine: x86_64
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: clock source: unix
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: pcre jit disabled
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: detected number of CPU
cores: 4
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: current working directory:
/etc/uwsgi/vassals
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: detected binary path:
/usr/local/bin/uwsgi
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: your processes number limit
is 31469
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: your memory page size is
4096 bytes
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: detected max file descriptor
number: 1024
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: lock engine: pthread robust
mutexes
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: uwsgi zerg socket 0 attached
to INET address :3031 fd 7
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: zerg sockets attached
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: Python version: 2.7.3
(default, Aug  1 2012, 05:25:23)  [GCC 4.6.3]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: *** Python threads support
is disabled. You can enable it with --enable-threads ***
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: Python main interpreter
initialized at 0x8c7a20
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: your server socket listen
backlog is limited to 100 connections
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: mapped 144848 bytes (141 KB)
for 1 cores
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: *** Operational MODE: single
process ***
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: added
/var/www-hosts/keepcalm/ to pythonpath.
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: WSGI app 0 (mountpoint='')
ready in 0 seconds on interpreter 0x8c7a20 pid: 23604 (default app)
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: *** uWSGI is running in
multiple interpreter mode ***
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: spawned uWSGI master process
(pid: 23604)
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: spawned uWSGI worker 1 (pid:
23609, cores: 1)
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: Wed Mar  6 14:01:57 2013 -
received message 0 from emperor
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: SIGINT/SIGQUIT
received...killing workers...
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: lost connection with my
emperor !!!
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: announcing my loyalty to the
Emperor...
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: write(): Broken pipe
[core/utils.c line 752]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: !!! uWSGI process 23604 got
Segmentation Fault !!!
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: *** backtrace of 23604 ***
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/usr/local/bin/uwsgi(uwsgi_backtrace+0x25) [0x444f85]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/usr/local/bin/uwsgi(uwsgi_segfault+0x21) [0x445061]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/lib/x86_64-linux-gnu/libc.so.6(+0x364c0) [0x7f82d8c124c0]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: /usr/local/bin/uwsgi()
[0x4633b6]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/usr/local/bin/uwsgi(uwsgi_master_cleanup_hooks+0x52) [0x42faf2]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/lib/x86_64-linux-gnu/libc.so.6(+0x3b921) [0x7f82d8c17921]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/lib/x86_64-linux-gnu/libc.so.6(+0x3b9a5) [0x7f82d8c179a5]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/usr/local/bin/uwsgi(uwsgi_master_manage_emperor+0xcb) [0x42cccb]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/usr/local/bin/uwsgi(master_loop+0x18d2) [0x42f2d2]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/usr/local/bin/uwsgi(uwsgi_start+0x12db) [0x44702b]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/usr/local/bin/uwsgi(main+0x16b9) [0x418ed9]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg:
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xed) [0x7f82d8bfd76d]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: /usr/local/bin/uwsgi()
[0x418f11]
Mar  6 14:01:59 localhost uwsgi-keepcalm-zerg: *** end of backtrace ***

When we run on 1.3, it works:

Mar  6 14:09:05 localhost uwsgi: *** Starting uWSGI 1.3 (64bit) on [Wed Mar
 6 14:09:05 2013] ***
Mar  6 14:09:05 localhost uwsgi: compiled with version: 4.6.3 on 06 March
2013 14:07:43
Mar  6 14:09:05 localhost uwsgi: os: Linux-3.4.2-x86_64-linode25 #2 SMP Tue
Jun 26 16:10:49 EDT 2012
Mar  6 14:09:05 localhost uwsgi: nodename: lo-web-1
Mar  6 14:09:05 localhost uwsgi: machine: x86_64
Mar  6 14:09:05 localhost uwsgi: clock source: unix
Mar  6 14:09:05 localhost uwsgi: detected number of CPU cores: 4
Mar  6 14:09:05 localhost uwsgi: current working directory: /
Mar  6 14:09:05 localhost uwsgi: detected binary path: /usr/local/bin/uwsgi
Mar  6 14:09:05 localhost uwsgi: your processes number limit is 31469
Mar  6 14:09:05 localhost uwsgi: your memory page size is 4096 bytes
Mar  6 14:09:05 localhost uwsgi: detected max file descriptor number: 1024
Mar  6 14:09:05 localhost uwsgi: lock engine: pthread robust mutexes
Mar  6 14:09:05 localhost uwsgi: Python version: 2.7.3 (default, Aug  1
2012, 05:25:23)  [GCC 4.6.3]
Mar  6 14:09:05 localhost uwsgi: *** starting uWSGI Emperor ***
Mar  6 14:09:05 localhost uwsgi: *** has_emperor mode detected (fd: 9) ***
Mar  6 14:09:05 localhost uwsgi: [uWSGI] getting INI configuration from
keepcalm.ini
Mar  6 14:09:05 localhost uwsgi: *** Python threads support is disabled.
You can enable it with --enable-threads ***
Mar  6 14:09:05 localhost uwsgi: Python main interpreter initialized at
0x850e20
Mar  6 14:09:05 localhost uwsgi: mapped 72352 bytes (70 KB) for 0 cores
Mar  6 14:09:05 localhost uwsgi: *** Operational MODE: no-workers ***
Mar  6 14:09:05 localhost uwsgi: spawned uWSGI master process (pid: 24388)
Mar  6 14:09:05 localhost uwsgi-keepcalm: *** Starting uWSGI 1.3 (64bit) on
[Wed Mar  6 14:09:05 2013] ***
Mar  6 14:09:05 localhost uwsgi-keepcalm: compiled with version: 4.6.3 on
06 March 2013 14:07:43
Mar  6 14:09:05 localhost uwsgi-keepcalm: os: Linux-3.4.2-x86_64-linode25
#2 SMP Tue Jun 26 16:10:49 EDT 2012
Mar  6 14:09:05 localhost uwsgi-keepcalm: nodename: lo-web-1
Mar  6 14:09:05 localhost uwsgi-keepcalm: machine: x86_64
Mar  6 14:09:05 localhost uwsgi-keepcalm: clock source: unix
Mar  6 14:09:05 localhost uwsgi-keepcalm: detected number of CPU cores: 4
Mar  6 14:09:05 localhost uwsgi-keepcalm: current working directory:
/etc/uwsgi/vassals
Mar  6 14:09:05 localhost uwsgi-keepcalm: detected binary path:
/usr/local/bin/uwsgi
Mar  6 14:09:05 localhost uwsgi-keepcalm: your processes number limit is
31469
Mar  6 14:09:05 localhost uwsgi-keepcalm: your memory page size is 4096
bytes
Mar  6 14:09:05 localhost uwsgi-keepcalm: detected max file descriptor
number: 1024
Mar  6 14:09:05 localhost uwsgi-keepcalm: lock engine: pthread robust
mutexes
Mar  6 14:09:05 localhost uwsgi-keepcalm: uwsgi socket 0 bound to TCP
address :3031 fd 6
Mar  6 14:09:05 localhost uwsgi-keepcalm: Python version: 2.7.3 (default,
Aug  1 2012, 05:25:23)  [GCC 4.6.3]
Mar  6 14:09:05 localhost uwsgi-keepcalm: *** Python threads support is
disabled. You can enable it with --enable-threads ***
Mar  6 14:09:05 localhost uwsgi-keepcalm: Python main interpreter
initialized at 0x9de3c0
Mar  6 14:09:05 localhost uwsgi-keepcalm: your server socket listen backlog
is limited to 100 connections
Mar  6 14:09:05 localhost uwsgi-keepcalm: mapped 144704 bytes (141 KB) for
1 cores
Mar  6 14:09:05 localhost uwsgi-keepcalm: *** Operational MODE: single
process ***
Mar  6 14:09:05 localhost uwsgi-keepcalm: added /var/www-hosts/keepcalm/ to
pythonpath.
Mar  6 14:09:05 localhost uwsgi-keepcalm: WSGI app 0 (mountpoint='') ready
in 0 seconds on interpreter 0x9de3c0 pid: 24390 (default app)
Mar  6 14:09:05 localhost uwsgi-keepcalm: *** uWSGI is running in multiple
interpreter mode ***
Mar  6 14:09:05 localhost uwsgi-keepcalm: spawned uWSGI master process
(pid: 24390)
Mar  6 14:09:05 localhost uwsgi-keepcalm: spawned uWSGI worker 1 (pid:
24395, cores: 1)
Mar  6 14:09:05 localhost uwsgi-keepcalm: *** Zerg server enabled on
/var/www-hosts/keepcalm/restricted/broodlord.sock ***
Mar  6 14:09:06 localhost uwsgi-keepcalm: announcing my loyalty to the
Emperor...
Mar  6 14:09:06 localhost uwsgi: [emperor] vassal keepcalm.ini is now loyal
Mar  6 14:09:14 localhost uwsgi-keepcalm: asking emperor for reinforcements
(backlog: 12)...
Mar  6 14:09:14 localhost uwsgi: [emperor] going in broodlord mode:
launching zergs for keepcalm.ini
Mar  6 14:09:14 localhost uwsgi: *** has_emperor mode detected (fd: 9) ***
Mar  6 14:09:14 localhost uwsgi: [uWSGI] getting INI configuration from
keepcalm.ini
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: *** Starting uWSGI 1.3
(64bit) on [Wed Mar  6 14:09:14 2013] ***
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: compiled with version: 4.6.3
on 06 March 2013 14:07:43
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: os:
Linux-3.4.2-x86_64-linode25 #2 SMP Tue Jun 26 16:10:49 EDT 2012
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: nodename: lo-web-1
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: machine: x86_64
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: clock source: unix
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: detected number of CPU
cores: 4
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: current working directory:
/etc/uwsgi/vassals
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: detected binary path:
/usr/local/bin/uwsgi
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: your processes number limit
is 31469
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: your memory page size is
4096 bytes
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: detected max file descriptor
number: 1024
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: lock engine: pthread robust
mutexes
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: uwsgi zerg socket 0 attached
to INET address :3031 fd 7
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: zerg sockets attached
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: Python version: 2.7.3
(default, Aug  1 2012, 05:25:23)  [GCC 4.6.3]
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: *** Python threads support
is disabled. You can enable it with --enable-threads ***
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: Python main interpreter
initialized at 0x16f3460
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: your server socket listen
backlog is limited to 100 connections
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: mapped 144704 bytes (141 KB)
for 1 cores
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: *** Operational MODE: single
process ***
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: added
/var/www-hosts/keepcalm/ to pythonpath.
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: WSGI app 0 (mountpoint='')
ready in 1 seconds on interpreter 0x16f3460 pid: 24399 (default app)
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: *** uWSGI is running in
multiple interpreter mode ***
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: spawned uWSGI master process
(pid: 24399)
Mar  6 14:09:15 localhost uwsgi-keepcalm-zerg: spawned uWSGI worker 1 (pid:
24404, cores: 1)

I looked at issues #53 and #70 in the GitHub tracker but neither quite
match. All files appear to have the correct permissions and ownership. I'm
not using relative paths anywhere. What might it be, or how might I get
closer to figuring it out? I have had a good read through the mailing list
archives, Trac and the readthedocs stuff.

Thanks in advance for any help!

Best
Aidan Fitzpatrick
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to