> On 2014-11-13 13:35, Roberto De Ioris wrote: > >> Can you run with --show-config and paste the output ? > > Sure: > > $ /home/aldem/src/uwsgi/uwsgi-2.0.8/uwsgi --http-socket :9090 > --http-socket-modifier1 5 --psgi psgi-streamer.pl --memory-report > --show-config > > ;uWSGI instance configuration > [uwsgi] > http-socket = :9090 > http-socket-modifier1 = 5 > psgi = psgi-streamer.pl > memory-report = true > show-config = true > ;end of configuration > > *** Starting uWSGI 2.0.8 (64bit) on [Thu Nov 13 07:46:24 2014] *** > compiled with version: 4.8.2 on 13 November 2014 06:54:03 > os: Linux-2.6.32-33-pve #1 SMP Fri Sep 26 08:02:30 CEST 2014 > nodename: u1404 > machine: x86_64 > clock source: unix > pcre jit disabled > detected number of CPU cores: 2 > current working directory: /home/aldem/src/perl > detected binary path: /home/aldem/src/uwsgi/uwsgi-2.0.8/uwsgi > *** WARNING: you are running uWSGI without its master process manager > *** > your processes number limit is 127542 > your memory page size is 4096 bytes > detected max file descriptor number: 1024 > lock engine: pthread robust mutexes > thunder lock: disabled (you can enable it with --thunder-lock) > uwsgi socket 0 bound to TCP address :9090 fd 3 > initialized Perl 5.18.2 main interpreter at 0x2463b80 > your server socket listen backlog is limited to 100 connections > your mercy for graceful operations on workers is 60 seconds > mapped 72768 bytes (71 KB) for 1 cores > *** Operational MODE: single process *** > Plack::Util is not installed, using "do" instead of "load_psgi" > 2014-11-13 07:46:24.0.362784 [15195] Worker started > PSGI app 0 (psgi-streamer.pl) loaded in 0 seconds at 0x26393d8 > (interpreter 0x2463b80) > *** uWSGI is running in multiple interpreter mode *** > spawned uWSGI worker 1 (and the only) (pid: 15195, cores: 1) > >> I have tried with every combination, so i must be missing something > > Do you have Plack::Util installed? Not sure what it does but it could be > (theoretically) related (I do not have it). > > Regards, > Alexander. > >
Sorry, i am uber-stupid :) Mattia Barbon fixed this specific problem two weeks ago and i backported it to 2.0 too, but current branch still has 2.0.8 signature so i did not noticed i was using the latest 2.0 code instead of 2.0.8: https://github.com/unbit/uwsgi/commit/f059a69312fbd5590ce8779fbb8a1db41d396d26 https://github.com/unbit/uwsgi/commit/309f449a439d154c7070327b4fa376bfce6b8a37 -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
